.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:29,113,184;--color-primary-4:21,36,60;--color-secondary-0:251,220,229;--color-secondary-1:243,137,168;--color-secondary-2:230,19,81;--color-secondary-3:115,10,41;--color-secondary-4:35,3,12;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Merriweather";--paragraphs-font-family:"Merriweather"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl { position:relative;display:none; }#KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl { border-width: 0; border-radius: 0; }#KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl > .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; }#KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.28625rem;padding-right:0.260625rem;padding-bottom:0.28625rem;padding-left:0.260625rem;display:block;align-items:center;width:1.56375rem;min-width:1.56375rem;height:1.54125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.1475rem;font-weight:700;line-height:24.66px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.085rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.43rem;font-weight:400;line-height:11.58px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.3125rem;height:3.355625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.1875rem;left:38rem;z-index:15001; }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #xzKBuThqvLlSUIg9WuFL4qSJmOP9wDTK { display:flex;position:relative;top:0rem;left:0rem; }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #hUpaZDoRTG1PgROfMTkkTJo8bnCrAsX2 { width:auto; }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #BbThr9PPmyrQaLUv0pSnEQoTaJ14w6Ag {  }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #P8gm9da5OwX856F95SMtnHd7TRE3B5Jh { display:flex;position:relative;top:0rem;left:0rem; }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #QXyqhd0pCo5AKDneq7g9NHm18begLCnv {  }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #eavXMVniJtXB7KCMXl1CwTorFgLz8tnI {  }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #ocq3bDTbfPlbeRrRonPL2tGhhTdRpofM { display:flex;position:relative;top:0rem;left:0rem; }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #vHuh4OtR9pBzxseDk57ucbNERrd8a2rt {  }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #RcTlFay2Tdn5Z7Te4wIzPTVWniiTN7pG {  }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #tLXPLGVoyXAkmcMOktS4WKnIiaPXh15t { display:flex;position:relative;top:0rem;left:0rem; }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #c1NoreQEutcf3Vg4Xk5EiHmoSPr0VHnq {  }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #kpZnm7atqq9A6Vl0TGWxOEFFeyke2f58 {  }
#PZBhCCE3vS6zEqTGope28IEWQEN757vH { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.162109375rem;left:24.8125rem;height:1.29980625rem;display:block; }
#Tul48lbOTbzGCki3rSE2bM9gWDroN72y { position:relative;display:none; }#Tul48lbOTbzGCki3rSE2bM9gWDroN72y { border-width: 0; border-radius: 0; }#Tul48lbOTbzGCki3rSE2bM9gWDroN72y > .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; }#Tul48lbOTbzGCki3rSE2bM9gWDroN72y > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VoJAmTLE5gTC2KO3t50J6ruZ6cp3EO22 { 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:2.5rem;width:9.5rem;top:1.0625rem;left:0rem;overflow:hidden;display:none; }
#C1TbItvlebEBmy2gCSXsUFvITLxX7l2t { 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/uc/9ae8fdad-b35f-4db7-9b2a-4e1eff33f83e/Untitleddesign4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#C1TbItvlebEBmy2gCSXsUFvITLxX7l2t.adaptive-delivery-prevent-bg, #C1TbItvlebEBmy2gCSXsUFvITLxX7l2t.lazyload, #C1TbItvlebEBmy2gCSXsUFvITLxX7l2t.lazyloading { background-image: none; }#C1TbItvlebEBmy2gCSXsUFvITLxX7l2t > .row .container { background-color: transparent; background-image: none; }#C1TbItvlebEBmy2gCSXsUFvITLxX7l2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1TbItvlebEBmy2gCSXsUFvITLxX7l2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1TbItvlebEBmy2gCSXsUFvITLxX7l2t > .row .container > .video-iframe-container { display: none; }#C1TbItvlebEBmy2gCSXsUFvITLxX7l2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1TbItvlebEBmy2gCSXsUFvITLxX7l2t > .row > .video-iframe-container { display: none; }#C1TbItvlebEBmy2gCSXsUFvITLxX7l2t > .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); }#C1TbItvlebEBmy2gCSXsUFvITLxX7l2t > .row .container { border-width: 0; border-radius: 0; }#C1TbItvlebEBmy2gCSXsUFvITLxX7l2t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C1TbItvlebEBmy2gCSXsUFvITLxX7l2t > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#tFTRQ22edr3ouhpL4smaywnf1NH3JogW { 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:2.5rem;width:9.5rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#BA8Bz0k42SqNStTfzcipH2iUsqfHzimx { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.6875rem;left:59.5rem;display:block; }
#AnXdWO0N1IkVzEMN13gVK2t8s9L1RmrX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQdFMeP4nz5fqizVatuL3BiXhIBhQQJL { background-color:rgba(var(--color-primary-2),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0c1623;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.125rem;left:21.625rem;display:block; }
#xuhEatonywGAT0n6gCmMuMqiSLr5iRNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IfCxM6mUJaLhkLWTbqbxhnxDGw7lu9Br { background-color:rgba(var(--color-primary-2),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0c1623;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.125rem;left:29.9375rem;display:block; }
#dEHbcmwmClm0a94MoP8TyFfl22yk1Hnx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZQDraOFAUmCSw1eHl46CFWccNm0BxLmJ { background-color:rgba(var(--color-primary-2),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0c1623;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.125rem;left:39.125rem;display:block; }
#PNJ8XMqOJdqeDcKKZmBRGFeRQuiNA4nm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NeZTzSHu2lwW0lCI1AP76IbwVUCCVn83 { background-color:rgba(var(--color-primary-2),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0c1623;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:1.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.125rem;left:44.9375rem;display:block; }
#BgHCrWOtHv9CNd6q8hne6oJkqaTtLcNW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kh45L8O2XI3Tf0lWzlaOg6c2Ibq7f1C3 { background-color:rgba(var(--color-primary-2),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0c1623;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:1.6875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:5.125rem;left:50.5rem;display:block; }
#X2KbOFbn5egI7oCwBnu4s3iOMfy4F9w3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.28625rem;padding-right:0.260625rem;padding-bottom:0.28625rem;padding-left:0.260625rem;display:block;align-items:center;width:1.56375rem;min-width:1.56375rem;height:1.54125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.1475rem;font-weight:700;line-height:24.66px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.085rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.43rem;font-weight:400;line-height:11.58px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.3125rem;height:3.355625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.1875rem;left:38.5625rem;z-index:15002; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #ti6enkTCt22TW6Uco3tk8XSiTWrQtyGJ { display:flex;position:relative;top:0rem;left:0rem; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #s8sPezc0MHOA1qphkkkcTu1CTLwpl3Xm { width:auto; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #zZNtcTmxT3dFxHNTxXCVVFeJqndkUBfC {  }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #via2HOc7LBa2UV8gudb4VoThkfqTdhTF { display:flex;position:relative;top:0rem;left:0rem; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #qiALOr2AeTWt4xkcg0GTHGJXtxwqFq4V {  }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #mJfzWt7qSapgSS8lpdZHAlhITk2TJGuy {  }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #fNeTKlcFeZRL3SQIZksrST1fGlLHawkM { display:flex;position:relative;top:0rem;left:0rem; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #LhgGQ5lh6gqaE3TlL6hTs5z4dmSo1ECl {  }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #dCI0E08A4O6SZ4Iu9LhPK47Rs0HT6k1b {  }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #rTON64MOzmtkeCkaF3l41vxbhf0DvOVB { display:flex;position:relative;top:0rem;left:0rem; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #t7WbRH2Z3kC7ALecJedyPUCK4hvcZKmM {  }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #G7MwR01sWtTAtaH9kBm3oS8PdEPWeT6T {  }
#k2JMTWFOcTkt19FFHOaKmcXxNsCdi1CV { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:25.0625rem;height:1.29980625rem;display:block; }
#OqyaTnK8XnWICkTNuVPXFvQKCH125GEm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#OqyaTnK8XnWICkTNuVPXFvQKCH125GEm > .row .container { background-color: transparent; background-image: none; }#OqyaTnK8XnWICkTNuVPXFvQKCH125GEm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqyaTnK8XnWICkTNuVPXFvQKCH125GEm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqyaTnK8XnWICkTNuVPXFvQKCH125GEm > .row .container > .video-iframe-container { display: none; }#OqyaTnK8XnWICkTNuVPXFvQKCH125GEm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqyaTnK8XnWICkTNuVPXFvQKCH125GEm > .row > .video-iframe-container { display: none; }#OqyaTnK8XnWICkTNuVPXFvQKCH125GEm > .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); }#OqyaTnK8XnWICkTNuVPXFvQKCH125GEm > .row .container { border-width: 0; border-radius: 0; }#OqyaTnK8XnWICkTNuVPXFvQKCH125GEm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OqyaTnK8XnWICkTNuVPXFvQKCH125GEm > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c2bc69d6-4608-4257-89a2-e1b381687d33/ToSekcjaHero.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:96.75rem;width:75rem;overflow:visible;position:relative;display:block; }#uae7uH4xzvuKkIU6vrrVTsIOFOs664WO { color:rgba(var(--color-tertiary-0),1);display:block;width:58.8125rem;position:absolute;font-family:kanit;font-size:5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.8125rem;left:8.09375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#deG2Qe2TbvciTAXmHxuqZxBz1UMTbyNZ { color:rgba(var(--color-tertiary-0),1);display:block;width:66.4375rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.25rem;left:4.3125rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#lNtX7mJIE6ZCUUF8c5HsvsFUMq3AmOV6 { color:rgba(var(--color-tertiary-0),1);display:block;width:57.6875rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.6875rem;left:8.65625rem;height:5.84911875rem;text-align:center;text-align-last:center;display:block; }
#DaePbpbRbhApcOW4DcI0mytBziCuu8hW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27rem;width:47.25rem;top:26.5625rem;left:13.875rem;display:block; }
#ktxprd1lfdkBpqGKfQU0QVu1SLTMn8G9 { 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:12.25rem;width:46.75rem;top:59.5625rem;left:14.125rem;overflow:hidden;display:block; }
#ThcRQUHKACa6ElGl9utcTsvrhVOhVaDs { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:73.875rem;left:14.75rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mOiTKXGAzpx0iDkPvAPgtGXlh0In2InR { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:79.375rem;left:26.5625rem;display:block; }
#pMc121LzRsF58TBGFpViASZif7EmX5CF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uT8NnTifdyiTlH6eRDrvL5Cla5BX8DSC { 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:2.8125rem;width:3.0625rem;top:89.875rem;left:36rem;overflow:hidden;display:block; }
#WouVLD60508Hz6vavz8Of7Piwn6zQneL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:63.4375rem;left:16.625rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JKxeSfk5h0V2cOU6w0nwE8hzeWt7ocN0 { 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:2.375rem;width:2.3125rem;top:66.5rem;left:37.75rem;overflow:hidden;display:block; }
#OaMsPOpO1z8qpTLmlrBbO8fZqmx2VC7R { 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:2.3125rem;width:2.125rem;top:62.875rem;left:37.875rem;overflow:hidden;display:block; }
#kcCPlTeOqmFIXicPCtF0T9VwiVwg94L8 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:63.0625rem;left:41.9375rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#qtcCIIvSgHVh8DC7NTXFRtgNB3lMT8BJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:66.6875rem;left:41.9375rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#OCUkzLWzlhUGgppEJ4DyB9pI56CPfJ99 { 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:10.9375rem;width:20.0625rem;display:none; }
#Z1yAtOobbh3sLNxQqZHXtk2f8bucINpN { box-sizing:content-box;height:2.375rem;width:47.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.9375rem;left:13.96875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#K3Kxq5FGtTVInSu9A0rGR3AwBB2kL3Ap { color:rgba(var(--color-tertiary-0),1);display:block;width:47.25rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.150390625rem;left:13.875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A4xv23rTRFHciP3ipM7JmXuK9TV6vOdG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko { 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/uc/2218a433-7de2-4c9f-b37e-32d2614d737a/ToCotozawydarzenie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko.adaptive-delivery-prevent-bg, #PrNTiUGHWpxVhzL44aGNEplEwNAmeXko.lazyload, #PrNTiUGHWpxVhzL44aGNEplEwNAmeXko.lazyloading { background-image: none; }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .row .container { background-color: transparent; background-image: none; }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .row .container > .video-iframe-container { display: none; }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .row > .video-iframe-container { display: none; }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .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); }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .row .container { border-width: 0; border-radius: 0; }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#iJGgNn2yfrH4cnr5bcSTzTEmIktVgXcX { color:rgba(var(--color-primary-3),1);display:block;width:45.5625rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:14.71875rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xBr4UZz3s2Sg8t1uk8vTdHTuhovKQv2R { 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:2.8125rem;width:3.0625rem;top:33.6875rem;left:35.96875rem;overflow:hidden;display:block; }
#BrMdFEpDMyzbkdkQ3emz6XPITb6QPtu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.6875rem;left:13.875rem;height:19.4970625rem;text-align:center;text-align-last:center;display:block; }
#bMiMRWLpupz1sFEFH4XC85Gqo4k4nxnL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bMiMRWLpupz1sFEFH4XC85Gqo4k4nxnL > .row .container { background-color: transparent; background-image: none; }#bMiMRWLpupz1sFEFH4XC85Gqo4k4nxnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMiMRWLpupz1sFEFH4XC85Gqo4k4nxnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMiMRWLpupz1sFEFH4XC85Gqo4k4nxnL > .row .container > .video-iframe-container { display: none; }#bMiMRWLpupz1sFEFH4XC85Gqo4k4nxnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMiMRWLpupz1sFEFH4XC85Gqo4k4nxnL > .row > .video-iframe-container { display: none; }#bMiMRWLpupz1sFEFH4XC85Gqo4k4nxnL > .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); }#bMiMRWLpupz1sFEFH4XC85Gqo4k4nxnL > .row .container { border-width: 0; border-radius: 0; }#bMiMRWLpupz1sFEFH4XC85Gqo4k4nxnL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMiMRWLpupz1sFEFH4XC85Gqo4k4nxnL > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#Dh9lGTzPQNgwadO8fxvyUQV5eRSR0X2A { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.755859375rem;left:14.71875rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h6QCfqaEN2y2OOIKTA3TGfpLeP0NUEXr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:32.9375rem;top:9.3125rem;left:1.9375rem;overflow:hidden;display:block; }
#WTSGVtyaB2UUvrzhn14DbNKndyRWkUPK { 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:23.875rem;width:32.9375rem;top:9.3125rem;left:40.125rem;overflow:hidden;display:block; }
#PeNDw0avz3RA1RIx6M6GkUScWJGkThfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PeNDw0avz3RA1RIx6M6GkUScWJGkThfE > .row .container { background-color: transparent; background-image: none; }#PeNDw0avz3RA1RIx6M6GkUScWJGkThfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeNDw0avz3RA1RIx6M6GkUScWJGkThfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeNDw0avz3RA1RIx6M6GkUScWJGkThfE > .row .container > .video-iframe-container { display: none; }#PeNDw0avz3RA1RIx6M6GkUScWJGkThfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeNDw0avz3RA1RIx6M6GkUScWJGkThfE > .row > .video-iframe-container { display: none; }#PeNDw0avz3RA1RIx6M6GkUScWJGkThfE > .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); }#PeNDw0avz3RA1RIx6M6GkUScWJGkThfE > .row .container { border-width: 0; border-radius: 0; }#PeNDw0avz3RA1RIx6M6GkUScWJGkThfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PeNDw0avz3RA1RIx6M6GkUScWJGkThfE > .row .container { font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;position:relative;display:block; }#N3TgPVspy14IxhmllevXRRqZxwCytMIJ { 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:59.875rem;width:36.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zcol3naRDFnb6bTgZpWTEaEICmT5ksTp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.875rem;width:36.5625rem;top:0rem;left:38.4375rem;overflow:hidden;display:block; }
#Fow7OCPz2nLZAvL7ro78uqZ6Ar6Jy5do { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.91259765625rem;left:2.5rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t0P1cGcvipuEXa28aQ3xBRf5r0IQ7yHw { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.91259765625rem;left:41.28125rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CwkNNgan1DD98Z5fAdcTHcHZtwFQ3rxO { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.8;letter-spacing:0;top:29.21875rem;left:2.5rem;height:27.07225rem;font-style:normal;overflow:hidden;display:block; }#CwkNNgan1DD98Z5fAdcTHcHZtwFQ3rxO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CwkNNgan1DD98Z5fAdcTHcHZtwFQ3rxO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0b08c3ef-3b0d-44f8-8a0e-45e3f0b59a03/Strzakaczerwona.webp); }
#CHlKQyXdpD3wgBQf1XT5kimyZ0pP5ZP0 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.8;letter-spacing:0;top:29.21826171875rem;left:41.6875rem;height:28.8720625rem;font-style:normal;overflow:hidden;display:block; }#CHlKQyXdpD3wgBQf1XT5kimyZ0pP5ZP0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CHlKQyXdpD3wgBQf1XT5kimyZ0pP5ZP0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/37766921-ac5d-4838-8350-ebd103db9f52/Strzakabiaa.webp); }
#sdmoX9xJL1TxLxEMfkQqCwy0bdclcnVs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:18.0625rem;display:none; }
#kfyKuRwNs0UstCXFFvUK6TDqvrnL1oUe { 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:45.625rem;width:20.0625rem;display:none; }
#X23b44bv6tVrviAq6Vu5LyNqHEgL1rBq { 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:45.625rem;width:20.0625rem;display:none; }
#T9MPvaRZD3uflxEs8Uow0E8oZ1mgZlF8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:18.5625rem;display:none; }
#EglOPIVuIad7mp01t099Z68FyGcygmmq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EglOPIVuIad7mp01t099Z68FyGcygmmq > .row .container { background-color: transparent; background-image: none; }#EglOPIVuIad7mp01t099Z68FyGcygmmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EglOPIVuIad7mp01t099Z68FyGcygmmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EglOPIVuIad7mp01t099Z68FyGcygmmq > .row .container > .video-iframe-container { display: none; }#EglOPIVuIad7mp01t099Z68FyGcygmmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EglOPIVuIad7mp01t099Z68FyGcygmmq > .row > .video-iframe-container { display: none; }#EglOPIVuIad7mp01t099Z68FyGcygmmq > .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); }#EglOPIVuIad7mp01t099Z68FyGcygmmq > .row .container { border-width: 0; border-radius: 0; }#EglOPIVuIad7mp01t099Z68FyGcygmmq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EglOPIVuIad7mp01t099Z68FyGcygmmq > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#p2yNJTouTdoe86BpeE0lQB6gJxLi9Afn { color:rgba(var(--color-tertiary-0),1);display:block;width:70.75rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.287109375rem;left:2.125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ovha1dSSmU9Rz4U2M9o0G2kOSnV5QckG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ovha1dSSmU9Rz4U2M9o0G2kOSnV5QckG > .row .container { background-color: transparent; background-image: none; }#ovha1dSSmU9Rz4U2M9o0G2kOSnV5QckG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovha1dSSmU9Rz4U2M9o0G2kOSnV5QckG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovha1dSSmU9Rz4U2M9o0G2kOSnV5QckG > .row .container > .video-iframe-container { display: none; }#ovha1dSSmU9Rz4U2M9o0G2kOSnV5QckG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovha1dSSmU9Rz4U2M9o0G2kOSnV5QckG > .row > .video-iframe-container { display: none; }#ovha1dSSmU9Rz4U2M9o0G2kOSnV5QckG > .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); }#ovha1dSSmU9Rz4U2M9o0G2kOSnV5QckG > .row .container { border-width: 0; border-radius: 0; }#ovha1dSSmU9Rz4U2M9o0G2kOSnV5QckG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ovha1dSSmU9Rz4U2M9o0G2kOSnV5QckG > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#JdhT2h11R09glichet3qFqFn8XsJtMFZ { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:26.53125rem;display:block; }
#IdkOdBTFNLT207oIGu1QyaCfMOAAq5gv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e5h0fhcgf9iMllCkF8BT7gcChUcgtrUk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e5h0fhcgf9iMllCkF8BT7gcChUcgtrUk > .row .container { background-color: transparent; background-image: none; }#e5h0fhcgf9iMllCkF8BT7gcChUcgtrUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5h0fhcgf9iMllCkF8BT7gcChUcgtrUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5h0fhcgf9iMllCkF8BT7gcChUcgtrUk > .row .container > .video-iframe-container { display: none; }#e5h0fhcgf9iMllCkF8BT7gcChUcgtrUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5h0fhcgf9iMllCkF8BT7gcChUcgtrUk > .row > .video-iframe-container { display: none; }#e5h0fhcgf9iMllCkF8BT7gcChUcgtrUk > .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); }#e5h0fhcgf9iMllCkF8BT7gcChUcgtrUk > .row .container { border-width: 0; border-radius: 0; }#e5h0fhcgf9iMllCkF8BT7gcChUcgtrUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5h0fhcgf9iMllCkF8BT7gcChUcgtrUk > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor { 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/uc/7ec42c75-fdda-47ca-bdba-6b05cd72e56a/ToCzegosiedowiesz.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor.adaptive-delivery-prevent-bg, #wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor.lazyload, #wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor.lazyloading { background-image: none; }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .row .container { background-color: transparent; background-image: none; }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .row .container > .video-iframe-container { display: none; }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .row > .video-iframe-container { display: none; }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .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); }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .row .container { border-width: 0; border-radius: 0; }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .row .container { font-size:0.875rem;font-family:arial;height:106.625rem;width:75rem;position:relative;display:block; }#m3Tert7MDGOcQ5cUBTdbq2TQVr68plW8 { color:rgba(var(--color-secondary-2),1);display:block;width:70.75rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.375rem;left:2.125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ThiGSHFh6AmurUK9puv0vLFgqTCKFDqS { box-sizing:content-box;height:26.875rem;width:54.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12rem;left:9.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Tke1hT7PP39ycyLTdIqgpmmcW5eSGcaf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:10.5rem;left:56.375rem;overflow:hidden;display:block; }
#XKVL3pkp5IoWPbELzwTxQLQEq3q7iTSf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.66259765625rem;left:31.4375rem;height:2.9248rem;display:block; }
#iaFwsTyS0Zq5auMiF0cUOfbl1MWuhrvg { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.125rem;top:13.96875rem;left:28.375rem;overflow:hidden;display:block; }
#qvebNle6wh3uwJbZBcAxGyFtWBT12tBI { 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:2.375rem;width:2.3125rem;top:13.9375rem;left:44.71875rem;overflow:hidden;display:block; }
#kGgUPysWTTnVSCyfMb5GIhiuWxu0NhDq { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.3935546875rem;left:47.8125rem;height:1.4624rem;display:block; }
#TIVR1FFWPTlGCXnnXHcBMTI34bi7zMwE { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:13.4375rem;left:11.75rem;height:3.375rem;font-style:normal;display:block; }
#SdbUuwso5Pvu5s3pvFF3iVePBGy8KVOl { color:rgba(var(--color-tertiary-0),1);display:block;width:51.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.875rem;left:12.5625rem;height:2.92480625rem;font-style:normal;display:block; }
#WEBk5qzT2SaIPIP27CirsC6aNeRHKIFn { color:rgba(var(--color-tertiary-0),1);display:block;width:44.1875rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:23.875rem;left:12.6875rem;height:12.32325rem;font-style:normal;display:block; }#WEBk5qzT2SaIPIP27CirsC6aNeRHKIFn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WEBk5qzT2SaIPIP27CirsC6aNeRHKIFn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b257ef615cebeb4caf5bb8fc7b31d104df09e772.svg); }
#LIHWIzOCn4EWRXQZs6xoaorKK7OH6fv7 { box-sizing:content-box;height:26.875rem;width:54.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),1);background-image:none;top:41.875rem;left:9.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UA3w65rw7IE0ZawL5vyhy40u0XKdP7BM { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:53.3125rem;left:12.6875rem;height:12.32325rem;font-style:normal;display:block; }#UA3w65rw7IE0ZawL5vyhy40u0XKdP7BM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UA3w65rw7IE0ZawL5vyhy40u0XKdP7BM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b257ef615cebeb4caf5bb8fc7b31d104df09e772.svg); }
#NcOl5DyaPJ2IqPudveBfKD4Ow5he4sP9 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:48.26123046875rem;left:11.65625rem;height:2.92480625rem;font-style:normal;display:block; }
#HRUtghQ8BfTQ3lvTPpIHwCt9QwBZ3qqA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:43.3125rem;left:11.75rem;height:3.375rem;font-style:normal;display:block; }
#vV3klTzIU6G8wbqfXwQltCsfUoLwMH1G { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:40.375rem;left:56.375rem;overflow:hidden;display:block; }
#CEv7ZeEc01zr29bShMFi9rtuL66eMMcB { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:43.53759765625rem;left:31.96875rem;height:2.9248rem;display:block; }
#MkwnXSI7mz5fgJIxim2yO3wQuHdKAmv0 { 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:2.3125rem;width:2.125rem;top:43.84375rem;left:28.25rem;overflow:hidden;display:block; }
#qcy2uIuCv7GzPFTpTUkOT3cxmB8TDpig { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.3125rem;top:44.1494140625rem;left:44.71875rem;overflow:hidden;display:block; }
#mEqZpZ8HcZNdpTSnUxhCL3PUFuxdVvNQ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:44.60546875rem;left:47.8125rem;height:1.4624rem;display:block; }
#JMLSEFJwpDa74xHfMZp7JIsE7DOIpOp2 { box-sizing:content-box;height:29.75rem;width:54.75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:71.6875rem;left:9.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sygZ2hp5Bz7drMEPTIuuq1sBhc8aUkE2 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.9375rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:82.1650390625rem;left:12.5625rem;height:;font-style:normal;display:block; }#sygZ2hp5Bz7drMEPTIuuq1sBhc8aUkE2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sygZ2hp5Bz7drMEPTIuuq1sBhc8aUkE2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b257ef615cebeb4caf5bb8fc7b31d104df09e772.svg); }
#xO85NiDirpSBTQmz0XN1Ta2incuJPR9H { color:rgba(var(--color-tertiary-0),1);display:block;width:51.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:77.82373046875rem;left:11.65625rem;height:2.92480625rem;font-style:normal;display:block; }
#yF0SbCupVQ9VKEJzToW8MyCflFp2wFOt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:73.46142578125rem;left:11.75rem;height:3.375rem;font-style:normal;display:block; }
#KRD2GdhJr8yU9smeu9zhcZTbkf0cTk2i { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:70.1875rem;left:56.375rem;overflow:hidden;display:block; }
#P0C4v60oiqLoqtNGJpDgPIvrKOgry63r { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:73.68701171875rem;left:31.75rem;height:2.9248rem;display:block; }
#CNhTZCSZdiOwySUFJA7BkMCeyeaqbV1o { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.3125rem;top:73.9619140625rem;left:44.71875rem;overflow:hidden;display:block; }
#pUcCtLxcKB08Bmo4cU2nXRTeM30OPKif { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:74.41796875rem;left:47.59375rem;height:1.4624rem;display:block; }
#Gfu14847H00dCXfo2znhToVRT3Jl4eJH { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.125rem;top:73.99267578125rem;left:28.25rem;overflow:hidden;display:block; }
#TcwtDbSw0TuCNIkVD5tPIBSJALZ2v2sf { 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:4.625rem;width:4.625rem;display:none; }
#hwgpMbzWAFFtEV4UcveXo2P4zirkgEX7 { 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:4.625rem;width:4.625rem;display:none; }
#SmKbEdtBZhPHE9QtmPL4r1EZ6phnml1r { 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:4.625rem;width:4.625rem;display:none; }
#NXfbntbJLUOKTHFyfsOT2Mf3vsFp1oaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NXfbntbJLUOKTHFyfsOT2Mf3vsFp1oaF > .row .container { background-color: transparent; background-image: none; }#NXfbntbJLUOKTHFyfsOT2Mf3vsFp1oaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXfbntbJLUOKTHFyfsOT2Mf3vsFp1oaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXfbntbJLUOKTHFyfsOT2Mf3vsFp1oaF > .row .container > .video-iframe-container { display: none; }#NXfbntbJLUOKTHFyfsOT2Mf3vsFp1oaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXfbntbJLUOKTHFyfsOT2Mf3vsFp1oaF > .row > .video-iframe-container { display: none; }#NXfbntbJLUOKTHFyfsOT2Mf3vsFp1oaF > .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); }#NXfbntbJLUOKTHFyfsOT2Mf3vsFp1oaF > .row .container { border-width: 0; border-radius: 0; }#NXfbntbJLUOKTHFyfsOT2Mf3vsFp1oaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXfbntbJLUOKTHFyfsOT2Mf3vsFp1oaF > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#L3ISoVb4fctaifz9P1KOkXrPMRuFOnrh { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3rem;left:9.28125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ima2nRx71TJROmqeG9WMn3SxnQAEsnEg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ima2nRx71TJROmqeG9WMn3SxnQAEsnEg > .row .container { background-color: transparent; background-image: none; }#Ima2nRx71TJROmqeG9WMn3SxnQAEsnEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ima2nRx71TJROmqeG9WMn3SxnQAEsnEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ima2nRx71TJROmqeG9WMn3SxnQAEsnEg > .row .container > .video-iframe-container { display: none; }#Ima2nRx71TJROmqeG9WMn3SxnQAEsnEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ima2nRx71TJROmqeG9WMn3SxnQAEsnEg > .row > .video-iframe-container { display: none; }#Ima2nRx71TJROmqeG9WMn3SxnQAEsnEg > .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); }#Ima2nRx71TJROmqeG9WMn3SxnQAEsnEg > .row .container { border-width: 0; border-radius: 0; }#Ima2nRx71TJROmqeG9WMn3SxnQAEsnEg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ima2nRx71TJROmqeG9WMn3SxnQAEsnEg > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#TnlugC5X5IRCDWL4MU7lNpetRFg74TSr { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5rem;left:9.28125rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x9XTMIvCkLIsMKJ52GmcAlRyXSfC1Vgd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x9XTMIvCkLIsMKJ52GmcAlRyXSfC1Vgd > .row .container { background-color: transparent; background-image: none; }#x9XTMIvCkLIsMKJ52GmcAlRyXSfC1Vgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9XTMIvCkLIsMKJ52GmcAlRyXSfC1Vgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9XTMIvCkLIsMKJ52GmcAlRyXSfC1Vgd > .row .container > .video-iframe-container { display: none; }#x9XTMIvCkLIsMKJ52GmcAlRyXSfC1Vgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9XTMIvCkLIsMKJ52GmcAlRyXSfC1Vgd > .row > .video-iframe-container { display: none; }#x9XTMIvCkLIsMKJ52GmcAlRyXSfC1Vgd > .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); }#x9XTMIvCkLIsMKJ52GmcAlRyXSfC1Vgd > .row .container { border-width: 0; border-radius: 0; }#x9XTMIvCkLIsMKJ52GmcAlRyXSfC1Vgd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x9XTMIvCkLIsMKJ52GmcAlRyXSfC1Vgd > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#bkVisyuLC3ActZmzA7WzCm5unL0Law7G { 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:11.625rem;width:30.8125rem;top:0rem;left:6.21875rem;overflow:hidden;display:block; }
#tUzKRvEuxXmPdzcL4a4iJVfU2oWrwvMZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#uI6Tbl9xfbPb7R4yF6Ls1gRPpg3FaSrf { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:11.6875rem;height:6.5rem;font-style:normal;display:block; }
#ROQIl2scfd9bg9JWdpGpoQEAB5iASsep { 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:11.625rem;width:30.8125rem;top:0rem;left:44.1875rem;overflow:hidden;display:block; }
#T4WtVa0KEyzzT3FTEE5PkMuHWugEs193 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:49.3125rem;height:6.5rem;font-style:normal;display:block; }
#z5TVz4lAlJ5UM5z9p7KwEA3X64WsFkBo { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:1.1875rem;left:38rem;overflow:hidden;display:block; }
#C2FskupsxBnEirIcKzZ01rHoGvnptIql { 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:6.75rem;width:17rem;display:none; }
#Hw1kI6FlwEbn8qaW8yGOOm8bpIgVICtT { 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:6.75rem;width:17rem;display:none; }
#HeEWdxuxo9u93po9uGUIVBUKQXyhX9Th { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HeEWdxuxo9u93po9uGUIVBUKQXyhX9Th > .row .container { background-color: transparent; background-image: none; }#HeEWdxuxo9u93po9uGUIVBUKQXyhX9Th::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeEWdxuxo9u93po9uGUIVBUKQXyhX9Th > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeEWdxuxo9u93po9uGUIVBUKQXyhX9Th > .row .container > .video-iframe-container { display: none; }#HeEWdxuxo9u93po9uGUIVBUKQXyhX9Th > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeEWdxuxo9u93po9uGUIVBUKQXyhX9Th > .row > .video-iframe-container { display: none; }#HeEWdxuxo9u93po9uGUIVBUKQXyhX9Th > .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); }#HeEWdxuxo9u93po9uGUIVBUKQXyhX9Th > .row .container { border-width: 0; border-radius: 0; }#HeEWdxuxo9u93po9uGUIVBUKQXyhX9Th > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HeEWdxuxo9u93po9uGUIVBUKQXyhX9Th > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#iCD4kRdXzowIHK0xe29kksEmGzZddSLn { 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:11.625rem;width:30.8125rem;top:0rem;left:6.21875rem;overflow:hidden;display:block; }
#QecvpQtILlZSEOWgDH5NKq0qXTQAkCVd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#LB5c7nK96vDvHPbWQToTblmAJCyW4KZ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:11.5625rem;height:4.875rem;font-style:normal;display:block; }
#VRQgVS00RLpkm7797l1URbOS7q2Nvrwe { 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:11.625rem;width:30.8125rem;top:0rem;left:44.1875rem;overflow:hidden;display:block; }
#nP27oUz4kcEL0KzVPGu6Ow8ggoQt0mvs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:1.1875rem;left:38rem;overflow:hidden;display:block; }
#k8x6BDOwCO56stKG1ZsB3THZRzPT2p5e { 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:6.75rem;width:17rem;display:none; }
#I5CNNPsavaTdQOPRyca4RQRSIIvIINVO { 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:5.3125rem;width:9rem;display:none; }
#rRqCERxfp2IShpofS74d3nfr8dQnLBcu { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.75rem;left:49.96875rem;height:8.125rem;font-style:normal;display:block; }
#gufCO4FM41srTAOSFgQsI4nzbw05Rplk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gufCO4FM41srTAOSFgQsI4nzbw05Rplk > .row .container { background-color: transparent; background-image: none; }#gufCO4FM41srTAOSFgQsI4nzbw05Rplk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gufCO4FM41srTAOSFgQsI4nzbw05Rplk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gufCO4FM41srTAOSFgQsI4nzbw05Rplk > .row .container > .video-iframe-container { display: none; }#gufCO4FM41srTAOSFgQsI4nzbw05Rplk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gufCO4FM41srTAOSFgQsI4nzbw05Rplk > .row > .video-iframe-container { display: none; }#gufCO4FM41srTAOSFgQsI4nzbw05Rplk > .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); }#gufCO4FM41srTAOSFgQsI4nzbw05Rplk > .row .container { border-width: 0; border-radius: 0; }#gufCO4FM41srTAOSFgQsI4nzbw05Rplk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gufCO4FM41srTAOSFgQsI4nzbw05Rplk > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#NSPqnq07O3ZWvalWD5kyTVGla0p1Q6UD { 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:11.625rem;width:30.8125rem;top:0rem;left:6.21875rem;overflow:hidden;display:block; }
#Ie9n5CZMxgHysKhnnDPIWrrD0aGpEW7M { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#C5C2A8PaSbpW3v4xuqHy1irKOKNyFg5W { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:11.4375rem;height:6.5rem;font-style:normal;display:block; }
#ARhTKmUeW0gOqnfo9FcBZQ7dcAPZPp6k { 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:11.625rem;width:30.8125rem;top:0rem;left:44.1875rem;overflow:hidden;display:block; }
#w7GqwbOhAnQcTQDMFa9rRF1uMm1fxasi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:1.1875rem;left:38rem;overflow:hidden;display:block; }
#pseuitJcuCmZfQFc8t1lAAAEQx5DKMDG { 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:6.6875rem;width:11.375rem;display:none; }
#mewfZWfoKOMbGAQeuczfMzEBAh0s0E7C { 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:6.75rem;width:11.375rem;display:none; }
#NO4W7LQKtMcaVFvESCxk80hO5UCkcvou { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:49.625rem;height:6.5rem;font-style:normal;display:block; }
#nb8CnR8blcKaRF9SdP15WH2vnEt6C19s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nb8CnR8blcKaRF9SdP15WH2vnEt6C19s > .row .container { background-color: transparent; background-image: none; }#nb8CnR8blcKaRF9SdP15WH2vnEt6C19s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nb8CnR8blcKaRF9SdP15WH2vnEt6C19s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nb8CnR8blcKaRF9SdP15WH2vnEt6C19s > .row .container > .video-iframe-container { display: none; }#nb8CnR8blcKaRF9SdP15WH2vnEt6C19s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nb8CnR8blcKaRF9SdP15WH2vnEt6C19s > .row > .video-iframe-container { display: none; }#nb8CnR8blcKaRF9SdP15WH2vnEt6C19s > .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); }#nb8CnR8blcKaRF9SdP15WH2vnEt6C19s > .row .container { border-width: 0; border-radius: 0; }#nb8CnR8blcKaRF9SdP15WH2vnEt6C19s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nb8CnR8blcKaRF9SdP15WH2vnEt6C19s > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#Mp3iaG91oJcnlTGRUvltxpkMiU8LQxMF { color:rgba(var(--color-tertiary-0),1);display:block;width:70.75rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.287109375rem;left:2.125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gNGWadr4P85TJTyI6w8MeTaDNDxeeA0l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gNGWadr4P85TJTyI6w8MeTaDNDxeeA0l > .row .container { background-color: transparent; background-image: none; }#gNGWadr4P85TJTyI6w8MeTaDNDxeeA0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNGWadr4P85TJTyI6w8MeTaDNDxeeA0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNGWadr4P85TJTyI6w8MeTaDNDxeeA0l > .row .container > .video-iframe-container { display: none; }#gNGWadr4P85TJTyI6w8MeTaDNDxeeA0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNGWadr4P85TJTyI6w8MeTaDNDxeeA0l > .row > .video-iframe-container { display: none; }#gNGWadr4P85TJTyI6w8MeTaDNDxeeA0l > .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); }#gNGWadr4P85TJTyI6w8MeTaDNDxeeA0l > .row .container { border-width: 0; border-radius: 0; }#gNGWadr4P85TJTyI6w8MeTaDNDxeeA0l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gNGWadr4P85TJTyI6w8MeTaDNDxeeA0l > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#I47wDAVIN9AtfQO0lfuiGzXJpIOQX8OW { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:26.53125rem;display:block; }
#SZFrvpwytga2RVmlfF8wIdXrOgMJwzmq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fd0kuKTIDGvxAccDARy29OJMVEgzryPe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fd0kuKTIDGvxAccDARy29OJMVEgzryPe > .row .container { background-color: transparent; background-image: none; }#Fd0kuKTIDGvxAccDARy29OJMVEgzryPe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fd0kuKTIDGvxAccDARy29OJMVEgzryPe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fd0kuKTIDGvxAccDARy29OJMVEgzryPe > .row .container > .video-iframe-container { display: none; }#Fd0kuKTIDGvxAccDARy29OJMVEgzryPe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fd0kuKTIDGvxAccDARy29OJMVEgzryPe > .row > .video-iframe-container { display: none; }#Fd0kuKTIDGvxAccDARy29OJMVEgzryPe > .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); }#Fd0kuKTIDGvxAccDARy29OJMVEgzryPe > .row .container { border-width: 0; border-radius: 0; }#Fd0kuKTIDGvxAccDARy29OJMVEgzryPe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fd0kuKTIDGvxAccDARy29OJMVEgzryPe > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#VKC9CTr9F9JBKlfN7pBTT0wWexxzlvDf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VKC9CTr9F9JBKlfN7pBTT0wWexxzlvDf > .row .container { background-color: transparent; background-image: none; }#VKC9CTr9F9JBKlfN7pBTT0wWexxzlvDf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKC9CTr9F9JBKlfN7pBTT0wWexxzlvDf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKC9CTr9F9JBKlfN7pBTT0wWexxzlvDf > .row .container > .video-iframe-container { display: none; }#VKC9CTr9F9JBKlfN7pBTT0wWexxzlvDf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKC9CTr9F9JBKlfN7pBTT0wWexxzlvDf > .row > .video-iframe-container { display: none; }#VKC9CTr9F9JBKlfN7pBTT0wWexxzlvDf > .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); }#VKC9CTr9F9JBKlfN7pBTT0wWexxzlvDf > .row .container { border-width: 0; border-radius: 0; }#VKC9CTr9F9JBKlfN7pBTT0wWexxzlvDf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VKC9CTr9F9JBKlfN7pBTT0wWexxzlvDf > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#DBUUC5x0T2m30zMgNfeTgUss4zFtqvS9 { color:rgba(var(--color-primary-3),1);display:block;width:56.4375rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3rem;left:9.28125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW { 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/uc/f3ebe269-1bad-4d6e-afd7-be8543a3825b/Toktopoprowadzi.png");background-position:bottom 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; }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW.adaptive-delivery-prevent-bg, #oqTesuZxprOBwQN34TqTMPvAIPxcJBdW.lazyload, #oqTesuZxprOBwQN34TqTMPvAIPxcJBdW.lazyloading { background-image: none; }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .row .container { background-color: transparent; background-image: none; }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .row .container > .video-iframe-container { display: none; }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .row > .video-iframe-container { display: none; }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .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); }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .row .container { border-width: 0; border-radius: 0; }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#ySSAd7IJcTGruvTfXDqkTnTiUq7C6Pqb { color:rgba(var(--color-primary-3),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xWznt8H2zp7BU4MursRHk8yILDrLZhQ0 { position:absolute;display:block;z-index:15009;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:15.125rem;width:17.3125rem;top:3.25rem;left:34.125rem;overflow:hidden;display:none; }
#WumEKpTNFtKR2PIGzBHMzpWuGyUOh0np { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:36.875rem;width:36.875rem;top:0rem;left:36.125rem;overflow:hidden;display:block; }
#TkO8o2x8QaePhuLXo80SuRrP8fOu0Xua { color:rgba(var(--color-secondary-2),1);display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yKML1x9TsN2QRarM6sgL22g8irLmTtr1 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:9.9375rem;left:0rem;height:25.1952625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N7SBrBPRSw0XA8Ut3E8DQfB8GfnPKRV5 { 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:35.875rem;width:40.875rem;top:4.03125rem;left:34.125rem;overflow:hidden;display:block; }
#g0lSQQ5w3rtIzX5xA6sqKlxM4fRgZG6P { position:relative;display:block; }#g0lSQQ5w3rtIzX5xA6sqKlxM4fRgZG6P { background-color: transparent; background-image: none; }#g0lSQQ5w3rtIzX5xA6sqKlxM4fRgZG6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0lSQQ5w3rtIzX5xA6sqKlxM4fRgZG6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0lSQQ5w3rtIzX5xA6sqKlxM4fRgZG6P > .row .container > .video-iframe-container { display: none; }#g0lSQQ5w3rtIzX5xA6sqKlxM4fRgZG6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0lSQQ5w3rtIzX5xA6sqKlxM4fRgZG6P > .row > .video-iframe-container { display: none; }#g0lSQQ5w3rtIzX5xA6sqKlxM4fRgZG6P > .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); }#g0lSQQ5w3rtIzX5xA6sqKlxM4fRgZG6P { border-width: 0; border-radius: 0; }#g0lSQQ5w3rtIzX5xA6sqKlxM4fRgZG6P > .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; }#g0lSQQ5w3rtIzX5xA6sqKlxM4fRgZG6P > .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:3.8125rem;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; }#b2aZyr5sTHWXXyKh3WzQqfamKhspTCIG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b2aZyr5sTHWXXyKh3WzQqfamKhspTCIG > .row .container { background-color: transparent; background-image: none; }#b2aZyr5sTHWXXyKh3WzQqfamKhspTCIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2aZyr5sTHWXXyKh3WzQqfamKhspTCIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2aZyr5sTHWXXyKh3WzQqfamKhspTCIG > .row .container > .video-iframe-container { display: none; }#b2aZyr5sTHWXXyKh3WzQqfamKhspTCIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2aZyr5sTHWXXyKh3WzQqfamKhspTCIG > .row > .video-iframe-container { display: none; }#b2aZyr5sTHWXXyKh3WzQqfamKhspTCIG > .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); }#b2aZyr5sTHWXXyKh3WzQqfamKhspTCIG > .row .container { border-width: 0; border-radius: 0; }#b2aZyr5sTHWXXyKh3WzQqfamKhspTCIG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2aZyr5sTHWXXyKh3WzQqfamKhspTCIG > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#r22k4NeaVSXf7VJKLLdW11KQhEntrfuX { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.037109375rem;left:9.28125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zGOdWaLLBMnTIxtc8zfmTvvXGWLvCvLI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zGOdWaLLBMnTIxtc8zfmTvvXGWLvCvLI > .row .container { background-color: transparent; background-image: none; }#zGOdWaLLBMnTIxtc8zfmTvvXGWLvCvLI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGOdWaLLBMnTIxtc8zfmTvvXGWLvCvLI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGOdWaLLBMnTIxtc8zfmTvvXGWLvCvLI > .row .container > .video-iframe-container { display: none; }#zGOdWaLLBMnTIxtc8zfmTvvXGWLvCvLI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGOdWaLLBMnTIxtc8zfmTvvXGWLvCvLI > .row > .video-iframe-container { display: none; }#zGOdWaLLBMnTIxtc8zfmTvvXGWLvCvLI > .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); }#zGOdWaLLBMnTIxtc8zfmTvvXGWLvCvLI > .row .container { border-width: 0; border-radius: 0; }#zGOdWaLLBMnTIxtc8zfmTvvXGWLvCvLI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zGOdWaLLBMnTIxtc8zfmTvvXGWLvCvLI > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#Pe98oRb4yywSMvPqQVqxnmfa8OOeIyPD { 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:30.5rem;width:36.75rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#ofGk0b2HMW3fEei6lXVAlVfhKzT1s1xN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.25rem;width:33.125rem;top:0rem;left:2.1875rem;display:block; }
#LJ8f4d1MyF4CBSJARkadXQc0MggTyviL { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.9375rem;left:1rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TUr2FlzH9HAsJ7psggrohplz3Q5UFmx9 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.1875rem;left:1rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VyfcAgB1L8ZDyNpUA8vrLKgc3oqlrII8 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.1240234375rem;left:1rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XFdhG40GcnVPbHPoEkX03Ico4LJoprbl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.25rem;width:33.125rem;top:0rem;left:40.0625rem;display:block; }
#ua4dZAAWSRHtpDGeTmorbfGzwQb5oZr2 { 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:30.5rem;width:36.75rem;top:4.375rem;left:38.25rem;overflow:hidden;display:block; }
#JToiC0OHctsQPUNeHRTln3GAx9pCwI3H { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.9375rem;left:39.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d24GdqXCp2lcHvvniROTaDcniDNmRFq8 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.1875rem;left:39.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mRC65i5ON6amQCgCw9kKJ2lsoVXuFkPJ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.12353515625rem;left:39.25rem;height:9.09861875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BaSvLvUHTakp1opOapITFZqdiGtlM7FJ { 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:27.75rem;width:20.0625rem;display:none; }
#bZ4lUnd7d4bTTnsIqxaRQ135p9u8eKbX { 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:27.75rem;width:20.0625rem;display:none; }
#W58GEkprlHELauOmxoFLN1rQqvihXmJ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W58GEkprlHELauOmxoFLN1rQqvihXmJ5 > .row .container { background-color: transparent; background-image: none; }#W58GEkprlHELauOmxoFLN1rQqvihXmJ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W58GEkprlHELauOmxoFLN1rQqvihXmJ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W58GEkprlHELauOmxoFLN1rQqvihXmJ5 > .row .container > .video-iframe-container { display: none; }#W58GEkprlHELauOmxoFLN1rQqvihXmJ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W58GEkprlHELauOmxoFLN1rQqvihXmJ5 > .row > .video-iframe-container { display: none; }#W58GEkprlHELauOmxoFLN1rQqvihXmJ5 > .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); }#W58GEkprlHELauOmxoFLN1rQqvihXmJ5 > .row .container { border-width: 0; border-radius: 0; }#W58GEkprlHELauOmxoFLN1rQqvihXmJ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W58GEkprlHELauOmxoFLN1rQqvihXmJ5 > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#e0TewaZbyPW96K7n6TaqN83GzUdGxLrS { 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:30.5rem;width:36.75rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#QNgFZrsbapKRhVH3OPfS8IIn3MmRUdH5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.25rem;width:33.125rem;top:0rem;left:2.1875rem;display:block; }
#KCfhbUzxT94iJs7h1uH7DpFs1udeTn0o { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.9375rem;left:1rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xyiXpuhX4l80mqVfiwGBq0bZlIf6MI4x { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.1875rem;left:1rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QD3E2GfeRVSzqdu0sv0DwSH1PIPW6wpl { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.1240234375rem;left:1rem;height:6.499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iS4uNofKSgJKOQWZd2WefVH27nARIQdK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.25rem;width:33.125rem;top:0rem;left:40.0625rem;display:block; }
#p09MdR0uRWqd02R6iQr7CTIBTELMqCpH { 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:30.5rem;width:36.75rem;top:4.375rem;left:38.25rem;overflow:hidden;display:block; }
#r8d5lEeyMfcT9csvORBV6OvkVsbHUtTX { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.9375rem;left:39.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LixSTunITumfB9TLUW9XOU8keS3Eaeu8 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.1875rem;left:39.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vLJAJDJZKcELCTqF6bqDFv0cUAzNVBTv { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.12353515625rem;left:39.25rem;height:6.499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ll9drR7GHMgcK4msBTFBDUMAE2IriUwS { 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:27.75rem;width:20.0625rem;display:none; }
#V7ccm71GS0ZWNkdrLdF8gUvFPo31z8rq { 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:27.75rem;width:20.0625rem;display:none; }
#aIUR1FcKq2tNzWy8KzkAhcsvxrlGTSPb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aIUR1FcKq2tNzWy8KzkAhcsvxrlGTSPb > .row .container { background-color: transparent; background-image: none; }#aIUR1FcKq2tNzWy8KzkAhcsvxrlGTSPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIUR1FcKq2tNzWy8KzkAhcsvxrlGTSPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIUR1FcKq2tNzWy8KzkAhcsvxrlGTSPb > .row .container > .video-iframe-container { display: none; }#aIUR1FcKq2tNzWy8KzkAhcsvxrlGTSPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIUR1FcKq2tNzWy8KzkAhcsvxrlGTSPb > .row > .video-iframe-container { display: none; }#aIUR1FcKq2tNzWy8KzkAhcsvxrlGTSPb > .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); }#aIUR1FcKq2tNzWy8KzkAhcsvxrlGTSPb > .row .container { border-width: 0; border-radius: 0; }#aIUR1FcKq2tNzWy8KzkAhcsvxrlGTSPb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIUR1FcKq2tNzWy8KzkAhcsvxrlGTSPb > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#SsBD6A9QFiqmApM7GedizuESl3NJJmkd { 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:30.5rem;width:36.75rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#TTbq6bTEQGbfK5iZ36rR7PiTJ3toVfaQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.25rem;width:33.125rem;top:0rem;left:2.1875rem;display:block; }
#VxdUfOEs9HhdRh0c239e2Z9n69ziXJvf { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.9375rem;left:1rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kAAMK2bXil6AQrORC9SDCOSpPx6KyzsQ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.1875rem;left:1rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O4K5KznT5aPOlqiyx6CdrFlIMx0aAlS3 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.1240234375rem;left:1rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IwZSPeOAxETdCt94Ertpl8OSTmavcHaT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.25rem;width:33.125rem;top:0rem;left:40.0625rem;display:block; }
#EcND7v9P5nvSPwQf2VfdnB1frbOUJwmx { 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:30.5rem;width:36.75rem;top:4.375rem;left:38.25rem;overflow:hidden;display:block; }
#onS5CGpWlGtHq6KOStxyQCa8oN8tdb3e { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.9375rem;left:39.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#utFtvoL6c3hpvzJWGTK8rowpXX9nUz8t { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.1875rem;left:39.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ETEPfBPtiyHK79OIZbN6T2gm4EoXp8Mn { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.12353515625rem;left:39.25rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t2rCG2He6UbGGlAaRhvMag1W0LarwOJT { 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:27.75rem;width:20.0625rem;display:none; }
#BWd0gXGNhHo5JpyS30WMVE42hakZESXC { 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:27.75rem;width:20.0625rem;display:none; }
#pTV04nVzJ8oVQCfqNCpkMLLuk4pwCZHv { position:relative;display:block; }#pTV04nVzJ8oVQCfqNCpkMLLuk4pwCZHv { background-color: transparent; background-image: none; }#pTV04nVzJ8oVQCfqNCpkMLLuk4pwCZHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTV04nVzJ8oVQCfqNCpkMLLuk4pwCZHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTV04nVzJ8oVQCfqNCpkMLLuk4pwCZHv > .row .container > .video-iframe-container { display: none; }#pTV04nVzJ8oVQCfqNCpkMLLuk4pwCZHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTV04nVzJ8oVQCfqNCpkMLLuk4pwCZHv > .row > .video-iframe-container { display: none; }#pTV04nVzJ8oVQCfqNCpkMLLuk4pwCZHv > .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); }#pTV04nVzJ8oVQCfqNCpkMLLuk4pwCZHv { border-width: 0; border-radius: 0; }#pTV04nVzJ8oVQCfqNCpkMLLuk4pwCZHv > .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; }#pTV04nVzJ8oVQCfqNCpkMLLuk4pwCZHv > .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:14.375rem;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; }#t5oScSh1PsSGyLRFOytFeuULrRqIy6Z8 { color:rgba(var(--color-primary-3),1);display:block;width:73.1875rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3rem;left:0.90625rem;height:9.099625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uwZHbLJHrs4KwQiuFSHHOU45HVgot04m { position:relative;display:block; }#uwZHbLJHrs4KwQiuFSHHOU45HVgot04m { background-color: transparent; background-image: none; }#uwZHbLJHrs4KwQiuFSHHOU45HVgot04m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwZHbLJHrs4KwQiuFSHHOU45HVgot04m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwZHbLJHrs4KwQiuFSHHOU45HVgot04m > .row .container > .video-iframe-container { display: none; }#uwZHbLJHrs4KwQiuFSHHOU45HVgot04m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwZHbLJHrs4KwQiuFSHHOU45HVgot04m > .row > .video-iframe-container { display: none; }#uwZHbLJHrs4KwQiuFSHHOU45HVgot04m > .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); }#uwZHbLJHrs4KwQiuFSHHOU45HVgot04m { border-width: 0; border-radius: 0; }#uwZHbLJHrs4KwQiuFSHHOU45HVgot04m > .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; }#uwZHbLJHrs4KwQiuFSHHOU45HVgot04m > .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:27.3125rem;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; }#xOqdzscFX0nWDm2GZbOwvn1xsIvm7IKr { 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:25rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Wst02zzUQMchiadafRumzTFnRvXyAGoI { 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:46.875rem;width:75rem;display:none; }
#g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/b4f44711-37c1-48a8-a733-4905b958a5c3/Toformularz.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn.adaptive-delivery-prevent-bg, #g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn.lazyload, #g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn.lazyloading { background-image: none; }#g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn > .row .container { background-color: transparent; background-image: none; }#g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn > .row .container > .video-iframe-container { display: none; }#g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn > .row > .video-iframe-container { display: none; }#g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn > .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); }#g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn > .row .container { border-width: 0; border-radius: 0; }#g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn > .row .container { font-size:0.875rem;font-family:arial;height:54rem;width:75rem;position:relative;display:block; }#y6Mc7irGLswFaXfycXbdxNSxyI2s3lT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:kanit;font-size:3.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.037109375rem;left:9.28125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fpe8AoVo3MnNmOkKJdx4EpqDhit1SVvb { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5625rem;position:absolute;font-family:kanit;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.3994140625rem;left:6.21875rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bb1RiFqgNuITNQqbQNGhRC5Zh5IZgmOm { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:12.6875rem;left:18.6875rem;height:1.94970625rem;display:block; }
#piFOxdNWTHogSFFWtwxgkB5TTPiribsF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.6875rem;left:43.4375rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#HrB2T5qy7sK6synt7FtE7U4QPRgVTxi7 { 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:2.375rem;width:2.3125rem;top:12.4375rem;left:39.875rem;overflow:hidden;display:block; }
#bAPo18JuWrAJER0SS186aO9xxSqUXO5d { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.125rem;top:12.25rem;left:15.3125rem;overflow:hidden;display:block; }
#RqgG3TSn4kh0Qa9pXgIAtpdiVL83dBqt { box-sizing:content-box;height:30.5rem;width:54.75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.125rem;left:10.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-form-header {  }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-primary-4),1);width:39.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-text {padding-top: 0; padding-bottom: 0;}#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-select {padding-top: 0; padding-bottom: 0;}#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:39.5625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox [class*="-text"]:-moz-placeholder { color:#9d9d9c;font-family:var(--paragraphs-font-family);font-size:1rem; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox [class*="-text"]::-moz-placeholder { color:#9d9d9c;font-family:var(--paragraphs-font-family);font-size:1rem; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox [class*="-text"]:-ms-input-placeholder { color:#9d9d9c;font-family:var(--paragraphs-font-family);font-size:1rem; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox [class*="-text"]::-webkit-input-placeholder { color:#9d9d9c;font-family:var(--paragraphs-font-family);font-size:1rem; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#9d9d9c;vertical-align:top;width:38.3125rem;overflow:hidden;font-style:normal;float:none; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-container:first-of-type{padding-top:0;}#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-container:last-of-type{padding-bottom:0;}#He6oJqRNww27o9VWAlEcVJaTwTO0qPox  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15036;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.8125rem;left:16.5rem; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:39.5625rem;display:block;vertical-align:top; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox {display:block;}#He6oJqRNww27o9VWAlEcVJaTwTO0qPox { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15036;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.8125rem;left:16.5rem; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox #W5OH88HOV6ZV0xtpz1uKCkW8Wo7s9h6k { position:relative; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox #LiWXaXDK8W71Uc4TgsP33Sz7t0GSSNnc { position:relative;display:none; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox #CdDxk0wJFz7ygJCLkNqJ6X3O5BwHtgkd { position:relative; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox #fEu0697idqQCOhTnxuGEr73iO77ChAh5 { position:relative; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox #JOKgm9Xh6K6oG7okVnqAHJuMDiNhy4HC { position:relative;display:none; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox #rsOPgTH7qeeXkK5whQaiezX64n4DBueg { position:relative; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox #g02u4zZ2UvuGczLT5MkaKFCx6sGn5Eqd { position:relative; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox #eaSu1NlTZCRCCmzKWnOuzqIo3tRiiqJQ { position:relative;display:block; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox #b1aQ520gWRPCOv4TtkpRTTooJTvwy48U { position:relative; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox #ewAQHBeAucoBs5a0y9RdlVQwqeULPOhT { position:relative; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox #oQvcy6Q55ZHbd2TKWT9tBpZq37TnBJvW { position:relative;z-index:2; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox #TqKHSeb07Ns6t1vQJDU7dqhSlDulOUoE { position:relative; }
#XftwiU588xKhNvxDMxc6u0pSEBZQGVhh { position:relative;display:block; }
#U979ZdT1kJMK2BGW031MUDJTs3bXpbBC { position:relative;display:block; }
#e6HdHT16rWaCF3SaubITqviQvDp41pw1 { position:relative;display:block; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox #CdoPbzJvAidDVtuLqfAnOTanW1cS1Rdf { position:relative; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox #Vot4nyvCPd5dEtzyDABBbVKGikmooOzy { position:relative; }
#NHiO0f9zD6QLwVhCJes9gkizkih9T8Jx { position:relative;display:block; }#NHiO0f9zD6QLwVhCJes9gkizkih9T8Jx { background-color: transparent; background-image: none; }#NHiO0f9zD6QLwVhCJes9gkizkih9T8Jx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHiO0f9zD6QLwVhCJes9gkizkih9T8Jx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHiO0f9zD6QLwVhCJes9gkizkih9T8Jx > .row .container > .video-iframe-container { display: none; }#NHiO0f9zD6QLwVhCJes9gkizkih9T8Jx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHiO0f9zD6QLwVhCJes9gkizkih9T8Jx > .row > .video-iframe-container { display: none; }#NHiO0f9zD6QLwVhCJes9gkizkih9T8Jx > .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); }#NHiO0f9zD6QLwVhCJes9gkizkih9T8Jx { border-width: 0; border-radius: 0; }#NHiO0f9zD6QLwVhCJes9gkizkih9T8Jx > .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; }#NHiO0f9zD6QLwVhCJes9gkizkih9T8Jx > .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:4.625rem;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; }#PZVtoPWv4mhxVgCq8Fye2LV28UtSBvSd { color:rgba(var(--color-primary-3),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.744140625rem;left:0rem;height:1.13720625rem;font-style:normal;display:block; }
#KhTC7tOLU3PEKLx9oanOe9AdXvz3JH8F { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:1.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5rem;left:66.125rem;display:block; }
#cNl4MnsMoPlVSHkGMaib1HTb2cRA2P4a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl { display:none; }#KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF { display:flex;width:18rem;height:5.0625rem;top:0rem;left:21.0625rem; }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #xzKBuThqvLlSUIg9WuFL4qSJmOP9wDTK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #hUpaZDoRTG1PgROfMTkkTJo8bnCrAsX2 {  }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #BbThr9PPmyrQaLUv0pSnEQoTaJ14w6Ag {  }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #P8gm9da5OwX856F95SMtnHd7TRE3B5Jh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #QXyqhd0pCo5AKDneq7g9NHm18begLCnv {  }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #eavXMVniJtXB7KCMXl1CwTorFgLz8tnI {  }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #ocq3bDTbfPlbeRrRonPL2tGhhTdRpofM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #vHuh4OtR9pBzxseDk57ucbNERrd8a2rt {  }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #RcTlFay2Tdn5Z7Te4wIzPTVWniiTN7pG {  }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #tLXPLGVoyXAkmcMOktS4WKnIiaPXh15t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #c1NoreQEutcf3Vg4Xk5EiHmoSPr0VHnq {  }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #kpZnm7atqq9A6Vl0TGWxOEFFeyke2f58 {  }
 }@media only screen and (max-width: 763px) { #PZBhCCE3vS6zEqTGope28IEWQEN757vH { top:1.125rem;left:11.1875rem;width:11.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tul48lbOTbzGCki3rSE2bM9gWDroN72y { display:none; }#Tul48lbOTbzGCki3rSE2bM9gWDroN72y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VoJAmTLE5gTC2KO3t50J6ruZ6cp3EO22 { top:1.0625rem;left:0rem;width:9.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1TbItvlebEBmy2gCSXsUFvITLxX7l2t { display:none; }#C1TbItvlebEBmy2gCSXsUFvITLxX7l2t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tFTRQ22edr3ouhpL4smaywnf1NH3JogW { top:4.6875rem;left:0rem;width:9.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA8Bz0k42SqNStTfzcipH2iUsqfHzimx { width:9.4375rem;height:2.5rem;top:4.6875rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnXdWO0N1IkVzEMN13gVK2t8s9L1RmrX { display:block; }
 }@media only screen and (max-width: 763px) { #sQdFMeP4nz5fqizVatuL3BiXhIBhQQJL { width:7.4375rem;height:1.6875rem;top:5.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuhEatonywGAT0n6gCmMuMqiSLr5iRNT { display:block; }
 }@media only screen and (max-width: 763px) { #IfCxM6mUJaLhkLWTbqbxhnxDGw7lu9Br { width:8.625rem;height:1.6875rem;top:5.125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEHbcmwmClm0a94MoP8TyFfl22yk1Hnx { display:block; }
 }@media only screen and (max-width: 763px) { #ZQDraOFAUmCSw1eHl46CFWccNm0BxLmJ { width:5rem;height:1.6875rem;top:5.125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNJ8XMqOJdqeDcKKZmBRGFeRQuiNA4nm { display:block; }
 }@media only screen and (max-width: 763px) { #NeZTzSHu2lwW0lCI1AP76IbwVUCCVn83 { width:5rem;height:1.6875rem;top:5.125rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgHCrWOtHv9CNd6q8hne6oJkqaTtLcNW { display:block; }
 }@media only screen and (max-width: 763px) { #kh45L8O2XI3Tf0lWzlaOg6c2Ibq7f1C3 { width:7.8125rem;height:1.6875rem;top:5.125rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2KbOFbn5egI7oCwBnu4s3iOMfy4F9w3 { display:block; }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k { display:flex;width:18rem;height:5.0625rem;top:0rem;left:21.0625rem; }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #ti6enkTCt22TW6Uco3tk8XSiTWrQtyGJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #s8sPezc0MHOA1qphkkkcTu1CTLwpl3Xm {  }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #zZNtcTmxT3dFxHNTxXCVVFeJqndkUBfC {  }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #via2HOc7LBa2UV8gudb4VoThkfqTdhTF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #qiALOr2AeTWt4xkcg0GTHGJXtxwqFq4V {  }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #mJfzWt7qSapgSS8lpdZHAlhITk2TJGuy {  }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #fNeTKlcFeZRL3SQIZksrST1fGlLHawkM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #LhgGQ5lh6gqaE3TlL6hTs5z4dmSo1ECl {  }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #dCI0E08A4O6SZ4Iu9LhPK47Rs0HT6k1b {  }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #rTON64MOzmtkeCkaF3l41vxbhf0DvOVB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #t7WbRH2Z3kC7ALecJedyPUCK4hvcZKmM {  }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #G7MwR01sWtTAtaH9kBm3oS8PdEPWeT6T {  }
 }@media only screen and (max-width: 763px) { #k2JMTWFOcTkt19FFHOaKmcXxNsCdi1CV { top:1.1875rem;left:11.4375rem;width:11.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqyaTnK8XnWICkTNuVPXFvQKCH125GEm { display:none; }#OqyaTnK8XnWICkTNuVPXFvQKCH125GEm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uae7uH4xzvuKkIU6vrrVTsIOFOs664WO { top:5.8125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #deG2Qe2TbvciTAXmHxuqZxBz1UMTbyNZ { top:12.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNtX7mJIE6ZCUUF8c5HsvsFUMq3AmOV6 { top:17.6875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaePbpbRbhApcOW4DcI0mytBziCuu8hW { top:26.5625rem;left:0.25rem;width:47.25rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktxprd1lfdkBpqGKfQU0QVu1SLTMn8G9 { top:59.5625rem;left:0.5rem;width:46.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThcRQUHKACa6ElGl9utcTsvrhVOhVaDs { top:73.875rem;left:1.125rem;width:45.5625rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOiTKXGAzpx0iDkPvAPgtGXlh0In2InR { width:21.9375rem;height:4.5rem;top:79.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMc121LzRsF58TBGFpViASZif7EmX5CF { display:block; }
 }@media only screen and (max-width: 763px) { #uT8NnTifdyiTlH6eRDrvL5Cla5BX8DSC { top:89.875rem;left:22.375rem;width:3.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WouVLD60508Hz6vavz8Of7Piwn6zQneL { top:63.4375rem;left:3rem;width:16.3125rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKxeSfk5h0V2cOU6w0nwE8hzeWt7ocN0 { top:66.5rem;left:24.125rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaMsPOpO1z8qpTLmlrBbO8fZqmx2VC7R { top:62.875rem;left:24.25rem;width:2.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcCPlTeOqmFIXicPCtF0T9VwiVwg94L8 { top:63.0625rem;left:28.3125rem;width:18.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtcCIIvSgHVh8DC7NTXFRtgNB3lMT8BJ { top:66.6875rem;left:28.3125rem;width:16.3125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCUkzLWzlhUGgppEJ4DyB9pI56CPfJ99 { width:20.0625rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1yAtOobbh3sLNxQqZHXtk2f8bucINpN { top:2.9375rem;left:0.34375rem;width:47.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Kxq5FGtTVInSu9A0rGR3AwBB2kL3Ap { top:3.125rem;left:0.25rem;width:47.25rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4xv23rTRFHciP3ipM7JmXuK9TV6vOdG { display:none; }
 }@media only screen and (max-width: 763px) { #PrNTiUGHWpxVhzL44aGNEplEwNAmeXko { display:block; }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJGgNn2yfrH4cnr5bcSTzTEmIktVgXcX { top:3.3125rem;left:1.09375rem;width:45.5625rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBr4UZz3s2Sg8t1uk8vTdHTuhovKQv2R { top:33.6875rem;left:22.34375rem;width:3.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrMdFEpDMyzbkdkQ3emz6XPITb6QPtu9 { top:10.6875rem;left:0.25rem;width:47.25rem;height:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMiMRWLpupz1sFEFH4XC85Gqo4k4nxnL { display:block; }#bMiMRWLpupz1sFEFH4XC85Gqo4k4nxnL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dh9lGTzPQNgwadO8fxvyUQV5eRSR0X2A { top:1.75rem;left:1.09375rem;width:45.5625rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6QCfqaEN2y2OOIKTA3TGfpLeP0NUEXr { top:9.3125rem;left:0rem;width:32.9375rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTSGVtyaB2UUvrzhn14DbNKndyRWkUPK { top:9.3125rem;left:14.8125rem;width:32.9375rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeNDw0avz3RA1RIx6M6GkUScWJGkThfE { display:block; }#PeNDw0avz3RA1RIx6M6GkUScWJGkThfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3TgPVspy14IxhmllevXRRqZxwCytMIJ { top:0rem;left:0rem;width:36.5625rem;height:59.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcol3naRDFnb6bTgZpWTEaEICmT5ksTp { top:0rem;left:11.1875rem;width:36.5625rem;height:59.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fow7OCPz2nLZAvL7ro78uqZ6Ar6Jy5do { top:20.875rem;left:0rem;width:24rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0P1cGcvipuEXa28aQ3xBRf5r0IQ7yHw { top:20.875rem;left:23.875rem;width:18.6875rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwkNNgan1DD98Z5fAdcTHcHZtwFQ3rxO { top:29.1875rem;left:0rem;width:31.3125rem;height:;font-size:1rem;display:block; }#CwkNNgan1DD98Z5fAdcTHcHZtwFQ3rxO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0b08c3ef-3b0d-44f8-8a0e-45e3f0b59a03/Strzakaczerwona.webp); }
 }@media only screen and (max-width: 763px) { #CHlKQyXdpD3wgBQf1XT5kimyZ0pP5ZP0 { top:29.1875rem;left:17rem;width:30.75rem;height:;font-size:1rem;display:block; }#CHlKQyXdpD3wgBQf1XT5kimyZ0pP5ZP0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/37766921-ac5d-4838-8350-ebd103db9f52/Strzakabiaa.webp); }
 }@media only screen and (max-width: 763px) { #sdmoX9xJL1TxLxEMfkQqCwy0bdclcnVs { width:18.0625rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfyKuRwNs0UstCXFFvUK6TDqvrnL1oUe { width:20.0625rem;height:45.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X23b44bv6tVrviAq6Vu5LyNqHEgL1rBq { width:20.0625rem;height:45.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9MPvaRZD3uflxEs8Uow0E8oZ1mgZlF8 { width:18.5625rem;height:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EglOPIVuIad7mp01t099Z68FyGcygmmq { display:block; }#EglOPIVuIad7mp01t099Z68FyGcygmmq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2yNJTouTdoe86BpeE0lQB6gJxLi9Afn { top:3.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovha1dSSmU9Rz4U2M9o0G2kOSnV5QckG { display:block; }#ovha1dSSmU9Rz4U2M9o0G2kOSnV5QckG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdhT2h11R09glichet3qFqFn8XsJtMFZ { width:21.9375rem;height:4.5rem;top:0rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdkOdBTFNLT207oIGu1QyaCfMOAAq5gv { display:block; }
 }@media only screen and (max-width: 763px) { #e5h0fhcgf9iMllCkF8BT7gcChUcgtrUk { display:block; }#e5h0fhcgf9iMllCkF8BT7gcChUcgtrUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor { display:block; }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3Tert7MDGOcQ5cUBTdbq2TQVr68plW8 { top:3.375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiGSHFh6AmurUK9puv0vLFgqTCKFDqS { top:12rem;left:0rem;width:47.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tke1hT7PP39ycyLTdIqgpmmcW5eSGcaf { top:10.5rem;left:38.5rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKVL3pkp5IoWPbELzwTxQLQEq3q7iTSf { top:13.625rem;left:17.8125rem;width:12.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaFwsTyS0Zq5auMiF0cUOfbl1MWuhrvg { top:13.9375rem;left:14.75rem;width:2.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvebNle6wh3uwJbZBcAxGyFtWBT12tBI { top:13.9375rem;left:31.09375rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGgUPysWTTnVSCyfMb5GIhiuWxu0NhDq { top:14.375rem;left:34.1875rem;width:7.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIVR1FFWPTlGCXnnXHcBMTI34bi7zMwE { top:13.4375rem;left:0rem;width:13.375rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdbUuwso5Pvu5s3pvFF3iVePBGy8KVOl { top:18.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEBk5qzT2SaIPIP27CirsC6aNeRHKIFn { top:23.875rem;left:0rem;width:44.1875rem;height:12.3125rem;font-size:1.5rem;display:block; }#WEBk5qzT2SaIPIP27CirsC6aNeRHKIFn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b257ef615cebeb4caf5bb8fc7b31d104df09e772.svg); }
 }@media only screen and (max-width: 763px) { #LIHWIzOCn4EWRXQZs6xoaorKK7OH6fv7 { top:41.875rem;left:0rem;width:47.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA3w65rw7IE0ZawL5vyhy40u0XKdP7BM { top:53.3125rem;left:0rem;width:38.6875rem;height:12.3125rem;font-size:1.5rem;display:block; }#UA3w65rw7IE0ZawL5vyhy40u0XKdP7BM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b257ef615cebeb4caf5bb8fc7b31d104df09e772.svg); }
 }@media only screen and (max-width: 763px) { #NcOl5DyaPJ2IqPudveBfKD4Ow5he4sP9 { top:48.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRUtghQ8BfTQ3lvTPpIHwCt9QwBZ3qqA { top:43.3125rem;left:0rem;width:18.6875rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV3klTzIU6G8wbqfXwQltCsfUoLwMH1G { top:40.375rem;left:38.5rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEv7ZeEc01zr29bShMFi9rtuL66eMMcB { top:43.5rem;left:18.34375rem;width:11.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkwnXSI7mz5fgJIxim2yO3wQuHdKAmv0 { top:43.8125rem;left:14.625rem;width:2.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcy2uIuCv7GzPFTpTUkOT3cxmB8TDpig { top:44.125rem;left:31.09375rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEqZpZ8HcZNdpTSnUxhCL3PUFuxdVvNQ { top:44.5625rem;left:34.1875rem;width:11.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMLSEFJwpDa74xHfMZp7JIsE7DOIpOp2 { top:71.6875rem;left:0rem;width:47.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sygZ2hp5Bz7drMEPTIuuq1sBhc8aUkE2 { top:82.125rem;left:0rem;width:45.9375rem;height:;font-size:1.5rem;display:block; }#sygZ2hp5Bz7drMEPTIuuq1sBhc8aUkE2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b257ef615cebeb4caf5bb8fc7b31d104df09e772.svg); }
 }@media only screen and (max-width: 763px) { #xO85NiDirpSBTQmz0XN1Ta2incuJPR9H { top:77.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF0SbCupVQ9VKEJzToW8MyCflFp2wFOt { top:73.4375rem;left:0rem;width:18.6875rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRD2GdhJr8yU9smeu9zhcZTbkf0cTk2i { top:70.1875rem;left:38.5rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0C4v60oiqLoqtNGJpDgPIvrKOgry63r { top:73.625rem;left:18.125rem;width:11.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNhTZCSZdiOwySUFJA7BkMCeyeaqbV1o { top:73.9375rem;left:31.09375rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUcCtLxcKB08Bmo4cU2nXRTeM30OPKif { top:74.375rem;left:33.96875rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfu14847H00dCXfo2znhToVRT3Jl4eJH { top:73.9375rem;left:14.625rem;width:2.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcwtDbSw0TuCNIkVD5tPIBSJALZ2v2sf { width:4.625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwgpMbzWAFFtEV4UcveXo2P4zirkgEX7 { width:4.625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmKbEdtBZhPHE9QtmPL4r1EZ6phnml1r { width:4.625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXfbntbJLUOKTHFyfsOT2Mf3vsFp1oaF { display:block; }#NXfbntbJLUOKTHFyfsOT2Mf3vsFp1oaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3ISoVb4fctaifz9P1KOkXrPMRuFOnrh { top:3rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ima2nRx71TJROmqeG9WMn3SxnQAEsnEg { display:block; }#Ima2nRx71TJROmqeG9WMn3SxnQAEsnEg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnlugC5X5IRCDWL4MU7lNpetRFg74TSr { top:1.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XTMIvCkLIsMKJ52GmcAlRyXSfC1Vgd { display:block; }#x9XTMIvCkLIsMKJ52GmcAlRyXSfC1Vgd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bkVisyuLC3ActZmzA7WzCm5unL0Law7G { top:0rem;left:0rem;width:30.8125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUzKRvEuxXmPdzcL4a4iJVfU2oWrwvMZ { top:1.1875rem;left:0rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI6Tbl9xfbPb7R4yF6Ls1gRPpg3FaSrf { top:2.5625rem;left:1rem;width:22.875rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROQIl2scfd9bg9JWdpGpoQEAB5iASsep { top:0rem;left:16.9375rem;width:30.8125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4WtVa0KEyzzT3FTEE5PkMuHWugEs193 { top:2.5625rem;left:23rem;width:24.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5TVz4lAlJ5UM5z9p7KwEA3X64WsFkBo { top:1.1875rem;left:23.875rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2FskupsxBnEirIcKzZ01rHoGvnptIql { width:17rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hw1kI6FlwEbn8qaW8yGOOm8bpIgVICtT { width:17rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HeEWdxuxo9u93po9uGUIVBUKQXyhX9Th { display:block; }#HeEWdxuxo9u93po9uGUIVBUKQXyhX9Th > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCD4kRdXzowIHK0xe29kksEmGzZddSLn { top:0rem;left:0rem;width:30.8125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QecvpQtILlZSEOWgDH5NKq0qXTQAkCVd { top:1.1875rem;left:0rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB5c7nK96vDvHPbWQToTblmAJCyW4KZ6 { top:3.375rem;left:0rem;width:24.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRQgVS00RLpkm7797l1URbOS7q2Nvrwe { top:0rem;left:16.9375rem;width:30.8125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP27oUz4kcEL0KzVPGu6Ow8ggoQt0mvs { top:1.1875rem;left:23.875rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8x6BDOwCO56stKG1ZsB3THZRzPT2p5e { width:17rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5CNNPsavaTdQOPRyca4RQRSIIvIINVO { width:9rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRqCERxfp2IShpofS74d3nfr8dQnLBcu { top:1.75rem;left:25rem;width:22.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gufCO4FM41srTAOSFgQsI4nzbw05Rplk { display:block; }#gufCO4FM41srTAOSFgQsI4nzbw05Rplk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSPqnq07O3ZWvalWD5kyTVGla0p1Q6UD { top:0rem;left:0rem;width:30.8125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie9n5CZMxgHysKhnnDPIWrrD0aGpEW7M { top:1.1875rem;left:0rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5C2A8PaSbpW3v4xuqHy1irKOKNyFg5W { top:2.5625rem;left:0rem;width:24.5rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARhTKmUeW0gOqnfo9FcBZQ7dcAPZPp6k { top:0rem;left:16.9375rem;width:30.8125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7GqwbOhAnQcTQDMFa9rRF1uMm1fxasi { top:1.1875rem;left:23.875rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pseuitJcuCmZfQFc8t1lAAAEQx5DKMDG { width:11.375rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mewfZWfoKOMbGAQeuczfMzEBAh0s0E7C { width:11.375rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NO4W7LQKtMcaVFvESCxk80hO5UCkcvou { top:2.5625rem;left:22.9375rem;width:24.8125rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb8CnR8blcKaRF9SdP15WH2vnEt6C19s { display:block; }#nb8CnR8blcKaRF9SdP15WH2vnEt6C19s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mp3iaG91oJcnlTGRUvltxpkMiU8LQxMF { top:3.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNGWadr4P85TJTyI6w8MeTaDNDxeeA0l { display:block; }#gNGWadr4P85TJTyI6w8MeTaDNDxeeA0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I47wDAVIN9AtfQO0lfuiGzXJpIOQX8OW { width:21.9375rem;height:4.5rem;top:0rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZFrvpwytga2RVmlfF8wIdXrOgMJwzmq { display:block; }
 }@media only screen and (max-width: 763px) { #Fd0kuKTIDGvxAccDARy29OJMVEgzryPe { display:block; }#Fd0kuKTIDGvxAccDARy29OJMVEgzryPe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKC9CTr9F9JBKlfN7pBTT0wWexxzlvDf { display:block; }#VKC9CTr9F9JBKlfN7pBTT0wWexxzlvDf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBUUC5x0T2m30zMgNfeTgUss4zFtqvS9 { top:3rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqTesuZxprOBwQN34TqTMPvAIPxcJBdW { display:block; }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySSAd7IJcTGruvTfXDqkTnTiUq7C6Pqb { top:3.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWznt8H2zp7BU4MursRHk8yILDrLZhQ0 { top:3.25rem;left:0rem;width:17.3125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WumEKpTNFtKR2PIGzBHMzpWuGyUOh0np { top:0rem;left:0rem;width:36.875rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkO8o2x8QaePhuLXo80SuRrP8fOu0Xua { top:7rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKML1x9TsN2QRarM6sgL22g8irLmTtr1 { top:9.9375rem;left:0rem;width:33.1875rem;height:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7SBrBPRSw0XA8Ut3E8DQfB8GfnPKRV5 { top:4rem;left:0rem;width:40.875rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0lSQQ5w3rtIzX5xA6sqKlxM4fRgZG6P { display:block; }#g0lSQQ5w3rtIzX5xA6sqKlxM4fRgZG6P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2aZyr5sTHWXXyKh3WzQqfamKhspTCIG { display:block; }#b2aZyr5sTHWXXyKh3WzQqfamKhspTCIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r22k4NeaVSXf7VJKLLdW11KQhEntrfuX { top:3rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGOdWaLLBMnTIxtc8zfmTvvXGWLvCvLI { display:block; }#zGOdWaLLBMnTIxtc8zfmTvvXGWLvCvLI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pe98oRb4yywSMvPqQVqxnmfa8OOeIyPD { top:4.375rem;left:0rem;width:36.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofGk0b2HMW3fEei6lXVAlVfhKzT1s1xN { top:0rem;left:0rem;width:33.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ8f4d1MyF4CBSJARkadXQc0MggTyviL { top:18.9375rem;left:0rem;width:32.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUr2FlzH9HAsJ7psggrohplz3Q5UFmx9 { top:22.1875rem;left:0rem;width:32.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyfcAgB1L8ZDyNpUA8vrLKgc3oqlrII8 { top:25.0625rem;left:0rem;width:32.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFdhG40GcnVPbHPoEkX03Ico4LJoprbl { top:0rem;left:14.625rem;width:33.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua4dZAAWSRHtpDGeTmorbfGzwQb5oZr2 { top:4.375rem;left:11rem;width:36.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JToiC0OHctsQPUNeHRTln3GAx9pCwI3H { top:18.9375rem;left:15.25rem;width:32.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d24GdqXCp2lcHvvniROTaDcniDNmRFq8 { top:22.1875rem;left:15.25rem;width:32.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRC65i5ON6amQCgCw9kKJ2lsoVXuFkPJ { top:25.0625rem;left:15.25rem;width:32.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaSvLvUHTakp1opOapITFZqdiGtlM7FJ { width:20.0625rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZ4lUnd7d4bTTnsIqxaRQ135p9u8eKbX { width:20.0625rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W58GEkprlHELauOmxoFLN1rQqvihXmJ5 { display:block; }#W58GEkprlHELauOmxoFLN1rQqvihXmJ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0TewaZbyPW96K7n6TaqN83GzUdGxLrS { top:4.375rem;left:0rem;width:36.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNgFZrsbapKRhVH3OPfS8IIn3MmRUdH5 { top:0rem;left:0rem;width:33.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCfhbUzxT94iJs7h1uH7DpFs1udeTn0o { top:18.9375rem;left:0rem;width:32.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyiXpuhX4l80mqVfiwGBq0bZlIf6MI4x { top:22.1875rem;left:0rem;width:32.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD3E2GfeRVSzqdu0sv0DwSH1PIPW6wpl { top:25.0625rem;left:0rem;width:32.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS4uNofKSgJKOQWZd2WefVH27nARIQdK { top:0rem;left:14.625rem;width:33.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p09MdR0uRWqd02R6iQr7CTIBTELMqCpH { top:4.375rem;left:11rem;width:36.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8d5lEeyMfcT9csvORBV6OvkVsbHUtTX { top:18.9375rem;left:15.25rem;width:32.5rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LixSTunITumfB9TLUW9XOU8keS3Eaeu8 { top:22.1875rem;left:15.25rem;width:32.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLJAJDJZKcELCTqF6bqDFv0cUAzNVBTv { top:25.0625rem;left:15.25rem;width:32.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll9drR7GHMgcK4msBTFBDUMAE2IriUwS { width:20.0625rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V7ccm71GS0ZWNkdrLdF8gUvFPo31z8rq { width:20.0625rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIUR1FcKq2tNzWy8KzkAhcsvxrlGTSPb { display:block; }#aIUR1FcKq2tNzWy8KzkAhcsvxrlGTSPb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsBD6A9QFiqmApM7GedizuESl3NJJmkd { top:4.375rem;left:0rem;width:36.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTbq6bTEQGbfK5iZ36rR7PiTJ3toVfaQ { top:0rem;left:0rem;width:33.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxdUfOEs9HhdRh0c239e2Z9n69ziXJvf { top:18.9375rem;left:0rem;width:32.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAAMK2bXil6AQrORC9SDCOSpPx6KyzsQ { top:22.1875rem;left:0rem;width:32.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4K5KznT5aPOlqiyx6CdrFlIMx0aAlS3 { top:25.0625rem;left:0rem;width:32.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwZSPeOAxETdCt94Ertpl8OSTmavcHaT { top:0rem;left:14.625rem;width:33.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcND7v9P5nvSPwQf2VfdnB1frbOUJwmx { top:4.375rem;left:11rem;width:36.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #onS5CGpWlGtHq6KOStxyQCa8oN8tdb3e { top:18.9375rem;left:15.25rem;width:32.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utFtvoL6c3hpvzJWGTK8rowpXX9nUz8t { top:22.1875rem;left:15.25rem;width:32.5rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETEPfBPtiyHK79OIZbN6T2gm4EoXp8Mn { top:25.0625rem;left:15.25rem;width:32.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2rCG2He6UbGGlAaRhvMag1W0LarwOJT { width:20.0625rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWd0gXGNhHo5JpyS30WMVE42hakZESXC { width:20.0625rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTV04nVzJ8oVQCfqNCpkMLLuk4pwCZHv { display:block; }#pTV04nVzJ8oVQCfqNCpkMLLuk4pwCZHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5oScSh1PsSGyLRFOytFeuULrRqIy6Z8 { top:3rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwZHbLJHrs4KwQiuFSHHOU45HVgot04m { display:block; }#uwZHbLJHrs4KwQiuFSHHOU45HVgot04m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOqdzscFX0nWDm2GZbOwvn1xsIvm7IKr { top:0rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wst02zzUQMchiadafRumzTFnRvXyAGoI { width:47.75rem;height:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn { display:block; }#g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6Mc7irGLswFaXfycXbdxNSxyI2s3lT7 { top:3rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpe8AoVo3MnNmOkKJdx4EpqDhit1SVvb { top:8.375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb1RiFqgNuITNQqbQNGhRC5Zh5IZgmOm { top:12.6875rem;left:5.0625rem;width:18.6875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piFOxdNWTHogSFFWtwxgkB5TTPiribsF { top:12.6875rem;left:29.8125rem;width:16.3125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrB2T5qy7sK6synt7FtE7U4QPRgVTxi7 { top:12.4375rem;left:26.25rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAPo18JuWrAJER0SS186aO9xxSqUXO5d { top:12.25rem;left:1.6875rem;width:2.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqgG3TSn4kh0Qa9pXgIAtpdiVL83dBqt { top:17.125rem;left:0rem;width:47.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-regular-label { width:39.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-text { width:39.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-text {padding-top: 0; padding-bottom: 0;}#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-textarea { width:39.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-select { width:39.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-select {padding-top: 0; padding-bottom: 0;}#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-button { width:39.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-checkbox-label { width:38.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox  { width:39.5625rem;height:auto;top:20.8125rem;left:2.875rem; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .radio-container { width:39.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox {display:block;}#He6oJqRNww27o9VWAlEcVJaTwTO0qPox { width:39.5625rem;height:auto;top:20.8125rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #W5OH88HOV6ZV0xtpz1uKCkW8Wo7s9h6k {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #LiWXaXDK8W71Uc4TgsP33Sz7t0GSSNnc {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #CdDxk0wJFz7ygJCLkNqJ6X3O5BwHtgkd {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #fEu0697idqQCOhTnxuGEr73iO77ChAh5 {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #JOKgm9Xh6K6oG7okVnqAHJuMDiNhy4HC {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #rsOPgTH7qeeXkK5whQaiezX64n4DBueg {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #g02u4zZ2UvuGczLT5MkaKFCx6sGn5Eqd {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #eaSu1NlTZCRCCmzKWnOuzqIo3tRiiqJQ {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #b1aQ520gWRPCOv4TtkpRTTooJTvwy48U {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #ewAQHBeAucoBs5a0y9RdlVQwqeULPOhT {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #oQvcy6Q55ZHbd2TKWT9tBpZq37TnBJvW {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #TqKHSeb07Ns6t1vQJDU7dqhSlDulOUoE {  }
 }@media only screen and (max-width: 763px) { #XftwiU588xKhNvxDMxc6u0pSEBZQGVhh { display:block; }
 }@media only screen and (max-width: 763px) { #U979ZdT1kJMK2BGW031MUDJTs3bXpbBC { display:block; }
 }@media only screen and (max-width: 763px) { #e6HdHT16rWaCF3SaubITqviQvDp41pw1 { display:block; }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #CdoPbzJvAidDVtuLqfAnOTanW1cS1Rdf {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #Vot4nyvCPd5dEtzyDABBbVKGikmooOzy {  }
 }@media only screen and (max-width: 763px) { #NHiO0f9zD6QLwVhCJes9gkizkih9T8Jx { display:block; }#NHiO0f9zD6QLwVhCJes9gkizkih9T8Jx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZVtoPWv4mhxVgCq8Fye2LV28UtSBvSd { width:26.875rem;height:1.125rem;top:1.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTC7tOLU3PEKLx9oanOe9AdXvz3JH8F { width:8.875rem;height:1.625rem;top:1.5rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNl4MnsMoPlVSHkGMaib1HTb2cRA2P4a { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl { background-color:#e61351;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl > .row .container { background-color: transparent; background-image: none; }#KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl > .row .container > .video-iframe-container { display: none; }#KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl > .row > .video-iframe-container { display: none; }#KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl > .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); }#KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl > .row .container { border-width: 0; border-radius: 0; }#KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KGsbuhGdby6g8sfvT9MXRu8WDcaWirsl > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF .widget-text.counter-number { padding-top:0.2275rem;padding-right:0.25rem;padding-bottom:0.2275rem;padding-left:0.25rem;width:1.49875rem;min-width:1.49875rem;height:1.2225rem;font-size:0.910625rem;line-height:19.56px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.141875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.999375rem;height:0.483125rem;font-size:0.341875rem;line-height:7.73px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gtLZqNkgPw3F8u1lZgrwTIclvny23pQF { display:flex;width:12rem;height:2.3025rem;top:0.375rem;left:7.08349609375rem;padding-top:0.20125rem;padding-right:0.208125rem;padding-bottom:0.20125rem;padding-left:0.208125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #xzKBuThqvLlSUIg9WuFL4qSJmOP9wDTK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #hUpaZDoRTG1PgROfMTkkTJo8bnCrAsX2 {  }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #BbThr9PPmyrQaLUv0pSnEQoTaJ14w6Ag {  }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #P8gm9da5OwX856F95SMtnHd7TRE3B5Jh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #QXyqhd0pCo5AKDneq7g9NHm18begLCnv {  }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #eavXMVniJtXB7KCMXl1CwTorFgLz8tnI {  }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #ocq3bDTbfPlbeRrRonPL2tGhhTdRpofM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #vHuh4OtR9pBzxseDk57ucbNERrd8a2rt {  }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #RcTlFay2Tdn5Z7Te4wIzPTVWniiTN7pG {  }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #tLXPLGVoyXAkmcMOktS4WKnIiaPXh15t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #c1NoreQEutcf3Vg4Xk5EiHmoSPr0VHnq {  }
 }@media only screen and (max-width: 763px) { #gtLZqNkgPw3F8u1lZgrwTIclvny23pQF #kpZnm7atqq9A6Vl0TGWxOEFFeyke2f58 {  }
 }@media only screen and (max-width: 763px) { #PZBhCCE3vS6zEqTGope28IEWQEN757vH { width:7.25rem;height:2.2744125rem;top:0.5947265625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tul48lbOTbzGCki3rSE2bM9gWDroN72y { display:block; }#Tul48lbOTbzGCki3rSE2bM9gWDroN72y > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoJAmTLE5gTC2KO3t50J6ruZ6cp3EO22 { width:9.5rem;height:2.5rem;top:0.59375rem;left:5.25rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C1TbItvlebEBmy2gCSXsUFvITLxX7l2t { position:relative;z-index:auto;display:none; }#C1TbItvlebEBmy2gCSXsUFvITLxX7l2t > .row .container { width:20rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tFTRQ22edr3ouhpL4smaywnf1NH3JogW { width:9.5rem;height:2.5rem;top:1.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA8Bz0k42SqNStTfzcipH2iUsqfHzimx { width:9.4375rem;height:2.5rem;top:17.81153125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnXdWO0N1IkVzEMN13gVK2t8s9L1RmrX { display:block; }
 }@media only screen and (max-width: 763px) { #sQdFMeP4nz5fqizVatuL3BiXhIBhQQJL { width:7.4375rem;height:1.6875rem;top:21.5615234375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuhEatonywGAT0n6gCmMuMqiSLr5iRNT { display:block; }
 }@media only screen and (max-width: 763px) { #IfCxM6mUJaLhkLWTbqbxhnxDGw7lu9Br { width:8.625rem;height:1.6875rem;top:24.4990234375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEHbcmwmClm0a94MoP8TyFfl22yk1Hnx { display:block; }
 }@media only screen and (max-width: 763px) { #ZQDraOFAUmCSw1eHl46CFWccNm0BxLmJ { width:5rem;height:1.6875rem;top:27.4365234375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNJ8XMqOJdqeDcKKZmBRGFeRQuiNA4nm { display:block; }
 }@media only screen and (max-width: 763px) { #NeZTzSHu2lwW0lCI1AP76IbwVUCCVn83 { width:5rem;height:1.6875rem;top:30.3740234375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgHCrWOtHv9CNd6q8hne6oJkqaTtLcNW { display:block; }
 }@media only screen and (max-width: 763px) { #kh45L8O2XI3Tf0lWzlaOg6c2Ibq7f1C3 { width:7.8125rem;height:1.6875rem;top:33.3115234375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2KbOFbn5egI7oCwBnu4s3iOMfy4F9w3 { display:block; }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k .widget-text.counter-number { padding-top:0.2275rem;padding-right:0.25rem;padding-bottom:0.2275rem;padding-left:0.25rem;width:1.49875rem;min-width:1.49875rem;height:1.2225rem;font-size:0.910625rem;line-height:19.56px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.141875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.999375rem;height:0.483125rem;font-size:0.341875rem;line-height:7.73px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k { display:flex;width:12rem;height:2.3025rem;top:38.7490234375rem;left:9.8125rem;padding-top:0.20125rem;padding-right:0.208125rem;padding-bottom:0.20125rem;padding-left:0.208125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #ti6enkTCt22TW6Uco3tk8XSiTWrQtyGJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #s8sPezc0MHOA1qphkkkcTu1CTLwpl3Xm {  }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #zZNtcTmxT3dFxHNTxXCVVFeJqndkUBfC {  }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #via2HOc7LBa2UV8gudb4VoThkfqTdhTF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #qiALOr2AeTWt4xkcg0GTHGJXtxwqFq4V {  }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #mJfzWt7qSapgSS8lpdZHAlhITk2TJGuy {  }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #fNeTKlcFeZRL3SQIZksrST1fGlLHawkM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #LhgGQ5lh6gqaE3TlL6hTs5z4dmSo1ECl {  }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #dCI0E08A4O6SZ4Iu9LhPK47Rs0HT6k1b {  }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #rTON64MOzmtkeCkaF3l41vxbhf0DvOVB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #t7WbRH2Z3kC7ALecJedyPUCK4hvcZKmM {  }
 }@media only screen and (max-width: 763px) { #cHuQ6dMAJ2mEVWAFgi5SZFuQPOo9UF7k #G7MwR01sWtTAtaH9kBm3oS8PdEPWeT6T {  }
 }@media only screen and (max-width: 763px) { #k2JMTWFOcTkt19FFHOaKmcXxNsCdi1CV { width:11.875rem;height:0;top:36.2490234375rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqyaTnK8XnWICkTNuVPXFvQKCH125GEm { position:relative;z-index:auto;display:none; }#OqyaTnK8XnWICkTNuVPXFvQKCH125GEm > .row .container { width:20rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/648590d1-f9a4-4d84-a9e4-3406bead12dd/To.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uae7uH4xzvuKkIU6vrrVTsIOFOs664WO { width:20rem;height:5.5rem;top:5.9375rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #deG2Qe2TbvciTAXmHxuqZxBz1UMTbyNZ { width:20rem;height:4.79980625rem;top:12.625rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lNtX7mJIE6ZCUUF8c5HsvsFUMq3AmOV6 { width:20rem;height:7.7988125rem;top:18.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaePbpbRbhApcOW4DcI0mytBziCuu8hW { height:11.42825rem;width:20rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktxprd1lfdkBpqGKfQU0QVu1SLTMn8G9 { width:20rem;height:4.9375rem;top:43.673875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThcRQUHKACa6ElGl9utcTsvrhVOhVaDs { width:20rem;height:5.19921875rem;top:53.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOiTKXGAzpx0iDkPvAPgtGXlh0In2InR { width:19rem;height:3.25rem;top:59.8125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMc121LzRsF58TBGFpViASZif7EmX5CF { display:block; }
 }@media only screen and (max-width: 763px) { #uT8NnTifdyiTlH6eRDrvL5Cla5BX8DSC { width:1.875rem;height:1.6875rem;top:66.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WouVLD60508Hz6vavz8Of7Piwn6zQneL { width:16.3125rem;height:2.5996125rem;top:42.5625rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKxeSfk5h0V2cOU6w0nwE8hzeWt7ocN0 { width:1.5625rem;height:1.5625rem;top:48.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaMsPOpO1z8qpTLmlrBbO8fZqmx2VC7R { width:1.5625rem;height:1.6875rem;top:46.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcCPlTeOqmFIXicPCtF0T9VwiVwg94L8 { width:13.125rem;height:1.29980625rem;top:46.625rem;left:6.4375rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qtcCIIvSgHVh8DC7NTXFRtgNB3lMT8BJ { width:10.5625rem;height:1.29980625rem;top:48.9375rem;left:6.4375rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OCUkzLWzlhUGgppEJ4DyB9pI56CPfJ99 { top:41.25rem;left:0rem;width:20rem;height:10.875rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z1yAtOobbh3sLNxQqZHXtk2f8bucINpN { width:17.5625rem;height:2.875rem;top:2.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Kxq5FGtTVInSu9A0rGR3AwBB2kL3Ap { width:15.125rem;height:2.25rem;top:2.4375rem;left:2.4375rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A4xv23rTRFHciP3ipM7JmXuK9TV6vOdG { display:flex;top:0.25rem;left:18.0625rem;width:1.9375rem;height:1.9375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #PrNTiUGHWpxVhzL44aGNEplEwNAmeXko { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b3fc4fa0-5715-45b6-841f-6955509c0d4b/ToCotozawydarzenie1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko.adaptive-delivery-prevent-bg, #PrNTiUGHWpxVhzL44aGNEplEwNAmeXko.lazyload, #PrNTiUGHWpxVhzL44aGNEplEwNAmeXko.lazyloading { background-image: none; }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .row .container { background-color: transparent; background-image: none; }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .row .container > .video-iframe-container { display: none; }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .row > .video-iframe-container { display: none; }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .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); }#PrNTiUGHWpxVhzL44aGNEplEwNAmeXko > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJGgNn2yfrH4cnr5bcSTzTEmIktVgXcX { width:20rem;height:2.5996125rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBr4UZz3s2Sg8t1uk8vTdHTuhovKQv2R { width:1.875rem;height:1.75rem;top:30.65478515625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrMdFEpDMyzbkdkQ3emz6XPITb6QPtu9 { width:20rem;height:22.0966875rem;top:6.287109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMiMRWLpupz1sFEFH4XC85Gqo4k4nxnL { display:block; }#bMiMRWLpupz1sFEFH4XC85Gqo4k4nxnL > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dh9lGTzPQNgwadO8fxvyUQV5eRSR0X2A { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6QCfqaEN2y2OOIKTA3TGfpLeP0NUEXr { width:20rem;height:14.4970625rem;top:7.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTSGVtyaB2UUvrzhn14DbNKndyRWkUPK { width:20rem;height:14.49715370019rem;top:23.44628125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PeNDw0avz3RA1RIx6M6GkUScWJGkThfE { display:block; }#PeNDw0avz3RA1RIx6M6GkUScWJGkThfE > .row .container { width:20rem;height:136.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3TgPVspy14IxhmllevXRRqZxwCytMIJ { width:20rem;height:23.82905982906rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcol3naRDFnb6bTgZpWTEaEICmT5ksTp { width:20rem;height:23.82905982906rem;top:48.542rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fow7OCPz2nLZAvL7ro78uqZ6Ar6Jy5do { width:14.875rem;height:3.8994125rem;top:14.60009765625rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0P1cGcvipuEXa28aQ3xBRf5r0IQ7yHw { width:14.6875rem;height:1.94970625rem;top:82.4375rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwkNNgan1DD98Z5fAdcTHcHZtwFQ3rxO { width:17.9375rem;height:43.2705rem;top:20.0615234375rem;left:1rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }#CwkNNgan1DD98Z5fAdcTHcHZtwFQ3rxO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0b08c3ef-3b0d-44f8-8a0e-45e3f0b59a03/Strzakaczerwona.webp); }
 }@media only screen and (max-width: 763px) { #CHlKQyXdpD3wgBQf1XT5kimyZ0pP5ZP0 { width:17.9375rem;height:48.6699375rem;top:86.0625rem;left:1.0625rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }#CHlKQyXdpD3wgBQf1XT5kimyZ0pP5ZP0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/37766921-ac5d-4838-8350-ebd103db9f52/Strzakabiaa.webp); }
 }@media only screen and (max-width: 763px) { #sdmoX9xJL1TxLxEMfkQqCwy0bdclcnVs { top:0rem;left:0.96875rem;width:18.0625rem;height:13.0625rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kfyKuRwNs0UstCXFFvUK6TDqvrnL1oUe { top:2.6875rem;left:0rem;width:20rem;height:62.4375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X23b44bv6tVrviAq6Vu5LyNqHEgL1rBq { top:70.1875rem;left:0rem;width:20rem;height:65.75rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T9MPvaRZD3uflxEs8Uow0E8oZ1mgZlF8 { top:68.125rem;left:1.125rem;width:17.8125rem;height:13.0625rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EglOPIVuIad7mp01t099Z68FyGcygmmq { display:block; }#EglOPIVuIad7mp01t099Z68FyGcygmmq > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2yNJTouTdoe86BpeE0lQB6gJxLi9Afn { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovha1dSSmU9Rz4U2M9o0G2kOSnV5QckG { display:block; }#ovha1dSSmU9Rz4U2M9o0G2kOSnV5QckG > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdhT2h11R09glichet3qFqFn8XsJtMFZ { width:19rem;height:3.25rem;top:1.25rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdkOdBTFNLT207oIGu1QyaCfMOAAq5gv { display:block; }
 }@media only screen and (max-width: 763px) { #e5h0fhcgf9iMllCkF8BT7gcChUcgtrUk { display:none; }#e5h0fhcgf9iMllCkF8BT7gcChUcgtrUk > .row .container { width:20rem;height:9.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2afe213f-1c31-4431-bf8c-93ca02f1e074/ToCzegosiedowiesz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor.adaptive-delivery-prevent-bg, #wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor.lazyload, #wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor.lazyloading { background-image: none; }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .row .container { background-color: transparent; background-image: none; }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .row .container > .video-iframe-container { display: none; }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .row > .video-iframe-container { display: none; }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .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); }#wxZ6T4qO0ASAVoMipv9p2ph7satV9Eor > .row .container { width:20rem;height:107.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3Tert7MDGOcQ5cUBTdbq2TQVr68plW8 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiGSHFh6AmurUK9puv0vLFgqTCKFDqS { width:20rem;height:28.375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tke1hT7PP39ycyLTdIqgpmmcW5eSGcaf { width:6.125rem;height:6.125rem;top:3.23486328125rem;left:13.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKVL3pkp5IoWPbELzwTxQLQEq3q7iTSf { width:10.625rem;height:2.5996125rem;top:7.9375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaFwsTyS0Zq5auMiF0cUOfbl1MWuhrvg { width:1.6875rem;height:1.8125rem;top:8.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvebNle6wh3uwJbZBcAxGyFtWBT12tBI { width:1.6875rem;height:1.6875rem;top:11.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGgUPysWTTnVSCyfMb5GIhiuWxu0NhDq { width:9.5rem;height:1.29980625rem;top:11.4375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIVR1FFWPTlGCXnnXHcBMTI34bi7zMwE { width:8rem;height:3rem;top:13.625rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdbUuwso5Pvu5s3pvFF3iVePBGy8KVOl { width:18rem;height:3.8994125rem;top:16.5625rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEBk5qzT2SaIPIP27CirsC6aNeRHKIFn { width:17.8125rem;height:12.32325rem;top:21.3125rem;left:1.09375rem;font-size:1rem;display:block; }#WEBk5qzT2SaIPIP27CirsC6aNeRHKIFn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b257ef615cebeb4caf5bb8fc7b31d104df09e772.svg); }
 }@media only screen and (max-width: 763px) { #LIHWIzOCn4EWRXQZs6xoaorKK7OH6fv7 { width:20rem;height:28.375rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA3w65rw7IE0ZawL5vyhy40u0XKdP7BM { width:17.8125rem;height:12.32325rem;top:52.375rem;left:1.09375rem;font-size:1rem;display:block; }#UA3w65rw7IE0ZawL5vyhy40u0XKdP7BM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b257ef615cebeb4caf5bb8fc7b31d104df09e772.svg); }
 }@media only screen and (max-width: 763px) { #NcOl5DyaPJ2IqPudveBfKD4Ow5he4sP9 { width:15.75rem;height:3.8994125rem;top:47.662109375rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRUtghQ8BfTQ3lvTPpIHwCt9QwBZ3qqA { width:18.6875rem;height:3rem;top:44.724609375rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV3klTzIU6G8wbqfXwQltCsfUoLwMH1G { width:9.25rem;height:9.25rem;top:120.815959375rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEv7ZeEc01zr29bShMFi9rtuL66eMMcB { width:11.25rem;height:2.5996125rem;top:39.10595703125rem;left:4.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkwnXSI7mz5fgJIxim2yO3wQuHdKAmv0 { width:1.6875rem;height:1.8125rem;top:39.49951171875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcy2uIuCv7GzPFTpTUkOT3cxmB8TDpig { width:1.6875rem;height:1.6875rem;top:42.2001953125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEqZpZ8HcZNdpTSnUxhCL3PUFuxdVvNQ { width:8.125rem;height:1.29980625rem;top:42.39404296875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMLSEFJwpDa74xHfMZp7JIsE7DOIpOp2 { width:20rem;height:34.875rem;top:69.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sygZ2hp5Bz7drMEPTIuuq1sBhc8aUkE2 { width:17.8125rem;height:19.13475rem;top:83.4736328125rem;left:1.09375rem;font-size:1rem;display:block; }#sygZ2hp5Bz7drMEPTIuuq1sBhc8aUkE2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b257ef615cebeb4caf5bb8fc7b31d104df09e772.svg); }
 }@media only screen and (max-width: 763px) { #xO85NiDirpSBTQmz0XN1Ta2incuJPR9H { width:17.75rem;height:3.8994125rem;top:78.375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF0SbCupVQ9VKEJzToW8MyCflFp2wFOt { width:18.6875rem;height:3rem;top:75.375rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRD2GdhJr8yU9smeu9zhcZTbkf0cTk2i { width:9.25rem;height:9.25rem;top:164.788146875rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0C4v60oiqLoqtNGJpDgPIvrKOgry63r { width:10.6875rem;height:2.5996125rem;top:70.525390625rem;left:3.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNhTZCSZdiOwySUFJA7BkMCeyeaqbV1o { width:1.6875rem;height:1.6875rem;top:73.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUcCtLxcKB08Bmo4cU2nXRTeM30OPKif { width:8.5rem;height:1.29980625rem;top:73.88134765625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfu14847H00dCXfo2znhToVRT3Jl4eJH { width:1.6875rem;height:1.8125rem;top:70.9189453125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcwtDbSw0TuCNIkVD5tPIBSJALZ2v2sf { top:5.5625rem;left:15.375rem;width:4.625rem;height:4.625rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hwgpMbzWAFFtEV4UcveXo2P4zirkgEX7 { top:36.8125rem;left:15.375rem;width:4.625rem;height:4.625rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SmKbEdtBZhPHE9QtmPL4r1EZ6phnml1r { top:68.25rem;left:15.375rem;width:4.625rem;height:4.625rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NXfbntbJLUOKTHFyfsOT2Mf3vsFp1oaF { display:block; }#NXfbntbJLUOKTHFyfsOT2Mf3vsFp1oaF > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3ISoVb4fctaifz9P1KOkXrPMRuFOnrh { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ima2nRx71TJROmqeG9WMn3SxnQAEsnEg { display:block; }#Ima2nRx71TJROmqeG9WMn3SxnQAEsnEg > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnlugC5X5IRCDWL4MU7lNpetRFg74TSr { width:20rem;height:2.5996125rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XTMIvCkLIsMKJ52GmcAlRyXSfC1Vgd { display:block; }#x9XTMIvCkLIsMKJ52GmcAlRyXSfC1Vgd > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bkVisyuLC3ActZmzA7WzCm5unL0Law7G { width:14.3125rem;height:5.3125rem;top:3.0625rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUzKRvEuxXmPdzcL4a4iJVfU2oWrwvMZ { width:5rem;height:5rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI6Tbl9xfbPb7R4yF6Ls1gRPpg3FaSrf { width:14.125rem;height:4.548825rem;top:3.28759765625rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROQIl2scfd9bg9JWdpGpoQEAB5iASsep { width:20rem;height:7.4375rem;top:32.236328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4WtVa0KEyzzT3FTEE5PkMuHWugEs193 { width:13.1875rem;height:4.548825rem;top:11.53759765625rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5TVz4lAlJ5UM5z9p7KwEA3X64WsFkBo { width:5rem;height:5rem;top:11.3125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2FskupsxBnEirIcKzZ01rHoGvnptIql { top:2.1875rem;left:3rem;width:17rem;height:6.75rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Hw1kI6FlwEbn8qaW8yGOOm8bpIgVICtT { top:10.4375rem;left:0rem;width:17rem;height:6.75rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HeEWdxuxo9u93po9uGUIVBUKQXyhX9Th { display:block; }#HeEWdxuxo9u93po9uGUIVBUKQXyhX9Th > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCD4kRdXzowIHK0xe29kksEmGzZddSLn { width:20rem;height:7.5456389452333rem;top:11.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QecvpQtILlZSEOWgDH5NKq0qXTQAkCVd { width:5rem;height:5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB5c7nK96vDvHPbWQToTblmAJCyW4KZ6 { width:14.125rem;height:4.548825rem;top:1.10009765625rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRQgVS00RLpkm7797l1URbOS7q2Nvrwe { width:20rem;height:7.5456389452333rem;top:32.2363265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nP27oUz4kcEL0KzVPGu6Ow8ggoQt0mvs { width:5rem;height:5rem;top:10.65625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8x6BDOwCO56stKG1ZsB3THZRzPT2p5e { top:0rem;left:3rem;width:17rem;height:6.75rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I5CNNPsavaTdQOPRyca4RQRSIIvIINVO { top:8.25rem;left:0rem;width:16.875rem;height:9.875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rRqCERxfp2IShpofS74d3nfr8dQnLBcu { width:13.8125rem;height:6.82325rem;top:9.744140625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gufCO4FM41srTAOSFgQsI4nzbw05Rplk { display:block; }#gufCO4FM41srTAOSFgQsI4nzbw05Rplk > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSPqnq07O3ZWvalWD5kyTVGla0p1Q6UD { width:20rem;height:7.5456389452333rem;top:11.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ie9n5CZMxgHysKhnnDPIWrrD0aGpEW7M { width:5rem;height:5rem;top:2.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5C2A8PaSbpW3v4xuqHy1irKOKNyFg5W { width:13.1875rem;height:5.6860375rem;top:2.12548828125rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARhTKmUeW0gOqnfo9FcBZQ7dcAPZPp6k { width:20rem;height:7.5456389452333rem;top:32.2363265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7GqwbOhAnQcTQDMFa9rRF1uMm1fxasi { width:5rem;height:5rem;top:13.9375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #pseuitJcuCmZfQFc8t1lAAAEQx5DKMDG { top:0rem;left:3.0625rem;width:16.8125rem;height:9.9375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mewfZWfoKOMbGAQeuczfMzEBAh0s0E7C { top:11.5rem;left:0rem;width:16.875rem;height:9.875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NO4W7LQKtMcaVFvESCxk80hO5UCkcvou { width:13.6875rem;height:5.6860375rem;top:13.625rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb8CnR8blcKaRF9SdP15WH2vnEt6C19s { display:block; }#nb8CnR8blcKaRF9SdP15WH2vnEt6C19s > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mp3iaG91oJcnlTGRUvltxpkMiU8LQxMF { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNGWadr4P85TJTyI6w8MeTaDNDxeeA0l { display:block; }#gNGWadr4P85TJTyI6w8MeTaDNDxeeA0l > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I47wDAVIN9AtfQO0lfuiGzXJpIOQX8OW { width:19rem;height:3.25rem;top:1.25rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZFrvpwytga2RVmlfF8wIdXrOgMJwzmq { display:block; }
 }@media only screen and (max-width: 763px) { #Fd0kuKTIDGvxAccDARy29OJMVEgzryPe { display:none; }#Fd0kuKTIDGvxAccDARy29OJMVEgzryPe > .row .container { width:20rem;height:4.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VKC9CTr9F9JBKlfN7pBTT0wWexxzlvDf { display:block; }#VKC9CTr9F9JBKlfN7pBTT0wWexxzlvDf > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBUUC5x0T2m30zMgNfeTgUss4zFtqvS9 { width:20rem;height:5.19921875rem;top:1.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqTesuZxprOBwQN34TqTMPvAIPxcJBdW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8b74c55a-4690-4040-bbd1-810b5fdccc5e/ToKtopoprowadzi.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW.adaptive-delivery-prevent-bg, #oqTesuZxprOBwQN34TqTMPvAIPxcJBdW.lazyload, #oqTesuZxprOBwQN34TqTMPvAIPxcJBdW.lazyloading { background-image: none; }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .row .container { background-color: transparent; background-image: none; }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .row .container > .video-iframe-container { display: none; }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .row > .video-iframe-container { display: none; }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .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); }#oqTesuZxprOBwQN34TqTMPvAIPxcJBdW > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySSAd7IJcTGruvTfXDqkTnTiUq7C6Pqb { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xWznt8H2zp7BU4MursRHk8yILDrLZhQ0 { width:20rem;height:17.5rem;top:36.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WumEKpTNFtKR2PIGzBHMzpWuGyUOh0np { width:18.25rem;height:18.25rem;top:33.9375rem;left:0.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkO8o2x8QaePhuLXo80SuRrP8fOu0Xua { width:20rem;height:1.29980625rem;top:3.787109375rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yKML1x9TsN2QRarM6sgL22g8irLmTtr1 { width:20rem;height:25.19384375rem;top:6.423828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7SBrBPRSw0XA8Ut3E8DQfB8GfnPKRV5 { width:20rem;height:17.553516819572rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0lSQQ5w3rtIzX5xA6sqKlxM4fRgZG6P { display:none; }#g0lSQQ5w3rtIzX5xA6sqKlxM4fRgZG6P > .row .container { width:20rem;height:3.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b2aZyr5sTHWXXyKh3WzQqfamKhspTCIG { display:block; }#b2aZyr5sTHWXXyKh3WzQqfamKhspTCIG > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r22k4NeaVSXf7VJKLLdW11KQhEntrfuX { width:20rem;height:5.19921875rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGOdWaLLBMnTIxtc8zfmTvvXGWLvCvLI { display:block; }#zGOdWaLLBMnTIxtc8zfmTvvXGWLvCvLI > .row .container { width:20rem;height:63.38916015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pe98oRb4yywSMvPqQVqxnmfa8OOeIyPD { width:20rem;height:16.598639455782rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofGk0b2HMW3fEei6lXVAlVfhKzT1s1xN { height:9.75rem;width:17.8125rem;top:0rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ8f4d1MyF4CBSJARkadXQc0MggTyviL { width:18.9375rem;height:2.5996125rem;top:10.4375rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUr2FlzH9HAsJ7psggrohplz3Q5UFmx9 { width:15.9375rem;height:1.29980625rem;top:13.037109375rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyfcAgB1L8ZDyNpUA8vrLKgc3oqlrII8 { width:18.3125rem;height:14.297875rem;top:15.2490234375rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFdhG40GcnVPbHPoEkX03Ico4LJoprbl { height:9.75rem;width:17.8125rem;top:32.375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua4dZAAWSRHtpDGeTmorbfGzwQb5oZr2 { width:20rem;height:16.598639455782rem;top:48.5156484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JToiC0OHctsQPUNeHRTln3GAx9pCwI3H { width:18.5rem;height:2.5996125rem;top:42.890625rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d24GdqXCp2lcHvvniROTaDcniDNmRFq8 { width:16.375rem;height:1.29980625rem;top:45.490234375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRC65i5ON6amQCgCw9kKJ2lsoVXuFkPJ { width:18.4375rem;height:15.59768125rem;top:47.82666015625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaSvLvUHTakp1opOapITFZqdiGtlM7FJ { top:2.734375rem;left:0rem;width:20rem;height:27.625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bZ4lUnd7d4bTTnsIqxaRQ135p9u8eKbX { top:35.515625rem;left:0rem;width:20rem;height:27.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W58GEkprlHELauOmxoFLN1rQqvihXmJ5 { display:block; }#W58GEkprlHELauOmxoFLN1rQqvihXmJ5 > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0TewaZbyPW96K7n6TaqN83GzUdGxLrS { width:20rem;height:16.598639455782rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNgFZrsbapKRhVH3OPfS8IIn3MmRUdH5 { height:9.75rem;width:17.8125rem;top:2rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCfhbUzxT94iJs7h1uH7DpFs1udeTn0o { width:18.25rem;height:2.5996125rem;top:12.3125rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyiXpuhX4l80mqVfiwGBq0bZlIf6MI4x { width:16.25rem;height:1.29980625rem;top:15.412109375rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD3E2GfeRVSzqdu0sv0DwSH1PIPW6wpl { width:18.375rem;height:10.3984375rem;top:17.4990234375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS4uNofKSgJKOQWZd2WefVH27nARIQdK { height:9.75rem;width:17.8125rem;top:35.1875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p09MdR0uRWqd02R6iQr7CTIBTELMqCpH { width:20rem;height:16.598639455782rem;top:48.5156484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8d5lEeyMfcT9csvORBV6OvkVsbHUtTX { width:18rem;height:2.35595625rem;top:45.5rem;left:1rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LixSTunITumfB9TLUW9XOU8keS3Eaeu8 { width:16.125rem;height:1.29980625rem;top:48.099609375rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLJAJDJZKcELCTqF6bqDFv0cUAzNVBTv { width:18.3125rem;height:11.69825rem;top:50.21728515625rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll9drR7GHMgcK4msBTFBDUMAE2IriUwS { top:5.578125rem;left:0rem;width:20rem;height:27.625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V7ccm71GS0ZWNkdrLdF8gUvFPo31z8rq { top:38.078125rem;left:0rem;width:20rem;height:27.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aIUR1FcKq2tNzWy8KzkAhcsvxrlGTSPb { display:block; }#aIUR1FcKq2tNzWy8KzkAhcsvxrlGTSPb > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsBD6A9QFiqmApM7GedizuESl3NJJmkd { width:20rem;height:16.598639455782rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTbq6bTEQGbfK5iZ36rR7PiTJ3toVfaQ { height:9.75rem;width:17.8125rem;top:0rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxdUfOEs9HhdRh0c239e2Z9n69ziXJvf { width:17.875rem;height:2.5996125rem;top:10.375rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAAMK2bXil6AQrORC9SDCOSpPx6KyzsQ { width:16.0625rem;height:1.29980625rem;top:12.974609375rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4K5KznT5aPOlqiyx6CdrFlIMx0aAlS3 { width:18rem;height:7.7988125rem;top:15.4990234375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwZSPeOAxETdCt94Ertpl8OSTmavcHaT { height:9.75rem;width:17.8125rem;top:32.9375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcND7v9P5nvSPwQf2VfdnB1frbOUJwmx { width:20rem;height:16.598639455782rem;top:48.5156484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #onS5CGpWlGtHq6KOStxyQCa8oN8tdb3e { width:18.875rem;height:2.5996125rem;top:43.203125rem;left:1.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #utFtvoL6c3hpvzJWGTK8rowpXX9nUz8t { width:19rem;height:1.21875rem;top:45.802734375rem;left:1.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETEPfBPtiyHK79OIZbN6T2gm4EoXp8Mn { width:18.125rem;height:14.297875rem;top:48.70166015625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2rCG2He6UbGGlAaRhvMag1W0LarwOJT { top:3.32421875rem;left:0rem;width:20rem;height:27.625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BWd0gXGNhHo5JpyS30WMVE42hakZESXC { top:36.515625rem;left:0rem;width:20rem;height:27.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pTV04nVzJ8oVQCfqNCpkMLLuk4pwCZHv { display:block; }#pTV04nVzJ8oVQCfqNCpkMLLuk4pwCZHv > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5oScSh1PsSGyLRFOytFeuULrRqIy6Z8 { width:18.5rem;height:10.3984375rem;top:2rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwZHbLJHrs4KwQiuFSHHOU45HVgot04m { display:block; }#uwZHbLJHrs4KwQiuFSHHOU45HVgot04m > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOqdzscFX0nWDm2GZbOwvn1xsIvm7IKr { width:20rem;height:6.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wst02zzUQMchiadafRumzTFnRvXyAGoI { top:0rem;left:0rem;width:20rem;height:12.5rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn { display:block; }#g1dTlVpRRQ5dzZ4VseSkiMTtpa8GCyTn > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6Mc7irGLswFaXfycXbdxNSxyI2s3lT7 { width:18.9375rem;height:4.3994125rem;top:2rem;left:0.53125rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Fpe8AoVo3MnNmOkKJdx4EpqDhit1SVvb { width:20rem;height:3.25rem;top:7.44921875rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bb1RiFqgNuITNQqbQNGhRC5Zh5IZgmOm { width:12.875rem;height:1.29980625rem;top:12.375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piFOxdNWTHogSFFWtwxgkB5TTPiribsF { width:10.6875rem;height:1.29980625rem;top:15.0625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrB2T5qy7sK6synt7FtE7U4QPRgVTxi7 { width:1.8125rem;height:1.8125rem;top:14.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAPo18JuWrAJER0SS186aO9xxSqUXO5d { width:1.8125rem;height:1.9375rem;top:12.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqgG3TSn4kh0Qa9pXgIAtpdiVL83dBqt { width:20rem;height:27.8125rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-text {padding-top: 0; padding-bottom: 0;}#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-select {padding-top: 0; padding-bottom: 0;}#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox  { width:17.5rem;height:auto;top:19.3125rem;left:0rem; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#He6oJqRNww27o9VWAlEcVJaTwTO0qPox {display:block;}#He6oJqRNww27o9VWAlEcVJaTwTO0qPox { width:17.5rem;height:auto;top:19.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #W5OH88HOV6ZV0xtpz1uKCkW8Wo7s9h6k {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #LiWXaXDK8W71Uc4TgsP33Sz7t0GSSNnc {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #CdDxk0wJFz7ygJCLkNqJ6X3O5BwHtgkd {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #fEu0697idqQCOhTnxuGEr73iO77ChAh5 {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #JOKgm9Xh6K6oG7okVnqAHJuMDiNhy4HC {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #rsOPgTH7qeeXkK5whQaiezX64n4DBueg {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #g02u4zZ2UvuGczLT5MkaKFCx6sGn5Eqd {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #eaSu1NlTZCRCCmzKWnOuzqIo3tRiiqJQ {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #b1aQ520gWRPCOv4TtkpRTTooJTvwy48U {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #ewAQHBeAucoBs5a0y9RdlVQwqeULPOhT {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #oQvcy6Q55ZHbd2TKWT9tBpZq37TnBJvW {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #TqKHSeb07Ns6t1vQJDU7dqhSlDulOUoE {  }
 }@media only screen and (max-width: 763px) { #XftwiU588xKhNvxDMxc6u0pSEBZQGVhh { display:block; }
 }@media only screen and (max-width: 763px) { #U979ZdT1kJMK2BGW031MUDJTs3bXpbBC { display:block; }
 }@media only screen and (max-width: 763px) { #e6HdHT16rWaCF3SaubITqviQvDp41pw1 { display:block; }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #CdoPbzJvAidDVtuLqfAnOTanW1cS1Rdf {  }
 }@media only screen and (max-width: 763px) { #He6oJqRNww27o9VWAlEcVJaTwTO0qPox #Vot4nyvCPd5dEtzyDABBbVKGikmooOzy {  }
 }@media only screen and (max-width: 763px) { #NHiO0f9zD6QLwVhCJes9gkizkih9T8Jx { display:block; }#NHiO0f9zD6QLwVhCJes9gkizkih9T8Jx > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZVtoPWv4mhxVgCq8Fye2LV28UtSBvSd { width:15.6875rem;height:1.94921875rem;top:1.3125rem;left:2.15625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhTC7tOLU3PEKLx9oanOe9AdXvz3JH8F { width:8.875rem;height:1rem;top:4.5625rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNl4MnsMoPlVSHkGMaib1HTb2cRA2P4a { display:block; }
 }