.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:70,121,214;--color-primary-1:32,40,77;--color-primary-2:11,21,63;--color-primary-3:12,16,37;--color-primary-4:5,11,38;--color-secondary-0:255,225,230;--color-secondary-1:255,154,171;--color-secondary-2:255,53,87;--color-secondary-3:128,27,44;--color-secondary-4:38,8,13;--color-tertiary-0:255,255,255;--color-tertiary-1:165,167,177;--color-tertiary-2:105,109,125;--color-tertiary-3:79,84,102;--color-tertiary-4:5,11,38;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }body { background-color:#fbfbfb;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { background-color: transparent; background-image: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container > .video-iframe-container { display: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container { display: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .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); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { border-width: 0; border-radius: 0; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#T76pmy5G0xgfhTsGdKGmogouhVo7bGNM { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;background-position:top left !important;background-repeat: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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:0.6875rem;left:47.24560546875rem;display:block; }
#SgqTiZrvpFG0bXgLMghGpD8slUM1FDTF { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.53125rem;left:10.625rem;display:block; }
#hlsRyzTEMv20gtN4suaHFl2KdzpDfxRU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NS1fbXp0VLbPGRokTT40gJHZHSC0vky4 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.53125rem;left:26.8125rem;display:block; }
#xrkWDfHSfDCUHFPoDDHuc3LAAMQNxnTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGCgO9U7TEKPur1P5czcBBLe7hLQaIsB { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;background-position:top left !important;background-repeat: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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:0.6875rem;left:43.5rem;display:block; }
#enWaMAITbZVXgvi0qhJDJppMEogw13hx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:1.5rem;left:7.5625rem;overflow:hidden;display:block; }
#roQl8WuhqI3P3Je7WyW0tdaWJ46SyJcu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:1.5rem;left:23.875rem;overflow:hidden;display:block; }
#nNQeEB2lfvgyqOJGMWha9ybyewrL4RN1 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:1.5rem;left:44.3125rem; }
#nNQeEB2lfvgyqOJGMWha9ybyewrL4RN1 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#yice4C68ruiS4XlAy4bIUdHTTpha6TXS { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:1.5rem;left:48.05810546875rem; }
#yice4C68ruiS4XlAy4bIUdHTTpha6TXS > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#zumdnFId63VJzsgZnlAFm1lZZSViDT09 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#zumdnFId63VJzsgZnlAFm1lZZSViDT09 > .row .container { border-width: 0; border-radius: 0; }#zumdnFId63VJzsgZnlAFm1lZZSViDT09 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zumdnFId63VJzsgZnlAFm1lZZSViDT09 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:none; }#ZkIV0IAzPT29tLoagMpJ9f1Bkxp0P1tg { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.5rem;left:28.4375rem;display:block; }
#wPh5hvTFTfXJvKNke1Xrg0pInHlAOZmo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m9uaGQmW4eMa3wl8vARuqB0v8tWKPnrI { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.375rem;left:40.875rem;display:block; }
#PT7eBnUBwHRMNrGnKpfSWrecEVMadWql { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hcsHBUV97eeg604VdTlh6FcTJ9WemVln { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:1.5rem;left:26.5rem;overflow:hidden;display:block; }
#n1CWo9qBuQLacEswd38vXTM2pO3tfEz2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:1.5rem;left:38.9375rem;overflow:hidden;display:block; }
#DyGP4MrJb80hBr5PNDIk85xQ2GU7JgmN { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:1.5rem;left:54.25rem; }
#AiArPogTozis9OCt0XaknmEHmGFCAoi5 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:1.5rem;left:57.80810546875rem; }
#Jo1GcTemOG9XQFURtEU2b0yRUKiKqTNt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:7.3125rem;left:7.1875rem;display:none; }
#vP5aTO8vkgOlpsJ0RrZEbEqKmSQ6aewK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:7.875rem;left:5.25rem;display:none; }
#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { background-color:rgba(var(--color-primary-2),0.3);background-image:none;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;display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { background-color: transparent; background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .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); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { border-width: 0; border-radius: 0; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:60rem;height:66.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:34.375rem;position:absolute;font-family:inter;font-size:3.875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:10.4990234375rem;left:12.9345703125rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AAMc6OSE9gswikPtm5ylK1l45eaCCEaJ { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:15.9990234375rem;left:11.2158203125rem;height:2.26855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3UNS8hZTQ57nGhMyBWlEubP0VoT0wey { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:.9;letter-spacing:0;top:34.4375rem;left:15.8095703125rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJdBntEV7TrFDw43ylmDhoxEWVKSger6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:55.1875rem;left:29.21875rem;overflow:hidden;display:block; }
#Af8Co0qL8GwinAZwu5S99neTkTmvrRTD { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:52.53125rem;left:26.6875rem;display:block; }
#mZWTrOpDTI2FJklm5P79QZex9FhAWv9b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O70CpFNg2gRIupWqE0bqAVoq1mwFSRt5 { z-index:15003;top:38.75rem;left:23.0908203125rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FHqlHXgVk2hSkUrRmKGIbAL6q2W1Mf5w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D { background-color:rgba(var(--color-primary-2),0.3);background-image:none;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;display:none; }#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D > .row .container { border-width: 0; border-radius: 0; }#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D > .row .container { width:60rem;height:66.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:none; }#rhNhIRN7mTh6sEthq4u46dsT0IIl8wbf { color:rgba(var(--color-tertiary-0),0.8);display:block;width:34.375rem;position:absolute;font-family:inter;font-size:3.875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:10.4990234375rem;left:12.9345703125rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qR0F3qn9L7CtJyMRD5N0zpJsDy3BuS0T { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:15.8740234375rem;left:16.9033203125rem;height:2.26855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tm2QCt8U9W40sM0dRtcUVJT4GT5aVK7T { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:34.375rem;left:17.0908203125rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BvCOgHBUUrl2Higp3P75LDrTkiRm8JrG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:55.1875rem;left:29.21875rem;overflow:hidden;display:block; }
#eOsUeT8tW1dD6MFon2vTUmamiKoBEChC { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:52.53125rem;left:26.6875rem;display:block; }
#EzC8yvL6wlNHg5y4qKXboMUho0zP0DyP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DEFnUsp2nSHGwzKyeGKFR3ZC8iBSmfg9 { z-index:15003;top:38.75rem;left:23.0908203125rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TVrgMJopByRCGbXosKW9zTSCrEZWItih { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container { background-color: transparent; background-image: none; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container > .video-iframe-container { display: none; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row > .video-iframe-container { display: none; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .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); }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container { border-width: 0; border-radius: 0; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#pnQRAQWGmycRV34p9IVMEKTy0NP6rPqJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.1875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt > .row .container { border-width: 0; border-radius: 0; }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:none; }#TrPneCZLlb7vmt9PcTCfOQ8xPRwXvSua { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:34.375rem;left:17.0908203125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wtK9knaKULU94QGftKH5HEUFLJm0McxF { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.8740234375rem;left:16.9033203125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WHbM3iZUvWBgPycGWD7OhzxWeLlAAyQu { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.8740234375rem;left:16.9033203125rem;height:4.5371125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AUnw837zR0sWCAVrqPTHUcfM4AaD2BJS { z-index:15003;top:38.4375rem;left:23.0908203125rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#AmIkrz3xMQn7wrmnrTrWtNFw0Gm1RNna { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { background-color: transparent; background-image: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container > .video-iframe-container { display: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container { display: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .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); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { border-width: 0; border-radius: 0; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { background-color: transparent; background-image: none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container > .video-iframe-container { display: none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row > .video-iframe-container { display: none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .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); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { border-width: 0; border-radius: 0; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#BHdUJnWEw7nvDcGq09kT3Q0GHS8QNo4i { color:rgba(var(--color-tertiary-0),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:1.625rem;left:2.625rem;height:18.5625rem;font-style:normal;display:block; }
#tlHxg24D2c8TXbb4JagKlOPNqrtO6BXZ { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:33.1875rem;top:27.375rem;left:26.8125rem;overflow:hidden;display:none; }
#TNAKbVqIXyQpuzkyXE0DRIvkZClni0gH { z-index:15003;top:22.3125rem;left:22.5625rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EJJzmSWBcTHX1qx3o2HZsbN92OZhekgN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aIbQKNN71FkGXzbfTxf2uEOffyUdQKb5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aIbQKNN71FkGXzbfTxf2uEOffyUdQKb5 > .row .container { background-color: transparent; background-image: none; }#aIbQKNN71FkGXzbfTxf2uEOffyUdQKb5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIbQKNN71FkGXzbfTxf2uEOffyUdQKb5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIbQKNN71FkGXzbfTxf2uEOffyUdQKb5 > .row .container > .video-iframe-container { display: none; }#aIbQKNN71FkGXzbfTxf2uEOffyUdQKb5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIbQKNN71FkGXzbfTxf2uEOffyUdQKb5 > .row > .video-iframe-container { display: none; }#aIbQKNN71FkGXzbfTxf2uEOffyUdQKb5 > .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); }#aIbQKNN71FkGXzbfTxf2uEOffyUdQKb5 > .row .container { border-width: 0; border-radius: 0; }#aIbQKNN71FkGXzbfTxf2uEOffyUdQKb5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIbQKNN71FkGXzbfTxf2uEOffyUdQKb5 > .row .container { font-size:0.875rem;font-family:arial;height:82.375rem;width:60rem;position:relative;display:block; }#miet6IWbmaGay8Tsnf1MHU96hWGCO4Q1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.9375rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gH9IJzmu467N8nHbd9zf8gp84rdJSyDw { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.375rem;width:60rem;top:39.9375rem;left:0rem;overflow:hidden;display:block; }
#PH4I7zaLdwUNJsE8IzkkG444WxruAieS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PH4I7zaLdwUNJsE8IzkkG444WxruAieS > .row .container { border-width: 0; border-radius: 0; }#PH4I7zaLdwUNJsE8IzkkG444WxruAieS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PH4I7zaLdwUNJsE8IzkkG444WxruAieS > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:none; }#KaNZdBHGLdGd7dcf0T0yGXPlTaDo2hou { color:rgba(var(--color-tertiary-0),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:1.625rem;left:2.625rem;height:18.5625rem;font-style:normal;display:block; }
#ozq0pqdMaaXlgha6To0xGPrBCruf8kGz { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:33.1875rem;top:27.375rem;left:26.8125rem;overflow:hidden;display:none; }
#ARL4qu3wO8vfxolVBW6423sGMlGD4twu { z-index:15003;top:22.3125rem;left:22.5625rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#U9GG7RNtSuuyVBFLEEzrakCoDEcaEJ3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RntEkVs7wFsTdOqP1hiEuz7N9X78gWXq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.375rem;width:60rem;display:none; }
#FdoI6nzEXeNknsaPnym30PEo0JBDACfh { position:relative;display:block; }#FdoI6nzEXeNknsaPnym30PEo0JBDACfh { background-color: transparent; background-image: none; }#FdoI6nzEXeNknsaPnym30PEo0JBDACfh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdoI6nzEXeNknsaPnym30PEo0JBDACfh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdoI6nzEXeNknsaPnym30PEo0JBDACfh > .row .container > .video-iframe-container { display: none; }#FdoI6nzEXeNknsaPnym30PEo0JBDACfh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdoI6nzEXeNknsaPnym30PEo0JBDACfh > .row > .video-iframe-container { display: none; }#FdoI6nzEXeNknsaPnym30PEo0JBDACfh > .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); }#FdoI6nzEXeNknsaPnym30PEo0JBDACfh { border-width: 0; border-radius: 0; }#FdoI6nzEXeNknsaPnym30PEo0JBDACfh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FdoI6nzEXeNknsaPnym30PEo0JBDACfh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:60.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bRDwF8iVtcasODe1STGM2Sivd3iTqE2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bRDwF8iVtcasODe1STGM2Sivd3iTqE2M > .row .container { border-width: 0; border-radius: 0; }#bRDwF8iVtcasODe1STGM2Sivd3iTqE2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bRDwF8iVtcasODe1STGM2Sivd3iTqE2M > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:none; }#UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 { position:relative;display:none; }#UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 { border-width: 0; border-radius: 0; }#UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#viLVDr5WMgifwsnAEVwfF610dEtLtKPF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle { position:relative;display:none; }#nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle { border-width: 0; border-radius: 0; }#nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UAga04dILGeH8qt57fdVRIGdyyVSB7w1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:4.3125rem;left:3rem;display:none; }
#uwh7bCVRU9wmpBHGGadrdvWqZrVK2cen { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:5.8125rem;left:2.375rem;display:none; }
#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS { position:relative;display:none; }#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS { border-width: 0; border-radius: 0; }#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk { position:relative;display:none; }#He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk { border-width: 0; border-radius: 0; }#He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GexN9GaQqSpt0s9MEcRNpzOETXmFPxWs { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:4.5rem;left:6.75rem;display:none; }
#VrB3pGoW6lu5p5bzPmd3vRkK5PPPHXVl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:7.625rem;left:2.375rem;display:none; }
#hAGga0tFGdC97lTJh77sOTothN6EKXyW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:13.3125rem;left:2.375rem;display:none; }
#iGmJxKDQ4TzriavayQMIro8rBastfztu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#HT9ZCsgAtzk0ySI4QZHhsqZJkPUTz4hR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#RJpiZTXfmV8D76CMoElNx3JSEUv3CXVi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE { position:relative;display:none; }#r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE { border-width: 0; border-radius: 0; }#r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Aoi7t15yVspFiT0bQKy0GmcJkPQUiqHJ { z-index:15003;top:38.4375rem;left:23.0908203125rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#pWEFJEESP79p1aoXlc0VkKFNd5zZx9eI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 { position:relative;display:none; }#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 { border-width: 0; border-radius: 0; }#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#o6tbDSRTu8qd4QLEG627anB8NMCQq5Cz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#o6tbDSRTu8qd4QLEG627anB8NMCQq5Cz > .row .container { border-width: 0; border-radius: 0; }#o6tbDSRTu8qd4QLEG627anB8NMCQq5Cz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6tbDSRTu8qd4QLEG627anB8NMCQq5Cz > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:none; }#iLRbc65F8x4H4nU5XeJB2nN6CHl4Or7o { color:rgba(var(--color-tertiary-0),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:8.1875rem;left:2.625rem;height:18.5625rem;font-style:normal;display:block; }
#TF1CJUVg3HQ4i53FkSFetiw0UvgTTZJI { color:rgba(var(--color-tertiary-0),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:8.1875rem;left:2.625rem;height:18.5625rem;font-style:normal;display:none; }
#UZfhz301pKxdFzyR16g5Do6h04ock6zk { z-index:15003;top:38.4375rem;left:23.0908203125rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#MvPzxvcI1vQHHrPyTG2yAuiOTQb2dBHn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS { position:relative;display:none; }#gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS { border-width: 0; border-radius: 0; }#gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk { position:relative;display:none; }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk { border-width: 0; border-radius: 0; }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg { position:relative;display:none; }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg { border-width: 0; border-radius: 0; }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ { position:relative;display:none; }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ { border-width: 0; border-radius: 0; }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt { position:relative;display:none; }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt { border-width: 0; border-radius: 0; }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ps5hAtim5BxGeHbGUzAunnpVLEzAFf4r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ps5hAtim5BxGeHbGUzAunnpVLEzAFf4r > .row .container { background-color: transparent; background-image: none; }#Ps5hAtim5BxGeHbGUzAunnpVLEzAFf4r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps5hAtim5BxGeHbGUzAunnpVLEzAFf4r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps5hAtim5BxGeHbGUzAunnpVLEzAFf4r > .row .container > .video-iframe-container { display: none; }#Ps5hAtim5BxGeHbGUzAunnpVLEzAFf4r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps5hAtim5BxGeHbGUzAunnpVLEzAFf4r > .row > .video-iframe-container { display: none; }#Ps5hAtim5BxGeHbGUzAunnpVLEzAFf4r > .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); }#Ps5hAtim5BxGeHbGUzAunnpVLEzAFf4r > .row .container { border-width: 0; border-radius: 0; }#Ps5hAtim5BxGeHbGUzAunnpVLEzAFf4r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ps5hAtim5BxGeHbGUzAunnpVLEzAFf4r > .row .container { font-size:0.875rem;font-family:arial;height:126.5625rem;width:60rem;position:relative;display:block; }#oBnd5VaUwd9EWw00gm7LNSMKRQm3PyFn { position:absolute;display:block;z-index:15008;background-color:#333333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:2.162109375rem;left:5.90625rem;display:block; }
#zpqOFWiLTzn0lf4cSPQrgahm87v44ZO1 { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:4.087890625rem;left:2.78125rem;height:4.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x6PFJNZn4VwSoEEOPkcCwuROL2Rt8vnb { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.125rem;width:60rem;top:41.9375rem;left:0rem;overflow:hidden;display:block; }
#GkHlCSSbB9BJQC8JKi2nv77pE0ouCiGT { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.9375rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#otk3sKgRL65OLTtQPMTUe4Ramc335pLb { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.375rem;width:60rem;top:84.0625rem;left:0rem;overflow:hidden;display:block; }
#nfgI4odwgDPeQvlAKHn2DAUSOJN7LWXr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nfgI4odwgDPeQvlAKHn2DAUSOJN7LWXr > .row .container { border-width: 0; border-radius: 0; }#nfgI4odwgDPeQvlAKHn2DAUSOJN7LWXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nfgI4odwgDPeQvlAKHn2DAUSOJN7LWXr > .row .container { font-size:0.875rem;font-family:arial;height:126.5625rem;width:60rem;position:relative;display:none; }#gnsiZvWTeoRDoDKTpRiKwMNUn7vg87JH { position:absolute;display:block;z-index:15008;background-color:#333333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:2.162109375rem;left:5.90625rem;display:block; }
#NT7CuSAKActTH9d6vLWby4kI5fCopJb1 { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:4.087890625rem;left:2.78125rem;height:4.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PxlkBx7vymxWaAdNklr2XHgzzWZVLUgb { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.125rem;width:60rem;top:41.9375rem;left:0rem;overflow:hidden;display:block; }
#clH6qDeCHE4AwA6QKNQBpHWNOieOhGxg { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.9375rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#s57etUmBE8b68dhgiLKMTXBFUd4BM77m { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.375rem;width:60rem;top:84.0625rem;left:0rem;overflow:hidden;display:block; }
#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { background-color: transparent; background-image: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .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); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { border-width: 0; border-radius: 0; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#LyIgi3RlOFt5SiXxgJe1zneqRfWaMy9F { z-index:15003;top:2.25rem;left:21.25rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#piXAb86SPiz1tW6Duku1qfLcb99O7mTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qJEUt56GiRTMlpzJBZxWP4JrrEDT5iPL { z-index:15003;top:38.4375rem;left:23.0908203125rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#puuoEeop1F72ZnxNWME8pwONbVB0TbTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.94);background-image:url("https://images.assets-landingi.com/uc/680f89a8-7aae-49f4-82cf-dbf4bbe4797a/PHOTO202404301715292.webp");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; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A.adaptive-delivery-prevent-bg, #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A.lazyload, #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A.lazyloading { background-image: none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { background-color: transparent; background-image: none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container > .video-iframe-container { display: none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row > .video-iframe-container { display: none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .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); }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { border-width: 0; border-radius: 0; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { background-color: transparent; background-image: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container > .video-iframe-container { display: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row > .video-iframe-container { display: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .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); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { border-width: 0; border-radius: 0; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#BkJVKIJDOqhmcmDDyLOs3rlypxpC9cPd { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:inter;font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:9.30078125rem;left:1.59375rem;height:4.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eaJXVwDqv752Z9aAJxUeT0nJA2TVKpFw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:inter;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:9.30078125rem;left:21.59375rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oCbwar1lXR0ccfVDazw1T719R408gvMs { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:inter;font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.12060546875rem;left:40.9375rem;height:7.4238125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zc9DTOcTIw0Hl5FCTesZHUq5vC1aTK0J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.37060546875rem;left:8.8125rem; }
#U3vtu9sIBMIFx20BXnqpJf7TLlTdindo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.37060546875rem;left:28.8125rem; }
#OK0PRS2msi2GexSdxsiAGRD8Phxev4KL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.37060546875rem;left:48.8125rem; }
#J274Xyt7FdQGN6K5UTi21cooS8R2gyWe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#J274Xyt7FdQGN6K5UTi21cooS8R2gyWe > .row .container { border-width: 0; border-radius: 0; }#J274Xyt7FdQGN6K5UTi21cooS8R2gyWe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J274Xyt7FdQGN6K5UTi21cooS8R2gyWe > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:none; }#M0LF0op3GTXb1oPHvlumxVoFBMtpxh8E { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:inter;font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:9.30078125rem;left:1.59375rem;height:4.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#adxJwDfVt0XCzmQtyi5VQ8dmSHDhDTkp { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:inter;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:9.30078125rem;left:21.59375rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iwxR2ECUqLxbn7e9f64kXNA4rUVreUg5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:inter;font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.12060546875rem;left:40.9375rem;height:7.4238125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#redouSzGLrnzrecxIOAcSo9X0GdfKQfK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.37060546875rem;left:8.8125rem; }
#sz0enAcWkeHC9iELsOaz6C1flHMAINvg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.37060546875rem;left:28.8125rem; }
#M3DP5TU8lJSmBnMHvry2FKGBzGqDlT0l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.37060546875rem;left:48.8125rem; }
#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { background-color: transparent; background-image: none; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container > .video-iframe-container { display: none; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row > .video-iframe-container { display: none; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .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); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { border-width: 0; border-radius: 0; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;position:relative;display:block; }#HDl7TcZEWM1tC8asd9q8cEUUK9E4MoTQ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.1875rem;width:60rem;top:0rem;left:0rem;display:block; }
#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e59ef35d-6316-4915-9ee4-075b99e37159/cinemapartenioavellinomultisalateatrofotointerni11024x5761.webp");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; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v.adaptive-delivery-prevent-bg, #sTarnTmfcoDipvVhmomQ9KQ575fOXA8v.lazyload, #sTarnTmfcoDipvVhmomQ9KQ575fOXA8v.lazyloading { background-image: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { background-color: transparent; background-image: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container > .video-iframe-container { display: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row > .video-iframe-container { display: none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .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); }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { border-width: 0; border-radius: 0; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:60rem;position:relative;display:block; }#IFgOnG3IPKi3h5B5DMQMg95mUSGlt2Ew { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:10.3740234375rem;left:27.75rem;display:block; }
#A4lQLl92Wi0Vh8hpTdbm4nC9nvQ0DHzt { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:19.75rem;top:19.25rem;left:7.3125rem;display:block; }
#I8gFKuIrxNJVvKI8tCKtUKK0CGfCnzlJ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.3125rem;top:19.25rem;left:0rem;display:block; }
#hWWnNrN3tORIxbc7IHrQ4yg5G3mtb9CN { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:27.0625rem;top:26.5625rem;left:0rem;display:block; }
#FyFoKds0T2q7EFwtaSyWkta6PvpQkQAK { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.3115234375rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n8KNWxSrr3ZRBXo1xFe923kExh1DXG3u { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21.56884765625rem;left:8.96875rem;height:2.92480625rem;font-style:normal;display:block; }
#zxJRu9XedLcLJAeBtvZpggUrRerXJFW9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:20.8125rem;left:1.375rem;overflow:hidden;display:block; }
#ilOh5dtqX8RGPqTCacF2eUg3Uyv6Jbly { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:1.3125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:31.125rem;left:4.9375rem;display:block; }
#BriFd24pH9nzWNApX35rp8WLWvoXm9vf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#unPKtDXk9AQCkCL8B0at7JTRWpc3tMrT { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:1.3125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:28.625rem;left:4.75rem;display:block; }
#wm2hdofPslio1aJAZ8BToAaSxugDz0Ai { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ViKa518TQ6q7DK3oQPIOWIzr4DEo0xVh { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.25rem;left:2.5625rem;overflow:hidden;display:block; }
#XlcRULmGKklc2yF7m9X6AzZm9ehZhe2z { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:28.75rem;left:2.5rem;overflow:hidden;display:block; }
#lorF9TUrRGzhQ6ybupT6rPgrXKJveCDM { position:absolute;display:block;z-index:15002;height:23.4375rem;width:38.75rem;top:13.25rem;left:21.25rem;display:block; }
#Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1f13b389-6b12-4d5d-970b-30d77f4d0a66/teatroromanogubbio.png");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; }#Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT.adaptive-delivery-prevent-bg, #Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT.lazyload, #Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT.lazyloading { background-image: none; }#Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT > .row .container { border-width: 0; border-radius: 0; }#Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:60rem;position:relative;display:none; }#M5t5W6RpXUsWGA8Sp0qFMsG6TWaH9iT8 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:10.3740234375rem;left:27.75rem;display:block; }
#T2NXGERwrBO1A342rF4ZuEW4lQOXOFc5 { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:19.75rem;top:19.25rem;left:7.3125rem;display:block; }
#yAbWVEv0GXdSlWodxwZaSbx04qByl3Cd { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:27.0625rem;top:26.5625rem;left:0rem;display:block; }
#bTkvTTIlpTli0LlBF3oAc8fX1GT2DhTF { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.3115234375rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ETavL9DXhx17XgrnGlnCM3VuWiCvnI3h { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21.56884765625rem;left:8.96875rem;height:2.92480625rem;font-style:normal;display:block; }
#qtO7yWE2GZpzwOOBTTwd4XkPDDPftTn3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:20.8125rem;left:1.375rem;overflow:hidden;display:block; }
#pOT76ckMnkgoeqlWc2d2c8i3lZ4J4TDb { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:1.3125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:31.125rem;left:4.9375rem;display:block; }
#Git5gncgsHB3dMuqvLc2EQ17fNqz3y1x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SbDvymT2BS5Wat2WZQm4mPs1KZeZTRlR { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:1.3125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:28.625rem;left:4.75rem;display:block; }
#Qz4Qa5XXb23L4D1nWtMQ7Vixb3wmTLpq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kvkmeIk7XfTD3dfwfCRwwbWuOiQoSZx3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.25rem;left:2.5625rem;overflow:hidden;display:block; }
#nxt9siI5WKXPPLRKnSyn2e5fU6TOO6TC { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:28.75rem;left:2.5rem;overflow:hidden;display:block; }
#V1awrFbE963pBnCGoiIfL4opQAyDan4z { position:absolute;display:block;z-index:15002;height:23.4375rem;width:38.75rem;top:13.25rem;left:21.25rem;display:block; }
#CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1f13b389-6b12-4d5d-970b-30d77f4d0a66/teatroromanogubbio.png");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; }#CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku.adaptive-delivery-prevent-bg, #CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku.lazyload, #CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku.lazyloading { background-image: none; }#CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku > .row .container { border-width: 0; border-radius: 0; }#CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:60rem;position:relative;display:none; }#zcOcGrhHCVTtTT2CXUoDQrGAq4Gwlq6G { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:10.3740234375rem;left:27.75rem;display:block; }
#MMwQvlnGld7T1HMrvP77kJoJeV5avGEq { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:19.75rem;top:19.25rem;left:7.3125rem;display:block; }
#vE4L8wwfnyW06nRgJOLg51u4Fuv5kvF6 { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:27.0625rem;top:26.5625rem;left:0rem;display:block; }
#DduzSdeTIisEWFKyAe1dr5GeCtzkrqkH { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.3115234375rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HB326u675nbe2vKNQhOi9n1nu0yROebQ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:22.125rem;left:9.1875rem;height:2.92480625rem;font-style:normal;display:block; }
#QiaAywr1GkBTeGfCo3BvHX2XpDycdLSM { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:20.8125rem;left:1.375rem;overflow:hidden;display:block; }
#qV0OpRu4X17Zxit9WU7PsdtdxxHwLtC4 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:1.3125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:31.125rem;left:4.9375rem;display:block; }
#XqoUNTlSTLhhevbGW9le3SGTzMDTTW0l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lOTdrMP1zmgB9HRldgF4Q3cJPsiukUSs { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:1.3125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:28.625rem;left:4.75rem;display:block; }
#o1c4u5ZT3ALo4kxJKpvA09rddcSNfZqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZW8B4TgAqeSsyu6f4WxLWrytRi6TA2GW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.25rem;left:2.5625rem;overflow:hidden;display:block; }
#y7TGtJRaJMxkaUXTXT6TNQa05wuczrFs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:28.75rem;left:2.5rem;overflow:hidden;display:block; }
#aeQRpzRP4memGwXGT0GitCcGhaoSM6Tn { position:absolute;display:block;z-index:15002;height:23.4375rem;width:38.75rem;top:14.4375rem;left:21.25rem;display:block; }
#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { background-color: transparent; background-image: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container > .video-iframe-container { display: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container { display: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .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); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { border-width: 0; border-radius: 0; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:2.865234375rem;left:0rem;height:5.7744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-form-header {  }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:17.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-text {padding-top: 0; padding-bottom: 0;}#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-select {padding-top: 0; padding-bottom: 0;}#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-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-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .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; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-container:first-of-type{padding-top:0;}#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-container:last-of-type{padding-bottom:0;}#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:10.8125rem;left:20rem; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR {display:block;}#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:10.8125rem;left:20rem; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR #SFnQT0dyZq2hGyJgUPCSJHiMTSqhEpfI { position:relative; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR #tyXQ18qTk7MdwVpdqDNncNG1QWT0rwF9 { position:relative;display:block; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR #WOiOscVC2dKhmpGJWNmVXDUkxyUpDTVn { position:relative; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR #NTTxE01ASZnb5xyq0UIWcouQno26BO0C { position:relative; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR #CopiR5fi4Fasg4JJJb8TRT3C4LcvtuZP { position:relative; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { display:block; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #T76pmy5G0xgfhTsGdKGmogouhVo7bGNM { width:3rem;height:3rem;top:0.6875rem;left:41.12060546875rem;display:block; }
 }@media only screen and (max-width: 959px) { #SgqTiZrvpFG0bXgLMghGpD8slUM1FDTF { width:7.5625rem;height:1.3125rem;top:1.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #hlsRyzTEMv20gtN4suaHFl2KdzpDfxRU { display:block; }
 }@media only screen and (max-width: 959px) { #NS1fbXp0VLbPGRokTT40gJHZHSC0vky4 { width:11.375rem;height:1.3125rem;top:1.5rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xrkWDfHSfDCUHFPoDDHuc3LAAMQNxnTM { display:block; }
 }@media only screen and (max-width: 959px) { #XGCgO9U7TEKPur1P5czcBBLe7hLQaIsB { width:3rem;height:3rem;top:0.6875rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #enWaMAITbZVXgvi0qhJDJppMEogw13hx { width:1.375rem;height:1.375rem;top:1.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #roQl8WuhqI3P3Je7WyW0tdaWJ46SyJcu { width:1.375rem;height:1.375rem;top:1.5rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #nNQeEB2lfvgyqOJGMWha9ybyewrL4RN1 { width:1.375rem;height:1.375rem;top:1.5rem;left:38.1875rem;display:block; }
#nNQeEB2lfvgyqOJGMWha9ybyewrL4RN1 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 959px) { #yice4C68ruiS4XlAy4bIUdHTTpha6TXS { width:1.375rem;height:1.375rem;top:1.5rem;left:41.93310546875rem;display:block; }
#yice4C68ruiS4XlAy4bIUdHTTpha6TXS > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 959px) { #zumdnFId63VJzsgZnlAFm1lZZSViDT09 { display:none; }#zumdnFId63VJzsgZnlAFm1lZZSViDT09 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #ZkIV0IAzPT29tLoagMpJ9f1Bkxp0P1tg { width:7.5625rem;height:1.3125rem;top:1.5rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wPh5hvTFTfXJvKNke1Xrg0pInHlAOZmo { display:block; }
 }@media only screen and (max-width: 959px) { #m9uaGQmW4eMa3wl8vARuqB0v8tWKPnrI { width:11.375rem;height:1.3125rem;top:1.375rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #PT7eBnUBwHRMNrGnKpfSWrecEVMadWql { display:block; }
 }@media only screen and (max-width: 959px) { #hcsHBUV97eeg604VdTlh6FcTJ9WemVln { width:1.375rem;height:1.375rem;top:1.5rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #n1CWo9qBuQLacEswd38vXTM2pO3tfEz2 { width:1.375rem;height:1.375rem;top:1.5rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #DyGP4MrJb80hBr5PNDIk85xQ2GU7JgmN { width:1.375rem;height:1.375rem;top:1.5rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #AiArPogTozis9OCt0XaknmEHmGFCAoi5 { width:1.375rem;height:1.375rem;top:1.5rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Jo1GcTemOG9XQFURtEU2b0yRUKiKqTNt { width:12.5rem;height:1.25rem;top:7.3125rem;left:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #vP5aTO8vkgOlpsJ0RrZEbEqKmSQ6aewK { width:12.5rem;height:1.25rem;top:7.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { display:none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { width:34.375rem;height:1.5rem;top:10.4375rem;left:6.8095703125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #AAMc6OSE9gswikPtm5ylK1l45eaCCEaJ { width:37.8125rem;height:2.25rem;top:15.9375rem;left:5.0908203125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #h3UNS8hZTQ57nGhMyBWlEubP0VoT0wey { width:28.625rem;height:1.375rem;top:34.4375rem;left:9.6845703125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NJdBntEV7TrFDw43ylmDhoxEWVKSger6 { width:1.5625rem;height:1.5625rem;top:55.1875rem;left:23.09375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Af8Co0qL8GwinAZwu5S99neTkTmvrRTD { width:6.625rem;height:1.3125rem;top:52.5rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mZWTrOpDTI2FJklm5P79QZex9FhAWv9b { display:block; }
 }@media only screen and (max-width: 959px) { #O70CpFNg2gRIupWqE0bqAVoq1mwFSRt5 { top:38.75rem;left:16.9658203125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #FHqlHXgVk2hSkUrRmKGIbAL6q2W1Mf5w { display:block; }
 }@media only screen and (max-width: 959px) { #PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D { background-color:rgba(var(--color-primary-2),0.3);background-image:url("https://images.assets-landingi.com/uc/66f9ea95-0e18-44f2-b25b-9c879406a5ff/SCHEDATECNICA_ILLAGODEICIGNI_03copia.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D.adaptive-delivery-prevent-bg, #PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D.lazyload, #PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D.lazyloading { background-image: none; }#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D > .row .container { background-color: transparent; background-image: none; }#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D > .row .container > .video-iframe-container { display: none; }#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D > .row > .video-iframe-container { display: none; }#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D > .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); }#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D > .row .container { border-width: 0; border-radius: 0; }#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rhNhIRN7mTh6sEthq4u46dsT0IIl8wbf { width:34.375rem;height:3.6875rem;top:5.5rem;left:6.8095703125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qR0F3qn9L7CtJyMRD5N0zpJsDy3BuS0T { width:26.4375rem;height:1.30615rem;top:11.5625rem;left:10.7783203125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tm2QCt8U9W40sM0dRtcUVJT4GT5aVK7T { width:47.75rem;height:1.6308625rem;top:38.75rem;left:0rem;font-size:1.8125rem;text-shadow:0rem 0.25rem 0.125rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 959px) { #BvCOgHBUUrl2Higp3P75LDrTkiRm8JrG { width:1.5625rem;height:1.5625rem;top:58.3125rem;left:23.2158203125rem;display:block; }
 }@media only screen and (max-width: 959px) { #eOsUeT8tW1dD6MFon2vTUmamiKoBEChC { width:6.625rem;height:1.3125rem;top:55.1875rem;left:20.6845703125rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 959px) { #EzC8yvL6wlNHg5y4qKXboMUho0zP0DyP { display:block; }
 }@media only screen and (max-width: 959px) { #DEFnUsp2nSHGwzKyeGKFR3ZC8iBSmfg9 { top:42.3125rem;left:16.9658203125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TVrgMJopByRCGbXosKW9zTSCrEZWItih { display:block; }
 }@media only screen and (max-width: 959px) { #PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 { display:block; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pnQRAQWGmycRV34p9IVMEKTy0NP6rPqJ { width:47.75rem;height:24.820052083333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt { display:none; }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #TrPneCZLlb7vmt9PcTCfOQ8xPRwXvSua { width:15.375rem;height:3.25rem;top:26.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 959px) { #wtK9knaKULU94QGftKH5HEUFLJm0McxF { width:19.4375rem;height:2.875rem;top:6.3125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 959px) { #WHbM3iZUvWBgPycGWD7OhzxWeLlAAyQu { width:19.4375rem;height:1.375rem;top:1.5rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #AUnw837zR0sWCAVrqPTHUcfM4AaD2BJS { top:38.4375rem;left:16.9658203125rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 959px) { #AmIkrz3xMQn7wrmnrTrWtNFw0Gm1RNna { display:block; }
 }@media only screen and (max-width: 959px) { #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { display:block; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V { display:none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #BHdUJnWEw7nvDcGq09kT3Q0GHS8QNo4i { width:47.75rem;height:16.5rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #tlHxg24D2c8TXbb4JagKlOPNqrtO6BXZ { width:33.1875rem;height:21.875rem;top:27.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #TNAKbVqIXyQpuzkyXE0DRIvkZClni0gH { top:22.3125rem;left:9.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #EJJzmSWBcTHX1qx3o2HZsbN92OZhekgN { display:block; }
 }@media only screen and (max-width: 959px) { #aIbQKNN71FkGXzbfTxf2uEOffyUdQKb5 { display:none; }#aIbQKNN71FkGXzbfTxf2uEOffyUdQKb5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #miet6IWbmaGay8Tsnf1MHU96hWGCO4Q1 { width:47.75rem;height:31.78359375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #gH9IJzmu467N8nHbd9zf8gp84rdJSyDw { width:47.75rem;height:33.7234375rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #PH4I7zaLdwUNJsE8IzkkG444WxruAieS { display:block; }#PH4I7zaLdwUNJsE8IzkkG444WxruAieS > .row .container { width:47.75rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KaNZdBHGLdGd7dcf0T0yGXPlTaDo2hou { width:30.375rem;height:25.5rem;top:0rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ozq0pqdMaaXlgha6To0xGPrBCruf8kGz { width:33.1875rem;height:21.875rem;top:27.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #ARL4qu3wO8vfxolVBW6423sGMlGD4twu { top:28.5rem;left:7.09375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #U9GG7RNtSuuyVBFLEEzrakCoDEcaEJ3V { display:block; }
 }@media only screen and (max-width: 959px) { #RntEkVs7wFsTdOqP1hiEuz7N9X78gWXq { top:0rem;left:0rem;width:47.75rem;height:33.0625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #FdoI6nzEXeNknsaPnym30PEo0JBDACfh { display:none; }#FdoI6nzEXeNknsaPnym30PEo0JBDACfh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #bRDwF8iVtcasODe1STGM2Sivd3iTqE2M { display:none; }#bRDwF8iVtcasODe1STGM2Sivd3iTqE2M > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 { display:none; }#UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #viLVDr5WMgifwsnAEVwfF610dEtLtKPF { width:20rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle { display:none; }#nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #UAga04dILGeH8qt57fdVRIGdyyVSB7w1 { width:15.25rem;height:1.25rem;top:4.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #uwh7bCVRU9wmpBHGGadrdvWqZrVK2cen { width:15.25rem;height:1.25rem;top:5.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS { display:none; }#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk { display:none; }#He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #GexN9GaQqSpt0s9MEcRNpzOETXmFPxWs { width:12.5rem;height:2.5625rem;top:4.5rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #VrB3pGoW6lu5p5bzPmd3vRkK5PPPHXVl { width:15.25rem;height:2.5625rem;top:7.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #hAGga0tFGdC97lTJh77sOTothN6EKXyW { width:15.25rem;height:3.875rem;top:13.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #iGmJxKDQ4TzriavayQMIro8rBastfztu { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 959px) { #HT9ZCsgAtzk0ySI4QZHhsqZJkPUTz4hR { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 959px) { #RJpiZTXfmV8D76CMoElNx3JSEUv3CXVi { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 959px) { #r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE { display:none; }#r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #Aoi7t15yVspFiT0bQKy0GmcJkPQUiqHJ { top:38.4375rem;left:16.9658203125rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 959px) { #pWEFJEESP79p1aoXlc0VkKFNd5zZx9eI { display:block; }
 }@media only screen and (max-width: 959px) { #O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 { display:none; }#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #o6tbDSRTu8qd4QLEG627anB8NMCQq5Cz { display:none; }#o6tbDSRTu8qd4QLEG627anB8NMCQq5Cz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #iLRbc65F8x4H4nU5XeJB2nN6CHl4Or7o { width:18.75rem;height:10.1875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TF1CJUVg3HQ4i53FkSFetiw0UvgTTZJI { width:18.75rem;height:17.8125rem;top:27.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #UZfhz301pKxdFzyR16g5Do6h04ock6zk { top:38.4375rem;left:16.9658203125rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 959px) { #MvPzxvcI1vQHHrPyTG2yAuiOTQb2dBHn { display:block; }
 }@media only screen and (max-width: 959px) { #gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS { display:none; }#gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk { display:none; }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg { display:none; }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ { display:none; }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #TRqizFzDMckpx3OyTEn1XpHUViL8uWdt { display:none; }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #Ps5hAtim5BxGeHbGUzAunnpVLEzAFf4r { display:none; }#Ps5hAtim5BxGeHbGUzAunnpVLEzAFf4r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #oBnd5VaUwd9EWw00gm7LNSMKRQm3PyFn { width:9.25rem;height:10.625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zpqOFWiLTzn0lf4cSPQrgahm87v44ZO1 { width:12.4375rem;height:4.9375rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #x6PFJNZn4VwSoEEOPkcCwuROL2Rt8vnb { width:47.75rem;height:33.524479166667rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #GkHlCSSbB9BJQC8JKi2nv77pE0ouCiGT { width:47.75rem;height:33.375260416667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #otk3sKgRL65OLTtQPMTUe4Ramc335pLb { width:47.75rem;height:33.7234375rem;top:84.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #nfgI4odwgDPeQvlAKHn2DAUSOJN7LWXr { display:block; }#nfgI4odwgDPeQvlAKHn2DAUSOJN7LWXr > .row .container { width:47.75rem;height:117.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gnsiZvWTeoRDoDKTpRiKwMNUn7vg87JH { width:7.3125rem;height:8.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #NT7CuSAKActTH9d6vLWby4kI5fCopJb1 { width:5.8125rem;height:8.25rem;top:3.4375rem;left:0.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PxlkBx7vymxWaAdNklr2XHgzzWZVLUgb { width:47.75rem;height:42.125rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #clH6qDeCHE4AwA6QKNQBpHWNOieOhGxg { width:47.75rem;height:33.375260416667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #s57etUmBE8b68dhgiLKMTXBFUd4BM77m { width:47.75rem;height:42.375rem;top:75.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF { display:block; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LyIgi3RlOFt5SiXxgJe1zneqRfWaMy9F { top:2.25rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #piXAb86SPiz1tW6Duku1qfLcb99O7mTT { display:block; }
 }@media only screen and (max-width: 959px) { #qJEUt56GiRTMlpzJBZxWP4JrrEDT5iPL { top:38.4375rem;left:16.9658203125rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 959px) { #puuoEeop1F72ZnxNWME8pwONbVB0TbTl { display:block; }
 }@media only screen and (max-width: 959px) { #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A { display:block; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 { display:none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #BkJVKIJDOqhmcmDDyLOs3rlypxpC9cPd { width:16.8125rem;height:4.7246125rem;top:9.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #eaJXVwDqv752Z9aAJxUeT0nJA2TVKpFw { width:16.8125rem;height:5.0625rem;top:9.25rem;left:14.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oCbwar1lXR0ccfVDazw1T719R408gvMs { width:18.125rem;height:7.4238125rem;top:8.0625rem;left:29.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zc9DTOcTIw0Hl5FCTesZHUq5vC1aTK0J { width:2.375rem;height:2.375rem;top:3.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #U3vtu9sIBMIFx20BXnqpJf7TLlTdindo { width:2.375rem;height:2.375rem;top:3.3125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #OK0PRS2msi2GexSdxsiAGRD8Phxev4KL { width:2.375rem;height:2.375rem;top:3.3125rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #J274Xyt7FdQGN6K5UTi21cooS8R2gyWe { display:block; }#J274Xyt7FdQGN6K5UTi21cooS8R2gyWe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #M0LF0op3GTXb1oPHvlumxVoFBMtpxh8E { width:13.9375rem;height:4.19921875rem;top:8.0625rem;left:0.9892578125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #adxJwDfVt0XCzmQtyi5VQ8dmSHDhDTkp { width:14.8125rem;height:4.5rem;top:8.1748046875rem;left:16.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #iwxR2ECUqLxbn7e9f64kXNA4rUVreUg5 { width:14.75rem;height:6.599625rem;top:8.0625rem;left:32.41650390625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #redouSzGLrnzrecxIOAcSo9X0GdfKQfK { width:2.375rem;height:2.375rem;top:3.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #sz0enAcWkeHC9iELsOaz6C1flHMAINvg { width:2.375rem;height:2.375rem;top:3.3125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #M3DP5TU8lJSmBnMHvry2FKGBzGqDlT0l { width:2.375rem;height:2.375rem;top:3.3125rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu { display:block; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HDl7TcZEWM1tC8asd9q8cEUUK9E4MoTQ { width:47.75rem;height:26.41171875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #sTarnTmfcoDipvVhmomQ9KQ575fOXA8v { display:none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #IFgOnG3IPKi3h5B5DMQMg95mUSGlt2Ew { width:4.5rem;height:0.125rem;top:10.3125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #A4lQLl92Wi0Vh8hpTdbm4nC9nvQ0DHzt { width:19.75rem;height:7.3125rem;top:19.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #I8gFKuIrxNJVvKI8tCKtUKK0CGfCnzlJ { width:7.3125rem;height:7.3125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #hWWnNrN3tORIxbc7IHrQ4yg5G3mtb9CN { width:27.0625rem;height:7.1875rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #FyFoKds0T2q7EFwtaSyWkta6PvpQkQAK { width:47.75rem;height:2.375rem;top:5.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #n8KNWxSrr3ZRBXo1xFe923kExh1DXG3u { width:16.4375rem;height:2.875rem;top:21.5625rem;left:2.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #zxJRu9XedLcLJAeBtvZpggUrRerXJFW9 { width:4.375rem;height:4.375rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ilOh5dtqX8RGPqTCacF2eUg3Uyv6Jbly { width:20.75rem;height:1.3125rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #BriFd24pH9nzWNApX35rp8WLWvoXm9vf { display:block; }
 }@media only screen and (max-width: 959px) { #unPKtDXk9AQCkCL8B0at7JTRWpc3tMrT { width:20.75rem;height:1.3125rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #wm2hdofPslio1aJAZ8BToAaSxugDz0Ai { display:block; }
 }@media only screen and (max-width: 959px) { #ViKa518TQ6q7DK3oQPIOWIzr4DEo0xVh { width:1.25rem;height:1.25rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #XlcRULmGKklc2yF7m9X6AzZm9ehZhe2z { width:1.375rem;height:1.375rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #lorF9TUrRGzhQ6ybupT6rPgrXKJveCDM { width:38.75rem;height:23.4375rem;top:13.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e59ef35d-6316-4915-9ee4-075b99e37159/cinemapartenioavellinomultisalateatrofotointerni11024x5761.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT.adaptive-delivery-prevent-bg, #Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT.lazyload, #Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT.lazyloading { background-image: none; }#Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT > .row .container { background-color: transparent; background-image: none; }#Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT > .row .container > .video-iframe-container { display: none; }#Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT > .row > .video-iframe-container { display: none; }#Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT > .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); }#Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #M5t5W6RpXUsWGA8Sp0qFMsG6TWaH9iT8 { width:4.5rem;height:0.125rem;top:7.9375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #T2NXGERwrBO1A342rF4ZuEW4lQOXOFc5 { width:19.75rem;height:7.3125rem;top:19.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #yAbWVEv0GXdSlWodxwZaSbx04qByl3Cd { width:25.75rem;height:5.4375rem;top:26.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bTkvTTIlpTli0LlBF3oAc8fX1GT2DhTF { width:47.75rem;height:2.125rem;top:3.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ETavL9DXhx17XgrnGlnCM3VuWiCvnI3h { width:11.125rem;height:2.5996125rem;top:21.60595703125rem;left:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #qtO7yWE2GZpzwOOBTTwd4XkPDDPftTn3 { width:4.375rem;height:4.375rem;top:20.71875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pOT76ckMnkgoeqlWc2d2c8i3lZ4J4TDb { width:20.75rem;height:1.3125rem;top:29.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 959px) { #Git5gncgsHB3dMuqvLc2EQ17fNqz3y1x { display:block; }
 }@media only screen and (max-width: 959px) { #SbDvymT2BS5Wat2WZQm4mPs1KZeZTRlR { width:20.75rem;height:1.3125rem;top:27.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 959px) { #Qz4Qa5XXb23L4D1nWtMQ7Vixb3wmTLpq { display:block; }
 }@media only screen and (max-width: 959px) { #kvkmeIk7XfTD3dfwfCRwwbWuOiQoSZx3 { width:1.25rem;height:1.25rem;top:29.46875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nxt9siI5WKXPPLRKnSyn2e5fU6TOO6TC { width:1.375rem;height:1.375rem;top:27.46875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #V1awrFbE963pBnCGoiIfL4opQAyDan4z { width:38.75rem;height:23.4375rem;top:10.375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 959px) { #CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku { display:none; }#CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #zcOcGrhHCVTtTT2CXUoDQrGAq4Gwlq6G { width:4.5rem;height:0.125rem;top:10.3125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MMwQvlnGld7T1HMrvP77kJoJeV5avGEq { width:19.75rem;height:7.3125rem;top:19.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vE4L8wwfnyW06nRgJOLg51u4Fuv5kvF6 { width:27.0625rem;height:7.1875rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #DduzSdeTIisEWFKyAe1dr5GeCtzkrqkH { width:20rem;height:2.375rem;top:1.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HB326u675nbe2vKNQhOi9n1nu0yROebQ { width:11.75rem;height:2.25rem;top:7.25rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QiaAywr1GkBTeGfCo3BvHX2XpDycdLSM { width:4.375rem;height:4.375rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #qV0OpRu4X17Zxit9WU7PsdtdxxHwLtC4 { width:20.75rem;height:1.3125rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #XqoUNTlSTLhhevbGW9le3SGTzMDTTW0l { display:block; }
 }@media only screen and (max-width: 959px) { #lOTdrMP1zmgB9HRldgF4Q3cJPsiukUSs { width:20.75rem;height:1.3125rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #o1c4u5ZT3ALo4kxJKpvA09rddcSNfZqd { display:block; }
 }@media only screen and (max-width: 959px) { #ZW8B4TgAqeSsyu6f4WxLWrytRi6TA2GW { width:1.25rem;height:1.25rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #y7TGtJRaJMxkaUXTXT6TNQa05wuczrFs { width:1.375rem;height:1.375rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #aeQRpzRP4memGwXGT0GitCcGhaoSM6Tn { width:38.75rem;height:23.4375rem;top:14.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 959px) { #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { background-color:#000000;background-image:none;display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { background-color: transparent; background-image: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container > .video-iframe-container { display: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container { display: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .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); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { width:47.75rem;height:3.2998rem;top:2.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-text {padding-top: 0; padding-bottom: 0;}#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-select {padding-top: 0; padding-bottom: 0;}#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR  { width:17.5rem;height:auto;top:10.8125rem;left:13.875rem; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR {display:block;}#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR { width:17.5rem;height:auto;top:10.8125rem;left:13.875rem; }
 }@media only screen and (max-width: 959px) { #c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR #SFnQT0dyZq2hGyJgUPCSJHiMTSqhEpfI {  }
 }@media only screen and (max-width: 959px) { #c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR #tyXQ18qTk7MdwVpdqDNncNG1QWT0rwF9 {  }
 }@media only screen and (max-width: 959px) { #c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR #WOiOscVC2dKhmpGJWNmVXDUkxyUpDTVn {  }
 }@media only screen and (max-width: 959px) { #c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR #NTTxE01ASZnb5xyq0UIWcouQno26BO0C {  }
 }@media only screen and (max-width: 959px) { #c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR #CopiR5fi4Fasg4JJJb8TRT3C4LcvtuZP {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { position:relative;z-index:auto;display:none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { width:20rem;height:18.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T76pmy5G0xgfhTsGdKGmogouhVo7bGNM { width:2.75rem;height:2.75rem;top:10.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgqTiZrvpFG0bXgLMghGpD8slUM1FDTF { width:7.5625rem;height:1.3125rem;top:1.5rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hlsRyzTEMv20gtN4suaHFl2KdzpDfxRU { display:block; }
 }@media only screen and (max-width: 763px) { #NS1fbXp0VLbPGRokTT40gJHZHSC0vky4 { width:11.375rem;height:1.3125rem;top:1.5rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrkWDfHSfDCUHFPoDDHuc3LAAMQNxnTM { display:block; }
 }@media only screen and (max-width: 763px) { #XGCgO9U7TEKPur1P5czcBBLe7hLQaIsB { width:2.75rem;height:2.75rem;top:14.5rem;left:8.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #enWaMAITbZVXgvi0qhJDJppMEogw13hx { width:1.1875rem;height:1.1875rem;top:5.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roQl8WuhqI3P3Je7WyW0tdaWJ46SyJcu { width:1.1875rem;height:1.1875rem;top:8.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNQeEB2lfvgyqOJGMWha9ybyewrL4RN1 { width:1.375rem;height:1.375rem;top:11.5rem;left:10.25rem;display:none; }
#nNQeEB2lfvgyqOJGMWha9ybyewrL4RN1 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #yice4C68ruiS4XlAy4bIUdHTTpha6TXS { width:1.375rem;height:1.375rem;top:11.5rem;left:10.25rem;display:none; }
#yice4C68ruiS4XlAy4bIUdHTTpha6TXS > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #zumdnFId63VJzsgZnlAFm1lZZSViDT09 { position:relative;z-index:auto;display:block; }#zumdnFId63VJzsgZnlAFm1lZZSViDT09 > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZkIV0IAzPT29tLoagMpJ9f1Bkxp0P1tg { width:7.5625rem;height:1.3125rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPh5hvTFTfXJvKNke1Xrg0pInHlAOZmo { display:block; }
 }@media only screen and (max-width: 763px) { #m9uaGQmW4eMa3wl8vARuqB0v8tWKPnrI { width:11.375rem;height:1.3125rem;top:4.625rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PT7eBnUBwHRMNrGnKpfSWrecEVMadWql { display:block; }
 }@media only screen and (max-width: 763px) { #hcsHBUV97eeg604VdTlh6FcTJ9WemVln { width:1.375rem;height:1.375rem;top:1.28125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1CWo9qBuQLacEswd38vXTM2pO3tfEz2 { width:1.1875rem;height:1.1875rem;top:1.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyGP4MrJb80hBr5PNDIk85xQ2GU7JgmN { width:1.375rem;height:1.375rem;top:11.5rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiArPogTozis9OCt0XaknmEHmGFCAoi5 { width:1.375rem;height:1.375rem;top:11.5rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jo1GcTemOG9XQFURtEU2b0yRUKiKqTNt { top:1.337890625rem;left:2.25rem;width:5.625rem;height:1.21875rem;z-index:15016;color:rgba(var(--color-tertiary-0),1);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP5aTO8vkgOlpsJ0RrZEbEqKmSQ6aewK { top:1.234375rem;left:10.3125rem;width:9.3125rem;height:1.21875rem;z-index:15017;color:rgba(var(--color-tertiary-0),1);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { background-color:rgba(12,16,37,0.5);background-image:none;display:none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:20rem;height:12.0302734375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { width:15.3125rem;height:1.79980625rem;top:1.25rem;left:2.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AAMc6OSE9gswikPtm5ylK1l45eaCCEaJ { width:18.75rem;height:0.89355625rem;top:4.29980625rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3UNS8hZTQ57nGhMyBWlEubP0VoT0wey { width:20rem;height:0.8999rem;top:6.4433625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJdBntEV7TrFDw43ylmDhoxEWVKSger6 { width:1.5625rem;height:1.5625rem;top:41.937141656876rem;left:9.1867890954019rem;display:none; }
 }@media only screen and (max-width: 763px) { #Af8Co0qL8GwinAZwu5S99neTkTmvrRTD { width:6.625rem;height:1.3125rem;top:44.7490234375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZWTrOpDTI2FJklm5P79QZex9FhAWv9b { display:block; }
 }@media only screen and (max-width: 763px) { #O70CpFNg2gRIupWqE0bqAVoq1mwFSRt5 { top:8.592775rem;left:4.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHqlHXgVk2hSkUrRmKGIbAL6q2W1Mf5w { display:block; }
 }@media only screen and (max-width: 763px) { #PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D { background-color:rgba(12,16,37,0.5);background-image:none;display:none; }#PI0ce9TW9xylhiNuc6NcpAESu0Cwnb8D > .row .container { width:20rem;height:12.0302734375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rhNhIRN7mTh6sEthq4u46dsT0IIl8wbf { width:15.3125rem;height:1.79980625rem;top:1.25rem;left:2.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qR0F3qn9L7CtJyMRD5N0zpJsDy3BuS0T { width:18.75rem;height:0.89355625rem;top:4.29980625rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2QCt8U9W40sM0dRtcUVJT4GT5aVK7T { width:20rem;height:0.8999rem;top:6.4433625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvCOgHBUUrl2Higp3P75LDrTkiRm8JrG { width:1.5625rem;height:1.5625rem;top:41.937141656876rem;left:9.1867890954019rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOsUeT8tW1dD6MFon2vTUmamiKoBEChC { width:6.625rem;height:1.3125rem;top:44.7490234375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzC8yvL6wlNHg5y4qKXboMUho0zP0DyP { display:block; }
 }@media only screen and (max-width: 763px) { #DEFnUsp2nSHGwzKyeGKFR3ZC8iBSmfg9 { top:8.592775rem;left:4.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVrgMJopByRCGbXosKW9zTSCrEZWItih { display:block; }
 }@media only screen and (max-width: 763px) { #PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 { background-color:rgba(12,16,37,0.5);background-image:none;display:none; }#PrwI3JZd7QzqK9EcvXldRHcdpNu7ocD0 > .row .container { width:20rem;height:10.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pnQRAQWGmycRV34p9IVMEKTy0NP6rPqJ { width:20rem;height:10.125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66f9ea95-0e18-44f2-b25b-9c879406a5ff/SCHEDATECNICA_ILLAGODEICIGNI_03copia.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt.adaptive-delivery-prevent-bg, #ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt.lazyload, #ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt.lazyloading { background-image: none; }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt > .row .container { background-color: transparent; background-image: none; }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,16,37,0.5); }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt > .row .container > .video-iframe-container { display: none; }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,16,37,0.5); }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt > .row > .video-iframe-container { display: none; }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt > .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); }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt > .row .container { border-width: 0; border-radius: 0; }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt::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; }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ev1JPPleBN8RswwQHd1p0XXWFSXZ7QQt > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrPneCZLlb7vmt9PcTCfOQ8xPRwXvSua { width:15.375rem;height:3.2998rem;top:26.505859375rem;left:2.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;text-shadow:0.0625rem 0.1875rem 0.125rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #wtK9knaKULU94QGftKH5HEUFLJm0McxF { width:19.4375rem;height:2.886725rem;top:6.36328125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;text-shadow:-0.125rem 0.125rem 0.125rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #WHbM3iZUvWBgPycGWD7OhzxWeLlAAyQu { width:20rem;height:2.4746125rem;top:2.48828125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;text-shadow:0rem 0.375rem 0.1875rem #000000;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #AUnw837zR0sWCAVrqPTHUcfM4AaD2BJS { top:31.125rem;left:3.875rem;z-index:15007;width:12.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmIkrz3xMQn7wrmnrTrWtNFw0Gm1RNna { display:block; }
 }@media only screen and (max-width: 763px) { #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { display:block; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V { display:none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { width:20rem;height:70.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BHdUJnWEw7nvDcGq09kT3Q0GHS8QNo4i { width:18.75rem;height:49.2915rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tlHxg24D2c8TXbb4JagKlOPNqrtO6BXZ { width:20rem;height:13.182625rem;top:51.791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNAKbVqIXyQpuzkyXE0DRIvkZClni0gH { top:66.22315234375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJJzmSWBcTHX1qx3o2HZsbN92OZhekgN { display:block; }
 }@media only screen and (max-width: 763px) { #aIbQKNN71FkGXzbfTxf2uEOffyUdQKb5 { display:none; }#aIbQKNN71FkGXzbfTxf2uEOffyUdQKb5 > .row .container { width:20rem;height:38.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #miet6IWbmaGay8Tsnf1MHU96hWGCO4Q1 { width:20rem;height:16.727748691099rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH9IJzmu467N8nHbd9zf8gp84rdJSyDw { width:20rem;height:17.748691099476rem;top:19.2275625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH4I7zaLdwUNJsE8IzkkG444WxruAieS { display:none; }#PH4I7zaLdwUNJsE8IzkkG444WxruAieS > .row .container { width:20rem;height:106.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KaNZdBHGLdGd7dcf0T0yGXPlTaDo2hou { width:18.75rem;height:49.2915rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ozq0pqdMaaXlgha6To0xGPrBCruf8kGz { width:20rem;height:13.182625rem;top:51.791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARL4qu3wO8vfxolVBW6423sGMlGD4twu { top:66.22315234375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9GG7RNtSuuyVBFLEEzrakCoDEcaEJ3V { display:block; }
 }@media only screen and (max-width: 763px) { #RntEkVs7wFsTdOqP1hiEuz7N9X78gWXq { width:20rem;height:13.848167539267rem;top:70.91065234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdoI6nzEXeNknsaPnym30PEo0JBDACfh { display:none; }#FdoI6nzEXeNknsaPnym30PEo0JBDACfh > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bRDwF8iVtcasODe1STGM2Sivd3iTqE2M { display:block; }#bRDwF8iVtcasODe1STGM2Sivd3iTqE2M > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 > .row .container { background-color: transparent; background-image: none; }#UobkV76MuphvzU9nHt6DxE9JdU6pXdI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 > .row .container > .video-iframe-container { display: none; }#UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 > .row > .video-iframe-container { display: none; }#UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 > .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); }#UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 > .row .container { border-width: 0; border-radius: 0; }#UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UobkV76MuphvzU9nHt6DxE9JdU6pXdI2 > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viLVDr5WMgifwsnAEVwfF610dEtLtKPF { height:26.5rem;width:20rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle > .row .container { background-color: transparent; background-image: none; }#nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle > .row .container > .video-iframe-container { display: none; }#nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle > .row > .video-iframe-container { display: none; }#nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle > .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); }#nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle > .row .container { border-width: 0; border-radius: 0; }#nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrMJ3w5OBCC2bFZvHh1zDlOxOEGFGAle > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAga04dILGeH8qt57fdVRIGdyyVSB7w1 { top:0.6875rem;left:2.375rem;width:15.25rem;height:1.29980625rem;z-index:15002;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwh7bCVRU9wmpBHGGadrdvWqZrVK2cen { top:2.6875rem;left:2.375rem;width:15.25rem;height:1.29980625rem;z-index:15001;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/92755f4e-22a1-4b9d-af33-c39e13f80a6d/ILLAGODEICIGNI_LACOMPAGNIA02.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS.adaptive-delivery-prevent-bg, #dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS.lazyload, #dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS.lazyloading { background-image: none; }#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS > .row .container { background-color: transparent; background-image: none; }#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS > .row .container > .video-iframe-container { display: none; }#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS > .row > .video-iframe-container { display: none; }#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS > .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); }#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS > .row .container { border-width: 0; border-radius: 0; }#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dAETK2w8qpkH2nnhNSRUyuJHr9P0pbHS > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk > .row .container { background-color: transparent; background-image: none; }#He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk > .row .container > .video-iframe-container { display: none; }#He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk > .row > .video-iframe-container { display: none; }#He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk > .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); }#He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk > .row .container { border-width: 0; border-radius: 0; }#He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#He7IXgrrZeI3Ncds2vgwghuXU4K0G4fk > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GexN9GaQqSpt0s9MEcRNpzOETXmFPxWs { top:3.5rem;left:2.375rem;width:15.25rem;height:1.29980625rem;z-index:15000;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrB3pGoW6lu5p5bzPmd3vRkK5PPPHXVl { top:7.63720703125rem;left:2.375rem;width:15.25rem;height:2.5996125rem;z-index:15001;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAGga0tFGdC97lTJh77sOTothN6EKXyW { top:12.974609375rem;left:2.375rem;width:15.25rem;height:3.89941875rem;z-index:15002;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGmJxKDQ4TzriavayQMIro8rBastfztu { display:flex;top:1.5625rem;left:9.3125rem;width:1.375rem;height:1.375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #HT9ZCsgAtzk0ySI4QZHhsqZJkPUTz4hR { display:flex;top:5.6875rem;left:9.3125rem;width:1.375rem;height:1.375rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #RJpiZTXfmV8D76CMoElNx3JSEUv3CXVi { display:flex;top:11rem;left:9.3125rem;width:1.375rem;height:1.375rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE > .row .container { background-color: transparent; background-image: none; }#r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE > .row .container > .video-iframe-container { display: none; }#r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE > .row > .video-iframe-container { display: none; }#r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE > .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); }#r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE > .row .container { border-width: 0; border-radius: 0; }#r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r4Bb1C1lv10nPzHxmc8UkbUcCaWVeCXE > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aoi7t15yVspFiT0bQKy0GmcJkPQUiqHJ { top:1.0625rem;left:3.875rem;z-index:15008;width:12.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWEFJEESP79p1aoXlc0VkKFNd5zZx9eI { display:block; }
 }@media only screen and (max-width: 763px) { #O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/680f89a8-7aae-49f4-82cf-dbf4bbe4797a/PHOTO202404301715292.webp");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7.adaptive-delivery-prevent-bg, #O6bksbeAEcvdWrb73C84HMSPHWWRK2r7.lazyload, #O6bksbeAEcvdWrb73C84HMSPHWWRK2r7.lazyloading { background-image: none; }#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 > .row .container { background-color: transparent; background-image: none; }#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 > .row .container > .video-iframe-container { display: none; }#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 > .row > .video-iframe-container { display: none; }#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 > .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); }#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 > .row .container { border-width: 0; border-radius: 0; }#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6bksbeAEcvdWrb73C84HMSPHWWRK2r7 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6tbDSRTu8qd4QLEG627anB8NMCQq5Cz { background-color:#000000;background-image:none;display:block; }#o6tbDSRTu8qd4QLEG627anB8NMCQq5Cz > .row .container { background-color: transparent; background-image: none; }#o6tbDSRTu8qd4QLEG627anB8NMCQq5Cz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6tbDSRTu8qd4QLEG627anB8NMCQq5Cz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6tbDSRTu8qd4QLEG627anB8NMCQq5Cz > .row .container > .video-iframe-container { display: none; }#o6tbDSRTu8qd4QLEG627anB8NMCQq5Cz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6tbDSRTu8qd4QLEG627anB8NMCQq5Cz > .row > .video-iframe-container { display: none; }#o6tbDSRTu8qd4QLEG627anB8NMCQq5Cz > .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); }#o6tbDSRTu8qd4QLEG627anB8NMCQq5Cz > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLRbc65F8x4H4nU5XeJB2nN6CHl4Or7o { width:16.625rem;height:16.798875rem;top:2.0625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TF1CJUVg3HQ4i53FkSFetiw0UvgTTZJI { width:19.4375rem;height:26.59815rem;top:20.30615234375rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #UZfhz301pKxdFzyR16g5Do6h04ock6zk { top:49.3125rem;left:3.875rem;z-index:15009;width:12.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvPzxvcI1vQHHrPyTG2yAuiOTQb2dBHn { display:block; }
 }@media only screen and (max-width: 763px) { #gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS > .row .container { background-color: transparent; background-image: none; }#gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS > .row .container > .video-iframe-container { display: none; }#gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS > .row > .video-iframe-container { display: none; }#gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS > .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); }#gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS > .row .container { border-width: 0; border-radius: 0; }#gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gaD38er4VwXB9RZAOS1f9xlT1zXvcvqS > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/2107e237-50da-483c-be98-9472dbc3c4fe/ILLAGODEICIGNI_02copia.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk.adaptive-delivery-prevent-bg, #Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk.lazyload, #Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk.lazyloading { background-image: none; }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk > .row .container { background-color: transparent; background-image: none; }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk > .row .container > .video-iframe-container { display: none; }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk > .row > .video-iframe-container { display: none; }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk > .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); }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk > .row .container { border-width: 0; border-radius: 0; }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qz4fTCTHqHyHzcC7xuZQpZzWJREGkZEk > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/117d6682-87fd-4705-9a32-bb92ccaa2e5d/ILLAGODEICIGNI_LACOMPAGNIA01OKcopia.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg.adaptive-delivery-prevent-bg, #l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg.lazyload, #l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg.lazyloading { background-image: none; }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg > .row .container { background-color: transparent; background-image: none; }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg > .row .container > .video-iframe-container { display: none; }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg > .row > .video-iframe-container { display: none; }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg > .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); }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg > .row .container { border-width: 0; border-radius: 0; }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5XDcnxIQSJc3SJAxsmKgxQwuNn1B8lg > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1dc0f5c5-2bef-4722-8f77-5e42ed988b71/ILLAGODEICIGNI_AUDIOcopia.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ.adaptive-delivery-prevent-bg, #cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ.lazyload, #cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ.lazyloading { background-image: none; }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ > .row .container { background-color: transparent; background-image: none; }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ > .row .container > .video-iframe-container { display: none; }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ > .row > .video-iframe-container { display: none; }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ > .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); }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ > .row .container { border-width: 0; border-radius: 0; }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHeUWcyfSf7UiA4PPeEbOuSsQ4doTBJQ > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRqizFzDMckpx3OyTEn1XpHUViL8uWdt { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/47d94bb4-ffce-4c38-8e18-0bf117cfcedb/_ILLAGODEICIGNI_CONTATTIcopia.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt.adaptive-delivery-prevent-bg, #TRqizFzDMckpx3OyTEn1XpHUViL8uWdt.lazyload, #TRqizFzDMckpx3OyTEn1XpHUViL8uWdt.lazyloading { background-image: none; }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt > .row .container { background-color: transparent; background-image: none; }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt > .row .container > .video-iframe-container { display: none; }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt > .row > .video-iframe-container { display: none; }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt > .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); }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt > .row .container { border-width: 0; border-radius: 0; }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRqizFzDMckpx3OyTEn1XpHUViL8uWdt > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ps5hAtim5BxGeHbGUzAunnpVLEzAFf4r { display:none; }#Ps5hAtim5BxGeHbGUzAunnpVLEzAFf4r > .row .container { width:20rem;height:131.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oBnd5VaUwd9EWw00gm7LNSMKRQm3PyFn { width:9.25rem;height:3.8125rem;top:6.898925rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpqOFWiLTzn0lf4cSPQrgahm87v44ZO1 { width:12.4375rem;height:4.3994125rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6PFJNZn4VwSoEEOPkcCwuROL2Rt8vnb { width:20rem;height:14.041666666667rem;top:97.05128515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkHlCSSbB9BJQC8JKi2nv77pE0ouCiGT { width:20rem;height:13.979166666667rem;top:81.82228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otk3sKgRL65OLTtQPMTUe4Ramc335pLb { width:20rem;height:17.748691099476rem;top:112.34278515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfgI4odwgDPeQvlAKHn2DAUSOJN7LWXr { display:none; }#nfgI4odwgDPeQvlAKHn2DAUSOJN7LWXr > .row .container { width:20rem;height:131.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gnsiZvWTeoRDoDKTpRiKwMNUn7vg87JH { width:9.25rem;height:3.8125rem;top:6.898925rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT7CuSAKActTH9d6vLWby4kI5fCopJb1 { width:12.4375rem;height:4.3994125rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxlkBx7vymxWaAdNklr2XHgzzWZVLUgb { width:20rem;height:14.041666666667rem;top:97.05128515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clH6qDeCHE4AwA6QKNQBpHWNOieOhGxg { width:20rem;height:13.979166666667rem;top:81.82228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s57etUmBE8b68dhgiLKMTXBFUd4BM77m { width:20rem;height:17.748691099476rem;top:112.34278515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF { background-color:#000000;background-image:none;display:block; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { background-color: transparent; background-image: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .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); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyIgi3RlOFt5SiXxgJe1zneqRfWaMy9F { top:4.875rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #piXAb86SPiz1tW6Duku1qfLcb99O7mTT { display:block; }
 }@media only screen and (max-width: 763px) { #qJEUt56GiRTMlpzJBZxWP4JrrEDT5iPL { top:3.4375rem;left:3.875rem;z-index:15010;width:12.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puuoEeop1F72ZnxNWME8pwONbVB0TbTl { display:block; }
 }@media only screen and (max-width: 763px) { #kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A { display:none; }#kH9gbxulbNdEQfCqSZPg3nDEZGMUPu1A > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 { display:none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { width:20rem;height:26.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BkJVKIJDOqhmcmDDyLOs3rlypxpC9cPd { width:16.8125rem;height:1.69970625rem;top:1.25rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eaJXVwDqv752Z9aAJxUeT0nJA2TVKpFw { width:16.8125rem;height:3.3994125rem;top:4.19921875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCbwar1lXR0ccfVDazw1T719R408gvMs { width:16.8125rem;height:5.09911875rem;top:8.84814375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zc9DTOcTIw0Hl5FCTesZHUq5vC1aTK0J { display:flex;width:2.375rem;height:2.375rem;top:15.1962875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #U3vtu9sIBMIFx20BXnqpJf7TLlTdindo { display:flex;width:2.375rem;height:2.375rem;top:18.8212875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #OK0PRS2msi2GexSdxsiAGRD8Phxev4KL { display:flex;width:2.375rem;height:2.375rem;top:22.4462875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #J274Xyt7FdQGN6K5UTi21cooS8R2gyWe { display:none; }#J274Xyt7FdQGN6K5UTi21cooS8R2gyWe > .row .container { width:20rem;height:26.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M0LF0op3GTXb1oPHvlumxVoFBMtpxh8E { width:16.8125rem;height:1.69970625rem;top:1.25rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adxJwDfVt0XCzmQtyi5VQ8dmSHDhDTkp { width:16.8125rem;height:3.3994125rem;top:4.19921875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwxR2ECUqLxbn7e9f64kXNA4rUVreUg5 { width:16.8125rem;height:5.09911875rem;top:8.84814375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #redouSzGLrnzrecxIOAcSo9X0GdfKQfK { display:flex;width:2.375rem;height:2.375rem;top:15.1962875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #sz0enAcWkeHC9iELsOaz6C1flHMAINvg { display:flex;width:2.375rem;height:2.375rem;top:18.8212875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #M3DP5TU8lJSmBnMHvry2FKGBzGqDlT0l { display:flex;width:2.375rem;height:2.375rem;top:22.4462875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu { background-color:rgba(var(--color-primary-4),1);background-image:none;display:none; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { width:20rem;height:13.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HDl7TcZEWM1tC8asd9q8cEUUK9E4MoTQ { height:11.082rem;width:20rem;top:1.23974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTarnTmfcoDipvVhmomQ9KQ575fOXA8v { display:none; }#sTarnTmfcoDipvVhmomQ9KQ575fOXA8v > .row .container { width:20rem;height:38.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IFgOnG3IPKi3h5B5DMQMg95mUSGlt2Ew { width:4.5625rem;height:0.125rem;top:4rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4lQLl92Wi0Vh8hpTdbm4nC9nvQ0DHzt { width:13.875rem;height:3.3125rem;top:9.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8gFKuIrxNJVvKI8tCKtUKK0CGfCnzlJ { width:3.125rem;height:3.125rem;top:5.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWWnNrN3tORIxbc7IHrQ4yg5G3mtb9CN { width:13.4375rem;height:3.5rem;top:16.4746125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyFoKds0T2q7EFwtaSyWkta6PvpQkQAK { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8KNWxSrr3ZRBXo1xFe923kExh1DXG3u { width:11.75rem;height:2.5996125rem;top:12.625rem;left:4.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxJRu9XedLcLJAeBtvZpggUrRerXJFW9 { width:2.8125rem;height:2.8125rem;top:11.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilOh5dtqX8RGPqTCacF2eUg3Uyv6Jbly { width:8.75rem;height:1rem;top:21.0371125rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BriFd24pH9nzWNApX35rp8WLWvoXm9vf { display:block; }
 }@media only screen and (max-width: 763px) { #unPKtDXk9AQCkCL8B0at7JTRWpc3tMrT { width:6.75rem;height:1rem;top:18.5371125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm2hdofPslio1aJAZ8BToAaSxugDz0Ai { display:block; }
 }@media only screen and (max-width: 763px) { #ViKa518TQ6q7DK3oQPIOWIzr4DEo0xVh { width:1.25rem;height:1.25rem;top:21.1621125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlcRULmGKklc2yF7m9X6AzZm9ehZhe2z { width:1.375rem;height:1.375rem;top:18.6621125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lorF9TUrRGzhQ6ybupT6rPgrXKJveCDM { width:16.125rem;height:13.75rem;top:23.6621125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT { display:none; }#Ry9JXnz0GxUS9BpfOPf5y4SGHO9N14hT > .row .container { width:20rem;height:38.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M5t5W6RpXUsWGA8Sp0qFMsG6TWaH9iT8 { width:4.5625rem;height:0.125rem;top:4rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2NXGERwrBO1A342rF4ZuEW4lQOXOFc5 { width:13.875rem;height:3.3125rem;top:9.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAbWVEv0GXdSlWodxwZaSbx04qByl3Cd { width:13.4375rem;height:3.5rem;top:16.4746125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkvTTIlpTli0LlBF3oAc8fX1GT2DhTF { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ETavL9DXhx17XgrnGlnCM3VuWiCvnI3h { width:11.75rem;height:2.5996125rem;top:12.625rem;left:4.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtO7yWE2GZpzwOOBTTwd4XkPDDPftTn3 { width:2.8125rem;height:2.8125rem;top:11.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOT76ckMnkgoeqlWc2d2c8i3lZ4J4TDb { width:8.75rem;height:1rem;top:21.0371125rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Git5gncgsHB3dMuqvLc2EQ17fNqz3y1x { display:block; }
 }@media only screen and (max-width: 763px) { #SbDvymT2BS5Wat2WZQm4mPs1KZeZTRlR { width:6.75rem;height:1rem;top:18.5371125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz4Qa5XXb23L4D1nWtMQ7Vixb3wmTLpq { display:block; }
 }@media only screen and (max-width: 763px) { #kvkmeIk7XfTD3dfwfCRwwbWuOiQoSZx3 { width:1.25rem;height:1.25rem;top:21.1621125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxt9siI5WKXPPLRKnSyn2e5fU6TOO6TC { width:1.375rem;height:1.375rem;top:18.6621125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1awrFbE963pBnCGoiIfL4opQAyDan4z { width:16.125rem;height:13.75rem;top:23.6621125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ce121924-e74c-4d28-b404-10231a3b8cab/arton72600f5424.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku.adaptive-delivery-prevent-bg, #CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku.lazyload, #CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku.lazyloading { background-image: none; }#CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku > .row .container { background-color: transparent; background-image: none; }#CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku > .row .container > .video-iframe-container { display: none; }#CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku > .row > .video-iframe-container { display: none; }#CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku > .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); }#CWNQXuZCTRb3MfN5slFpd8c57RFOF9ku > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcOcGrhHCVTtTT2CXUoDQrGAq4Gwlq6G { width:4.5625rem;height:0.125rem;top:4.875rem;left:7.71875rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MMwQvlnGld7T1HMrvP77kJoJeV5avGEq { width:13.875rem;height:3.3125rem;top:6.85595703125rem;left:3.0625rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vE4L8wwfnyW06nRgJOLg51u4Fuv5kvF6 { width:13.8125rem;height:3.5rem;top:11.412109375rem;left:3.09375rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DduzSdeTIisEWFKyAe1dr5GeCtzkrqkH { width:20rem;height:2.375rem;top:1.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #HB326u675nbe2vKNQhOi9n1nu0yROebQ { width:11.75rem;height:2.2744125rem;top:7.2744140625rem;left:6.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiaAywr1GkBTeGfCo3BvHX2XpDycdLSM { width:2.1875rem;height:2.1875rem;top:7.29345703125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV0OpRu4X17Zxit9WU7PsdtdxxHwLtC4 { width:8.75rem;height:1rem;top:13.412109375rem;left:6.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqoUNTlSTLhhevbGW9le3SGTzMDTTW0l { display:block; }
 }@media only screen and (max-width: 763px) { #lOTdrMP1zmgB9HRldgF4Q3cJPsiukUSs { width:6.75rem;height:1rem;top:11.849609375rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1c4u5ZT3ALo4kxJKpvA09rddcSNfZqd { display:block; }
 }@media only screen and (max-width: 763px) { #ZW8B4TgAqeSsyu6f4WxLWrytRi6TA2GW { width:1.25rem;height:1.25rem;top:13.412109375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7TGtJRaJMxkaUXTXT6TNQa05wuczrFs { width:1.375rem;height:1.375rem;top:11.662109375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeQRpzRP4memGwXGT0GitCcGhaoSM6Tn { width:20rem;height:10.5625rem;top:17.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { display:none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-regular-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-text { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-text {padding-top: 0; padding-bottom: 0;}#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-textarea { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-select { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-select {padding-top: 0; padding-bottom: 0;}#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .widget-checkbox-label { width:12.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR  { width:14.3125rem;height:auto;top:3.3125rem;left:0rem; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR .radio-container { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR {display:block;}#c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR { width:14.3125rem;height:auto;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR #SFnQT0dyZq2hGyJgUPCSJHiMTSqhEpfI {  }
 }@media only screen and (max-width: 763px) { #c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR #tyXQ18qTk7MdwVpdqDNncNG1QWT0rwF9 {  }
 }@media only screen and (max-width: 763px) { #c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR #WOiOscVC2dKhmpGJWNmVXDUkxyUpDTVn {  }
 }@media only screen and (max-width: 763px) { #c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR #NTTxE01ASZnb5xyq0UIWcouQno26BO0C {  }
 }@media only screen and (max-width: 763px) { #c2T5y7rAITU6Tg1fZ1dk2Lvc4oVLXXGR #CopiR5fi4Fasg4JJJb8TRT3C4LcvtuZP {  }
 }