.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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/uc/f2e0332e-6741-4f14-8eb1-66b4a3fb2abe/SzczecinBiernacik20231011_3_compressed1.png");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(40,127,47,0.74); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,127,47,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:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#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:none; }#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.125rem;width:10.6875rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#MoWo2MN9eNrWPVcS4nyXvF2tHIgXAXa0 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:12.6875rem;top:0.75rem;left:12.1787109375rem;overflow:hidden;display:block; }
#VE7RyPAETkGc1G1ewPBedf90vbya94DA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VE7RyPAETkGc1G1ewPBedf90vbya94DA > .row .container { background-color: transparent; background-image: none; }#VE7RyPAETkGc1G1ewPBedf90vbya94DA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE7RyPAETkGc1G1ewPBedf90vbya94DA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE7RyPAETkGc1G1ewPBedf90vbya94DA > .row .container > .video-iframe-container { display: none; }#VE7RyPAETkGc1G1ewPBedf90vbya94DA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE7RyPAETkGc1G1ewPBedf90vbya94DA > .row > .video-iframe-container { display: none; }#VE7RyPAETkGc1G1ewPBedf90vbya94DA > .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); }#VE7RyPAETkGc1G1ewPBedf90vbya94DA > .row .container { border-width: 0; border-radius: 0; }#VE7RyPAETkGc1G1ewPBedf90vbya94DA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VE7RyPAETkGc1G1ewPBedf90vbya94DA > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#oaOCH93azRmosk1Lia3fbyN0KhhFuKAv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:0.28125rem;left:0rem;overflow:hidden;display:block; }
#IA60d8ZaLAk34V25UkmlTusQuFy2isVe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:9.25rem;top:1.9375rem;left:8rem;overflow:hidden;display:block; }
#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b7b0fb3-e5c7-4a63-8d86-2d99c1f479b1/konkurs_sadowniczy_1920x1080.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy.adaptive-delivery-prevent-bg, #MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy.lazyload, #MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy.lazyloading { background-image: none; }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .row .container { background-color: transparent; background-image: none; }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .row .container > .video-iframe-container { display: none; }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .row > .video-iframe-container { display: none; }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .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); }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .row .container { border-width: 0; border-radius: 0; }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .row .container { font-size:0.875rem;font-family:arial;height:67.5rem;width:60rem;position:relative;display:block; }#PVos2vUIHfyGDs6Oa4DkW6EEcWLTIieh { background-color:#407b14;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:28.375rem;height:5.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:60.14999961853rem;left:30.339063644409rem;display:block; }
#OrpIV8txS1FNZV7lblal4LHkcHSAT4qZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pNHo7ADgcDFpF64tAAoUTww99XIxg5TB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd300;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; }#pNHo7ADgcDFpF64tAAoUTww99XIxg5TB > .row .container { border-width: 0; border-radius: 0; }#pNHo7ADgcDFpF64tAAoUTww99XIxg5TB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNHo7ADgcDFpF64tAAoUTww99XIxg5TB > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:none; }#ggFVTBXm8h8DdaHJaPrEsufO9ETK2irs { background-color:#407b14;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.375rem;height:5.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.53125rem;left:15.812501907349rem;display:block; }
#ikMekXOwtTM9TzMet9ZU1vrn1sW5ITst { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#407b14;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; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { background-color: transparent; background-image: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .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); }#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:5.25rem;width:60rem;position:relative;display:block; }#pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { color:#ffffff;display:block;width:58rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.2835941314698rem;left:0rem;height:2.68125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VxsE2sOEnTvWzGB3wczxnDxWz0DgtacR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#407b14;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; }#VxsE2sOEnTvWzGB3wczxnDxWz0DgtacR > .row .container { background-color: transparent; background-image: none; }#VxsE2sOEnTvWzGB3wczxnDxWz0DgtacR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxsE2sOEnTvWzGB3wczxnDxWz0DgtacR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxsE2sOEnTvWzGB3wczxnDxWz0DgtacR > .row .container > .video-iframe-container { display: none; }#VxsE2sOEnTvWzGB3wczxnDxWz0DgtacR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxsE2sOEnTvWzGB3wczxnDxWz0DgtacR > .row > .video-iframe-container { display: none; }#VxsE2sOEnTvWzGB3wczxnDxWz0DgtacR > .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); }#VxsE2sOEnTvWzGB3wczxnDxWz0DgtacR > .row .container { border-width: 0; border-radius: 0; }#VxsE2sOEnTvWzGB3wczxnDxWz0DgtacR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxsE2sOEnTvWzGB3wczxnDxWz0DgtacR > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;position:relative;display:block; }#dpD1dndUt56Xxv5APvaJHrGpvwe3m5T3 { 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:18rem;width:18rem;top:2.7187504768372rem;left:2.5625rem;overflow:hidden;display:block; }
#lQtCVOCZOIzB0g3TGXrrvg0MPmrkoRgp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:14.0625rem;top:22.5625rem;left:0rem;overflow:hidden;display:block; }
#STN5B6BxDDERuR1QBhKkK0TfGEFwGySe { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:3.8117189407349rem;left:20.562501907349rem;height:2.1rem;font-style:normal;display:block; }
#bMvqTfDxM3XnL5FZad7r6PpN1RPqQgEN { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:6.6867187023163rem;left:20.562501907349rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h9QQw9Znsngr2amJ2wJtWhb7SROgPe9T { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:24.124219179154rem;left:20.750001907349rem;height:2.1rem;font-style:normal;display:block; }
#KGlmcdChwmWdXwlpBuyOnFzlw9fRfnEr { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:26.874219179154rem;left:20.750001907349rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ooei7g6cisc8eK49L03p2mHXpGUIQ0XK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:14.0625rem;top:23.4375rem;left:6.5500011444094rem;overflow:hidden;display:block; }
#LwvKGWfT2pJM8hO90gI0np3URn78vwiC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/03962867-91a7-4b3c-84e6-d41827bd1b03/DSC091021.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; }#LwvKGWfT2pJM8hO90gI0np3URn78vwiC.adaptive-delivery-prevent-bg, #LwvKGWfT2pJM8hO90gI0np3URn78vwiC.lazyload, #LwvKGWfT2pJM8hO90gI0np3URn78vwiC.lazyloading { background-image: none; }#LwvKGWfT2pJM8hO90gI0np3URn78vwiC > .row .container { border-width: 0; border-radius: 0; }#LwvKGWfT2pJM8hO90gI0np3URn78vwiC::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; }#LwvKGWfT2pJM8hO90gI0np3URn78vwiC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LwvKGWfT2pJM8hO90gI0np3URn78vwiC > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:none; }#MPhNbpfcnQq4vPb4c2VHaECEL5lRTRu5 { 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: 0.1875rem 0.375rem 0.5rem rgba(0,0,0,0.5) ;height:27.625rem;width:19.9375rem;top:3.40625rem;left:37.625rem;overflow:hidden;display:block; }
#OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { color:#ffffff;display:block;width:30.2480625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.4375rem 0.125rem 0.4375rem #251215;top:6.875rem;left:1.375rem;height:7.5rem;font-style:normal;display:block; }
#VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.375rem #251215;top:15.25rem;left:1.375rem;height:2.275rem;font-style:normal;display:block; }
#nGVfO7As96S846e8UiphwhFx94peUQFO { background-color:#287f2f;background-image:none;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;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:#edcf07;text-shadow:0.0625rem 0.0625rem 0.0625rem #251215;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:5.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.75rem;left:1.375rem;display:block; }
#bHWWbANZtndmNJhOTHTXo1vJ4L3wJoTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gv688Z4HDm3bzDSCLsDe34DirxHpkn67 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:19rem;left:31.0625rem;overflow:hidden;display:block; }
#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#113e6a;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:#ffffff;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(0,0,0,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:#ab12a3;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(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:0.1875rem;left:0rem;display:block; }
#O3rIkmpytCBIW0kZtb9AyNiEkg9JQQqN { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:lato;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; }
#ptNp05fnEqqLONsAJpdzL34614kIsDuF { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;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; }
#iZD7QBd9RvEqaAZWCvPVMvxLEL8Pz4h7 { position:absolute;display:block;z-index:15009;background-color:#ffffff;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(0,0,0,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; }
#hh4aWcZUBAK3Oy0XcOkWUhwzLzXLAvd6 { position:absolute;display:block;z-index:15012;background-color:#ab12a3;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(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:0.1875rem;left:30.374755859375rem;display:block; }
#vbVTnNnsA9xHclWIDCxH97EM72eGv3bv { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:lato;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; }
#sGHNTnmeSLeiUStR07xsywubZQV4xb82 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sGHNTnmeSLeiUStR07xsywubZQV4xb82 > .row .container { border-width: 0; border-radius: 0; }#sGHNTnmeSLeiUStR07xsywubZQV4xb82 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sGHNTnmeSLeiUStR07xsywubZQV4xb82 > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:none; }#zg9gZ7caZfgcwZ5GJJMr2fETtJFrgvm7 { color:#251215;display:block;width:57.8125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.9804670810699rem;left:0rem;height:10.05859375rem;font-style:normal;display:block; }
#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { 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; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::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; }#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:39.6875rem;width:60rem;position:relative;display:none; }#iE3TDII2aP8VTNR9irErch42bfhnmITi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem 1rem 1.0625rem rgba(0,0,0,0.5) ;height:24.25rem;width:17.4375rem;top:7.125rem;left:40.125rem;overflow:hidden;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; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#113e6a;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:#ffffff;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(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:0rem;display:block; }
#saWQF8c8RvQxWgzNCsraxPrO5LMcniKy { position:absolute;display:block;z-index:15001;background-color:#ab12a3;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(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:8.25rem;left:0rem;display:block; }
#CAzRb0nTOm66TPmRsyeapVC94dTGu0TO { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:lato;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:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;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:#ffffff;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(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:30.375rem;display:block; }
#Tw9wo7GTu5EGBGsnOWZnMSeJdBJ9ahlg { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:lato;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:#ab12a3;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(0,0,0,0.1) ;height:3.75rem;width:3.75rem;top:8.25rem;left:30rem;display:block; }
#gD4ybMTZyWR6DmFJSd93cxQPOVF59PBp { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:lato;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:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;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:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:lato;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; }
#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.4375rem;width:60rem;position:relative;display:none; }#phu4ITBAmvkWrCgmlxa7fosGFGiJgMnJ { background-color:rgba(255,255,255,0.4);background-image:none;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:5.125rem;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; }
#lQGefPIAX6Rk11hcPsSGgc50GviqunVZ { background-color:rgba(255,255,255,0.4);background-image:none;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:5.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.3125rem;left:0rem;display:none; }
#FIBfmLaFhu1cMvnatt3q3mdt40Dy985O { 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:#113e6a;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:35.5625rem;width:60rem;position:relative;display:none; }#SJDdsvpIszgCfv0qkyt857PsJ9eh2wfR { color:#060292;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5439453125rem;left:0rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:12.227348327637rem;left:0rem;height:;font-style:normal;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
#HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.19);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(0,0,0,0.02) ;height:26.12425rem;width:60rem;top:4.951171875rem;left:0rem;display:block; }
#XHbVHuE2DkDICM0Ky7GKOuQ3O0VTuTfN { 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: 1.0625rem 1rem 1.0625rem rgba(0,0,0,0.5) ;height:20.9375rem;width:15rem;top:7.5439453125rem;left:39.125rem;overflow:hidden;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:block; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG.adaptive-delivery-prevent-bg, #FmieABftZbUh5OBOCdOUku3ons1WlAXG.lazyload, #FmieABftZbUh5OBOCdOUku3ons1WlAXG.lazyloading { background-image: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { background-color: transparent; background-image: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #407b14; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container > .video-iframe-container { display: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #407b14; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row > .video-iframe-container { display: none; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .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); }#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:block; }#ZI5Dnxie7PU3InQFE6ItXpblg2EBn0yr { color:#060292;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.0875rem;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:#04b112;background-image:url("https://images.assets-landingi.com/uc/03962867-91a7-4b3c-84e6-d41827bd1b03/DSC091021.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 > .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:129.9375rem;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:#ffffff;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:#000000;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:#edcf07;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:#ffffff;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:#ffffff;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:#ffffff;overflow:hidden;font-style:normal;line-height:1.1; }
#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:#407b14;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:1.875rem;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:#ffffff;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:#407b14;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:1.875rem;z-index:15014;position:absolute; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #qaAu5CJlAXTqFEBL53npPfIl4pipyyLu { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #qaAu5CJlAXTqFEBL53npPfIl4pipyyLu .container-column{width:50%;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #VTAXfPzBuMl7SFLI8HdLD2Sca8nexaPQ { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vXeeQFQJIDgohrqXSl8B2LWKuqKGEpsg { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HgSOXO8VKaEOI7op55t8IrgFxJ1fnMEv { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #oO40QtSMEFq7XlBWA9fVQn1pb9VTaAeF { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #KHhEwN2GUAEdbraFp18ZTErRITC5LQUu { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #MekaXBGZItB4D0l2nBpQtd9QiIzn9TZW { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #emExcuQE0nMTph5WrBWGPCPomM9ZOZQF { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #CmfZiOrL3QN7uOJkme3GT9Aiya4sskTP { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #CmfZiOrL3QN7uOJkme3GT9Aiya4sskTP .container-column{width:50%;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #SmW8Z88APZTvOV1sUcBcOZla6CdNqcwC { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tG0qu1rgILKVtnenhbS39kwpCcJyWgpQ { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #bp2JJTQvRBcxuKkKkziqTAIbLgk3gnng { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vwu7T4eUK8J54HIohu4Xor9ITsBbIxrm { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HRDurl4T7pf3L4WPuZWTI5rTszwy0LvQ { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #bzHJqcJxotKeMB3Mw2HQfn5eyddQA6kM { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #qbrNW8iIa2eFRZaMD2GrPHsfGtSihDO7 { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #hiX6P04gTGCyksPU6APfaO0wzbJbFBU9 { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #hiX6P04gTGCyksPU6APfaO0wzbJbFBU9 .container-column{width:50%;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RQPikP7Pnl12hTRxAdIQge5rPRpalIRv { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #C2dhXXbevHiPEu7ZwTfOWxRNX9ylZloD { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZghPXVcK15BuxsoTreJw9a3TWkOxdTs3 { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tqNsOV86rzmVa8BORyc85oQwTwDtl1Ci { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vJszDhQCFay54Oo2oDiTIisVo3GoRvuC { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZQo8h4N9rpRG0gbKh9pxTftr8xmIbgQm { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #F1m84eJNNT2kWPgRTFMG00v7gvnXt3df { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wtgN4ZO7dTKmQhAOMRdwSmlkq00Q45Dm { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wtgN4ZO7dTKmQhAOMRdwSmlkq00Q45Dm .container-column{width:50%;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #k9TaNSWtk2kCQTaJFDXqZeuLMlO16Weh { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ADMgwKT5tg3TLov63tXlJ8MGAZxVNscy { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #JcbVX7yMNpLgG3T8rVP6ITm8GO76bLBC { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ag2EPhCBbeDAhVkMPTpH8muET28W8HoL { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZvwGgnScNiHGUE7TVgLJ9Ai0Vm25SkKi { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Ez3w4994ZfGZRhdxOt3IimBZ2D5PE5LQ { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #XfEqohzexTk3EDTZ78DF76APSBp3Hef2 { 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 #oPpVLVTg3aBh0RqSlGichSV9GQRiRvWP { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IBynFuBDQapEiypFuXXHStOJRlpXNPhW { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #My1erk59hMTcv49xbqfxR4Xkb8t0tVgA { 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 #RXGTpLI7TfIhnZVxZGotZeQXS2Xps8Sk { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RXGTpLI7TfIhnZVxZGotZeQXS2Xps8Sk .container-column{width:50%;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BNZDhcFKU5JZN4L1cQI3lXw4fEImhz90 { position:relative;display:block; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #VmG6v7FREaeTg44M9zc20xrcSfmvTZyW { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #m8NozZptaGR4U3PPKV85WXwTluODvUqw { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tu5JM4n8ggxTcaoEPQlIWtysturMg33U { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xnHqqxd9mORy7sRsLIkTaDOm6shZTg6G { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ERaMiaUBdJTZDDiwSXAiKlbRgmcvT6gK { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #kcFMg5rFZSUhpu8Gn36kvpmfQheW3dIq { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #gsZEeqdhGW8oiVvKtuosiToyhLZHpV6W { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HR3g9z49xiQLqneADqFaDIfmGgTz1uM3 { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #SpzbPQEIHp0QMGJhDDTJssBEM5UbqnIu { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #AMZy35oRT5QfNL7AaOI97qM9FVTmGhsW { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vNxgXMWuH2PZbOqFIHdn8fEb31TdoVxH { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Q6TdhVdXwN1u6UVv6oUQnUrzslTXINCU { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #STs4ELX9om1psIDuyH3VGHCl4Pq0wbxy { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tZpbfnteiKqK1ThlRWTMCAF4HEQvZnmt { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Wsv1eydNz98SnyCcvKrowhzczXMPHH5v { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #WG9l6xMEWkT3y7LpZvn4589uf4Hfe1mw { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HEktVkKPqlAz5AvvKa21SA9KZ1tQ1hZO { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RrT2A3POI4yG6P5xA29TDQ2SotMRhBrm { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZApo8sUgbomlxu86ivHZNWcHSKL7FOxA { position:relative;z-index:2; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #f5Gm27TwhVTR58vMrHd2ZwbArFNZgRzc { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #yGlokQAG9eidOfOo3KCN1TWHKiRL88p9 { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #h88Pl1kGVWaJK1IlGu8cqvzaS1gCT5gy { position:relative; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #sn1WrKp465xuRf7o0HfVsQsI1Mr3FTaT { position:relative;z-index:15000; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wtDNNNLQtfpEJtJlKZsvLmvgnGP8hxwt { position:relative;z-index:15000; }
#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:#ffffff;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(0,0,0,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:lato;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:lato;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:lato;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:lato;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:#ffffff;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(0,0,0,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:#ffffff;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:#ffffff;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:lato;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:lato;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:#ffffff;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(0,0,0,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:#ffffff;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:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#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:none; }#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; }
#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .row .container { border-width: 0; border-radius: 0; }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .row .container { font-size:0.875rem;font-family:"open sans";height:15.5rem;width:60rem;position:relative;display:none; }#ZHeGTv7e5ximeRMnBf2BLel6BEMQkvyr { box-sizing:content-box;color:#407b14;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; }
#cHMGxGklhIDVKS88W9AiBZ0vtMLiVHRe { 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:#407b14;display:block; }
#TcGReAIiRgt3A3xm3ra2iB35QnXMwu2D { 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:#407b14;display:block; }
#qd6NxTIDqEouAl9zfGk4Et8pZ056GtBz { box-sizing:content-box;color:#407b14;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; }
#TFKPA3KFVRSpe0wLG9P8Kw4MSQRroleC { box-sizing:content-box;color:#407b14;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; }
#piHShODlCFLsv3so7yINPUTchDk9wpqM { 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:#407b14;display:block; }
#rXCuMWTJ1HqBliWR3bnSAzvvIkmG92nl { 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:11.625rem;top:3.6875rem;left:0rem;overflow:hidden;display:block; }
#lvXxUAyI8AVhcyTvdTGvNrRP5PydvpPH { position:absolute;display:block;z-index:15026;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:2rem;width:10.25rem;top:6.75rem;left:0.6875rem;overflow:hidden;display:block; }
#QBGhH9QkT9fdRRvRuSg06inG3TPtVtdE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edcf07;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; }#QBGhH9QkT9fdRRvRuSg06inG3TPtVtdE > .row .container { background-color: transparent; background-image: none; }#QBGhH9QkT9fdRRvRuSg06inG3TPtVtdE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBGhH9QkT9fdRRvRuSg06inG3TPtVtdE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBGhH9QkT9fdRRvRuSg06inG3TPtVtdE > .row .container > .video-iframe-container { display: none; }#QBGhH9QkT9fdRRvRuSg06inG3TPtVtdE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBGhH9QkT9fdRRvRuSg06inG3TPtVtdE > .row > .video-iframe-container { display: none; }#QBGhH9QkT9fdRRvRuSg06inG3TPtVtdE > .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); }#QBGhH9QkT9fdRRvRuSg06inG3TPtVtdE > .row .container { border-width: 0; border-radius: 0; }#QBGhH9QkT9fdRRvRuSg06inG3TPtVtdE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBGhH9QkT9fdRRvRuSg06inG3TPtVtdE > .row .container { font-size:0.875rem;font-family:"open sans";height:15.5rem;width:60rem;position:relative;display:block; }#yRXdn2xtdUmOHlHqynIGqKJi0gnwTJIM { box-sizing:content-box;color:#ffffff;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; }
#Hpf66uCvtbFF17qfZVHDRpTkfZbAKhzF { 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:#ffffff;display:block; }
#xLloynlpuGABxloUTWrWdheamLD4r3K3 { 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:#ffffff;display:block; }
#wk7BBdggZC20iT0opy0bGFG58gAM8TJ2 { box-sizing:content-box;color:#ffffff;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; }
#SAmaTmpv9moSe0uKUy0aFP8MLFlAFV47 { box-sizing:content-box;color:#ffffff;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.5859365463257rem;left:49.250001907349rem;display:block; }
#h3kJSoSXoA2T8lQGh1OsKStr9Mtt3lXD { 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:#ffffff;display:block; }
#LyPalhiBILDzTiqZCrRpkIen2QerguFh { 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:4rem;width:11.0625rem;top:2.4874992370606rem;left:0rem;overflow:hidden;display:block; }
#bOJI0F2s2hEsRakPOFdOnEPo4QQPN3oK { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.375rem;top:4.0867309570312rem;left:1.125rem;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 #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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 #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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 #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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 #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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 #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:#ffffff;display:block;width:17rem;position:absolute;font-family:lato;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:10.6875rem;height:2.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoWo2MN9eNrWPVcS4nyXvF2tHIgXAXa0 { width:12.6875rem;height:3rem;top:0.75rem;left:6.0537109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE7RyPAETkGc1G1ewPBedf90vbya94DA { display:block; }#VE7RyPAETkGc1G1ewPBedf90vbya94DA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaOCH93azRmosk1Lia3fbyN0KhhFuKAv { width:6.6875rem;height:6.6875rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA60d8ZaLAk34V25UkmlTusQuFy2isVe { width:9.25rem;height:3.375rem;top:1.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy { display:block; }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVos2vUIHfyGDs6Oa4DkW6EEcWLTIieh { width:28.375rem;height:5.4375rem;top:60.125rem;left:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OrpIV8txS1FNZV7lblal4LHkcHSAT4qZ { display:block; }
 }@media only screen and (max-width: 763px) { #pNHo7ADgcDFpF64tAAoUTww99XIxg5TB { display:none; }#pNHo7ADgcDFpF64tAAoUTww99XIxg5TB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ggFVTBXm8h8DdaHJaPrEsufO9ETK2irs { width:28.375rem;height:5.4375rem;top:1.5rem;left:9.6875019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikMekXOwtTM9TzMet9ZU1vrn1sW5ITst { 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.625rem;top:1.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxsE2sOEnTvWzGB3wczxnDxWz0DgtacR { display:block; }#VxsE2sOEnTvWzGB3wczxnDxWz0DgtacR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpD1dndUt56Xxv5APvaJHrGpvwe3m5T3 { width:18rem;height:18rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQtCVOCZOIzB0g3TGXrrvg0MPmrkoRgp { width:14.0625rem;height:20rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STN5B6BxDDERuR1QBhKkK0TfGEFwGySe { width:17.0625rem;height:2.0625rem;top:3.75rem;left:14.437501907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMvqTfDxM3XnL5FZad7r6PpN1RPqQgEN { top:6.625rem;left:11.9375rem;width:35.8125rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9QQw9Znsngr2amJ2wJtWhb7SROgPe9T { width:39.25rem;height:2.0625rem;top:24.0625rem;left:8.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGlmcdChwmWdXwlpBuyOnFzlw9fRfnEr { top:26.8125rem;left:11.9375rem;width:35.8125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ooei7g6cisc8eK49L03p2mHXpGUIQ0XK { width:14.0625rem;height:20rem;top:23.4375rem;left:0.42500114440918rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwvKGWfT2pJM8hO90gI0np3URn78vwiC { display:none; }#LwvKGWfT2pJM8hO90gI0np3URn78vwiC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MPhNbpfcnQq4vPb4c2VHaECEL5lRTRu5 { width:19.9375rem;height:27.625rem;top:3.375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:30.1875rem;height:7.5rem;top:6.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:33.8125rem;height:2.25rem;top:15.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGVfO7As96S846e8UiphwhFx94peUQFO { width:17.125rem;height:5.125rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHWWbANZtndmNJhOTHTXo1vJ4L3wJoTV { display:block; }
 }@media only screen and (max-width: 763px) { #Gv688Z4HDm3bzDSCLsDe34DirxHpkn67 { width:15.875rem;height:15.875rem;top:19rem;left:24.9375rem;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) { #ptNp05fnEqqLONsAJpdzL34614kIsDuF { top:3rem;left:7rem;width:16.875rem;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) { #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) { #sGHNTnmeSLeiUStR07xsywubZQV4xb82 { display:none; }#sGHNTnmeSLeiUStR07xsywubZQV4xb82 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zg9gZ7caZfgcwZ5GJJMr2fETtJFrgvm7 { width:47.75rem;height:10rem;top:1.9375rem;left:0rem;font-size:1.125rem;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) { #iE3TDII2aP8VTNR9irErch42bfhnmITi { width:17.4375rem;height:24.25rem;top:7.125rem;left:30.3125rem;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) { #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) { #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru { display:none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #phu4ITBAmvkWrCgmlxa7fosGFGiJgMnJ { width:17.125rem;height:5.125rem;top:2.125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOD0GvdKSPziI1d3Fp7BtXCeL41GEqbC { display:block; }
 }@media only screen and (max-width: 763px) { #lQGefPIAX6Rk11hcPsSGgc50GviqunVZ { width:17.125rem;height:5.125rem;top:26.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FIBfmLaFhu1cMvnatt3q3mdt40Dy985O { 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:28.3125rem;height:2.6875rem;top:7.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { width:29.125rem;height:;top:12.1875rem;left:0rem;font-size:0.9375rem;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { top:4.9375rem;left:0rem;width:47.75rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHbVHuE2DkDICM0Ky7GKOuQ3O0VTuTfN { width:15rem;height:20.9375rem;top:7.5rem;left:29.9375rem;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:3.0625rem;top:1.5rem;left:0rem;font-size:2.375rem;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; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #qaAu5CJlAXTqFEBL53npPfIl4pipyyLu {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #qaAu5CJlAXTqFEBL53npPfIl4pipyyLu .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #VTAXfPzBuMl7SFLI8HdLD2Sca8nexaPQ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vXeeQFQJIDgohrqXSl8B2LWKuqKGEpsg {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HgSOXO8VKaEOI7op55t8IrgFxJ1fnMEv {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #oO40QtSMEFq7XlBWA9fVQn1pb9VTaAeF {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #KHhEwN2GUAEdbraFp18ZTErRITC5LQUu {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #MekaXBGZItB4D0l2nBpQtd9QiIzn9TZW {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #emExcuQE0nMTph5WrBWGPCPomM9ZOZQF {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #CmfZiOrL3QN7uOJkme3GT9Aiya4sskTP {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #CmfZiOrL3QN7uOJkme3GT9Aiya4sskTP .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #SmW8Z88APZTvOV1sUcBcOZla6CdNqcwC {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tG0qu1rgILKVtnenhbS39kwpCcJyWgpQ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #bp2JJTQvRBcxuKkKkziqTAIbLgk3gnng {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vwu7T4eUK8J54HIohu4Xor9ITsBbIxrm {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HRDurl4T7pf3L4WPuZWTI5rTszwy0LvQ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #bzHJqcJxotKeMB3Mw2HQfn5eyddQA6kM {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #qbrNW8iIa2eFRZaMD2GrPHsfGtSihDO7 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #hiX6P04gTGCyksPU6APfaO0wzbJbFBU9 {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #hiX6P04gTGCyksPU6APfaO0wzbJbFBU9 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RQPikP7Pnl12hTRxAdIQge5rPRpalIRv {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #C2dhXXbevHiPEu7ZwTfOWxRNX9ylZloD {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZghPXVcK15BuxsoTreJw9a3TWkOxdTs3 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tqNsOV86rzmVa8BORyc85oQwTwDtl1Ci {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vJszDhQCFay54Oo2oDiTIisVo3GoRvuC {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZQo8h4N9rpRG0gbKh9pxTftr8xmIbgQm {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #F1m84eJNNT2kWPgRTFMG00v7gvnXt3df {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wtgN4ZO7dTKmQhAOMRdwSmlkq00Q45Dm {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wtgN4ZO7dTKmQhAOMRdwSmlkq00Q45Dm .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #k9TaNSWtk2kCQTaJFDXqZeuLMlO16Weh {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ADMgwKT5tg3TLov63tXlJ8MGAZxVNscy {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #JcbVX7yMNpLgG3T8rVP6ITm8GO76bLBC {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ag2EPhCBbeDAhVkMPTpH8muET28W8HoL {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZvwGgnScNiHGUE7TVgLJ9Ai0Vm25SkKi {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Ez3w4994ZfGZRhdxOt3IimBZ2D5PE5LQ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #XfEqohzexTk3EDTZ78DF76APSBp3Hef2 {  }
 }@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 #oPpVLVTg3aBh0RqSlGichSV9GQRiRvWP {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IBynFuBDQapEiypFuXXHStOJRlpXNPhW {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #My1erk59hMTcv49xbqfxR4Xkb8t0tVgA {  }
 }@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 #RXGTpLI7TfIhnZVxZGotZeQXS2Xps8Sk {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RXGTpLI7TfIhnZVxZGotZeQXS2Xps8Sk .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BNZDhcFKU5JZN4L1cQI3lXw4fEImhz90 { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #VmG6v7FREaeTg44M9zc20xrcSfmvTZyW { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #m8NozZptaGR4U3PPKV85WXwTluODvUqw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tu5JM4n8ggxTcaoEPQlIWtysturMg33U { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xnHqqxd9mORy7sRsLIkTaDOm6shZTg6G {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ERaMiaUBdJTZDDiwSXAiKlbRgmcvT6gK { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #kcFMg5rFZSUhpu8Gn36kvpmfQheW3dIq {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #gsZEeqdhGW8oiVvKtuosiToyhLZHpV6W { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HR3g9z49xiQLqneADqFaDIfmGgTz1uM3 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #SpzbPQEIHp0QMGJhDDTJssBEM5UbqnIu { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #AMZy35oRT5QfNL7AaOI97qM9FVTmGhsW {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vNxgXMWuH2PZbOqFIHdn8fEb31TdoVxH { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Q6TdhVdXwN1u6UVv6oUQnUrzslTXINCU {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #STs4ELX9om1psIDuyH3VGHCl4Pq0wbxy { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tZpbfnteiKqK1ThlRWTMCAF4HEQvZnmt {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Wsv1eydNz98SnyCcvKrowhzczXMPHH5v { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #WG9l6xMEWkT3y7LpZvn4589uf4Hfe1mw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HEktVkKPqlAz5AvvKa21SA9KZ1tQ1hZO { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RrT2A3POI4yG6P5xA29TDQ2SotMRhBrm {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZApo8sUgbomlxu86ivHZNWcHSKL7FOxA { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #f5Gm27TwhVTR58vMrHd2ZwbArFNZgRzc {  }
 }@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) { #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) { #OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn { display:none; }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZHeGTv7e5ximeRMnBf2BLel6BEMQkvyr { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHMGxGklhIDVKS88W9AiBZ0vtMLiVHRe { width:7.75rem;height:1.25rem;top:2.625rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcGReAIiRgt3A3xm3ra2iB35QnXMwu2D { width:14.4375rem;height:1.25rem;top:2.5625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd6NxTIDqEouAl9zfGk4Et8pZ056GtBz { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFKPA3KFVRSpe0wLG9P8Kw4MSQRroleC { width:3rem;height:3rem;top:5.5625rem;left:42.9375rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #piHShODlCFLsv3so7yINPUTchDk9wpqM { width:7.5625rem;height:2.4375rem;top:5.8125rem;left:40.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXCuMWTJ1HqBliWR3bnSAzvvIkmG92nl { width:11.625rem;height:2.8125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvXxUAyI8AVhcyTvdTGvNrRP5PydvpPH { width:10.25rem;height:2rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBGhH9QkT9fdRRvRuSg06inG3TPtVtdE { display:block; }#QBGhH9QkT9fdRRvRuSg06inG3TPtVtdE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRXdn2xtdUmOHlHqynIGqKJi0gnwTJIM { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpf66uCvtbFF17qfZVHDRpTkfZbAKhzF { width:7.75rem;height:1.25rem;top:2.625rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLloynlpuGABxloUTWrWdheamLD4r3K3 { width:14.4375rem;height:1.25rem;top:2.5625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk7BBdggZC20iT0opy0bGFG58gAM8TJ2 { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAmaTmpv9moSe0uKUy0aFP8MLFlAFV47 { width:3rem;height:3rem;top:5.5625rem;left:43.125001907349rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3kJSoSXoA2T8lQGh1OsKStr9Mtt3lXD { width:7.5625rem;height:2.4375rem;top:5.8125rem;left:40.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyPalhiBILDzTiqZCrRpkIen2QerguFh { width:11.0625rem;height:4rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOJI0F2s2hEsRakPOFdOnEPo4QQPN3oK { width:10.375rem;height:10.375rem;top:4.0625rem;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:none; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { width:20rem;height:3.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LynxclTG6amcnMrFV46CvAUEscCcon27 { width:7.6875rem;height:1.375rem;top:1.25rem;left:1.1572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoWo2MN9eNrWPVcS4nyXvF2tHIgXAXa0 { width:7.9375rem;height:1.8125rem;top:1.03125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE7RyPAETkGc1G1ewPBedf90vbya94DA { display:block; }#VE7RyPAETkGc1G1ewPBedf90vbya94DA > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaOCH93azRmosk1Lia3fbyN0KhhFuKAv { width:5.5rem;height:5.5rem;top:0rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA60d8ZaLAk34V25UkmlTusQuFy2isVe { width:5.9375rem;height:2rem;top:1.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b7b0fb3-e5c7-4a63-8d86-2d99c1f479b1/konkurs_sadowniczy_1920x1080.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy.adaptive-delivery-prevent-bg, #MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy.lazyload, #MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy.lazyloading { background-image: none; }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .row .container { background-color: transparent; background-image: none; }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .row .container > .video-iframe-container { display: none; }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .row > .video-iframe-container { display: none; }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .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); }#MdUlOKxuU06JRBWLWITsp0wEJIhrnyzy > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVos2vUIHfyGDs6Oa4DkW6EEcWLTIieh { width:19rem;height:5.4375rem;top:5.1234374046326rem;left:0.49921876192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #OrpIV8txS1FNZV7lblal4LHkcHSAT4qZ { display:block; }
 }@media only screen and (max-width: 763px) { #pNHo7ADgcDFpF64tAAoUTww99XIxg5TB { display:block; }#pNHo7ADgcDFpF64tAAoUTww99XIxg5TB > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggFVTBXm8h8DdaHJaPrEsufO9ETK2irs { width:16.125rem;height:4.5625rem;top:1.3367176055908rem;left:1.9375000596046rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikMekXOwtTM9TzMet9ZU1vrn1sW5ITst { display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:20rem;height:2.475rem;top:1.1390631198883rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VxsE2sOEnTvWzGB3wczxnDxWz0DgtacR { display:block; }#VxsE2sOEnTvWzGB3wczxnDxWz0DgtacR > .row .container { width:20rem;height:69.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpD1dndUt56Xxv5APvaJHrGpvwe3m5T3 { width:13.1875rem;height:13.1875rem;top:3.5762786865234E-7rem;left:1.0929687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQtCVOCZOIzB0g3TGXrrvg0MPmrkoRgp { width:10.5rem;height:14.9375rem;top:35.206249713897rem;left:1.0929687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #STN5B6BxDDERuR1QBhKkK0TfGEFwGySe { width:12.8125rem;height:1.75rem;top:12.487499713898rem;left:1.6250000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bMvqTfDxM3XnL5FZad7r6PpN1RPqQgEN { width:17.8125rem;height:17.9511875rem;top:14.437500476837rem;left:1.5304687619209rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h9QQw9Znsngr2amJ2wJtWhb7SROgPe9T { width:17.4375rem;height:5.25rem;top:52.956245422363rem;left:1.2812500596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KGlmcdChwmWdXwlpBuyOnFzlw9fRfnEr { width:17.5rem;height:6.9043125rem;top:58.706249237061rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ooei7g6cisc8eK49L03p2mHXpGUIQ0XK { width:10.0625rem;height:14.375rem;top:35.486720085144rem;left:4.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwvKGWfT2pJM8hO90gI0np3URn78vwiC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28950336-6ae4-467c-9cab-33f0acc9228b/DSC09083.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#LwvKGWfT2pJM8hO90gI0np3URn78vwiC.adaptive-delivery-prevent-bg, #LwvKGWfT2pJM8hO90gI0np3URn78vwiC.lazyload, #LwvKGWfT2pJM8hO90gI0np3URn78vwiC.lazyloading { background-image: none; }#LwvKGWfT2pJM8hO90gI0np3URn78vwiC > .row .container { width:20rem;height:46rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MPhNbpfcnQq4vPb4c2VHaECEL5lRTRu5 { width:13.5625rem;height:18.75rem;top:14.74609375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:18.875rem;height:7.875rem;top:1.0625rem;left:1.125rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:18.372625rem;height:1.75rem;top:10.3125rem;left:0.81249994039537rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nGVfO7As96S846e8UiphwhFx94peUQFO { width:16rem;height:4.375rem;top:39.37109375rem;left:2rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHWWbANZtndmNJhOTHTXo1vJ4L3wJoTV { display:block; }
 }@media only screen and (max-width: 763px) { #Gv688Z4HDm3bzDSCLsDe34DirxHpkn67 { width:11.4375rem;height:11.4375rem;top:25.62109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { display:none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { width:20rem;height:36.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xWlXn2rVaoITmhPrv3BD2T4TLXqtJGfZ { width:10.8125rem;height:10.8125rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlE2X15ZXzFFipAS1ldlWZp79HB1qgJa { width:3.75rem;height:3.75rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3rIkmpytCBIW0kZtb9AyNiEkg9JQQqN { width:3.75rem;height:1.7875rem;top:2.265625rem;left:4.6240234375rem;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.403564453125rem;left:4.71435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptNp05fnEqqLONsAJpdzL34614kIsDuF { width:17.8125rem;height:1.38125rem;top:14.4375rem;left:1.09375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZD7QBd9RvEqaAZWCvPVMvxLEL8Pz4h7 { width:10.749rem;height:10.749rem;top:18.435546875rem;left:4.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoszDBBOLWq4kyk92l8n8vnxxRzscc4u { width:10.375rem;height:10.375rem;top:18.6240234375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh4aWcZUBAK3Oy0XcOkWUhwzLzXLAvd6 { width:3.75rem;height:3.75rem;top:17.873046875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbVTnNnsA9xHclWIDCxH97EM72eGv3bv { width:3.75rem;height:1.7875rem;top:18.853515625rem;left:4.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGHNTnmeSLeiUStR07xsywubZQV4xb82 { display:none; }#sGHNTnmeSLeiUStR07xsywubZQV4xb82 > .row .container { width:20rem;height:15.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zg9gZ7caZfgcwZ5GJJMr2fETtJFrgvm7 { width:19.125rem;height:12.59375rem;top:1.296875rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { 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; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:40.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iE3TDII2aP8VTNR9irErch42bfhnmITi { width:12.75rem;height:17.75rem;top:14.6201171875rem;left:3.625rem;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:3.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { display:none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { width:20rem;height:35.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T4iCh0FqS1XxPcwTo15MvdeJX5Xonk0O { width:10.8125rem;height:10.8125rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saWQF8c8RvQxWgzNCsraxPrO5LMcniKy { width:3.75rem;height:3.75rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAzRb0nTOm66TPmRsyeapVC94dTGu0TO { width:3.75rem;height:1.7875rem;top:2.4375rem;left:4.625rem;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:12.6875rem;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:19.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9wo7GTu5EGBGsnOWZnMSeJdBJ9ahlg { width:17.0625rem;height:1.75rem;top:30.625rem;left:1.46875rem;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:19.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD4ybMTZyWR6DmFJSd93cxQPOVF59PBp { width:3.75rem;height:1.7875rem;top:20.04296875rem;left:4.625rem;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:32.375rem;left:1.46875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbKcOFznzJg98nIE5znTy9qM3WvvXZaG { width:17.06175rem;height:1.6625rem;top:14.375rem;left:1.25rem;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.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu7vxewxTSqVI43OR0amuzMEeUTl6Jo9 { width:10.5rem;height:10.5rem;top:19.1875rem;left:4.75rem;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:7rem;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:none; }
 }@media only screen and (max-width: 763px) { #SOD0GvdKSPziI1d3Fp7BtXCeL41GEqbC { display:block; }
 }@media only screen and (max-width: 763px) { #lQGefPIAX6Rk11hcPsSGgc50GviqunVZ { width:13.8125rem;height:3.875rem;top:1.87109375rem;left:3.09375rem;font-size:1.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FIBfmLaFhu1cMvnatt3q3mdt40Dy985O { display:block; }
 }@media only screen and (max-width: 763px) { #flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { display:none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { width:20rem;height:1.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:20rem;height:33.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SJDdsvpIszgCfv0qkyt857PsJ9eh2wfR { width:20rem;height:1.8rem;top:2rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { width:18.625rem;height:14.75rem;top:4.2375001907349rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { width:20rem;height:22.8125rem;top:1.3124969303608rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHbVHuE2DkDICM0Ky7GKOuQ3O0VTuTfN { width:7.625rem;height:10.75rem;top:21.8125rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmieABftZbUh5OBOCdOUku3ons1WlAXG { display:block; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZI5Dnxie7PU3InQFE6ItXpblg2EBn0yr { width:20rem;height:3.8984375rem;top:1.34375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { background-color:rgba(4,177,18,0.74);background-image:url("https://images.assets-landingi.com/uc/aba961d5-8914-419f-81a2-80809c3f18f0/obraz3.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE.adaptive-delivery-prevent-bg, #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE.lazyload, #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE.lazyloading { background-image: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { width:20rem;height:150.5625rem;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 #qaAu5CJlAXTqFEBL53npPfIl4pipyyLu {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #qaAu5CJlAXTqFEBL53npPfIl4pipyyLu .container-column{width:100%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #VTAXfPzBuMl7SFLI8HdLD2Sca8nexaPQ { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vXeeQFQJIDgohrqXSl8B2LWKuqKGEpsg {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HgSOXO8VKaEOI7op55t8IrgFxJ1fnMEv {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #oO40QtSMEFq7XlBWA9fVQn1pb9VTaAeF {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #KHhEwN2GUAEdbraFp18ZTErRITC5LQUu {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #MekaXBGZItB4D0l2nBpQtd9QiIzn9TZW {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #emExcuQE0nMTph5WrBWGPCPomM9ZOZQF {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #CmfZiOrL3QN7uOJkme3GT9Aiya4sskTP {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #CmfZiOrL3QN7uOJkme3GT9Aiya4sskTP .container-column{width:100%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #SmW8Z88APZTvOV1sUcBcOZla6CdNqcwC { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tG0qu1rgILKVtnenhbS39kwpCcJyWgpQ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #bp2JJTQvRBcxuKkKkziqTAIbLgk3gnng {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vwu7T4eUK8J54HIohu4Xor9ITsBbIxrm {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HRDurl4T7pf3L4WPuZWTI5rTszwy0LvQ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #bzHJqcJxotKeMB3Mw2HQfn5eyddQA6kM {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #qbrNW8iIa2eFRZaMD2GrPHsfGtSihDO7 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #hiX6P04gTGCyksPU6APfaO0wzbJbFBU9 {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #hiX6P04gTGCyksPU6APfaO0wzbJbFBU9 .container-column{width:100%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RQPikP7Pnl12hTRxAdIQge5rPRpalIRv { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #C2dhXXbevHiPEu7ZwTfOWxRNX9ylZloD {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZghPXVcK15BuxsoTreJw9a3TWkOxdTs3 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tqNsOV86rzmVa8BORyc85oQwTwDtl1Ci {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vJszDhQCFay54Oo2oDiTIisVo3GoRvuC {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZQo8h4N9rpRG0gbKh9pxTftr8xmIbgQm {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #F1m84eJNNT2kWPgRTFMG00v7gvnXt3df {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wtgN4ZO7dTKmQhAOMRdwSmlkq00Q45Dm {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #wtgN4ZO7dTKmQhAOMRdwSmlkq00Q45Dm .container-column{width:100%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #k9TaNSWtk2kCQTaJFDXqZeuLMlO16Weh { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ADMgwKT5tg3TLov63tXlJ8MGAZxVNscy {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #JcbVX7yMNpLgG3T8rVP6ITm8GO76bLBC {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ag2EPhCBbeDAhVkMPTpH8muET28W8HoL {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZvwGgnScNiHGUE7TVgLJ9Ai0Vm25SkKi {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Ez3w4994ZfGZRhdxOt3IimBZ2D5PE5LQ {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #XfEqohzexTk3EDTZ78DF76APSBp3Hef2 {  }
 }@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 #oPpVLVTg3aBh0RqSlGichSV9GQRiRvWP {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #IBynFuBDQapEiypFuXXHStOJRlpXNPhW {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #My1erk59hMTcv49xbqfxR4Xkb8t0tVgA {  }
 }@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 #RXGTpLI7TfIhnZVxZGotZeQXS2Xps8Sk {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RXGTpLI7TfIhnZVxZGotZeQXS2Xps8Sk .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #BNZDhcFKU5JZN4L1cQI3lXw4fEImhz90 { display:block; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #VmG6v7FREaeTg44M9zc20xrcSfmvTZyW { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #m8NozZptaGR4U3PPKV85WXwTluODvUqw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tu5JM4n8ggxTcaoEPQlIWtysturMg33U { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #xnHqqxd9mORy7sRsLIkTaDOm6shZTg6G {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ERaMiaUBdJTZDDiwSXAiKlbRgmcvT6gK { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #kcFMg5rFZSUhpu8Gn36kvpmfQheW3dIq {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #gsZEeqdhGW8oiVvKtuosiToyhLZHpV6W { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HR3g9z49xiQLqneADqFaDIfmGgTz1uM3 {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #SpzbPQEIHp0QMGJhDDTJssBEM5UbqnIu { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #AMZy35oRT5QfNL7AaOI97qM9FVTmGhsW {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #vNxgXMWuH2PZbOqFIHdn8fEb31TdoVxH { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Q6TdhVdXwN1u6UVv6oUQnUrzslTXINCU {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #STs4ELX9om1psIDuyH3VGHCl4Pq0wbxy { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #tZpbfnteiKqK1ThlRWTMCAF4HEQvZnmt {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #Wsv1eydNz98SnyCcvKrowhzczXMPHH5v { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #WG9l6xMEWkT3y7LpZvn4589uf4Hfe1mw {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #HEktVkKPqlAz5AvvKa21SA9KZ1tQ1hZO { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #RrT2A3POI4yG6P5xA29TDQ2SotMRhBrm {  }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #ZApo8sUgbomlxu86ivHZNWcHSKL7FOxA { z-index:2; }
 }@media only screen and (max-width: 763px) { #aeB4sJI7c01DGO02gbR4huW5JvgkDdtb #f5Gm27TwhVTR58vMrHd2ZwbArFNZgRzc {  }
 }@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) { #tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA { display:none; }#tvH3M2sUvwqXu15CSDqFFMeQPWxXxpIA > .row .container { width:20rem;height:76.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q9Rmp30RJo40SvludnErAUM0L2A3Pq3t { width:7.5625rem;height:7.5625rem;top:2.937255859375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvUbXpIpHyCouA7TKN8P7ocD63VTnnuN { width:16.75rem;height:6.796875rem;top:11.74951171875rem;left:1.875rem;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:19.311767578125rem;left:1.875rem;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:43.1875rem;left:1.875rem;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:35.6240234375rem;left:1.875rem;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:26.811767578125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS { width:6.6875rem;height:6.6875rem;top:27.3740234375rem;left:6.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSL4fgSLCu8uFeQ5FFs2LIyV1bkcSsJm { width:19.375rem;height:23.8125rem;top:47.8740234375rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVpQwvBGRx88W4tzQZFJ3Xdy3TXUKrge { width:16.75rem;height:2.125rem;top:67.06201171875rem;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:59.499755859375rem;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:50.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8VvLTxRosfhkONmd24C8WDShnafGxFI { width:6.8125rem;height:6.8125rem;top:51.186767578125rem;left:6.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGZhkKVgWRaxRRaL0FuK9wx38lOGSxu9 { width:2.1875rem;height:2.1875rem;top:29.4990234375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKKrgAKnsd5gevlcusB1J1SFLbJaHOg2 { width:2.1875rem;height:2.1875rem;top:53.375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTXFZyPh81IeoWIebm10yFbuica4C54f { display:none; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eMnxUluCDGDbb6LplpHcDILkoTVlNFOW { width:3.125rem;height:3.125rem;top:6.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgWzGmDLuGLVTmBnuDOfwDAT7JTFdRTN { width:12.5rem;height:1.3rem;top:16.0625rem;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:9.8125rem;left:2.40625rem;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:13.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKDIqtJfRL6EPDM8AqNxHGZnOcIuEuuA { width:3rem;height:3rem;top:19.5498046875rem;left:8.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEzxqJMKHxCOaZQN4aQrIKFIoDOf8c5N { width:7.5625rem;height:2.6rem;top:22.5498046875rem;left:6.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRB88nfKk2N8giszPnaMU9UT6cNAduUX { width:12.6875rem;height:2.8125rem;top:1.5869140625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn { display:none; }#OyWi4cRUiEnB5wghCNK7lX5lDJg69pGn > .row .container { width:20rem;height:26.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZHeGTv7e5ximeRMnBf2BLel6BEMQkvyr { width:3.125rem;height:3.125rem;top:6.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHMGxGklhIDVKS88W9AiBZ0vtMLiVHRe { width:12.5rem;height:1.3rem;top:16.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcGReAIiRgt3A3xm3ra2iB35QnXMwu2D { width:15.1875rem;height:1.29980625rem;top:9.8125rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd6NxTIDqEouAl9zfGk4Et8pZ056GtBz { width:3.125rem;height:3.125rem;top:13.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFKPA3KFVRSpe0wLG9P8Kw4MSQRroleC { width:3rem;height:3rem;top:19.5498046875rem;left:8.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piHShODlCFLsv3so7yINPUTchDk9wpqM { width:7.5625rem;height:2.6rem;top:22.5498046875rem;left:6.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXCuMWTJ1HqBliWR3bnSAzvvIkmG92nl { width:11.625rem;height:2.8125rem;top:0.7119140625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvXxUAyI8AVhcyTvdTGvNrRP5PydvpPH { width:10.25rem;height:2rem;top:3.5244140625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBGhH9QkT9fdRRvRuSg06inG3TPtVtdE { display:block; }#QBGhH9QkT9fdRRvRuSg06inG3TPtVtdE > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRXdn2xtdUmOHlHqynIGqKJi0gnwTJIM { width:3.125rem;height:3.125rem;top:6.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpf66uCvtbFF17qfZVHDRpTkfZbAKhzF { width:12.5rem;height:1.3rem;top:16.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLloynlpuGABxloUTWrWdheamLD4r3K3 { width:15.1875rem;height:1.3rem;top:9.8125rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk7BBdggZC20iT0opy0bGFG58gAM8TJ2 { width:3.125rem;height:3.125rem;top:13.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAmaTmpv9moSe0uKUy0aFP8MLFlAFV47 { width:3rem;height:3rem;top:19.5498046875rem;left:8.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3kJSoSXoA2T8lQGh1OsKStr9Mtt3lXD { width:7.5625rem;height:2.6rem;top:22.5498046875rem;left:6.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyPalhiBILDzTiqZCrRpkIen2QerguFh { width:6.125rem;height:2.25rem;top:1.96875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOJI0F2s2hEsRakPOFdOnEPo4QQPN3oK { width:6.1875rem;height:6.1875rem;top:0rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt { display:none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { width:20rem;height:11.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s6pGDoQEC1X1llvDebZLa3n2S3zqlzIf { width:2.5625rem;height:2.5625rem;top:1.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #higz6CiwcHGdGwK5gmD4M5RIGTR0lt5U { width:2.5625rem;height:2.5625rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0pFOlUpPcg6ZZkWsLpSTnPCC7GQFrwM { width:2.5625rem;height:2.5625rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF3uKf8pKNn4F9yKKchxUXKS3UEHnHt1 { width:2.5625rem;height:2.5625rem;top:1.25rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3QQ48LNxknOZR1dliBnxbHlMUbsv2V6 { width:2.5625rem;height:2.5625rem;top:1.25rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZDe5ekECZ0tt9uAmTfvFNyVC7WSIdpp { width:17rem;height:1.625rem;top:4.8125rem;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.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK4fzJPPN8r8Oy4HHOT5voPrQ64hEFiH { width:1.5625rem;height:1.5625rem;top:1.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvQFdAkBnrIAQK9k38gMchAK6OoGUo6T { width:1.5625rem;height:1.5625rem;top:1.8125rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aodldzoy6dh2RLQtT79tZTtrG2cepNEe { width:1.5625rem;height:1.5625rem;top:1.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlkzPd7JHsdOcHOrHMLAB8mPEZdXW8bI { width:1.5625rem;height:1.5625rem;top:1.8125rem;left:15.9375rem;display:block; }
 }