.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:245,227,244;--color-primary-1:225,170,222;--color-primary-2:205,113,200;--color-primary-3:125,65,165;--color-primary-4:171,18,163;--color-secondary-0:219,226,233;--color-secondary-1:136,159,181;--color-secondary-2:17,62,106;--color-secondary-3:9,31,53;--color-secondary-4:3,9,16;--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:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/1JGrfsjX/music1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq { 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; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { background-color: transparent; background-image: none; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container > .video-iframe-container { display: none; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row > .video-iframe-container { display: none; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .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); }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { border-width: 0; border-radius: 0; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#LynxclTG6amcnMrFV46CvAUEscCcon27 { 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.75rem;width:12.375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#lxpd9ng4ZktcvS9ItkiwEKf9Aqr2eJJn { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:9.625rem;top:0.625rem;left:15.41250038147rem;overflow:hidden;display:block; }
#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/1c5723ba-15c9-4c13-85fe-9204f48a1a88/Baner_Agrosorb_warzywa_1920x860_06.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK.adaptive-delivery-prevent-bg, #PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK.lazyload, #PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK.lazyloading { background-image: none; }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .row .container { background-color: transparent; background-image: none; }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .row .container > .video-iframe-container { display: none; }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .row > .video-iframe-container { display: none; }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .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); }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .row .container { border-width: 0; border-radius: 0; }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:60rem;position:relative;display:block; }#ZLalRZGr3xbq3QXXAL5dmIOIFEyvR6Lq { 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; }#ZLalRZGr3xbq3QXXAL5dmIOIFEyvR6Lq > .row .container { background-color: transparent; background-image: none; }#ZLalRZGr3xbq3QXXAL5dmIOIFEyvR6Lq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLalRZGr3xbq3QXXAL5dmIOIFEyvR6Lq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLalRZGr3xbq3QXXAL5dmIOIFEyvR6Lq > .row .container > .video-iframe-container { display: none; }#ZLalRZGr3xbq3QXXAL5dmIOIFEyvR6Lq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLalRZGr3xbq3QXXAL5dmIOIFEyvR6Lq > .row > .video-iframe-container { display: none; }#ZLalRZGr3xbq3QXXAL5dmIOIFEyvR6Lq > .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); }#ZLalRZGr3xbq3QXXAL5dmIOIFEyvR6Lq > .row .container { border-width: 0; border-radius: 0; }#ZLalRZGr3xbq3QXXAL5dmIOIFEyvR6Lq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLalRZGr3xbq3QXXAL5dmIOIFEyvR6Lq > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#VBr0XalcASumB2a0lFg1bSKkfdS2S3el { background-color:#ff0005;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.625rem;height:6.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.6875rem;left:5.875rem;display:block; }
#Gl4OObrhVKzpB8pKuHnr8I9i3GzV88Lh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u4KxugzO9EEBhpFlESoXxTnw6AOcX23u { position:relative;display:none; }#u4KxugzO9EEBhpFlESoXxTnw6AOcX23u { border-width: 0; border-radius: 0; }#u4KxugzO9EEBhpFlESoXxTnw6AOcX23u > .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; }#u4KxugzO9EEBhpFlESoXxTnw6AOcX23u > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RSN8hkTzT9a8VQMBQbv1SiLLotUqolQD { background-color:#ff0005;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.625rem;height:6.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.625rem;left:6.5rem;display:none; }
#uz0XwoW4bHClrv3qxBEA1JbLg17KQAGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lHmqKnw3xSTXuzvmeGX4l8ziibKDRnoz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfe;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; }#lHmqKnw3xSTXuzvmeGX4l8ziibKDRnoz > .row .container { background-color: transparent; background-image: none; }#lHmqKnw3xSTXuzvmeGX4l8ziibKDRnoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHmqKnw3xSTXuzvmeGX4l8ziibKDRnoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHmqKnw3xSTXuzvmeGX4l8ziibKDRnoz > .row .container > .video-iframe-container { display: none; }#lHmqKnw3xSTXuzvmeGX4l8ziibKDRnoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHmqKnw3xSTXuzvmeGX4l8ziibKDRnoz > .row > .video-iframe-container { display: none; }#lHmqKnw3xSTXuzvmeGX4l8ziibKDRnoz > .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); }#lHmqKnw3xSTXuzvmeGX4l8ziibKDRnoz > .row .container { border-width: 0; border-radius: 0; }#lHmqKnw3xSTXuzvmeGX4l8ziibKDRnoz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lHmqKnw3xSTXuzvmeGX4l8ziibKDRnoz > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:block; }#U4pkxvCRxHq4ZgtBuAGDtDfD0Qpz3Hol { color:#8513a9;display:block;width:59.625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:6.5468745231631rem;left:0rem;height:12.67385625rem;text-align:left;text-align-last:left;display:block; }
#pm8Is6QoygTPVIEmUzwTFXex02NZthGG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfe;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; }#pm8Is6QoygTPVIEmUzwTFXex02NZthGG > .row .container { background-color: transparent; background-image: none; }#pm8Is6QoygTPVIEmUzwTFXex02NZthGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm8Is6QoygTPVIEmUzwTFXex02NZthGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm8Is6QoygTPVIEmUzwTFXex02NZthGG > .row .container > .video-iframe-container { display: none; }#pm8Is6QoygTPVIEmUzwTFXex02NZthGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm8Is6QoygTPVIEmUzwTFXex02NZthGG > .row > .video-iframe-container { display: none; }#pm8Is6QoygTPVIEmUzwTFXex02NZthGG > .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); }#pm8Is6QoygTPVIEmUzwTFXex02NZthGG > .row .container { border-width: 0; border-radius: 0; }#pm8Is6QoygTPVIEmUzwTFXex02NZthGG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pm8Is6QoygTPVIEmUzwTFXex02NZthGG > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;position:relative;display:block; }#xoXwPx8U6zZFLTxS3phGuyl5l8nvLGpn { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:11.4375rem;border-top-right-radius:11.4375rem;border-bottom-left-radius:11.4375rem;border-bottom-right-radius:11.4375rem;box-shadow: 0.4375rem 0.8125rem 1.4375rem rgba(var(--color-primary-4),0.2) ;height:22.875rem;width:22.875rem;top:0.1875rem;left:37.125rem;overflow:hidden;display:block; }
#zefKhUfSr9UcbSiRaV7T8RWqbKBsib1F { color:#8513a9;display:block;width:34.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:4.625rem;left:0rem;height:6.3369375rem;text-align:left;text-align-last:left;display:block; }
#RmOmcp6wHx9H4q1CoMh05sHlr7qLzx8q { background-color:#ff0005;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.625rem;height:6.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.625rem;left:6.5rem;display:none; }
#xkLmpqrtr4ozfmUq0LEQ3ensn0Rq0lTK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TD8EpdXbGvqqKnHm5oRsbsRnhgy4ZxkP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfe;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; }#TD8EpdXbGvqqKnHm5oRsbsRnhgy4ZxkP > .row .container { background-color: transparent; background-image: none; }#TD8EpdXbGvqqKnHm5oRsbsRnhgy4ZxkP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8EpdXbGvqqKnHm5oRsbsRnhgy4ZxkP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8EpdXbGvqqKnHm5oRsbsRnhgy4ZxkP > .row .container > .video-iframe-container { display: none; }#TD8EpdXbGvqqKnHm5oRsbsRnhgy4ZxkP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8EpdXbGvqqKnHm5oRsbsRnhgy4ZxkP > .row > .video-iframe-container { display: none; }#TD8EpdXbGvqqKnHm5oRsbsRnhgy4ZxkP > .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); }#TD8EpdXbGvqqKnHm5oRsbsRnhgy4ZxkP > .row .container { border-width: 0; border-radius: 0; }#TD8EpdXbGvqqKnHm5oRsbsRnhgy4ZxkP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD8EpdXbGvqqKnHm5oRsbsRnhgy4ZxkP > .row .container { font-size:0.875rem;font-family:arial;height:57.0625rem;width:60rem;position:relative;display:block; }#FHtol84q0WIQybNsEagu82t2aTIcFLSO { color:#8513a9;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:1.125rem;left:0rem;height:4.0625rem;display:block; }
#ihzZrt5T0TLUrXiPBBq2PpTIagoiehEQ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:5.1875rem;left:0rem;height:3.09375rem;font-style:normal;display:block; }
#tfcZFzUOkEzAV5QGJ0lwo06VrZCac7ni { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:10.15625rem;left:29.0625rem;height:12.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xmbOIJcq3vVweoH2abmJlV9IXXmxuEIT { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.625rem;width:23.6875rem;top:20.75rem;left:30.125rem;overflow:hidden;display:block; }
#eL4mNrmOgUck8KphVlULp0AWpWvCo5H9 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:23rem;top:8.28125rem;left:0rem;overflow:hidden;display:block; }
#dlM6Uw2CT2ACfgEaVKosB02IohTHnI0v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfe;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; }#dlM6Uw2CT2ACfgEaVKosB02IohTHnI0v > .row .container { background-color: transparent; background-image: none; }#dlM6Uw2CT2ACfgEaVKosB02IohTHnI0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlM6Uw2CT2ACfgEaVKosB02IohTHnI0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlM6Uw2CT2ACfgEaVKosB02IohTHnI0v > .row .container > .video-iframe-container { display: none; }#dlM6Uw2CT2ACfgEaVKosB02IohTHnI0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlM6Uw2CT2ACfgEaVKosB02IohTHnI0v > .row > .video-iframe-container { display: none; }#dlM6Uw2CT2ACfgEaVKosB02IohTHnI0v > .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); }#dlM6Uw2CT2ACfgEaVKosB02IohTHnI0v > .row .container { border-width: 0; border-radius: 0; }#dlM6Uw2CT2ACfgEaVKosB02IohTHnI0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlM6Uw2CT2ACfgEaVKosB02IohTHnI0v > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#ofO7z68kKenIZrURJTRciyKSngDh5cEp { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:0.5625rem;left:0rem;height:3.09375rem;font-style:normal;display:block; }
#LOZ0VNkQ74rlPUiaiGR4HJiFJqqC2JGK { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:10.15625rem;left:29.0625rem;height:12.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dpzs4H8tSIXTVVC87iiO2lmTy1fX3RTS { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:16.1875rem;top:22.8125rem;left:34.25rem;overflow:hidden;display:block; }
#eVw8L6WkH8KBUWW591KHeG6lAQstl4g4 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:23rem;top:4.5312633514404rem;left:0rem;overflow:hidden;display:block; }
#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(128,29,209,0.75);background-image:url("https://images.assets-landingi.com/uc/4505c201-914b-4985-bcf5-1fbe952e496e/konkurs_jagodowy_1920x1080.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { font-size:0.875rem;font-family:"open sans";height:63.875rem;width:60rem;position:relative;display:none; }#xRt233VNnclLiHSrHF9ewqQ2REcmSn9C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfe;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; }#xRt233VNnclLiHSrHF9ewqQ2REcmSn9C > .row .container { background-color: transparent; background-image: none; }#xRt233VNnclLiHSrHF9ewqQ2REcmSn9C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRt233VNnclLiHSrHF9ewqQ2REcmSn9C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRt233VNnclLiHSrHF9ewqQ2REcmSn9C > .row .container > .video-iframe-container { display: none; }#xRt233VNnclLiHSrHF9ewqQ2REcmSn9C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRt233VNnclLiHSrHF9ewqQ2REcmSn9C > .row > .video-iframe-container { display: none; }#xRt233VNnclLiHSrHF9ewqQ2REcmSn9C > .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); }#xRt233VNnclLiHSrHF9ewqQ2REcmSn9C > .row .container { border-width: 0; border-radius: 0; }#xRt233VNnclLiHSrHF9ewqQ2REcmSn9C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRt233VNnclLiHSrHF9ewqQ2REcmSn9C > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:60rem;position:relative;display:block; }#hGRxWaENN2VilV9fad0cKDdocdqI7mXp { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:0.5625rem;left:0rem;height:3.09375rem;font-style:normal;display:block; }
#Sih6vMAna12xxt72uEPFA16H6n8XoCaf { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:10.15625rem;left:29.0625rem;height:12.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#byk6026PpTnJVq3w5dEAv98R0icrmuOZ { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:11.6875rem;top:24rem;left:35.8125rem;overflow:hidden;display:block; }
#vGyycFi4fT73WrTg5t694vMUzu6ZyOn3 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:23rem;top:3.65625rem;left:0rem;overflow:hidden;display:block; }
#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7c9b6a;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:none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { border-width: 0; border-radius: 0; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:none; }#pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { border-width: 0; border-radius: 0; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:none; }#xWlXn2rVaoITmhPrv3BD2T4TLXqtJGfZ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0.1875rem;left:0rem;display:block; }
#zlE2X15ZXzFFipAS1ldlWZp79HB1qgJa { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:0.1875rem;left:0rem;display:block; }
#O3rIkmpytCBIW0kZtb9AyNiEkg9JQQqN { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.24951171875rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DwosZqLAuOyT04acAItaC7KPKWfFiwEr { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:0.34375rem;left:0.21875rem;overflow:hidden;display:block; }
#zg9gZ7caZfgcwZ5GJJMr2fETtJFrgvm7 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.1875rem;left:11.8115234375rem;height:1.75rem;font-style:normal;display:block; }
#ptNp05fnEqqLONsAJpdzL34614kIsDuF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0361328125rem;left:11.8115234375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bMvqTfDxM3XnL5FZad7r6PpN1RPqQgEN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:3.0361328125rem;left:42.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iZD7QBd9RvEqaAZWCvPVMvxLEL8Pz4h7 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0.1875rem;left:30.374755859375rem;display:block; }
#UoszDBBOLWq4kyk92l8n8vnxxRzscc4u { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:0.374267578125rem;left:30.56005859375rem;overflow:hidden;display:block; }
#STN5B6BxDDERuR1QBhKkK0TfGEFwGySe { color:rgba(var(--color-tertiary-0),1);display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1.187255859375rem;left:42.249755859375rem;height:1.75rem;font-style:normal;display:block; }
#hh4aWcZUBAK3Oy0XcOkWUhwzLzXLAvd6 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:0.1875rem;left:30.374755859375rem;display:block; }
#vbVTnNnsA9xHclWIDCxH97EM72eGv3bv { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.24951171875rem;left:30.374755859375rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G0MoCTrxWA7tRNPi4znPvtuiqvnZlfXS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfe;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; }#G0MoCTrxWA7tRNPi4znPvtuiqvnZlfXS > .row .container { background-color: transparent; background-image: none; }#G0MoCTrxWA7tRNPi4znPvtuiqvnZlfXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0MoCTrxWA7tRNPi4znPvtuiqvnZlfXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0MoCTrxWA7tRNPi4znPvtuiqvnZlfXS > .row .container > .video-iframe-container { display: none; }#G0MoCTrxWA7tRNPi4znPvtuiqvnZlfXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0MoCTrxWA7tRNPi4znPvtuiqvnZlfXS > .row > .video-iframe-container { display: none; }#G0MoCTrxWA7tRNPi4znPvtuiqvnZlfXS > .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); }#G0MoCTrxWA7tRNPi4znPvtuiqvnZlfXS > .row .container { border-width: 0; border-radius: 0; }#G0MoCTrxWA7tRNPi4znPvtuiqvnZlfXS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0MoCTrxWA7tRNPi4znPvtuiqvnZlfXS > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#yNXQKR4KfhpWdJeQtKhXRbGfTHth7QFh { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:0.5625rem;left:0rem;height:3.09375rem;font-style:normal;display:block; }
#TZRaElHG5spWFUBWe5lcv9035XJvyGl8 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:5.90625rem;left:29.0625rem;height:5.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z1t5vU8QRpxIT4P89Vo8TFxSBIIe1qym { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:18.5rem;top:5.0625rem;left:1.875rem;overflow:hidden;display:block; }
#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/d9oqWM3O/polkoleodwrotne.png");background-position:top 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; }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo.adaptive-delivery-prevent-bg, #IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo.lazyload, #IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo.lazyloading { background-image: none; }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .row .container { background-color: transparent; background-image: none; }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .row .container > .video-iframe-container { display: none; }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .row > .video-iframe-container { display: none; }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .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); }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .row .container { border-width: 0; border-radius: 0; }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#110e0d;background-image:url("https://images.assets-landingi.com/c9a2QoRV/odwrotne_polkole_szare.png");background-position:top 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; }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs.adaptive-delivery-prevent-bg, #WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs.lazyload, #WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs.lazyloading { background-image: none; }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .row .container { background-color: transparent; background-image: none; }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .row .container > .video-iframe-container { display: none; }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .row > .video-iframe-container { display: none; }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .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); }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .row .container { border-width: 0; border-radius: 0; }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33f4215c-1c10-41a9-9a23-d444b9687347/IMG_20200419_161925kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.adaptive-delivery-prevent-bg, #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.lazyload, #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.lazyloading { background-image: none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container { border-width: 0; border-radius: 0; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container { font-size:0.875rem;font-family:"open sans";height:8rem;width:60rem;position:relative;display:none; }#XQ3Te6OKFsTT4SMCSu7PWXSmLcxEcDA8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#XQ3Te6OKFsTT4SMCSu7PWXSmLcxEcDA8 > .row .container { background-color: transparent; background-image: none; }#XQ3Te6OKFsTT4SMCSu7PWXSmLcxEcDA8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ3Te6OKFsTT4SMCSu7PWXSmLcxEcDA8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ3Te6OKFsTT4SMCSu7PWXSmLcxEcDA8 > .row .container > .video-iframe-container { display: none; }#XQ3Te6OKFsTT4SMCSu7PWXSmLcxEcDA8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ3Te6OKFsTT4SMCSu7PWXSmLcxEcDA8 > .row > .video-iframe-container { display: none; }#XQ3Te6OKFsTT4SMCSu7PWXSmLcxEcDA8 > .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); }#XQ3Te6OKFsTT4SMCSu7PWXSmLcxEcDA8 > .row .container { border-width: 0; border-radius: 0; }#XQ3Te6OKFsTT4SMCSu7PWXSmLcxEcDA8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQ3Te6OKFsTT4SMCSu7PWXSmLcxEcDA8 > .row .container { font-size:0.875rem;font-family:arial;height:179rem;width:60rem;position:relative;display:block; }#vGFJJdnG0WPuWMLGVaT5AptoRRMOdpkn { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:poppins;font-size:3.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-form-header {  }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:45.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.7;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:45.4375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-input-text {padding-top: 0; padding-bottom: 0;}#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;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;width:45.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:45.4375rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-input-select {padding-top: 0; padding-bottom: 0;}#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .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; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ff0005;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.625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:45.4375rem;height:4.3125rem;font-family:poppins;overflow:hidden;box-shadow: 0rem 0.9375rem 0.625rem rgba(9,142,105,0.25) ;font-style:normal; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:poppins;line-height:2.3;font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:44.1875rem;overflow:hidden;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .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; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.8125rem;vertical-align:middle;font-family:poppins;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.5;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-container:first-of-type{padding-top:0;}#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-container:last-of-type{padding-bottom:0;}#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d  { background-color:#8513a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.03125rem;top:9.3125rem;z-index:15015;position:absolute; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.4375rem;display:block;vertical-align:top; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-info-text { display:block;height:auto;font-family:poppins;font-size:1rem;line-height:1.4;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d {display:block;}#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d { background-color:#8513a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.03125rem;top:9.3125rem;z-index:15015;position:absolute; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #aa168LfoycOs6LZy5phptVH5DyP73WXU { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #aa168LfoycOs6LZy5phptVH5DyP73WXU .container-column{width:100%;}#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #yMIQZ4Nc4xZV40cen4HU4nb7t1GLwb0d { position:relative;display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #PHJDdfPh3sheprTJswzu4ihTIxeWfOfh { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Qp6gyDJ1L3IoTUxZARW3GEeRKeKETTAc { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #STTOi2B9pRnekTT3AgQlwpEFmJOSwaFD { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #MT4J7ft9fM7QEiSAA6CnmTGvxEfpDRe3 { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #q2vgzaRWdTsfkCVOnQAORTaF1SOQixng { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #o4CDC2WzbZX6GIZNADv3TbCchElJlgCs { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #GA8CwQwUW8nTIZVnMqowmyFT19Ugh3wr { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #GA8CwQwUW8nTIZVnMqowmyFT19Ugh3wr .container-column{width:100%;}#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #egEThBQuZSlZTc5gSG2RVEwphdE49vb8 { position:relative;display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #IA3LWpr5gO4iO2k6BG8ZqiT54vlK5TG2 { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #dLTTHipL2zSSi4o0cgA12eNXFcAIJySw { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #RtMrvbuTVodDsfup9WCWMMwIFuF3kImo { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #dTUZ7lua6Qbh0qpIUOTI9Nu94OT25rrL { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #WzqSFuz6aFTZWITExdmBAaVZAvNu1Ebz { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #TN7fTcsxtVux61sXFhNOoTfIscR51TyA { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #LghnLRAHxEBh8MJurOooWnfJGbJLl4IZ { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #OtdVPFhhUqmhyZ8Qo3C2RicQtUTXRAXi { position:relative;display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #EWaFuQrLwAx0IJahdf6hNpAUE5mWa2r7 { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #eEoTheShFA5R3B3JIudIDZNATg737JDB { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #MltdvKstBxnXfoJsixZoyBWcqbSTTboR { position:relative;display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #NVxtgkAQC2JhMUEhNJt93NpXS1CxbCBJ { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #KLUklpil6SPdBx7Gqvr0amfESPXkmZsX { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #d7EJqdazMaDwDhAUcNVGKGRH9SfdHtP0 { position:relative;display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #TecnnyHKNkxBHET2oJ3ihUmTFyV1ihf7 { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #v4U7RDgHfiO97aSki1HISNkSsytT3943 { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #IVxygWHhXbhJqZyJ1IqDRDvRDeX1hTHh { position:relative;display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #ayfS6wL68lyer03aT2t3WWmuxvtrLVHy { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #hi76PqZvnT2PtQCGVAFFQZG3wemhvhmF { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #SWXXa7Qwu4Ml7zn4TXPF2ytWpLVC65nm { position:relative;display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #REEfBVDBPGbSVOJMCRvVKqkxTek8B09z { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Q5V03R3RgPPS4CmhQJg2bTXB7LgZoUmf { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #NkczTbEiG58FoV6FbJbkOPhyB7FTGlwl { position:relative;display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #GKwHUGtMPNvk3V5Wpa2VWTHDGWrDT36y { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #bOeQ8UIbzP3B3IrtIhV0Wlmy6nv4bJr2 { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #IR88rqiNe6HIkQcwZH0zJNynnRA1TlJq { position:relative;display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #PPxNS0G4pm6TOTfOon2gKb8dCKzn2164 { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #XDZ798L0MqAAnJcKiaTN3T0wrp331FzQ { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #kTFTOZdPHZli5a8CMZ5F7KPE7LMrlt4t { position:relative;display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #DNJwTzm44H0mfEcNh96QP9D8bqHBWMKy { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #xTs7JguZIhvUsl4nLhUSUpruI0qAq9M1 { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #MO69Ft8DWHmDCaP1mmnRViMOeTTES5Ig { position:relative;display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #evyBMQEKDyw14REPNTlGp0K5lgppeKXu { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Ha7D5u2i5K8Hs7IOTppqQMclyTmsXcRf { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #PrI1fWnfGez4Ro87sIBy1wZgGxGo7efK { position:relative;display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #sS9l6iLygWxHHXVOMfyJfrfO1DeUirln { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #G1UiUHLNTRVgKa4rUX5wslrNvLaURdge { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #BAHwX4BNuLvglk7z6nKizFivAzOxiSUq { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #LBT8r0Opc5eyomHddoVBaypnK3Gu52dh { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #c2tnxnM0OUWu8dCZWL646EnoXOAGAfGB { position:relative;z-index:15000; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #tWkJx8lXWLdwIpPa2k8Xr3nkrMCbRUO8 { position:relative;z-index:15000; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #MKPxZICWCBxSx8Iflm925eNNewszndhh { position:relative;z-index:15000; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #N7OtDbQiU9JVl1kkLwAHiuDHus0b2C51 { position:relative;z-index:15000; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #V8RLROR3dMuoRETg0g4AKsOSxvUuVKfA { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #VHhEdhpzRsAg2MJ04d49x6zvC5KINQtO { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #HeSKUOZNFm20T6OBFnggy8V4JId4pZNw { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #v6HhikCv3xRL66f1JOoS8medqnrUif7G { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #uxd8Md0hLyXvoVVKTCdTblPNThl5d9nU { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #HQdIgFlyZBNhi5dJlWF7p7Cq4t5ig4hA { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Iz50kz63LKfzOVIVITCC76exkiambcTU { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #sG3sKnZyex90qTEatGRLklre1bUSozi2 { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #sEsyMwu83TAE1U4pr0cTol2L00e1pllM { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Zlct4UHQbGNf4CvXCExufVpxwXqvlQHg { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Zlct4UHQbGNf4CvXCExufVpxwXqvlQHg .container-column{width:50%;}#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #b5y3ZOwF8SdWxkAZIlZ9DUVnQPiPo6T3 { position:relative;display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #oo88A5U98T3PUUsJk1hTv55Wx9yGXbIl { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #NulA5sLXeKA0EatQcgVcNbfJRPQ0MIQe { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #VCCKTPmQbm2oKU8dlzFAl6cLXJealX3w { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #zVmKlNVMxmw0yaGyW4vdqCUb4fyMf5WT { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #T2OXOwlvoClZE9b024D5nvgVBvflPdvd { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #KhWizC9Iw8sVW5yzCIb7oD7ifALeunhT { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #XAUc6gvqDENU9bhuNNobXZgESspZsXiP { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #bT3rmxin3xvywrA9dz4Lco3wyffgpm1H { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #yq1hlveU0GSMRedECgm24XeBbFFVusC9 { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #MC7Kv7uXsVon5SiI2ged7X6excq02yKB { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #BfcWb0Z4VpfEHbAyLEmJFTuVTw0R6Ut9 { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #eOyH9yAdy3ki6fDR7SDJv6exTv97TQlC { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #ZHigeZvMakZxd1vwtUipcutuv8bsS7T5 { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #H6WADQ94fyzeNoTb595kmoHNDZwnzbfq { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #o3LGsoSA74qSkiOEy6WS8tvf3FeJDXRS { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #QDixbiOe3uteCFaENwQK8IiHMxmg7TnG { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Fi47Am4okkfxRTV0gRiTHnZoUKLJ83UU { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #NLkr9GGUH4JVTWicHKRoVInNn0pgIR6X { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #QJzhkwuaZCtVhU4A0043Cc4ScbIkdmzT { position:relative;z-index:2; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #xqKxT6M0xDvlytNuhiGR2Z8h2TFWhdFI { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #sO0ENotyThF9bOaqldknetHGAlCeMT3Z { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #x1SQeCRWvqAPQx9a8VsTqsh64gIV0LHt { position:relative; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #DswQI4ytsRMTn8TT7HIE7tIhdiDmZfdk { position:relative;z-index:15000; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #dzBs9BJ5w6ZJlFerqmZQBUTdVvHTif51 { position:relative;z-index:15000; }
#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { border-width: 0; border-radius: 0; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;position:relative;display:none; }#T4iCh0FqS1XxPcwTo15MvdeJX5Xonk0O { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:0rem;display:block; }
#saWQF8c8RvQxWgzNCsraxPrO5LMcniKy { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:8.25rem;left:0rem;display:block; }
#CAzRb0nTOm66TPmRsyeapVC94dTGu0TO { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4ldGh8JwqTEOmBk53Oe6L1kyb7gJkqZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.015625rem;left:11.84326171875rem;height:1.75rem;font-style:normal;display:block; }
#RI3kJ27Saeh1zt0Uz05wERZ0NxptUxa3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:30.375rem;display:block; }
#Tw9wo7GTu5EGBGsnOWZnMSeJdBJ9ahlg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1rem;left:42.25rem;height:1.75rem;font-style:normal;display:block; }
#TMV37BX7nir36x8T9FDfF28ia4NAqOH0 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:8.25rem;left:30rem;display:block; }
#gD4ybMTZyWR6DmFJSd93cxQPOVF59PBp { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.3125rem;left:30rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLsBwg8RvhTT39EPPOG8Rvr1hmsEVEvf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:2.5625rem;left:42.248779296875rem;height:1.75rem;font-style:normal;display:block; }
#cbKcOFznzJg98nIE5znTy9qM3WvvXZaG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:2.5625rem;left:11.90576171875rem;height:1.75rem;font-style:normal;display:block; }
#sWCoCTdJ6T50gd43D0zAhUS2Dpbhmnt4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:0.263916015625rem;left:0.2490234375rem;overflow:hidden;display:block; }
#Tu7vxewxTSqVI43OR0amuzMEeUTl6Jo9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:0.15625rem;left:30.53125rem;overflow:hidden;display:block; }
#O1wQLPke98kkqv9drmGHSUTidHgNPg7Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#O1wQLPke98kkqv9drmGHSUTidHgNPg7Q > .row .container { border-width: 0; border-radius: 0; }#O1wQLPke98kkqv9drmGHSUTidHgNPg7Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1wQLPke98kkqv9drmGHSUTidHgNPg7Q > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;position:relative;display:none; }#tBzwgQSb3STOLGw34ERAXW5X0BQp9ZTb { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:0rem;display:block; }
#E6BaUu7hAnXuOUtZmL9OxTXe0AtLDTyz { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:8.25rem;left:0rem;display:block; }
#Tnu4T3ToqZ7k4q4RgKAG2BrBoFBdX73M { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZVDc7RHJ3vXrTl49b5FE7KavdZNgzeSp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.015625rem;left:11.84326171875rem;height:1.75rem;font-style:normal;display:block; }
#mJ8QyATexVrvP7AUTgF9eemCP3zzayOI { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:30.375rem;display:block; }
#LF03XEmw5HlQF8EJ8gqvxIqkUb6kQI8V { color:rgba(var(--color-tertiary-0),1);display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1rem;left:42.25rem;height:1.75rem;font-style:normal;display:block; }
#iA55ATmiKwxgsxbpImqVrrdrVhkKEtL4 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:3.75rem;top:8.25rem;left:30rem;display:block; }
#PgtxJPL56OgK3chSkqScCszooRK4rw05 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.3125rem;left:30rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dcZ9pUKtFfMcRtN9heOo4JbcBTVcwiS0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:2.5625rem;left:42.248779296875rem;height:1.75rem;font-style:normal;display:block; }
#DkHSSE2zyEzqJG2o3tTRSCMIZQCTwaIf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:2.5625rem;left:11.90576171875rem;height:1.75rem;font-style:normal;display:block; }
#IVqfQPI4B21TQ0PEyIVvQv6n8DleIhhi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:0.263916015625rem;left:0.2490234375rem;overflow:hidden;display:block; }
#qq6nFyuU9MBSeiZhaZch8nxqgex9HWCS { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:0.15625rem;left:30.53125rem;overflow:hidden;display:block; }
#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33f4215c-1c10-41a9-9a23-d444b9687347/IMG_20200419_161925kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.adaptive-delivery-prevent-bg, #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.lazyload, #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.lazyloading { background-image: none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container { border-width: 0; border-radius: 0; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container { font-size:0.875rem;font-family:"open sans";height:9.125rem;width:60rem;position:relative;display:none; }#phu4ITBAmvkWrCgmlxa7fosGFGiJgMnJ { background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:5.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.15625rem;left:21.4375rem;display:block; }
#SOD0GvdKSPziI1d3Fp7BtXCeL41GEqbC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { border-width: 0; border-radius: 0; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:60rem;position:relative;display:none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33f4215c-1c10-41a9-9a23-d444b9687347/IMG_20200419_161925kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.adaptive-delivery-prevent-bg, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyload, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyloading { background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { border-width: 0; border-radius: 0; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { font-size:0.875rem;font-family:arial;height:72.5625rem;width:60rem;position:relative;display:none; }#SJDdsvpIszgCfv0qkyt857PsJ9eh2wfR { color:#060292;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5439453125rem;left:2.375rem;height:2.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { position:absolute;display:block;z-index:15000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(var(--color-tertiary-4),0.02) ;height:60.3125rem;width:60rem;top:4.951171875rem;left:0rem;display:block; }
#parlgWi5EnLckh2SJH1fd2tuxhTU7lAO { 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:24.3125rem;width:24.3125rem;top:13.375rem;left:2rem;overflow:hidden;display:block; }
#rb3ovT1FBt0t5fhXTRfc8P5W3hu089qw { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.59375rem;left:27.25rem;height:17.875rem;display:block; }
#i1IdrGMN5fOTM4e0ZuX8Gc6gDZ4LRRxC { 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:42.375rem;width:23.5rem;top:30.53125rem;left:2.375rem;overflow:hidden;display:block; }
#LRh2ymHow65ohLpW2ENNdZkHyG7QWhdz { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:43.46875rem;left:26.3125rem;height:8.125rem;display:block; }
#FmieABftZbUh5OBOCdOUku3ons1WlAXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/e826s47J/concert7_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG.adaptive-delivery-prevent-bg, #FmieABftZbUh5OBOCdOUku3ons1WlAXG.lazyload, #FmieABftZbUh5OBOCdOUku3ons1WlAXG.lazyloading { background-image: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { border-width: 0; border-radius: 0; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:none; }#ZI5Dnxie7PU3InQFE6ItXpblg2EBn0yr { color:#060292;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33f4215c-1c10-41a9-9a23-d444b9687347/IMG_20200419_161925kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE.adaptive-delivery-prevent-bg, #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE.lazyload, #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE.lazyloading { background-image: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { border-width: 0; border-radius: 0; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { font-size:0.875rem;font-family:arial;height:132.25rem;width:60rem;position:relative;display:none; }#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-form-header {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:45.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.7; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:45.4375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-text {padding-top: 0; padding-bottom: 0;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;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;width:45.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:45.4375rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-select {padding-top: 0; padding-bottom: 0;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .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; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-4),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.625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:45.4375rem;height:4.3125rem;font-family:roboto;overflow:hidden;box-shadow: 0rem 0.9375rem 0.625rem rgba(9,142,105,0.25) ;font-style:normal; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .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:roboto;line-height:2.3;font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:44.1875rem;overflow:hidden;font-style:normal; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .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; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.8125rem;vertical-align:middle;font-family:roboto;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.5; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-container:first-of-type{padding-top:0;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-container:last-of-type{padding-bottom:0;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb  { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.779296875rem;top:1.931640625rem;z-index:15014;position:absolute; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.4375rem;display:block;vertical-align:top; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-info-text { display:block;height:auto;font-family:roboto;font-size:1rem;line-height:1.4;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb {display:block;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.779296875rem;top:1.931640625rem;z-index:15014;position:absolute; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #g3cwch3LXhgz0g2WE1ksmwlmgEc04CLe { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #g3cwch3LXhgz0g2WE1ksmwlmgEc04CLe .container-column{width:50%;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IVDvAMDRyGKhGQTZVJPiqve5naXQCweX { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #JWtv7vBWW5TNwW1oZrTSTkoR3l7P3LFV { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sH1g5C7Q3NJ18vzWzL6VyxLh1OTJdWhf { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #bVM7wHMVRZKABpVkruo8dBzTT2Iwqis5 { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fbvkZRVvAZErtTkAxEFEuH4OBqqoTdr4 { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #cSKe3VqqFJOggGwKgsmW3gTM8eD105Jr { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #MQz6R5ee375JGkaTWVBnQ80U5gLBEFxC { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #oHQeuJBCpecTMJzRgD8GlHQBTW44c1o6 { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #oHQeuJBCpecTMJzRgD8GlHQBTW44c1o6 .container-column{width:50%;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #iKIH3bh7prrlhQLB90IN2ESJTl5n5EHm { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #rzJ35260NPIHNkzqfqsq2OMTpWxZJ9hW { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #np43ECu7JI4wxiAhl3wuprmZOm9saDDz { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vOIaMJAJPESeI8PsAi22klEoWRqPUlXa { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BOEQc2pAvPfh7oLfZxea4a553oWSXGxc { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Q2z6CAER4sFL2BrxqKJHRpl05R2qzNGq { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #iOJNXO0mb2M0doP9ZrnqWXEvc1fnWmiD { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tluFdn5OQWy37pkhABDQgn3i8yEg3vHU { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tluFdn5OQWy37pkhABDQgn3i8yEg3vHU .container-column{width:50%;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wGOomUw8kF2GLfAf52vT5Zqo9izoKSR3 { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TSXFcBADGaAClXl56i3QW8WN4tpfEJgE { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #QOTEWTzZauQfThmsflQN0oLkki7hQkqy { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #hxxEEsBCEUfHtWhZ6FxaHWCDX5oJLrhC { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HEBabWT5Ufnn6dgItbPzWZyeo7q6e8IT { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Lsxh3IVxXsJgiU4C3sSmQrpmJwLBkcd0 { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #D7xkc1OVDkR6hoC6XcsZEfgFA5ZCXpxZ { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #dW5dhvoi805tfgNydwiNU1S33L4DCskW { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #DTumJLyPm0ylpvqwOBbB92l0eToiKaxB { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xO8gdluE5HSR3AQfJafb2eBUpK9rbZ6L { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #L4sk3Aivc47TcGhTRZdd02Wt4rsL1StT { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sP1tObvSyfeJdtFOyRU336nTt6i49dEH { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZKdOsz1IPzymG66ZzOFlKI8EA2sblGvS { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #iUQsV7cxlyXdTZOb8u7JmT7oNlNW0FVy { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #uZIlUt1MiPmJSCDBUkCUkzmx3xATVU5O { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IoB9wrBUZ4D4r1IgTWZUbrsLJFTJZm0y { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #DvLlNaDfQ849SqEwJPCDdIow9IX98R05 { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #NFLskT86idEZ6pVrJfTbfRqlHr01UTRT { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #XTI8RtZVehzUsuRhoRT61h3QIJi8TP9G { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #o14vvfi028oJJ5E0DHz6gN503P343xHd { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #NbphnQPxkkNBMGxSZklxtQb6cQy3qJJ4 { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #P0ip6wrQOa0cloqnGkEothOdzKpnb7cc { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TWTZ8Zlid3aXPcR0yzhCXudroX4an7AQ { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #lM7IXkmVdn2s213bVqTwRpTUgT6VIJwz { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #N1muq7BHX7Ja0rigfbo4kgJtnooT61zE { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #mUK5HBmL55lZewmPS3xlGmTGOqgZkFnp { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #kG9gSz7iboE66TAWGitmDyqq1C37GolZ { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ucuv8pF0SU07AL6otVKI7nQo05n1X1ep { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wZDLRhoIshui3KcZ2wRyK9Nw7EoTMyiw { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BO8uUhGsHG8imyIkV1OU1CahqrXLLyuD { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IbThu6imch8fRIrd2ZwzzhQXxpTsTvTX { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #lQpLii2EgnQTOkxXFVotVsWpoTcJGTdv { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IAlebrlOzzFgratwpmMwVHyMuMF2csuZ { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ph5CCAgTNo9q5fd4TPafubtWHRnkmsqZ { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #FpPrH6pSSqXbzMT7ceu47XdRZ5cEkTOm { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Itt9pFeNyQ669DNHlUqZlUHpDCRKKk7U { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #mATrOWLuQrBZMD4aJVl9pawCeL35TMOw { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #T0XFIhAEQeZHXTWKZgMvkau55RemnS2L { position:relative;z-index:15000; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #eTISKtrKnhSOTJus51t9VZSUfy9CTQby { position:relative;z-index:15000; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tRhSv0TwrQOTrFT55Plohv04vXgIfEmA { position:relative;z-index:15000; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fJ6n0N5rAqyf41rtNSrHxwa07QmiO5wI { position:relative;z-index:15000; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #dxdCpS7TSSQg5DkcBCga5XIy1CS0wHPG { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #UfSTQgvTTAOZZK1euHxgOOO93GHFWuCB { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #E0qQKmIdduRFBAi2tv1Sc0tlPdMzHaId { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fq3CoHWwHnZfibd7T3JFH2TGkToMSHuo { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #mx71VZcRFnlh8zv1b9stT5b3T53KFrOx { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TtiOGhpqXNBiJfZp0K68DSDQC86rGZMN { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Oz5VT1peZeRi9sB0RSFGLUG9TVavF0BF { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ynAsiz43Z8s8XKJxbl2rnRRkdhRt8iiy { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xsgWaaTOhcThq5aDa6w6ul6OsaSXEXnq { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #AOhriOXVFXnRBfQR84Kk575oxucSSTTI { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #AOhriOXVFXnRBfQR84Kk575oxucSSTTI .container-column{width:50%;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #OQhz0uS6kNV3an8NneCu21TBIxOi2W8T { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #eh57afIg6a9GTnPCOkCdw0CvRg8BUiaP { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #d36KQsGed0sqZAEhtzoebELzVp1hATMu { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sb9PLbtib1HoMzcfLxU4uzMp3ye4tUb7 { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #gorTD9rGTQzpAhT6rF2LtUmahHcoTksU { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tO9D5lHAMFstnTc9pWNgMKi46TiaJu6N { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TenW0IiCa5X2rqMJfpUm2zF8vGtzxCa0 { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #L2R0eH9TeSM1TCKdCJSN27Zl05z2MtVw { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZybnXVZNR33QtbW6dcDz2qPlDpaJvpob { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #kGyovZJzx2ZGdycvFz009yJhF4PE7qTR { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ctoUsQgmwc0ScoAx2HufUTrqdn7GZxak { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #CuHVdTPNb3i5yP28Ih00Tyc9lC8Hndxf { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #yGlokQAG9eidOfOo3KCN1TWHKiRL88p9 { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #h88Pl1kGVWaJK1IlGu8cqvzaS1gCT5gy { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sn1WrKp465xuRf7o0HfVsQsI1Mr3FTaT { position:relative;z-index:15000; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wtDNNNLQtfpEJtJlKZsvLmvgnGP8hxwt { position:relative;z-index:15000; }
#wyFOxZlTMJ3Fqy2s8CdClf6uQtoJOMKx { position:relative;display:block; }
#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/e826s47J/concert7_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.adaptive-delivery-prevent-bg, #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.lazyload, #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA.lazyloading { background-image: none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { border-width: 0; border-radius: 0; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:none; }#q9Rmp30RJo40SvludnErAUM0L2A3Pq3t { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:7.03125rem;display:block; }
#pvUbXpIpHyCouA7TKN8P7ocD63VTnnuN { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:11.6875rem;left:2.4375rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvnWV2F18FrGyhxmpt1Hvr5EB9g3hA9d { color:#1f2833;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:19.25rem;left:2.4375rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#q8ifwcqmvN1Gn7cEiG42ekOU10nfn2Z2 { color:#1f2833;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:19.25rem;left:21.875rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:11.6875rem;left:21.875rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfp5p5lSyr8XfxAGmhy8DOUVnrMxKITy { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:26.5rem;display:block; }
#xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/3Dw1pba8/img_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:2.811767578125rem;left:26.8740234375rem;display:block; }#xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS.adaptive-delivery-prevent-bg, #xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS.lazyload, #xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS.lazyloading { background-image: none; }
#rSL4fgSLCu8uFeQ5FFs2LIyV1bkcSsJm { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;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.8125rem;width:19.375rem;top:0rem;left:39.6875rem;display:block; }
#zVpQwvBGRx88W4tzQZFJ3Xdy3TXUKrge { color:#1f2833;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:19.25rem;left:41.3125rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ELbz94wN2McJphLwMpkdmTmBdMKxBXgp { color:#3b3b3b;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:11.6875rem;left:41.3125rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m190nbuzLV8biWnkCp9k7fnbKTHpk2Iq { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:45.9375rem;display:block; }
#x8VvLTxRosfhkONmd24C8WDShnafGxFI { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/kH39gHN9/img_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.687rem;width:6.8115rem;top:2.841064453125rem;left:46.358642578125rem;display:block; }#x8VvLTxRosfhkONmd24C8WDShnafGxFI.adaptive-delivery-prevent-bg, #x8VvLTxRosfhkONmd24C8WDShnafGxFI.lazyload, #x8VvLTxRosfhkONmd24C8WDShnafGxFI.lazyloading { background-image: none; }
#CGZhkKVgWRaxRRaL0FuK9wx38lOGSxu9 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:5rem;left:32.9990234375rem; }
#nKKrgAKnsd5gevlcusB1J1SFLbJaHOg2 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:5rem;left:52.6240234375rem; }
#iTXFZyPh81IeoWIebm10yFbuica4C54f { 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; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container { background-color: transparent; background-image: none; }#iTXFZyPh81IeoWIebm10yFbuica4C54f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container > .video-iframe-container { display: none; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row > .video-iframe-container { display: none; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .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); }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container { border-width: 0; border-radius: 0; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container { font-size:0.875rem;font-family:"open sans";height:15.5rem;width:60rem;position:relative;display:block; }#eMnxUluCDGDbb6LplpHcDILkoTVlNFOW { box-sizing:content-box;color:#8e2485;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:5.5244140625rem;left:30.9375rem;display:block; }
#JgWzGmDLuGLVTmBnuDOfwDAT7JTFdRTN { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:18.4375rem;height:1.3rem;color:#8e2485;display:block; }
#JN2OGswwbrXn8NribVdyL9rHMwKsepXp { display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4365234375rem;left:34.0625rem;height:1.3rem;color:#8e2485;display:block; }
#OlRCfovv6NrOuLdU2W5TNx9rDz8CaRvD { box-sizing:content-box;color:#8e2485;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:5.47265625rem;left:15.3125rem;display:block; }
#mKDIqtJfRL6EPDM8AqNxHGZnOcIuEuuA { box-sizing:content-box;color:#8e2485;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:5.5869140625rem;left:49.0625rem;display:block; }
#CEzxqJMKHxCOaZQN4aQrIKFIoDOf8c5N { display:block;width:7.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:5.8681640625rem;left:52.4375rem;height:2.4375rem;color:#8e2485;display:block; }
#pRB88nfKk2N8giszPnaMU9UT6cNAduUX { position:absolute;display:block;z-index:15025;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:12.6875rem;top:5.6806640625rem;left:0rem;overflow:hidden;display:block; }
#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/e826s47J/concert7_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt.adaptive-delivery-prevent-bg, #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt.lazyload, #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt.lazyloading { background-image: none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { border-width: 0; border-radius: 0; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:none; }#s6pGDoQEC1X1llvDebZLa3n2S3zqlzIf { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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.5625rem;width:2.5625rem;top:1.875rem;left:13.0625rem;display:block; }
#higz6CiwcHGdGwK5gmD4M5RIGTR0lt5U { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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.5625rem;width:2.5625rem;top:1.875rem;left:16.375rem;display:block; }
#N0pFOlUpPcg6ZZkWsLpSTnPCC7GQFrwM { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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.5625rem;width:2.5625rem;top:1.875rem;left:19.6875rem;display:block; }
#xF3uKf8pKNn4F9yKKchxUXKS3UEHnHt1 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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.5625rem;width:2.5625rem;top:1.875rem;left:23rem;display:block; }
#m3QQ48LNxknOZR1dliBnxbHlMUbsv2V6 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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.5625rem;width:2.5625rem;top:1.875rem;left:26.3125rem;display:block; }
#RZDe5ekECZ0tt9uAmTfvFNyVC7WSIdpp { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.125rem;left:30rem;height:1.94921875rem;font-style:normal;display:block; }
#L3WRhGxA8WT3fiJL43sQ8HB7vs3BQCCI { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:2.34375rem;left:13.625rem; }
#AK4fzJPPN8r8Oy4HHOT5voPrQ64hEFiH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:2.34375rem;left:16.9375rem; }
#rvQFdAkBnrIAQK9k38gMchAK6OoGUo6T { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:2.34375rem;left:20.25rem; }
#Aodldzoy6dh2RLQtT79tZTtrG2cepNEe { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:2.34375rem;left:23.5625rem; }
#xlkzPd7JHsdOcHOrHMLAB8mPEZdXW8bI { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:2.34375rem;left:26.875rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JlMTxwNcT5r3pWglrITyKECPC2oAi1oq { display:none; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LynxclTG6amcnMrFV46CvAUEscCcon27 { width:12.375rem;height:2.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxpd9ng4ZktcvS9ItkiwEKf9Aqr2eJJn { width:9.625rem;height:3.25rem;top:0.625rem;left:9.28750038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK { display:block; }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLalRZGr3xbq3QXXAL5dmIOIFEyvR6Lq { display:block; }#ZLalRZGr3xbq3QXXAL5dmIOIFEyvR6Lq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBr0XalcASumB2a0lFg1bSKkfdS2S3el { width:27.625rem;height:6.0625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gl4OObrhVKzpB8pKuHnr8I9i3GzV88Lh { display:block; }
 }@media only screen and (max-width: 763px) { #u4KxugzO9EEBhpFlESoXxTnw6AOcX23u { display:none; }#u4KxugzO9EEBhpFlESoXxTnw6AOcX23u > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RSN8hkTzT9a8VQMBQbv1SiLLotUqolQD { width:27.625rem;height:6.0625rem;top:44.625rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uz0XwoW4bHClrv3qxBEA1JbLg17KQAGh { display:block; }
 }@media only screen and (max-width: 763px) { #lHmqKnw3xSTXuzvmeGX4l8ziibKDRnoz { display:block; }#lHmqKnw3xSTXuzvmeGX4l8ziibKDRnoz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4pkxvCRxHq4ZgtBuAGDtDfD0Qpz3Hol { top:6.5rem;left:0rem;width:47.75rem;height:12.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm8Is6QoygTPVIEmUzwTFXex02NZthGG { display:block; }#pm8Is6QoygTPVIEmUzwTFXex02NZthGG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoXwPx8U6zZFLTxS3phGuyl5l8nvLGpn { width:22.875rem;height:22.875rem;top:0.1875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zefKhUfSr9UcbSiRaV7T8RWqbKBsib1F { top:4.625rem;left:0rem;width:34.5rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmOmcp6wHx9H4q1CoMh05sHlr7qLzx8q { width:27.625rem;height:6.0625rem;top:44.625rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkLmpqrtr4ozfmUq0LEQ3ensn0Rq0lTK { display:block; }
 }@media only screen and (max-width: 763px) { #TD8EpdXbGvqqKnHm5oRsbsRnhgy4ZxkP { display:block; }#TD8EpdXbGvqqKnHm5oRsbsRnhgy4ZxkP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHtol84q0WIQybNsEagu82t2aTIcFLSO { top:1.125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihzZrt5T0TLUrXiPBBq2PpTIagoiehEQ { top:5.1875rem;left:0rem;width:30.125rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfcZFzUOkEzAV5QGJ0lwo06VrZCac7ni { top:10.125rem;left:16.8125rem;width:30.9375rem;height:12.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmbOIJcq3vVweoH2abmJlV9IXXmxuEIT { width:23.6875rem;height:35.625rem;top:20.75rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL4mNrmOgUck8KphVlULp0AWpWvCo5H9 { width:23rem;height:28.8125rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlM6Uw2CT2ACfgEaVKosB02IohTHnI0v { display:block; }#dlM6Uw2CT2ACfgEaVKosB02IohTHnI0v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofO7z68kKenIZrURJTRciyKSngDh5cEp { top:0.5625rem;left:0rem;width:30.125rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZ0VNkQ74rlPUiaiGR4HJiFJqqC2JGK { top:10.125rem;left:16.8125rem;width:30.9375rem;height:12.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpzs4H8tSIXTVVC87iiO2lmTy1fX3RTS { width:16.1875rem;height:19.5625rem;top:22.8125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVw8L6WkH8KBUWW591KHeG6lAQstl4g4 { width:23rem;height:28.8125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xRt233VNnclLiHSrHF9ewqQ2REcmSn9C { display:block; }#xRt233VNnclLiHSrHF9ewqQ2REcmSn9C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGRxWaENN2VilV9fad0cKDdocdqI7mXp { top:0.5625rem;left:0rem;width:30.125rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sih6vMAna12xxt72uEPFA16H6n8XoCaf { top:10.125rem;left:16.8125rem;width:30.9375rem;height:12.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byk6026PpTnJVq3w5dEAv98R0icrmuOZ { width:11.6875rem;height:14.0625rem;top:24rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGyycFi4fT73WrTg5t694vMUzu6ZyOn3 { width:23rem;height:28.8125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:47.75rem;height:2.875rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { display:none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xWlXn2rVaoITmhPrv3BD2T4TLXqtJGfZ { width:10.8125rem;height:10.8125rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlE2X15ZXzFFipAS1ldlWZp79HB1qgJa { width:3.75rem;height:3.75rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3rIkmpytCBIW0kZtb9AyNiEkg9JQQqN { width:3.75rem;height:1.6875rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwosZqLAuOyT04acAItaC7KPKWfFiwEr { width:10.5rem;height:10.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg9gZ7caZfgcwZ5GJJMr2fETtJFrgvm7 { width:17.0625rem;height:1.75rem;top:1.1875rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptNp05fnEqqLONsAJpdzL34614kIsDuF { top:3rem;left:7rem;width:16.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMvqTfDxM3XnL5FZad7r6PpN1RPqQgEN { top:3rem;left:29.9375rem;width:17.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZD7QBd9RvEqaAZWCvPVMvxLEL8Pz4h7 { width:10.75rem;height:10.75rem;top:0.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoszDBBOLWq4kyk92l8n8vnxxRzscc4u { width:10.5rem;height:10.5rem;top:0.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STN5B6BxDDERuR1QBhKkK0TfGEFwGySe { width:17.0625rem;height:1.75rem;top:1.125rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh4aWcZUBAK3Oy0XcOkWUhwzLzXLAvd6 { width:3.75rem;height:3.75rem;top:0.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbVTnNnsA9xHclWIDCxH97EM72eGv3bv { width:3.75rem;height:1.6875rem;top:1.1875rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0MoCTrxWA7tRNPi4znPvtuiqvnZlfXS { display:block; }#G0MoCTrxWA7tRNPi4znPvtuiqvnZlfXS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNXQKR4KfhpWdJeQtKhXRbGfTHth7QFh { top:0.5625rem;left:0rem;width:30.125rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZRaElHG5spWFUBWe5lcv9035XJvyGl8 { top:5.875rem;left:16.8125rem;width:30.9375rem;height:5.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1t5vU8QRpxIT4P89Vo8TFxSBIIe1qym { width:18.5rem;height:21.875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo { display:none; }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs { display:block; }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI { display:none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XQ3Te6OKFsTT4SMCSu7PWXSmLcxEcDA8 { display:block; }#XQ3Te6OKFsTT4SMCSu7PWXSmLcxEcDA8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGFJJdnG0WPuWMLGVaT5AptoRRMOdpkn { top:3.4375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-regular-label { display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-checkbox-label { width:44.1875rem; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d  { width:45.4375rem;height:auto; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d {display:block;}#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d { width:45.4375rem;height:auto; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #aa168LfoycOs6LZy5phptVH5DyP73WXU {  }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #aa168LfoycOs6LZy5phptVH5DyP73WXU .container-column{width:50%;} }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #yMIQZ4Nc4xZV40cen4HU4nb7t1GLwb0d {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #PHJDdfPh3sheprTJswzu4ihTIxeWfOfh {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Qp6gyDJ1L3IoTUxZARW3GEeRKeKETTAc {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #STTOi2B9pRnekTT3AgQlwpEFmJOSwaFD {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #MT4J7ft9fM7QEiSAA6CnmTGvxEfpDRe3 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #q2vgzaRWdTsfkCVOnQAORTaF1SOQixng {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #o4CDC2WzbZX6GIZNADv3TbCchElJlgCs {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #GA8CwQwUW8nTIZVnMqowmyFT19Ugh3wr {  }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #GA8CwQwUW8nTIZVnMqowmyFT19Ugh3wr .container-column{width:50%;} }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #egEThBQuZSlZTc5gSG2RVEwphdE49vb8 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #IA3LWpr5gO4iO2k6BG8ZqiT54vlK5TG2 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #dLTTHipL2zSSi4o0cgA12eNXFcAIJySw {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #RtMrvbuTVodDsfup9WCWMMwIFuF3kImo {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #dTUZ7lua6Qbh0qpIUOTI9Nu94OT25rrL {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #WzqSFuz6aFTZWITExdmBAaVZAvNu1Ebz {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #TN7fTcsxtVux61sXFhNOoTfIscR51TyA {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #LghnLRAHxEBh8MJurOooWnfJGbJLl4IZ {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #OtdVPFhhUqmhyZ8Qo3C2RicQtUTXRAXi {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #EWaFuQrLwAx0IJahdf6hNpAUE5mWa2r7 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #eEoTheShFA5R3B3JIudIDZNATg737JDB {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #MltdvKstBxnXfoJsixZoyBWcqbSTTboR {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #NVxtgkAQC2JhMUEhNJt93NpXS1CxbCBJ {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #KLUklpil6SPdBx7Gqvr0amfESPXkmZsX {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #d7EJqdazMaDwDhAUcNVGKGRH9SfdHtP0 { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #TecnnyHKNkxBHET2oJ3ihUmTFyV1ihf7 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #v4U7RDgHfiO97aSki1HISNkSsytT3943 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #IVxygWHhXbhJqZyJ1IqDRDvRDeX1hTHh { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #ayfS6wL68lyer03aT2t3WWmuxvtrLVHy {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #hi76PqZvnT2PtQCGVAFFQZG3wemhvhmF {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #SWXXa7Qwu4Ml7zn4TXPF2ytWpLVC65nm { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #REEfBVDBPGbSVOJMCRvVKqkxTek8B09z {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Q5V03R3RgPPS4CmhQJg2bTXB7LgZoUmf {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #NkczTbEiG58FoV6FbJbkOPhyB7FTGlwl { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #GKwHUGtMPNvk3V5Wpa2VWTHDGWrDT36y {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #bOeQ8UIbzP3B3IrtIhV0Wlmy6nv4bJr2 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #IR88rqiNe6HIkQcwZH0zJNynnRA1TlJq { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #PPxNS0G4pm6TOTfOon2gKb8dCKzn2164 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #XDZ798L0MqAAnJcKiaTN3T0wrp331FzQ {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #kTFTOZdPHZli5a8CMZ5F7KPE7LMrlt4t { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #DNJwTzm44H0mfEcNh96QP9D8bqHBWMKy {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #xTs7JguZIhvUsl4nLhUSUpruI0qAq9M1 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #MO69Ft8DWHmDCaP1mmnRViMOeTTES5Ig { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #evyBMQEKDyw14REPNTlGp0K5lgppeKXu {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Ha7D5u2i5K8Hs7IOTppqQMclyTmsXcRf {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #PrI1fWnfGez4Ro87sIBy1wZgGxGo7efK { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #sS9l6iLygWxHHXVOMfyJfrfO1DeUirln {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #G1UiUHLNTRVgKa4rUX5wslrNvLaURdge {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #BAHwX4BNuLvglk7z6nKizFivAzOxiSUq {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #LBT8r0Opc5eyomHddoVBaypnK3Gu52dh {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #c2tnxnM0OUWu8dCZWL646EnoXOAGAfGB { z-index:15000; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #tWkJx8lXWLdwIpPa2k8Xr3nkrMCbRUO8 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #MKPxZICWCBxSx8Iflm925eNNewszndhh { z-index:15000; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #N7OtDbQiU9JVl1kkLwAHiuDHus0b2C51 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #V8RLROR3dMuoRETg0g4AKsOSxvUuVKfA {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #VHhEdhpzRsAg2MJ04d49x6zvC5KINQtO { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #HeSKUOZNFm20T6OBFnggy8V4JId4pZNw {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #v6HhikCv3xRL66f1JOoS8medqnrUif7G {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #uxd8Md0hLyXvoVVKTCdTblPNThl5d9nU { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #HQdIgFlyZBNhi5dJlWF7p7Cq4t5ig4hA {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Iz50kz63LKfzOVIVITCC76exkiambcTU {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #sG3sKnZyex90qTEatGRLklre1bUSozi2 { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #sEsyMwu83TAE1U4pr0cTol2L00e1pllM {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Zlct4UHQbGNf4CvXCExufVpxwXqvlQHg {  }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Zlct4UHQbGNf4CvXCExufVpxwXqvlQHg .container-column{width:50%;} }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #b5y3ZOwF8SdWxkAZIlZ9DUVnQPiPo6T3 { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #oo88A5U98T3PUUsJk1hTv55Wx9yGXbIl { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #NulA5sLXeKA0EatQcgVcNbfJRPQ0MIQe {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #VCCKTPmQbm2oKU8dlzFAl6cLXJealX3w { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #zVmKlNVMxmw0yaGyW4vdqCUb4fyMf5WT {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #T2OXOwlvoClZE9b024D5nvgVBvflPdvd { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #KhWizC9Iw8sVW5yzCIb7oD7ifALeunhT {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #XAUc6gvqDENU9bhuNNobXZgESspZsXiP { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #bT3rmxin3xvywrA9dz4Lco3wyffgpm1H {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #yq1hlveU0GSMRedECgm24XeBbFFVusC9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #MC7Kv7uXsVon5SiI2ged7X6excq02yKB {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #BfcWb0Z4VpfEHbAyLEmJFTuVTw0R6Ut9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #eOyH9yAdy3ki6fDR7SDJv6exTv97TQlC {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #ZHigeZvMakZxd1vwtUipcutuv8bsS7T5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #H6WADQ94fyzeNoTb595kmoHNDZwnzbfq {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #o3LGsoSA74qSkiOEy6WS8tvf3FeJDXRS { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #QDixbiOe3uteCFaENwQK8IiHMxmg7TnG {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Fi47Am4okkfxRTV0gRiTHnZoUKLJ83UU { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #NLkr9GGUH4JVTWicHKRoVInNn0pgIR6X {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #QJzhkwuaZCtVhU4A0043Cc4ScbIkdmzT { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #xqKxT6M0xDvlytNuhiGR2Z8h2TFWhdFI {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #sO0ENotyThF9bOaqldknetHGAlCeMT3Z {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #x1SQeCRWvqAPQx9a8VsTqsh64gIV0LHt {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #DswQI4ytsRMTn8TT7HIE7tIhdiDmZfdk { z-index:15000; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #dzBs9BJ5w6ZJlFerqmZQBUTdVvHTif51 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { display:none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T4iCh0FqS1XxPcwTo15MvdeJX5Xonk0O { width:10.8125rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #saWQF8c8RvQxWgzNCsraxPrO5LMcniKy { width:3.75rem;height:3.75rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAzRb0nTOm66TPmRsyeapVC94dTGu0TO { width:3.75rem;height:1.6875rem;top:9.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ldGh8JwqTEOmBk53Oe6L1kyb7gJkqZ { width:17.0625rem;height:1.75rem;top:1rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI3kJ27Saeh1zt0Uz05wERZ0NxptUxa3 { width:10.75rem;height:10.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9wo7GTu5EGBGsnOWZnMSeJdBJ9ahlg { width:17.0625rem;height:1.75rem;top:1rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMV37BX7nir36x8T9FDfF28ia4NAqOH0 { width:3.75rem;height:3.75rem;top:8.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD4ybMTZyWR6DmFJSd93cxQPOVF59PBp { width:3.75rem;height:1.6875rem;top:9.3125rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLsBwg8RvhTT39EPPOG8Rvr1hmsEVEvf { width:17.0625rem;height:1.75rem;top:2.5625rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbKcOFznzJg98nIE5znTy9qM3WvvXZaG { width:17.0625rem;height:1.75rem;top:2.5625rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWCoCTdJ6T50gd43D0zAhUS2Dpbhmnt4 { width:10.5rem;height:10.5rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu7vxewxTSqVI43OR0amuzMEeUTl6Jo9 { width:10.5rem;height:10.5rem;top:0.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1wQLPke98kkqv9drmGHSUTidHgNPg7Q { display:none; }#O1wQLPke98kkqv9drmGHSUTidHgNPg7Q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tBzwgQSb3STOLGw34ERAXW5X0BQp9ZTb { width:10.8125rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6BaUu7hAnXuOUtZmL9OxTXe0AtLDTyz { width:3.75rem;height:3.75rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnu4T3ToqZ7k4q4RgKAG2BrBoFBdX73M { width:3.75rem;height:1.6875rem;top:9.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVDc7RHJ3vXrTl49b5FE7KavdZNgzeSp { width:17.0625rem;height:1.75rem;top:1rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ8QyATexVrvP7AUTgF9eemCP3zzayOI { width:10.75rem;height:10.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF03XEmw5HlQF8EJ8gqvxIqkUb6kQI8V { width:17.0625rem;height:1.75rem;top:1rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA55ATmiKwxgsxbpImqVrrdrVhkKEtL4 { width:3.75rem;height:3.75rem;top:8.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgtxJPL56OgK3chSkqScCszooRK4rw05 { width:3.75rem;height:1.6875rem;top:9.3125rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcZ9pUKtFfMcRtN9heOo4JbcBTVcwiS0 { width:17.0625rem;height:1.75rem;top:2.5625rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkHSSE2zyEzqJG2o3tTRSCMIZQCTwaIf { width:17.0625rem;height:1.75rem;top:2.5625rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVqfQPI4B21TQ0PEyIVvQv6n8DleIhhi { width:10.5rem;height:10.5rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq6nFyuU9MBSeiZhaZch8nxqgex9HWCS { width:10.5rem;height:10.5rem;top:0.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru { display:none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #phu4ITBAmvkWrCgmlxa7fosGFGiJgMnJ { width:17.8125rem;height:5.1875rem;top:2.125rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SOD0GvdKSPziI1d3Fp7BtXCeL41GEqbC { display:block; }
 }@media only screen and (max-width: 763px) { #flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { display:none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SJDdsvpIszgCfv0qkyt857PsJ9eh2wfR { width:25.9375rem;height:2.6875rem;top:7.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { top:4.9375rem;left:0rem;width:47.75rem;height:60.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #parlgWi5EnLckh2SJH1fd2tuxhTU7lAO { width:24.3125rem;height:24.3125rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb3ovT1FBt0t5fhXTRfc8P5W3hu089qw { width:31.4375rem;height:17.875rem;top:16.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1IdrGMN5fOTM4e0ZuX8Gc6gDZ4LRRxC { width:23.5rem;height:42.375rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRh2ymHow65ohLpW2ENNdZkHyG7QWhdz { width:31.4375rem;height:8.125rem;top:43.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmieABftZbUh5OBOCdOUku3ons1WlAXG { display:none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZI5Dnxie7PU3InQFE6ItXpblg2EBn0yr { width:47.75rem;height:2.875rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { display:none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-regular-label { display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-checkbox-label { width:44.1875rem; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb  { width:45.4375rem;height:auto; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb {display:block;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb { width:45.4375rem;height:auto;display:none; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #g3cwch3LXhgz0g2WE1ksmwlmgEc04CLe {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #g3cwch3LXhgz0g2WE1ksmwlmgEc04CLe .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IVDvAMDRyGKhGQTZVJPiqve5naXQCweX {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #JWtv7vBWW5TNwW1oZrTSTkoR3l7P3LFV {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sH1g5C7Q3NJ18vzWzL6VyxLh1OTJdWhf {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #bVM7wHMVRZKABpVkruo8dBzTT2Iwqis5 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fbvkZRVvAZErtTkAxEFEuH4OBqqoTdr4 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #cSKe3VqqFJOggGwKgsmW3gTM8eD105Jr {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #MQz6R5ee375JGkaTWVBnQ80U5gLBEFxC {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #oHQeuJBCpecTMJzRgD8GlHQBTW44c1o6 {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #oHQeuJBCpecTMJzRgD8GlHQBTW44c1o6 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #iKIH3bh7prrlhQLB90IN2ESJTl5n5EHm {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #rzJ35260NPIHNkzqfqsq2OMTpWxZJ9hW {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #np43ECu7JI4wxiAhl3wuprmZOm9saDDz {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vOIaMJAJPESeI8PsAi22klEoWRqPUlXa {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BOEQc2pAvPfh7oLfZxea4a553oWSXGxc {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Q2z6CAER4sFL2BrxqKJHRpl05R2qzNGq {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #iOJNXO0mb2M0doP9ZrnqWXEvc1fnWmiD {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tluFdn5OQWy37pkhABDQgn3i8yEg3vHU {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tluFdn5OQWy37pkhABDQgn3i8yEg3vHU .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wGOomUw8kF2GLfAf52vT5Zqo9izoKSR3 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TSXFcBADGaAClXl56i3QW8WN4tpfEJgE {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #QOTEWTzZauQfThmsflQN0oLkki7hQkqy {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #hxxEEsBCEUfHtWhZ6FxaHWCDX5oJLrhC {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HEBabWT5Ufnn6dgItbPzWZyeo7q6e8IT {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Lsxh3IVxXsJgiU4C3sSmQrpmJwLBkcd0 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #D7xkc1OVDkR6hoC6XcsZEfgFA5ZCXpxZ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #dW5dhvoi805tfgNydwiNU1S33L4DCskW {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #DTumJLyPm0ylpvqwOBbB92l0eToiKaxB {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xO8gdluE5HSR3AQfJafb2eBUpK9rbZ6L {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #L4sk3Aivc47TcGhTRZdd02Wt4rsL1StT {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sP1tObvSyfeJdtFOyRU336nTt6i49dEH { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZKdOsz1IPzymG66ZzOFlKI8EA2sblGvS {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #iUQsV7cxlyXdTZOb8u7JmT7oNlNW0FVy {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #uZIlUt1MiPmJSCDBUkCUkzmx3xATVU5O { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IoB9wrBUZ4D4r1IgTWZUbrsLJFTJZm0y {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #DvLlNaDfQ849SqEwJPCDdIow9IX98R05 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #NFLskT86idEZ6pVrJfTbfRqlHr01UTRT { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #XTI8RtZVehzUsuRhoRT61h3QIJi8TP9G {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #o14vvfi028oJJ5E0DHz6gN503P343xHd {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #NbphnQPxkkNBMGxSZklxtQb6cQy3qJJ4 { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #P0ip6wrQOa0cloqnGkEothOdzKpnb7cc {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TWTZ8Zlid3aXPcR0yzhCXudroX4an7AQ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #lM7IXkmVdn2s213bVqTwRpTUgT6VIJwz { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #N1muq7BHX7Ja0rigfbo4kgJtnooT61zE {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #mUK5HBmL55lZewmPS3xlGmTGOqgZkFnp {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #kG9gSz7iboE66TAWGitmDyqq1C37GolZ { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ucuv8pF0SU07AL6otVKI7nQo05n1X1ep {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wZDLRhoIshui3KcZ2wRyK9Nw7EoTMyiw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BO8uUhGsHG8imyIkV1OU1CahqrXLLyuD { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IbThu6imch8fRIrd2ZwzzhQXxpTsTvTX {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #lQpLii2EgnQTOkxXFVotVsWpoTcJGTdv {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IAlebrlOzzFgratwpmMwVHyMuMF2csuZ { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ph5CCAgTNo9q5fd4TPafubtWHRnkmsqZ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #FpPrH6pSSqXbzMT7ceu47XdRZ5cEkTOm {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Itt9pFeNyQ669DNHlUqZlUHpDCRKKk7U {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #mATrOWLuQrBZMD4aJVl9pawCeL35TMOw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #T0XFIhAEQeZHXTWKZgMvkau55RemnS2L { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #eTISKtrKnhSOTJus51t9VZSUfy9CTQby { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tRhSv0TwrQOTrFT55Plohv04vXgIfEmA { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fJ6n0N5rAqyf41rtNSrHxwa07QmiO5wI { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #dxdCpS7TSSQg5DkcBCga5XIy1CS0wHPG {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #UfSTQgvTTAOZZK1euHxgOOO93GHFWuCB { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #E0qQKmIdduRFBAi2tv1Sc0tlPdMzHaId {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fq3CoHWwHnZfibd7T3JFH2TGkToMSHuo {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #mx71VZcRFnlh8zv1b9stT5b3T53KFrOx { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TtiOGhpqXNBiJfZp0K68DSDQC86rGZMN {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Oz5VT1peZeRi9sB0RSFGLUG9TVavF0BF {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ynAsiz43Z8s8XKJxbl2rnRRkdhRt8iiy { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xsgWaaTOhcThq5aDa6w6ul6OsaSXEXnq {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #AOhriOXVFXnRBfQR84Kk575oxucSSTTI {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #AOhriOXVFXnRBfQR84Kk575oxucSSTTI .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #OQhz0uS6kNV3an8NneCu21TBIxOi2W8T {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #eh57afIg6a9GTnPCOkCdw0CvRg8BUiaP {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #d36KQsGed0sqZAEhtzoebELzVp1hATMu {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sb9PLbtib1HoMzcfLxU4uzMp3ye4tUb7 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #gorTD9rGTQzpAhT6rF2LtUmahHcoTksU {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tO9D5lHAMFstnTc9pWNgMKi46TiaJu6N {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TenW0IiCa5X2rqMJfpUm2zF8vGtzxCa0 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #L2R0eH9TeSM1TCKdCJSN27Zl05z2MtVw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZybnXVZNR33QtbW6dcDz2qPlDpaJvpob {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #kGyovZJzx2ZGdycvFz009yJhF4PE7qTR {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ctoUsQgmwc0ScoAx2HufUTrqdn7GZxak {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #CuHVdTPNb3i5yP28Ih00Tyc9lC8Hndxf {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #yGlokQAG9eidOfOo3KCN1TWHKiRL88p9 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #h88Pl1kGVWaJK1IlGu8cqvzaS1gCT5gy {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sn1WrKp465xuRf7o0HfVsQsI1Mr3FTaT { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wtDNNNLQtfpEJtJlKZsvLmvgnGP8hxwt { z-index:15000; }
 }@media only screen and (max-width: 763px) { #wyFOxZlTMJ3Fqy2s8CdClf6uQtoJOMKx { display:block; }
 }@media only screen and (max-width: 763px) { #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { display:none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q9Rmp30RJo40SvludnErAUM0L2A3Pq3t { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvUbXpIpHyCouA7TKN8P7ocD63VTnnuN { width:16.75rem;height:6.75rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvnWV2F18FrGyhxmpt1Hvr5EB9g3hA9d { width:16.6875rem;height:2.5rem;top:19.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ifwcqmvN1Gn7cEiG42ekOU10nfn2Z2 { width:16.75rem;height:2.5rem;top:19.25rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { width:16.75rem;height:6.75rem;top:11.6875rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfp5p5lSyr8XfxAGmhy8DOUVnrMxKITy { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS { width:6.8125rem;height:6.8125rem;top:2.75rem;left:20.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSL4fgSLCu8uFeQ5FFs2LIyV1bkcSsJm { width:19.375rem;height:23.8125rem;top:0rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVpQwvBGRx88W4tzQZFJ3Xdy3TXUKrge { width:16.75rem;height:2.5rem;top:19.25rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELbz94wN2McJphLwMpkdmTmBdMKxBXgp { width:16.75rem;height:6.75rem;top:11.6875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m190nbuzLV8biWnkCp9k7fnbKTHpk2Iq { width:7.5625rem;height:7.5625rem;top:2.3125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8VvLTxRosfhkONmd24C8WDShnafGxFI { width:6.75rem;height:6.625rem;top:2.8125rem;left:36.046142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGZhkKVgWRaxRRaL0FuK9wx38lOGSxu9 { width:2.1875rem;height:2.1875rem;top:5rem;left:26.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKKrgAKnsd5gevlcusB1J1SFLbJaHOg2 { width:2.1875rem;height:2.1875rem;top:5rem;left:42.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTXFZyPh81IeoWIebm10yFbuica4C54f { display:none; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eMnxUluCDGDbb6LplpHcDILkoTVlNFOW { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgWzGmDLuGLVTmBnuDOfwDAT7JTFdRTN { width:7.75rem;height:1.25rem;top:2.625rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN2OGswwbrXn8NribVdyL9rHMwKsepXp { width:14.4375rem;height:1.25rem;top:2.5625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlRCfovv6NrOuLdU2W5TNx9rDz8CaRvD { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKDIqtJfRL6EPDM8AqNxHGZnOcIuEuuA { width:3rem;height:3rem;top:5.5625rem;left:42.9375rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEzxqJMKHxCOaZQN4aQrIKFIoDOf8c5N { width:7.5625rem;height:2.4375rem;top:5.8125rem;left:40.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRB88nfKk2N8giszPnaMU9UT6cNAduUX { width:12.6875rem;height:2.8125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt { display:none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s6pGDoQEC1X1llvDebZLa3n2S3zqlzIf { width:2.5625rem;height:2.5625rem;top:1.875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #higz6CiwcHGdGwK5gmD4M5RIGTR0lt5U { width:2.5625rem;height:2.5625rem;top:1.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0pFOlUpPcg6ZZkWsLpSTnPCC7GQFrwM { width:2.5625rem;height:2.5625rem;top:1.875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF3uKf8pKNn4F9yKKchxUXKS3UEHnHt1 { width:2.5625rem;height:2.5625rem;top:1.875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3QQ48LNxknOZR1dliBnxbHlMUbsv2V6 { width:2.5625rem;height:2.5625rem;top:1.875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZDe5ekECZ0tt9uAmTfvFNyVC7WSIdpp { width:17rem;height:1.9375rem;top:2.125rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3WRhGxA8WT3fiJL43sQ8HB7vs3BQCCI { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK4fzJPPN8r8Oy4HHOT5voPrQ64hEFiH { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvQFdAkBnrIAQK9k38gMchAK6OoGUo6T { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aodldzoy6dh2RLQtT79tZTtrG2cepNEe { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlkzPd7JHsdOcHOrHMLAB8mPEZdXW8bI { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JlMTxwNcT5r3pWglrITyKECPC2oAi1oq { display:block; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LynxclTG6amcnMrFV46CvAUEscCcon27 { width:8.1875rem;height:1.75rem;top:1.25rem;left:0.99999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxpd9ng4ZktcvS9ItkiwEKf9Aqr2eJJn { width:7.5625rem;height:2.5rem;top:0.875rem;left:11.527344286442rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1c5723ba-15c9-4c13-85fe-9204f48a1a88/Baner_Agrosorb_warzywa_1920x860_06.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK.adaptive-delivery-prevent-bg, #PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK.lazyload, #PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK.lazyloading { background-image: none; }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .row .container { background-color: transparent; background-image: none; }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .row .container > .video-iframe-container { display: none; }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .row > .video-iframe-container { display: none; }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .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); }#PgbXTpTXsS1XQQI76FnzuWKb6Hk3VJDK > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLalRZGr3xbq3QXXAL5dmIOIFEyvR6Lq { display:none; }#ZLalRZGr3xbq3QXXAL5dmIOIFEyvR6Lq > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VBr0XalcASumB2a0lFg1bSKkfdS2S3el { width:14.1875rem;height:3.125rem;top:10.3125rem;left:2.90625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gl4OObrhVKzpB8pKuHnr8I9i3GzV88Lh { display:block; }
 }@media only screen and (max-width: 763px) { #u4KxugzO9EEBhpFlESoXxTnw6AOcX23u { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u4KxugzO9EEBhpFlESoXxTnw6AOcX23u > .row .container { background-color: transparent; background-image: none; }#u4KxugzO9EEBhpFlESoXxTnw6AOcX23u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4KxugzO9EEBhpFlESoXxTnw6AOcX23u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4KxugzO9EEBhpFlESoXxTnw6AOcX23u > .row .container > .video-iframe-container { display: none; }#u4KxugzO9EEBhpFlESoXxTnw6AOcX23u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4KxugzO9EEBhpFlESoXxTnw6AOcX23u > .row > .video-iframe-container { display: none; }#u4KxugzO9EEBhpFlESoXxTnw6AOcX23u > .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); }#u4KxugzO9EEBhpFlESoXxTnw6AOcX23u > .row .container { border-width: 0; border-radius: 0; }#u4KxugzO9EEBhpFlESoXxTnw6AOcX23u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4KxugzO9EEBhpFlESoXxTnw6AOcX23u > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSN8hkTzT9a8VQMBQbv1SiLLotUqolQD { width:14.1875rem;height:3.125rem;top:0.4375rem;left:2.90625rem;font-size:1.125rem;z-index:15015;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #uz0XwoW4bHClrv3qxBEA1JbLg17KQAGh { display:block; }
 }@media only screen and (max-width: 763px) { #lHmqKnw3xSTXuzvmeGX4l8ziibKDRnoz { display:block; }#lHmqKnw3xSTXuzvmeGX4l8ziibKDRnoz > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4pkxvCRxHq4ZgtBuAGDtDfD0Qpz3Hol { width:20rem;height:16.08106875rem;top:0.71875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm8Is6QoygTPVIEmUzwTFXex02NZthGG { display:block; }#pm8Is6QoygTPVIEmUzwTFXex02NZthGG > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoXwPx8U6zZFLTxS3phGuyl5l8nvLGpn { width:20rem;height:20rem;top:9.833984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zefKhUfSr9UcbSiRaV7T8RWqbKBsib1F { width:20rem;height:7.3095625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmOmcp6wHx9H4q1CoMh05sHlr7qLzx8q { width:14.1875rem;height:3.125rem;top:31.25rem;left:2.90625rem;font-size:1.125rem;z-index:15016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xkLmpqrtr4ozfmUq0LEQ3ensn0Rq0lTK { display:block; }
 }@media only screen and (max-width: 763px) { #TD8EpdXbGvqqKnHm5oRsbsRnhgy4ZxkP { display:block; }#TD8EpdXbGvqqKnHm5oRsbsRnhgy4ZxkP > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHtol84q0WIQybNsEagu82t2aTIcFLSO { width:20rem;height:1.71875rem;top:0.875rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ihzZrt5T0TLUrXiPBBq2PpTIagoiehEQ { width:20rem;height:1.875rem;top:3.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfcZFzUOkEzAV5QGJ0lwo06VrZCac7ni { width:15.6875rem;height:11.8125rem;top:27.987500190735rem;left:2.1562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmbOIJcq3vVweoH2abmJlV9IXXmxuEIT { width:17.5rem;height:26.4375rem;top:39.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL4mNrmOgUck8KphVlULp0AWpWvCo5H9 { width:16.875rem;height:21.125rem;top:5.9990234375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlM6Uw2CT2ACfgEaVKosB02IohTHnI0v { display:block; }#dlM6Uw2CT2ACfgEaVKosB02IohTHnI0v > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofO7z68kKenIZrURJTRciyKSngDh5cEp { width:20rem;height:1.875rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZ0VNkQ74rlPUiaiGR4HJiFJqqC2JGK { width:15.125rem;height:11.8125rem;top:25.049999952316rem;left:2.4375000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpzs4H8tSIXTVVC87iiO2lmTy1fX3RTS { width:14.75rem;height:17.875rem;top:39.113282203674rem;left:2.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVw8L6WkH8KBUWW591KHeG6lAQstl4g4 { width:16.625rem;height:20.8125rem;top:2.61083984375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:rgba(128,29,209,0.74);background-image:url("https://images.assets-landingi.com/uc/13c26085-7092-41a4-9da7-98938bd33716/konkurs_jagodowy_1920x1080.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xRt233VNnclLiHSrHF9ewqQ2REcmSn9C { display:block; }#xRt233VNnclLiHSrHF9ewqQ2REcmSn9C > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGRxWaENN2VilV9fad0cKDdocdqI7mXp { width:20rem;height:1.875rem;top:0.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sih6vMAna12xxt72uEPFA16H6n8XoCaf { width:13.9375rem;height:13.5rem;top:24.425781607628rem;left:3.0312500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #byk6026PpTnJVq3w5dEAv98R0icrmuOZ { width:11.6875rem;height:14.0625rem;top:37.05078125rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGyycFi4fT73WrTg5t694vMUzu6ZyOn3 { width:15.75rem;height:19.75rem;top:3.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { display:none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xWlXn2rVaoITmhPrv3BD2T4TLXqtJGfZ { width:10.8125rem;height:10.8125rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlE2X15ZXzFFipAS1ldlWZp79HB1qgJa { width:3.75rem;height:3.75rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3rIkmpytCBIW0kZtb9AyNiEkg9JQQqN { width:3.75rem;height:1.7875rem;top:2.3115234375rem;left:4.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwosZqLAuOyT04acAItaC7KPKWfFiwEr { width:10.5rem;height:10.5rem;top:1.40625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg9gZ7caZfgcwZ5GJJMr2fETtJFrgvm7 { width:17.125rem;height:1.75rem;top:13.3125rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ptNp05fnEqqLONsAJpdzL34614kIsDuF { width:17.8125rem;height:1.38125rem;top:16.3125rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMvqTfDxM3XnL5FZad7r6PpN1RPqQgEN { width:17.8125rem;height:1.38125rem;top:33.941425rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZD7QBd9RvEqaAZWCvPVMvxLEL8Pz4h7 { width:10.7484375rem;height:10.7484375rem;top:18.9433625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoszDBBOLWq4kyk92l8n8vnxxRzscc4u { width:10.375rem;height:10.375rem;top:19.1298859375rem;left:4.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STN5B6BxDDERuR1QBhKkK0TfGEFwGySe { width:17.0609375rem;height:1.75rem;top:30.941425rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hh4aWcZUBAK3Oy0XcOkWUhwzLzXLAvd6 { width:3.75rem;height:3.75rem;top:18.9433625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbVTnNnsA9xHclWIDCxH97EM72eGv3bv { width:3.75rem;height:1.7875rem;top:20.0048859375rem;left:4.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0MoCTrxWA7tRNPi4znPvtuiqvnZlfXS { display:block; }#G0MoCTrxWA7tRNPi4znPvtuiqvnZlfXS > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNXQKR4KfhpWdJeQtKhXRbGfTHth7QFh { width:20rem;height:1.875rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZRaElHG5spWFUBWe5lcv9035XJvyGl8 { width:14.375rem;height:5.0625rem;top:3.4375rem;left:2.8125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1t5vU8QRpxIT4P89Vo8TFxSBIIe1qym { width:15.625rem;height:18.5rem;top:7.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo { background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/d9oqWM3O/polkoleodwrotne.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo.adaptive-delivery-prevent-bg, #IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo.lazyload, #IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo.lazyloading { background-image: none; }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .row .container { background-color: transparent; background-image: none; }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .row .container > .video-iframe-container { display: none; }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .row > .video-iframe-container { display: none; }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .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); }#IdlExZO5UpLDMXG39q4WXG5VFw6rrKqo > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs { background-color:#110e0d;background-image:url("https://images.assets-landingi.com/c9a2QoRV/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs.adaptive-delivery-prevent-bg, #WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs.lazyload, #WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs.lazyloading { background-image: none; }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .row .container { background-color: transparent; background-image: none; }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .row .container > .video-iframe-container { display: none; }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .row > .video-iframe-container { display: none; }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .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); }#WxGV0sKd9cXEORCXcD6S7cO5B8nuiHRs > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33f4215c-1c10-41a9-9a23-d444b9687347/IMG_20200419_161925kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.adaptive-delivery-prevent-bg, #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.lazyload, #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.lazyloading { background-image: none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XQ3Te6OKFsTT4SMCSu7PWXSmLcxEcDA8 { display:block; }#XQ3Te6OKFsTT4SMCSu7PWXSmLcxEcDA8 > .row .container { width:20rem;height:171.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGFJJdnG0WPuWMLGVaT5AptoRRMOdpkn { width:20rem;height:3.736325rem;top:1.875rem;left:0rem;font-size:1.4375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto;font-size:1.125rem;display:block; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-input-text {padding-top: 0; padding-bottom: 0;}#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-input-select {padding-top: 0; padding-bottom: 0;}#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.6;overflow:hidden;height:auto; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-radio-label { font-size:1.0625rem;overflow:hidden;line-height:1.7;height:2.25rem; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d  { width:17.5rem;height:auto;top:6.86035rem;left:0rem; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto; }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d {display:block;}#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d { width:17.5rem;height:auto;top:6.86035rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #aa168LfoycOs6LZy5phptVH5DyP73WXU {  }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #aa168LfoycOs6LZy5phptVH5DyP73WXU .container-column{width:100%;} }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #yMIQZ4Nc4xZV40cen4HU4nb7t1GLwb0d { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #PHJDdfPh3sheprTJswzu4ihTIxeWfOfh {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Qp6gyDJ1L3IoTUxZARW3GEeRKeKETTAc {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #STTOi2B9pRnekTT3AgQlwpEFmJOSwaFD {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #MT4J7ft9fM7QEiSAA6CnmTGvxEfpDRe3 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #q2vgzaRWdTsfkCVOnQAORTaF1SOQixng {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #o4CDC2WzbZX6GIZNADv3TbCchElJlgCs {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #GA8CwQwUW8nTIZVnMqowmyFT19Ugh3wr {  }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #GA8CwQwUW8nTIZVnMqowmyFT19Ugh3wr .container-column{width:100%;} }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #egEThBQuZSlZTc5gSG2RVEwphdE49vb8 { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #IA3LWpr5gO4iO2k6BG8ZqiT54vlK5TG2 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #dLTTHipL2zSSi4o0cgA12eNXFcAIJySw {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #RtMrvbuTVodDsfup9WCWMMwIFuF3kImo {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #dTUZ7lua6Qbh0qpIUOTI9Nu94OT25rrL {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #WzqSFuz6aFTZWITExdmBAaVZAvNu1Ebz {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #TN7fTcsxtVux61sXFhNOoTfIscR51TyA {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #LghnLRAHxEBh8MJurOooWnfJGbJLl4IZ {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #OtdVPFhhUqmhyZ8Qo3C2RicQtUTXRAXi { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #EWaFuQrLwAx0IJahdf6hNpAUE5mWa2r7 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #eEoTheShFA5R3B3JIudIDZNATg737JDB {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #MltdvKstBxnXfoJsixZoyBWcqbSTTboR { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #NVxtgkAQC2JhMUEhNJt93NpXS1CxbCBJ {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #KLUklpil6SPdBx7Gqvr0amfESPXkmZsX {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #d7EJqdazMaDwDhAUcNVGKGRH9SfdHtP0 { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #TecnnyHKNkxBHET2oJ3ihUmTFyV1ihf7 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #v4U7RDgHfiO97aSki1HISNkSsytT3943 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #IVxygWHhXbhJqZyJ1IqDRDvRDeX1hTHh { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #ayfS6wL68lyer03aT2t3WWmuxvtrLVHy {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #hi76PqZvnT2PtQCGVAFFQZG3wemhvhmF {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #SWXXa7Qwu4Ml7zn4TXPF2ytWpLVC65nm { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #REEfBVDBPGbSVOJMCRvVKqkxTek8B09z {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Q5V03R3RgPPS4CmhQJg2bTXB7LgZoUmf {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #NkczTbEiG58FoV6FbJbkOPhyB7FTGlwl { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #GKwHUGtMPNvk3V5Wpa2VWTHDGWrDT36y {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #bOeQ8UIbzP3B3IrtIhV0Wlmy6nv4bJr2 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #IR88rqiNe6HIkQcwZH0zJNynnRA1TlJq { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #PPxNS0G4pm6TOTfOon2gKb8dCKzn2164 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #XDZ798L0MqAAnJcKiaTN3T0wrp331FzQ {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #kTFTOZdPHZli5a8CMZ5F7KPE7LMrlt4t { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #DNJwTzm44H0mfEcNh96QP9D8bqHBWMKy {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #xTs7JguZIhvUsl4nLhUSUpruI0qAq9M1 {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #MO69Ft8DWHmDCaP1mmnRViMOeTTES5Ig { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #evyBMQEKDyw14REPNTlGp0K5lgppeKXu {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Ha7D5u2i5K8Hs7IOTppqQMclyTmsXcRf {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #PrI1fWnfGez4Ro87sIBy1wZgGxGo7efK { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #sS9l6iLygWxHHXVOMfyJfrfO1DeUirln {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #G1UiUHLNTRVgKa4rUX5wslrNvLaURdge {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #BAHwX4BNuLvglk7z6nKizFivAzOxiSUq {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #LBT8r0Opc5eyomHddoVBaypnK3Gu52dh {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #c2tnxnM0OUWu8dCZWL646EnoXOAGAfGB { z-index:15000; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #tWkJx8lXWLdwIpPa2k8Xr3nkrMCbRUO8 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #MKPxZICWCBxSx8Iflm925eNNewszndhh { z-index:15000; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #N7OtDbQiU9JVl1kkLwAHiuDHus0b2C51 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #V8RLROR3dMuoRETg0g4AKsOSxvUuVKfA {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #VHhEdhpzRsAg2MJ04d49x6zvC5KINQtO { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #HeSKUOZNFm20T6OBFnggy8V4JId4pZNw {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #v6HhikCv3xRL66f1JOoS8medqnrUif7G {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #uxd8Md0hLyXvoVVKTCdTblPNThl5d9nU { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #HQdIgFlyZBNhi5dJlWF7p7Cq4t5ig4hA {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Iz50kz63LKfzOVIVITCC76exkiambcTU {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #sG3sKnZyex90qTEatGRLklre1bUSozi2 { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #sEsyMwu83TAE1U4pr0cTol2L00e1pllM {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Zlct4UHQbGNf4CvXCExufVpxwXqvlQHg {  }
#z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Zlct4UHQbGNf4CvXCExufVpxwXqvlQHg .container-column{width:50%;} }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #b5y3ZOwF8SdWxkAZIlZ9DUVnQPiPo6T3 { display:block; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #oo88A5U98T3PUUsJk1hTv55Wx9yGXbIl { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #NulA5sLXeKA0EatQcgVcNbfJRPQ0MIQe {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #VCCKTPmQbm2oKU8dlzFAl6cLXJealX3w { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #zVmKlNVMxmw0yaGyW4vdqCUb4fyMf5WT {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #T2OXOwlvoClZE9b024D5nvgVBvflPdvd { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #KhWizC9Iw8sVW5yzCIb7oD7ifALeunhT {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #XAUc6gvqDENU9bhuNNobXZgESspZsXiP { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #bT3rmxin3xvywrA9dz4Lco3wyffgpm1H {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #yq1hlveU0GSMRedECgm24XeBbFFVusC9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #MC7Kv7uXsVon5SiI2ged7X6excq02yKB {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #BfcWb0Z4VpfEHbAyLEmJFTuVTw0R6Ut9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #eOyH9yAdy3ki6fDR7SDJv6exTv97TQlC {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #ZHigeZvMakZxd1vwtUipcutuv8bsS7T5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #H6WADQ94fyzeNoTb595kmoHNDZwnzbfq {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #o3LGsoSA74qSkiOEy6WS8tvf3FeJDXRS { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #QDixbiOe3uteCFaENwQK8IiHMxmg7TnG {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #Fi47Am4okkfxRTV0gRiTHnZoUKLJ83UU { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #NLkr9GGUH4JVTWicHKRoVInNn0pgIR6X {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #QJzhkwuaZCtVhU4A0043Cc4ScbIkdmzT { z-index:2; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #xqKxT6M0xDvlytNuhiGR2Z8h2TFWhdFI {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #sO0ENotyThF9bOaqldknetHGAlCeMT3Z {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #x1SQeCRWvqAPQx9a8VsTqsh64gIV0LHt {  }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #DswQI4ytsRMTn8TT7HIE7tIhdiDmZfdk { z-index:15000; }
 }@media only screen and (max-width: 763px) { #z7s0hn8FUBurvvrGsRqMfhVzLTd62H5d #dzBs9BJ5w6ZJlFerqmZQBUTdVvHTif51 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { display:none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T4iCh0FqS1XxPcwTo15MvdeJX5Xonk0O { width:10.8125rem;height:10.8125rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saWQF8c8RvQxWgzNCsraxPrO5LMcniKy { width:3.75rem;height:3.75rem;top:9.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAzRb0nTOm66TPmRsyeapVC94dTGu0TO { width:3.75rem;height:1.7875rem;top:10.5625rem;left:4.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4ldGh8JwqTEOmBk53Oe6L1kyb7gJkqZ { width:17.125rem;height:1.75rem;top:14.5rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RI3kJ27Saeh1zt0Uz05wERZ0NxptUxa3 { width:10.75rem;height:10.75rem;top:31.324225rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9wo7GTu5EGBGsnOWZnMSeJdBJ9ahlg { width:17.0625rem;height:1.75rem;top:23.324225rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMV37BX7nir36x8T9FDfF28ia4NAqOH0 { width:3.75rem;height:3.75rem;top:26.324225rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD4ybMTZyWR6DmFJSd93cxQPOVF59PBp { width:3.75rem;height:1.7875rem;top:27.386725rem;left:8.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLsBwg8RvhTT39EPPOG8Rvr1hmsEVEvf { width:17.0625rem;height:1.6625rem;top:20.4121125rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbKcOFznzJg98nIE5znTy9qM3WvvXZaG { width:17.0616875rem;height:1.6625rem;top:17.5rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWCoCTdJ6T50gd43D0zAhUS2Dpbhmnt4 { width:10.1875rem;height:10.1875rem;top:1.513671875rem;left:4.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu7vxewxTSqVI43OR0amuzMEeUTl6Jo9 { width:10.5rem;height:10.5rem;top:31.480475rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1wQLPke98kkqv9drmGHSUTidHgNPg7Q { display:none; }#O1wQLPke98kkqv9drmGHSUTidHgNPg7Q > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tBzwgQSb3STOLGw34ERAXW5X0BQp9ZTb { width:10.8125rem;height:10.8125rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6BaUu7hAnXuOUtZmL9OxTXe0AtLDTyz { width:3.75rem;height:3.75rem;top:9.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnu4T3ToqZ7k4q4RgKAG2BrBoFBdX73M { width:3.75rem;height:1.7875rem;top:10.5625rem;left:4.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVDc7RHJ3vXrTl49b5FE7KavdZNgzeSp { width:17.125rem;height:1.75rem;top:14.5rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJ8QyATexVrvP7AUTgF9eemCP3zzayOI { width:10.75rem;height:10.75rem;top:31.324225rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF03XEmw5HlQF8EJ8gqvxIqkUb6kQI8V { width:17.0625rem;height:1.75rem;top:23.324225rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iA55ATmiKwxgsxbpImqVrrdrVhkKEtL4 { width:3.75rem;height:3.75rem;top:26.324225rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgtxJPL56OgK3chSkqScCszooRK4rw05 { width:3.75rem;height:1.7875rem;top:27.386725rem;left:8.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcZ9pUKtFfMcRtN9heOo4JbcBTVcwiS0 { width:17.0625rem;height:1.6625rem;top:20.4121125rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkHSSE2zyEzqJG2o3tTRSCMIZQCTwaIf { width:17.0616875rem;height:1.6625rem;top:17.5rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVqfQPI4B21TQ0PEyIVvQv6n8DleIhhi { width:10.1875rem;height:10.1875rem;top:1.513671875rem;left:4.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq6nFyuU9MBSeiZhaZch8nxqgex9HWCS { width:10.5rem;height:10.5rem;top:31.480475rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33f4215c-1c10-41a9-9a23-d444b9687347/IMG_20200419_161925kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.adaptive-delivery-prevent-bg, #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.lazyload, #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.lazyloading { background-image: none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #phu4ITBAmvkWrCgmlxa7fosGFGiJgMnJ { width:17.125rem;height:5.125rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOD0GvdKSPziI1d3Fp7BtXCeL41GEqbC { display:block; }
 }@media only screen and (max-width: 763px) { #flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { display:none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:20rem;height:90.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SJDdsvpIszgCfv0qkyt857PsJ9eh2wfR { width:20rem;height:1.79980625rem;top:3.8427734375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { width:20rem;height:88.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #parlgWi5EnLckh2SJH1fd2tuxhTU7lAO { width:20rem;height:20rem;top:6.923828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb3ovT1FBt0t5fhXTRfc8P5W3hu089qw { width:20rem;height:27.625rem;top:27.486328125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1IdrGMN5fOTM4e0ZuX8Gc6gDZ4LRRxC { width:20rem;height:36.0635rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRh2ymHow65ohLpW2ENNdZkHyG7QWhdz { width:20rem;height:9.75rem;top:78.455078125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmieABftZbUh5OBOCdOUku3ons1WlAXG { display:none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZI5Dnxie7PU3InQFE6ItXpblg2EBn0yr { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { display:none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { width:20rem;height:152.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto;font-size:1.125rem;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-text {padding-top: 0; padding-bottom: 0;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-select {padding-top: 0; padding-bottom: 0;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.6;overflow:hidden;height:auto; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-radio-label { font-size:1.0625rem;overflow:hidden; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb  { width:17.5rem;height:auto;top:1.25rem;left:0rem; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb {display:block;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb { width:17.5rem;height:auto;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #g3cwch3LXhgz0g2WE1ksmwlmgEc04CLe {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #g3cwch3LXhgz0g2WE1ksmwlmgEc04CLe .container-column{width:100%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IVDvAMDRyGKhGQTZVJPiqve5naXQCweX { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #JWtv7vBWW5TNwW1oZrTSTkoR3l7P3LFV {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sH1g5C7Q3NJ18vzWzL6VyxLh1OTJdWhf {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #bVM7wHMVRZKABpVkruo8dBzTT2Iwqis5 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fbvkZRVvAZErtTkAxEFEuH4OBqqoTdr4 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #cSKe3VqqFJOggGwKgsmW3gTM8eD105Jr {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #MQz6R5ee375JGkaTWVBnQ80U5gLBEFxC {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #oHQeuJBCpecTMJzRgD8GlHQBTW44c1o6 {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #oHQeuJBCpecTMJzRgD8GlHQBTW44c1o6 .container-column{width:100%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #iKIH3bh7prrlhQLB90IN2ESJTl5n5EHm { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #rzJ35260NPIHNkzqfqsq2OMTpWxZJ9hW {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #np43ECu7JI4wxiAhl3wuprmZOm9saDDz {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vOIaMJAJPESeI8PsAi22klEoWRqPUlXa {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BOEQc2pAvPfh7oLfZxea4a553oWSXGxc {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Q2z6CAER4sFL2BrxqKJHRpl05R2qzNGq {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #iOJNXO0mb2M0doP9ZrnqWXEvc1fnWmiD {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tluFdn5OQWy37pkhABDQgn3i8yEg3vHU {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tluFdn5OQWy37pkhABDQgn3i8yEg3vHU .container-column{width:100%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wGOomUw8kF2GLfAf52vT5Zqo9izoKSR3 { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TSXFcBADGaAClXl56i3QW8WN4tpfEJgE {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #QOTEWTzZauQfThmsflQN0oLkki7hQkqy {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #hxxEEsBCEUfHtWhZ6FxaHWCDX5oJLrhC {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HEBabWT5Ufnn6dgItbPzWZyeo7q6e8IT {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Lsxh3IVxXsJgiU4C3sSmQrpmJwLBkcd0 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #D7xkc1OVDkR6hoC6XcsZEfgFA5ZCXpxZ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #dW5dhvoi805tfgNydwiNU1S33L4DCskW {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #DTumJLyPm0ylpvqwOBbB92l0eToiKaxB { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xO8gdluE5HSR3AQfJafb2eBUpK9rbZ6L {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #L4sk3Aivc47TcGhTRZdd02Wt4rsL1StT {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sP1tObvSyfeJdtFOyRU336nTt6i49dEH { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZKdOsz1IPzymG66ZzOFlKI8EA2sblGvS {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #iUQsV7cxlyXdTZOb8u7JmT7oNlNW0FVy {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #uZIlUt1MiPmJSCDBUkCUkzmx3xATVU5O { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IoB9wrBUZ4D4r1IgTWZUbrsLJFTJZm0y {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #DvLlNaDfQ849SqEwJPCDdIow9IX98R05 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #NFLskT86idEZ6pVrJfTbfRqlHr01UTRT { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #XTI8RtZVehzUsuRhoRT61h3QIJi8TP9G {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #o14vvfi028oJJ5E0DHz6gN503P343xHd {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #NbphnQPxkkNBMGxSZklxtQb6cQy3qJJ4 { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #P0ip6wrQOa0cloqnGkEothOdzKpnb7cc {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TWTZ8Zlid3aXPcR0yzhCXudroX4an7AQ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #lM7IXkmVdn2s213bVqTwRpTUgT6VIJwz { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #N1muq7BHX7Ja0rigfbo4kgJtnooT61zE {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #mUK5HBmL55lZewmPS3xlGmTGOqgZkFnp {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #kG9gSz7iboE66TAWGitmDyqq1C37GolZ { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ucuv8pF0SU07AL6otVKI7nQo05n1X1ep {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wZDLRhoIshui3KcZ2wRyK9Nw7EoTMyiw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BO8uUhGsHG8imyIkV1OU1CahqrXLLyuD { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IbThu6imch8fRIrd2ZwzzhQXxpTsTvTX {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #lQpLii2EgnQTOkxXFVotVsWpoTcJGTdv {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IAlebrlOzzFgratwpmMwVHyMuMF2csuZ { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ph5CCAgTNo9q5fd4TPafubtWHRnkmsqZ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #FpPrH6pSSqXbzMT7ceu47XdRZ5cEkTOm {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Itt9pFeNyQ669DNHlUqZlUHpDCRKKk7U {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #mATrOWLuQrBZMD4aJVl9pawCeL35TMOw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #T0XFIhAEQeZHXTWKZgMvkau55RemnS2L { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #eTISKtrKnhSOTJus51t9VZSUfy9CTQby { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tRhSv0TwrQOTrFT55Plohv04vXgIfEmA { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fJ6n0N5rAqyf41rtNSrHxwa07QmiO5wI { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #dxdCpS7TSSQg5DkcBCga5XIy1CS0wHPG {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #UfSTQgvTTAOZZK1euHxgOOO93GHFWuCB { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #E0qQKmIdduRFBAi2tv1Sc0tlPdMzHaId {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #fq3CoHWwHnZfibd7T3JFH2TGkToMSHuo {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #mx71VZcRFnlh8zv1b9stT5b3T53KFrOx { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TtiOGhpqXNBiJfZp0K68DSDQC86rGZMN {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Oz5VT1peZeRi9sB0RSFGLUG9TVavF0BF {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ynAsiz43Z8s8XKJxbl2rnRRkdhRt8iiy { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xsgWaaTOhcThq5aDa6w6ul6OsaSXEXnq {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #AOhriOXVFXnRBfQR84Kk575oxucSSTTI {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #AOhriOXVFXnRBfQR84Kk575oxucSSTTI .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #OQhz0uS6kNV3an8NneCu21TBIxOi2W8T {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #eh57afIg6a9GTnPCOkCdw0CvRg8BUiaP {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #d36KQsGed0sqZAEhtzoebELzVp1hATMu {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sb9PLbtib1HoMzcfLxU4uzMp3ye4tUb7 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #gorTD9rGTQzpAhT6rF2LtUmahHcoTksU {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tO9D5lHAMFstnTc9pWNgMKi46TiaJu6N {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #TenW0IiCa5X2rqMJfpUm2zF8vGtzxCa0 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #L2R0eH9TeSM1TCKdCJSN27Zl05z2MtVw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZybnXVZNR33QtbW6dcDz2qPlDpaJvpob {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #kGyovZJzx2ZGdycvFz009yJhF4PE7qTR {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ctoUsQgmwc0ScoAx2HufUTrqdn7GZxak {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #CuHVdTPNb3i5yP28Ih00Tyc9lC8Hndxf {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #yGlokQAG9eidOfOo3KCN1TWHKiRL88p9 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #h88Pl1kGVWaJK1IlGu8cqvzaS1gCT5gy {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sn1WrKp465xuRf7o0HfVsQsI1Mr3FTaT { z-index:15000; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wtDNNNLQtfpEJtJlKZsvLmvgnGP8hxwt { z-index:15000; }
 }@media only screen and (max-width: 763px) { #wyFOxZlTMJ3Fqy2s8CdClf6uQtoJOMKx { display:block; }
 }@media only screen and (max-width: 763px) { #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { display:none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { width:20rem;height:66.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q9Rmp30RJo40SvludnErAUM0L2A3Pq3t { width:7.5625rem;height:7.5625rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvUbXpIpHyCouA7TKN8P7ocD63VTnnuN { width:16.75rem;height:6.796875rem;top:10.0625rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvnWV2F18FrGyhxmpt1Hvr5EB9g3hA9d { width:16.75rem;height:2.125rem;top:18.109375rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8ifwcqmvN1Gn7cEiG42ekOU10nfn2Z2 { width:16.75rem;height:2.125rem;top:38.34375rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { width:16.75rem;height:6.796875rem;top:30.296875rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfp5p5lSyr8XfxAGmhy8DOUVnrMxKITy { width:7.5625rem;height:7.5625rem;top:21.484375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS { width:6.6875rem;height:6.6875rem;top:21.9833984375rem;left:6.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSL4fgSLCu8uFeQ5FFs2LIyV1bkcSsJm { width:19.375rem;height:23.8125rem;top:41.71875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVpQwvBGRx88W4tzQZFJ3Xdy3TXUKrge { width:16.75rem;height:2.125rem;top:60.96875rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELbz94wN2McJphLwMpkdmTmBdMKxBXgp { width:16.75rem;height:6.796875rem;top:53.40625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m190nbuzLV8biWnkCp9k7fnbKTHpk2Iq { width:7.5625rem;height:7.5625rem;top:44.03125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8VvLTxRosfhkONmd24C8WDShnafGxFI { width:6.8125rem;height:6.8125rem;top:44.5595703125rem;left:6.9208984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGZhkKVgWRaxRRaL0FuK9wx38lOGSxu9 { width:2.1875rem;height:2.1875rem;top:24.171875rem;left:12.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKKrgAKnsd5gevlcusB1J1SFLbJaHOg2 { width:2.1875rem;height:2.1875rem;top:46.71875rem;left:13.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTXFZyPh81IeoWIebm10yFbuica4C54f { display:block; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMnxUluCDGDbb6LplpHcDILkoTVlNFOW { width:3.125rem;height:3.125rem;top:12.23730625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgWzGmDLuGLVTmBnuDOfwDAT7JTFdRTN { width:12.5rem;height:1.3rem;top:9.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN2OGswwbrXn8NribVdyL9rHMwKsepXp { width:15.1875rem;height:1.3rem;top:16.61230625rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlRCfovv6NrOuLdU2W5TNx9rDz8CaRvD { width:3.125rem;height:3.125rem;top:5.3125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKDIqtJfRL6EPDM8AqNxHGZnOcIuEuuA { width:3rem;height:3rem;top:19.1621125rem;left:8.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEzxqJMKHxCOaZQN4aQrIKFIoDOf8c5N { width:7.5625rem;height:2.6rem;top:23.4121125rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRB88nfKk2N8giszPnaMU9UT6cNAduUX { width:12.6875rem;height:2.8125rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt { display:none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { width:20rem;height:23.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s6pGDoQEC1X1llvDebZLa3n2S3zqlzIf { width:2.5625rem;height:2.5625rem;top:1.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #higz6CiwcHGdGwK5gmD4M5RIGTR0lt5U { width:2.5625rem;height:2.5625rem;top:5.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0pFOlUpPcg6ZZkWsLpSTnPCC7GQFrwM { width:2.5625rem;height:2.5625rem;top:9.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF3uKf8pKNn4F9yKKchxUXKS3UEHnHt1 { width:2.5625rem;height:2.5625rem;top:13.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3QQ48LNxknOZR1dliBnxbHlMUbsv2V6 { width:2.5625rem;height:2.5625rem;top:17rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZDe5ekECZ0tt9uAmTfvFNyVC7WSIdpp { width:17rem;height:1.625rem;top:20.9375rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3WRhGxA8WT3fiJL43sQ8HB7vs3BQCCI { width:1.5625rem;height:1.5625rem;top:1.71875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK4fzJPPN8r8Oy4HHOT5voPrQ64hEFiH { width:1.5625rem;height:1.5625rem;top:1.71875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvQFdAkBnrIAQK9k38gMchAK6OoGUo6T { width:1.5625rem;height:1.5625rem;top:5.65625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aodldzoy6dh2RLQtT79tZTtrG2cepNEe { width:1.5625rem;height:1.5625rem;top:9.59375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlkzPd7JHsdOcHOrHMLAB8mPEZdXW8bI { width:1.5625rem;height:1.5625rem;top:13.53125rem;left:12.5rem;display:block; }
 }