.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,226,233;--color-primary-1:136,159,181;--color-primary-2:17,62,106;--color-primary-3:9,31,53;--color-primary-4:3,9,16;--color-secondary-0:242,219,241;--color-secondary-1:213,137,209;--color-secondary-2:171,18,163;--color-secondary-3:86,9,82;--color-secondary-4:26,3,24;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:59,59,59;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/1JGrfsjX/music1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { background-color: transparent; background-image: none; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container > .video-iframe-container { display: none; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row > .video-iframe-container { display: none; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { border-width: 0; border-radius: 0; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#LynxclTG6amcnMrFV46CvAUEscCcon27 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:12.375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#FTOXcMBnDTKHHlnBJ0r9N4kVpSol4EWE { background-color:transparent;background-image:url("https://images.assets-landingi.com/Bh3E4HBg/face.svg");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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.3125rem;left:56.9990234375rem;display:block; }#FTOXcMBnDTKHHlnBJ0r9N4kVpSol4EWE.adaptive-delivery-prevent-bg, #FTOXcMBnDTKHHlnBJ0r9N4kVpSol4EWE.lazyload, #FTOXcMBnDTKHHlnBJ0r9N4kVpSol4EWE.lazyloading { background-image: none; }
#JoHc9HnTfEkd66Hi913xKwCKf0svFaCf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIOmFaxgF23EqUVzAeRnIoL1eHC7EZZP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uOrYpRDr/yt.svg");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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.84375rem;height:1.84375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.328125rem;left:54.5rem;display:block; }#FIOmFaxgF23EqUVzAeRnIoL1eHC7EZZP.adaptive-delivery-prevent-bg, #FIOmFaxgF23EqUVzAeRnIoL1eHC7EZZP.lazyload, #FIOmFaxgF23EqUVzAeRnIoL1eHC7EZZP.lazyloading { background-image: none; }
#LoxzSMTIbxCVkt5bwTJN068MUOFNxzTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.75); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.75); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#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:block; }#OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { color:rgba(var(--color-tertiary-0),1);display:block;width:30.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:7.125rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:11.935546875rem;left:0rem;height:4.375rem;font-style:normal;display:block; }
#nGVfO7As96S846e8UiphwhFx94peUQFO { background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:block; }
#bHWWbANZtndmNJhOTHTXo1vJ4L3wJoTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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; }
#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:6.5rem;width:60rem;position:relative;display:block; }#pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { background-color: transparent; background-image: none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container > .video-iframe-container { display: none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row > .video-iframe-container { display: none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .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); }#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:block; }#xWlXn2rVaoITmhPrv3BD2T4TLXqtJGfZ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(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:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.24951171875rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DwosZqLAuOyT04acAItaC7KPKWfFiwEr { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:0.34375rem;left:0.21875rem;overflow:hidden;display:block; }
#zg9gZ7caZfgcwZ5GJJMr2fETtJFrgvm7 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.1875rem;left:11.8115234375rem;height:1.75rem;font-style:normal;display:block; }
#ptNp05fnEqqLONsAJpdzL34614kIsDuF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0361328125rem;left:11.8115234375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bMvqTfDxM3XnL5FZad7r6PpN1RPqQgEN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:3.0361328125rem;left:42.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iZD7QBd9RvEqaAZWCvPVMvxLEL8Pz4h7 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(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; }
#STN5B6BxDDERuR1QBhKkK0TfGEFwGySe { color:rgba(var(--color-tertiary-0),1);display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1.187255859375rem;left:42.249755859375rem;height:1.75rem;font-style:normal;display:block; }
#hh4aWcZUBAK3Oy0XcOkWUhwzLzXLAvd6 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.24951171875rem;left:30.374755859375rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#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:block; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.adaptive-delivery-prevent-bg, #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.lazyload, #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.lazyloading { background-image: none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container { background-color: transparent; background-image: none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.75); }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container > .video-iframe-container { display: none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.75); }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row > .video-iframe-container { display: none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .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); }#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:block; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { background-color: transparent; background-image: none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container > .video-iframe-container { display: none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row > .video-iframe-container { display: none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .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); }#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:block; }#T4iCh0FqS1XxPcwTo15MvdeJX5Xonk0O { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(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:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4ldGh8JwqTEOmBk53Oe6L1kyb7gJkqZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.015625rem;left:11.84326171875rem;height:1.75rem;font-style:normal;display:block; }
#RI3kJ27Saeh1zt0Uz05wERZ0NxptUxa3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:0rem;left:30.375rem;display:block; }
#Tw9wo7GTu5EGBGsnOWZnMSeJdBJ9ahlg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1rem;left:42.25rem;height:1.75rem;font-style:normal;display:block; }
#TMV37BX7nir36x8T9FDfF28ia4NAqOH0 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.3125rem;left:30rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLsBwg8RvhTT39EPPOG8Rvr1hmsEVEvf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:2.5625rem;left:42.248779296875rem;height:1.75rem;font-style:normal;display:block; }
#cbKcOFznzJg98nIE5znTy9qM3WvvXZaG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:2.5625rem;left:11.90576171875rem;height:1.75rem;font-style:normal;display:block; }
#sWCoCTdJ6T50gd43D0zAhUS2Dpbhmnt4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:0.263916015625rem;left:0.2490234375rem;overflow:hidden;display:block; }
#Tu7vxewxTSqVI43OR0amuzMEeUTl6Jo9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:0.15625rem;left:30.53125rem;overflow:hidden;display:block; }
#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:block; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.adaptive-delivery-prevent-bg, #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.lazyload, #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.lazyloading { background-image: none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container { background-color: transparent; background-image: none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.75); }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container > .video-iframe-container { display: none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.75); }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row > .video-iframe-container { display: none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .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); }#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:block; }#phu4ITBAmvkWrCgmlxa7fosGFGiJgMnJ { background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-0),0.4);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { background-color: transparent; background-image: none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container > .video-iframe-container { display: none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row > .video-iframe-container { display: none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .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); }#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:block; }#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:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.adaptive-delivery-prevent-bg, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyload, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyloading { background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { background-color: transparent; background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.75); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.75); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .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); }#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:block; }#SJDdsvpIszgCfv0qkyt857PsJ9eh2wfR { color:#060292;display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5439453125rem;left:0rem;height:2.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { color:rgba(var(--color-tertiary-0),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);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.8125rem;width:14.9375rem;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: rgba(var(--color-primary-2),1); }#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: rgba(var(--color-primary-2),1); }#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:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33f4215c-1c10-41a9-9a23-d444b9687347/IMG_20200419_161925kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE.adaptive-delivery-prevent-bg, #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE.lazyload, #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE.lazyloading { background-image: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { background-color: transparent; background-image: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.75); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container > .video-iframe-container { display: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.75); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container { display: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .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); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { border-width: 0; border-radius: 0; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { font-size:0.875rem;font-family:arial;height:111.9375rem;width:60rem;position:relative;display:block; }#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-form-header {  }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:45.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.7; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.4375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-text {padding-top: 0; padding-bottom: 0;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.4375rem;box-sizing:border-box;height:2.75rem;color:#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:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:45.4375rem;height:4.3125rem;font-family:roboto;overflow:hidden;box-shadow: 0rem 0.9375rem 0.625rem rgba(9,142,105,0.25) ;font-style:normal; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:2.3;font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:44.1875rem;overflow:hidden;font-style:normal; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.8125rem;vertical-align:middle;font-family:roboto;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.5; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-container:first-of-type{padding-top:0;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb .widget-container:last-of-type{padding-bottom:0;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb  { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.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:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb {display:block;}#aeB4sJI7c01DGO02gbR4huW5JvgkDdtb { background-color:#801dd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.03125rem;top:1.875rem;z-index:15014;position:absolute; }
#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 #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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:7.5625rem;width:7.5625rem;top:2.3125rem;left:7.03125rem;display:block; }
#pvUbXpIpHyCouA7TKN8P7ocD63VTnnuN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:11.6875rem;left:2.4375rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvnWV2F18FrGyhxmpt1Hvr5EB9g3hA9d { color:#1f2833;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:19.25rem;left:2.4375rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#q8ifwcqmvN1Gn7cEiG42ekOU10nfn2Z2 { color:#1f2833;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:19.25rem;left:21.875rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Srkf5zq5RwhNyP2CoObv3R6HMC23gzbd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:11.6875rem;left:21.875rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfp5p5lSyr8XfxAGmhy8DOUVnrMxKITy { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/3Dw1pba8/img_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:2.811767578125rem;left:26.8740234375rem;display:block; }#xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS.adaptive-delivery-prevent-bg, #xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS.lazyload, #xa4TT8M7h6Pmvmk3r7OUaus5hwQTJkvS.lazyloading { background-image: none; }
#rSL4fgSLCu8uFeQ5FFs2LIyV1bkcSsJm { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:19.375rem;top:0rem;left:39.6875rem;display:block; }
#zVpQwvBGRx88W4tzQZFJ3Xdy3TXUKrge { color:#1f2833;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:19.25rem;left:41.3125rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ELbz94wN2McJphLwMpkdmTmBdMKxBXgp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:11.6875rem;left:41.3125rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m190nbuzLV8biWnkCp9k7fnbKTHpk2Iq { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/kH39gHN9/img_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:6.687rem;width:6.8115rem;top:2.841064453125rem;left:46.358642578125rem;display:block; }#x8VvLTxRosfhkONmd24C8WDShnafGxFI.adaptive-delivery-prevent-bg, #x8VvLTxRosfhkONmd24C8WDShnafGxFI.lazyload, #x8VvLTxRosfhkONmd24C8WDShnafGxFI.lazyloading { background-image: none; }
#CGZhkKVgWRaxRRaL0FuK9wx38lOGSxu9 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:5rem;left:32.9990234375rem; }
#nKKrgAKnsd5gevlcusB1J1SFLbJaHOg2 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:5rem;left:52.6240234375rem; }
#iTXFZyPh81IeoWIebm10yFbuica4C54f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container { background-color: transparent; background-image: none; }#iTXFZyPh81IeoWIebm10yFbuica4C54f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container > .video-iframe-container { display: none; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row > .video-iframe-container { display: none; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container { border-width: 0; border-radius: 0; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container { font-size:0.875rem;font-family:"open sans";height:15.5rem;width:60rem;position:relative;display:block; }#eMnxUluCDGDbb6LplpHcDILkoTVlNFOW { box-sizing:content-box;color:#8e2485;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:5.5244140625rem;left:30.9375rem;display:block; }
#JgWzGmDLuGLVTmBnuDOfwDAT7JTFdRTN { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:18.4375rem;height:1.3rem;color:#8e2485;display:block; }
#JN2OGswwbrXn8NribVdyL9rHMwKsepXp { display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4365234375rem;left:34.0625rem;height:1.3rem;color:#8e2485;display:block; }
#OlRCfovv6NrOuLdU2W5TNx9rDz8CaRvD { box-sizing:content-box;color:#8e2485;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:5.47265625rem;left:15.3125rem;display:block; }
#mKDIqtJfRL6EPDM8AqNxHGZnOcIuEuuA { box-sizing:content-box;color:#8e2485;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:5.5869140625rem;left:49.0625rem;display:block; }
#CEzxqJMKHxCOaZQN4aQrIKFIoDOf8c5N { display:block;width:7.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:5.8681640625rem;left:52.4375rem;height:2.4375rem;color:#8e2485;display:block; }
#pRB88nfKk2N8giszPnaMU9UT6cNAduUX { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:12.6875rem;top:5.6806640625rem;left:0rem;overflow:hidden;display:block; }
#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/e826s47J/concert7_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt.adaptive-delivery-prevent-bg, #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt.lazyload, #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt.lazyloading { background-image: none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { border-width: 0; border-radius: 0; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:none; }#s6pGDoQEC1X1llvDebZLa3n2S3zqlzIf { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:1.875rem;left:13.0625rem;display:block; }
#higz6CiwcHGdGwK5gmD4M5RIGTR0lt5U { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:1.875rem;left:16.375rem;display:block; }
#N0pFOlUpPcg6ZZkWsLpSTnPCC7GQFrwM { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:1.875rem;left:19.6875rem;display:block; }
#xF3uKf8pKNn4F9yKKchxUXKS3UEHnHt1 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:1.875rem;left:23rem;display:block; }
#m3QQ48LNxknOZR1dliBnxbHlMUbsv2V6 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:1.875rem;left:26.3125rem;display:block; }
#RZDe5ekECZ0tt9uAmTfvFNyVC7WSIdpp { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.125rem;left:30rem;height:1.94921875rem;font-style:normal;display:block; }
#L3WRhGxA8WT3fiJL43sQ8HB7vs3BQCCI { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:2.34375rem;left:13.625rem; }
#AK4fzJPPN8r8Oy4HHOT5voPrQ64hEFiH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:2.34375rem;left:16.9375rem; }
#rvQFdAkBnrIAQK9k38gMchAK6OoGUo6T { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:2.34375rem;left:20.25rem; }
#Aodldzoy6dh2RLQtT79tZTtrG2cepNEe { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:2.34375rem;left:23.5625rem; }
#xlkzPd7JHsdOcHOrHMLAB8mPEZdXW8bI { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:2.34375rem;left:26.875rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JlMTxwNcT5r3pWglrITyKECPC2oAi1oq { display:block; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LynxclTG6amcnMrFV46CvAUEscCcon27 { width:12.375rem;height:2.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTOXcMBnDTKHHlnBJ0r9N4kVpSol4EWE { width:1.875rem;height:1.875rem;top:1.3125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoHc9HnTfEkd66Hi913xKwCKf0svFaCf { display:block; }
 }@media only screen and (max-width: 763px) { #FIOmFaxgF23EqUVzAeRnIoL1eHC7EZZP { width:1.8125rem;height:1.8125rem;top:1.3125rem;left:45.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoxzSMTIbxCVkt5bwTJN068MUOFNxzTZ { display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:30.1875rem;height:3.75rem;top:7.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:33.8125rem;height:4.375rem;top:11.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGVfO7As96S846e8UiphwhFx94peUQFO { width:17.125rem;height:5.125rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHWWbANZtndmNJhOTHTXo1vJ4L3wJoTV { display:block; }
 }@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) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:47.75rem;height:2.875rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { display:block; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWlXn2rVaoITmhPrv3BD2T4TLXqtJGfZ { width:10.8125rem;height:10.8125rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlE2X15ZXzFFipAS1ldlWZp79HB1qgJa { width:3.75rem;height:3.75rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3rIkmpytCBIW0kZtb9AyNiEkg9JQQqN { width:3.75rem;height:1.6875rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwosZqLAuOyT04acAItaC7KPKWfFiwEr { width:10.5rem;height:10.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg9gZ7caZfgcwZ5GJJMr2fETtJFrgvm7 { width:17.0625rem;height:1.75rem;top:1.1875rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptNp05fnEqqLONsAJpdzL34614kIsDuF { top:3rem;left:7rem;width:16.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMvqTfDxM3XnL5FZad7r6PpN1RPqQgEN { top:3rem;left:29.9375rem;width:17.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZD7QBd9RvEqaAZWCvPVMvxLEL8Pz4h7 { width:10.75rem;height:10.75rem;top:0.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoszDBBOLWq4kyk92l8n8vnxxRzscc4u { width:10.5rem;height:10.5rem;top:0.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STN5B6BxDDERuR1QBhKkK0TfGEFwGySe { width:17.0625rem;height:1.75rem;top:1.125rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh4aWcZUBAK3Oy0XcOkWUhwzLzXLAvd6 { width:3.75rem;height:3.75rem;top:0.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbVTnNnsA9xHclWIDCxH97EM72eGv3bv { width:3.75rem;height:1.6875rem;top:1.1875rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI { display:block; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { display:block; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { width:47.75rem;position:relative;display:block; } }@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:block; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container { width:47.75rem;position:relative;display:block; } }@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:block; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:47.75rem;position:relative;display:block; } }@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:14.9375rem;height:20.8125rem;top:7.5rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmieABftZbUh5OBOCdOUku3ons1WlAXG { display:block; }#FmieABftZbUh5OBOCdOUku3ons1WlAXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZI5Dnxie7PU3InQFE6ItXpblg2EBn0yr { width:47.75rem;height:2.875rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { display:block; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { width:47.75rem;position:relative;display:block; } }@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 #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 #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:block; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMnxUluCDGDbb6LplpHcDILkoTVlNFOW { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgWzGmDLuGLVTmBnuDOfwDAT7JTFdRTN { width:7.75rem;height:1.25rem;top:2.625rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN2OGswwbrXn8NribVdyL9rHMwKsepXp { width:14.4375rem;height:1.25rem;top:2.5625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlRCfovv6NrOuLdU2W5TNx9rDz8CaRvD { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKDIqtJfRL6EPDM8AqNxHGZnOcIuEuuA { width:3rem;height:3rem;top:5.5625rem;left:42.9375rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEzxqJMKHxCOaZQN4aQrIKFIoDOf8c5N { width:7.5625rem;height:2.4375rem;top:5.8125rem;left:40.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRB88nfKk2N8giszPnaMU9UT6cNAduUX { width:12.6875rem;height:2.8125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt { display:none; }#VXTk5TnC9qKIHrKTC0Z7zfsuME6QSMCt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s6pGDoQEC1X1llvDebZLa3n2S3zqlzIf { width:2.5625rem;height:2.5625rem;top:1.875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #higz6CiwcHGdGwK5gmD4M5RIGTR0lt5U { width:2.5625rem;height:2.5625rem;top:1.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0pFOlUpPcg6ZZkWsLpSTnPCC7GQFrwM { width:2.5625rem;height:2.5625rem;top:1.875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF3uKf8pKNn4F9yKKchxUXKS3UEHnHt1 { width:2.5625rem;height:2.5625rem;top:1.875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3QQ48LNxknOZR1dliBnxbHlMUbsv2V6 { width:2.5625rem;height:2.5625rem;top:1.875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZDe5ekECZ0tt9uAmTfvFNyVC7WSIdpp { width:17rem;height:1.9375rem;top:2.125rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3WRhGxA8WT3fiJL43sQ8HB7vs3BQCCI { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK4fzJPPN8r8Oy4HHOT5voPrQ64hEFiH { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvQFdAkBnrIAQK9k38gMchAK6OoGUo6T { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aodldzoy6dh2RLQtT79tZTtrG2cepNEe { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlkzPd7JHsdOcHOrHMLAB8mPEZdXW8bI { width:1.5625rem;height:1.5625rem;top:2.3125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JlMTxwNcT5r3pWglrITyKECPC2oAi1oq { display:block; }#JlMTxwNcT5r3pWglrITyKECPC2oAi1oq > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LynxclTG6amcnMrFV46CvAUEscCcon27 { width:8.1875rem;height:1.75rem;top:1.3125rem;left:0.685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTOXcMBnDTKHHlnBJ0r9N4kVpSol4EWE { width:1.811525rem;height:1.811525rem;top:1.28125rem;left:14.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoHc9HnTfEkd66Hi913xKwCKf0svFaCf { display:block; }
 }@media only screen and (max-width: 763px) { #FIOmFaxgF23EqUVzAeRnIoL1eHC7EZZP { width:1.811525rem;height:1.811525rem;top:1.28125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoxzSMTIbxCVkt5bwTJN068MUOFNxzTZ { 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:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:19.249rem;height:5.1rem;top:1.0625rem;left:0.3740234375rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:18.3730625rem;height:4.725rem;top:7.125rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGVfO7As96S846e8UiphwhFx94peUQFO { width:13.8125rem;height:3.875rem;top:35.12109375rem;left:3.09375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHWWbANZtndmNJhOTHTXo1vJ4L3wJoTV { display:block; }
 }@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) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:20rem;height:1.95rem;top:1.280517578125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { display:block; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@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) { #zg9gZ7caZfgcwZ5GJJMr2fETtJFrgvm7 { 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) { #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) { #bMvqTfDxM3XnL5FZad7r6PpN1RPqQgEN { width:17.8125rem;height:1.38125rem;top:32.3125rem;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) { #STN5B6BxDDERuR1QBhKkK0TfGEFwGySe { width:17.0615rem;height:1.75rem;top:30.5625rem;left:1.4677734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hh4aWcZUBAK3Oy0XcOkWUhwzLzXLAvd6 { width:3.75rem;height:3.75rem;top: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) { #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:block; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.adaptive-delivery-prevent-bg, #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.lazyload, #XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI.lazyloading { background-image: none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container { background-color: transparent; background-image: none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container > .video-iframe-container { display: none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row > .video-iframe-container { display: none; }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .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); }#XWmIw1ZmaJ51Lp7gwWTDeW9hzlEasKiI > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { display:block; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@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:block; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.adaptive-delivery-prevent-bg, #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.lazyload, #X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru.lazyloading { background-image: none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container { background-color: transparent; background-image: none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container > .video-iframe-container { display: none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row > .video-iframe-container { display: none; }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .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); }#X3nZ1N3CGSUNowzeVVmWKwAFNtuRfmru > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@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:block; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@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:13.4375rem;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.625rem;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.9rem;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 { display:block; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { width:20rem;height:126.75rem;position:relative;display:block; } }@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.3125rem;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 #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 #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:block; }#iTXFZyPh81IeoWIebm10yFbuica4C54f > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@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) { #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; }
 }