.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,255;--color-primary-1:224,224,224;--color-primary-2:204,204,204;--color-primary-3:122,122,122;--color-primary-4:46,46,46;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:46,46,46;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utv8BPKTiaRcTAGTKbNdfPww6MM9CANW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#Utv8BPKTiaRcTAGTKbNdfPww6MM9CANW > .row .container { background-color: transparent; background-image: none; }#Utv8BPKTiaRcTAGTKbNdfPww6MM9CANW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utv8BPKTiaRcTAGTKbNdfPww6MM9CANW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utv8BPKTiaRcTAGTKbNdfPww6MM9CANW > .row .container > .video-iframe-container { display: none; }#Utv8BPKTiaRcTAGTKbNdfPww6MM9CANW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utv8BPKTiaRcTAGTKbNdfPww6MM9CANW > .row > .video-iframe-container { display: none; }#Utv8BPKTiaRcTAGTKbNdfPww6MM9CANW > .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); }#Utv8BPKTiaRcTAGTKbNdfPww6MM9CANW > .row .container { border-width: 0; border-radius: 0; }#Utv8BPKTiaRcTAGTKbNdfPww6MM9CANW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Utv8BPKTiaRcTAGTKbNdfPww6MM9CANW > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#L51Tn3QEMQawwbJPWKGFVCErmpswelSl { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.380859375rem;left:19.40625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/624ea565-5665-4c29-a837-cb1ab9aec3ef/_DSC6180.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.82); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.82); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#kAkxgvcZTlvtKCP39OmzmMfQlCkNws3W { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:8.8125rem;top:5.75rem;left:33.09375rem;overflow:hidden;display:block; }
#ieNeAhSrTH4P5naFI17aT5VSHxlaEE4G { color:rgba(var(--color-tertiary-0),1);display:block;width:66.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:20rem;left:4.0625rem;height:;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;text-align:center;text-align-last:center;display:block; }
#TPsMdqRPIrXKQT62a0l4RU1pDBI4ez2X { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:33.2373046875rem;left:0rem;height:5.625rem;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;text-align:center;text-align-last:center;display:block; }
#m3JKvZCae12aE9oWOHXkD6CtwUMqKlma { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:41.1875rem;left:29.0625rem;display:none; }
#vg7xptwn5DJyVEVWTCTQGDJFKhHRRwyM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJWT75XBvIgqSMTX4r7Mknu9xIJdxiD7 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.8125rem;left:29.6875rem;display:block; }
#pRpG90eD8tw33yosusK4puPLmqlxAlvS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UIQs3WehTX0vJ74brceaPnnVSuif7FlS { position:relative;display:block; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS { background-color: transparent; background-image: none; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .row .container > .video-iframe-container { display: none; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .row > .video-iframe-container { display: none; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .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); }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS { border-width: 0; border-radius: 0; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .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; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vZIhuPp2Ik1wx4eJeqywEOhPDQdISUHJ { 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:4.1875rem;width:4.1875rem;top:11.25rem;left:45.875rem;overflow:hidden;display:block; }
#X8RT8S9hR8wm06oD9GiMhStuKqZNBbHt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:18.5rem;left:45.875rem;overflow:hidden;display:block; }
#inMcMDay4DEJV8q1LHypn0OSlFTdzSXn { 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.1875rem;width:4.1875rem;top:25.25rem;left:45.875rem;overflow:hidden;display:block; }
#Z3RUmBGyoJ86ORsQikWTURKPK2Q7dBpM { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:11.25rem;left:51.9375rem;height:1.625rem;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;text-align:left;text-align-last:left;display:block; }
#SsbgSpOVXdWIhfHgVKUEXg9tJxKKsChT { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:12.75rem;left:51.9375rem;height:2.2744125rem;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;text-align:left;text-align-last:left;display:block; }
#TE4dHGTZex0d4JxRx8Roa6wx5aySplXM { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:18.5rem;left:51.9375rem;height:1.625rem;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;text-align:left;text-align-last:left;display:block; }
#KBf88EbXzp51AJsTDMxtUKK7RztSKJHe { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:20.125rem;left:51.9375rem;height:2.2744125rem;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;text-align:left;text-align-last:left;display:block; }
#E7EGHtpmeO5BJgsNfxrD3cpBqQWTcPml { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:25.25rem;left:51.9375rem;height:1.625rem;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;text-align:left;text-align-last:left;display:block; }
#c38NXa8mTZAVH3J3hbLacpRsBm5arWKO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:26.875rem;left:51.9375rem;height:3.41161875rem;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;text-align:left;text-align-last:left;display:block; }
#THOR0oG40JuJ9hbPyGW6G8xh3MItEcHf { box-sizing:content-box;height:28.5625rem;width:39.3125rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3f5d92d4-1ba1-4ce1-8ac9-c8b317d8e22c/TEAM_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.462890625rem;left:2.5625rem;display:block; }#THOR0oG40JuJ9hbPyGW6G8xh3MItEcHf.adaptive-delivery-prevent-bg, #THOR0oG40JuJ9hbPyGW6G8xh3MItEcHf.lazyload, #THOR0oG40JuJ9hbPyGW6G8xh3MItEcHf.lazyloading { background-image: none; }
#lbPm3DsepGrMltHrmc4RFiuMZkmVRmWs { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.087890625rem;left:45.875rem;height:5.6875rem;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;text-align:left;text-align-last:left;display:block; }
#CkxsCz8dVSZK9GZAmiN6Hu4EKEv6bTgV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CkxsCz8dVSZK9GZAmiN6Hu4EKEv6bTgV > .row .container { border-width: 0; border-radius: 0; }#CkxsCz8dVSZK9GZAmiN6Hu4EKEv6bTgV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CkxsCz8dVSZK9GZAmiN6Hu4EKEv6bTgV > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;position:relative;display:none; }#TSnZ2xrx84n4GOBeqXbkM441WdzPri7h { box-sizing:content-box;height:13.125rem;width:19.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/993b5cb1-4b91-47d4-a0b8-64405dbc3712/ambientazionecucinaexpoe1765375248345600x408.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:3.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#TSnZ2xrx84n4GOBeqXbkM441WdzPri7h.adaptive-delivery-prevent-bg, #TSnZ2xrx84n4GOBeqXbkM441WdzPri7h.lazyload, #TSnZ2xrx84n4GOBeqXbkM441WdzPri7h.lazyloading { background-image: none; }
#JUpuuTenTnNl0yPxCxDRSZ8LpNQQug0f { box-sizing:content-box;height:15.625rem;width:19.3125rem;position:absolute;display:block;z-index:15001;background-color:#f8f8f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:3.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#CI1za031A8HSJPIIGB3sdTPLB30zO8FQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:27.625rem;left:5.1875rem;height:2.92480625rem;font-style:normal;display:block; }
#RFamkIPJEsIBntkmdTNBPtQM42nwMTmD { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:31.3125rem;left:5.1875rem;height:1.13720625rem;font-style:normal;display:block; }
#oS5hQvELBb8HApS98Tkmcey43xNTJcfG { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.3125rem;left:16.4375rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bP71TxNqyid3TX8rPT4BmMmcOZoXTfLg { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34.1875rem;left:5.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#ix5hGcClKwt2VdhQi3tdSzeU8SyuxrBG { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.0625rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zwRvIbX49SadlBV20w8iDLnzzEw1cpar { box-sizing:content-box;height:0.0625rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:5.1875rem;display:block; }
#TB3BGxASXkB9pTbHE3o1Gd7tzAfRlaKy { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:11.125rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.375rem;left:8.0625rem;display:block; }
#GXGa4E2iTwSN0SqkgqmGFzD4BZzVCLMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lLFrAnpdclTTqI5TRGshDXy81TffFc9f { color:rgba(var(--color-tertiary-4),1);display:block;width:53.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:4.24365234375rem;left:10.84375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#qZ1Gq7qNNUiZSB547TnfvIqRJLLNydOa { color:rgba(var(--color-primary-3),1);display:block;width:42.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.02490234375rem;left:16.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#THSUIfVQcrsBeMaw93xvg1AGkAO7Ovb5 { color:rgba(var(--color-primary-3),1);display:block;width:39.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.3125rem;left:16.25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bTTIE6NuZyIbAIiZLU4TrIZ3AuTH6da5 { color:rgba(var(--color-primary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:31.3125rem;left:13.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0iU1Qgu0VQPGy7N6PwlrOx8GJoo7GdT { box-sizing:content-box;height:1.5625rem;width:3.3125rem;position:absolute;display:block;z-index:15001;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:13.1875rem;display:block; }
#zW0t147Vp3Jx6vqlNdXOBylrsndIkRmB { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:48.75rem;left:29.0625rem;display:block; }
#rBhoyIDH10bNkH0uq6SFc5FxbAROtJPf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#omLJKkvtqTK3Pw2yn0LTrrC7UPuxBKTm { color:rgba(var(--color-primary-3),1);display:block;width:39.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:44.125rem;left:17.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#epMkPrsh3KpKlIhOiXB9KwxK1gMrBDyb { box-sizing:content-box;height:13.125rem;width:19.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/993b5cb1-4b91-47d4-a0b8-64405dbc3712/ambientazionecucinaexpoe1765375248345600x408.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:3.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }#epMkPrsh3KpKlIhOiXB9KwxK1gMrBDyb.adaptive-delivery-prevent-bg, #epMkPrsh3KpKlIhOiXB9KwxK1gMrBDyb.lazyload, #epMkPrsh3KpKlIhOiXB9KwxK1gMrBDyb.lazyloading { background-image: none; }
#qAxfvuhcfl8FJxoABV1dK2vRSVDy4zmB { box-sizing:content-box;height:15.625rem;width:19.3125rem;position:absolute;display:block;z-index:15001;background-color:#f8f8f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:3.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#wpxbPFGGCZAfVksbT67gBOSGp6khiOT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:27.625rem;left:5.1875rem;height:2.92480625rem;font-style:normal;display:none; }
#raC0q6DC53xd4gQA0gGCi8lDAgyJF6HQ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:31.3125rem;left:5.1875rem;height:1.13720625rem;font-style:normal;display:none; }
#Bthg6BiObKmmCtT1eXtcqbpAsXPNOOid { color:rgba(var(--color-primary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:31.3125rem;left:13.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Eoz2QKm7Ll7cEbWIpcOH7TxbckuWt67A { box-sizing:content-box;height:1.5625rem;width:3.3125rem;position:absolute;display:block;z-index:15001;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:13.1875rem;display:none; }
#dphTOEeWWMetv49TDTtQeCq1xMvB5FUk { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34.1875rem;left:5.1875rem;height:1.29980625rem;font-style:normal;display:none; }
#ha4xoOcnDK3l3Zl1akm8cmvRGhdqJAr6 { box-sizing:content-box;height:0.0625rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:5.1875rem;display:none; }
#y3e4TXeiunUkCTTkCfwoEMfgPLyRiKM1 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.3125rem;left:16.4375rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#NqUSRvDmTPL88Qttf8C18w28b0xRSOoX { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.0625rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#wHDHtZlkC0JrzHZ1mJy9mU5ZCTWJx7ma { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:11.125rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.375rem;left:8.0625rem;display:none; }
#arKynD7gsuX7Sgc0MAdUXpDG5Uv6reO1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTtC3IxNxqD5MprxiWdzeoEmQ2cnG44e { box-sizing:content-box;height:13.125rem;width:19.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/993b5cb1-4b91-47d4-a0b8-64405dbc3712/ambientazionecucinaexpoe1765375248345600x408.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:3.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }#dTtC3IxNxqD5MprxiWdzeoEmQ2cnG44e.adaptive-delivery-prevent-bg, #dTtC3IxNxqD5MprxiWdzeoEmQ2cnG44e.lazyload, #dTtC3IxNxqD5MprxiWdzeoEmQ2cnG44e.lazyloading { background-image: none; }
#NgcWo844aGdZk5HFmsUg0iKnmVyC8iPt { box-sizing:content-box;height:15.625rem;width:19.3125rem;position:absolute;display:block;z-index:15001;background-color:#f8f8f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:3.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#XO47ImfOR9XENMuTTWVvNdTxSM7dcS5G { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:27.625rem;left:5.1875rem;height:2.92480625rem;font-style:normal;display:none; }
#b0I97we5w4Rv6mtXxoJMFrR4UI7GCe0m { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:31.3125rem;left:5.1875rem;height:1.13720625rem;font-style:normal;display:none; }
#CbenshqhTanIxmFx72CqgbAdMduVDqH0 { color:rgba(var(--color-primary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:31.3125rem;left:13.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bAHaxwh7X80T5kNquNUplHIGtrIqcukF { box-sizing:content-box;height:1.5625rem;width:3.3125rem;position:absolute;display:block;z-index:15001;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:13.1875rem;display:none; }
#DvJ57X0m3TJRbfxBdA1KCFGlcUsymTi8 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34.1875rem;left:5.1875rem;height:1.29980625rem;font-style:normal;display:none; }
#V4DwvN3NAgxEEp3y39l5K6KuQSbFobkP { box-sizing:content-box;height:0.0625rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:5.1875rem;display:none; }
#NMi8IeU8VGpeZ0VSsZgEKOd0G7hKPC7A { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.3125rem;left:16.4375rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#yK9vk7Ti7quRb5pl0ICNBsZUmoGxwn6s { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.0625rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#npMebwzXcq4TmS201ihxPfGxz5JdlwOS { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:11.125rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.375rem;left:8.0625rem;display:none; }
#n3IQGaD0i50hb4Dx0BPLqXC2wlwN9xsK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfLiZ9s9SONxvun9N0QzA5a1ga616BXV { box-sizing:content-box;height:15.625rem;width:19.3125rem;position:absolute;display:block;z-index:15001;background-color:#f8f8f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:3.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#Cw6E2zhkMB1Rle9WXZlVF5vw0kKSW6Ln { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:11.125rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.375rem;left:8.0625rem;display:none; }
#eRB0zsoVaElrnX35Dr33ZAJ5aDpyvFXg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yURRny00o9vA0QQAX6xgOK6L1NmdiJ95 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34.1875rem;left:5.1875rem;height:1.29980625rem;font-style:normal;display:none; }
#RzKPyHkc0oNTes9dADguDlwNhTcXyfJ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.0625rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#lpPGJl4Cgg8kCUKZ2PEqM8DmIhiWGAVu { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:31.3125rem;left:5.1875rem;height:1.13720625rem;font-style:normal;display:none; }
#rfMCq4qCnHPZo8fr1JF9tTpzcyEGs71i { color:rgba(var(--color-primary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:31.3125rem;left:13.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RpThn3HInapC0vSrRlNwe8pAu8svQ43J { box-sizing:content-box;height:1.5625rem;width:3.3125rem;position:absolute;display:block;z-index:15001;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:13.1875rem;display:none; }
#n7MGRS7XRegm3Fsog0TtatJhnEbgyOsJ { box-sizing:content-box;height:0.0625rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:5.1875rem;display:none; }
#ideSv4g3kFAvgnTXzEOEzBclxihJVWUG { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.3125rem;left:16.4375rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#u8QAFWTCavIlh1LoghlK06DCTGJw2UOJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:27.625rem;left:5.1875rem;height:2.92480625rem;font-style:normal;display:none; }
#a6kF9DgB9D593429koWl2tv45OoKmw6g { box-sizing:content-box;height:13.125rem;width:19.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/993b5cb1-4b91-47d4-a0b8-64405dbc3712/ambientazionecucinaexpoe1765375248345600x408.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:3.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }#a6kF9DgB9D593429koWl2tv45OoKmw6g.adaptive-delivery-prevent-bg, #a6kF9DgB9D593429koWl2tv45OoKmw6g.lazyload, #a6kF9DgB9D593429koWl2tv45OoKmw6g.lazyloading { background-image: none; }
#qWqaEHpLJ3er5GCXJBkQdz8yvtUPku4T { box-sizing:content-box;height:13.125rem;width:19.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/993b5cb1-4b91-47d4-a0b8-64405dbc3712/ambientazionecucinaexpoe1765375248345600x408.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:3.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }#qWqaEHpLJ3er5GCXJBkQdz8yvtUPku4T.adaptive-delivery-prevent-bg, #qWqaEHpLJ3er5GCXJBkQdz8yvtUPku4T.lazyload, #qWqaEHpLJ3er5GCXJBkQdz8yvtUPku4T.lazyloading { background-image: none; }
#coZlqdka2lD9RU1c3HQToxbima6PsNIp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:27.625rem;left:5.1875rem;height:2.92480625rem;font-style:normal;display:none; }
#GFzg8Wi3LnO4Tx9TEebqXGhegDTETmAG { box-sizing:content-box;height:15.625rem;width:19.3125rem;position:absolute;display:block;z-index:15001;background-color:#f8f8f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:3.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#XgIAzOVX2o3X0qLxMg1iu5KKIthMkkPi { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.3125rem;left:16.4375rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#zHo8Z7NP0S5l2Z7sosLKNJuArZOlsfIS { color:rgba(var(--color-primary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:31.3125rem;left:13.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pplgKaIeJ5U2RT8uFTlByIur0UUDVqkI { box-sizing:content-box;height:1.5625rem;width:3.3125rem;position:absolute;display:block;z-index:15001;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:13.1875rem;display:none; }
#JwFLAzsbrMi5y7fstiR5BOsHKh1eQfer { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:31.3125rem;left:5.1875rem;height:1.13720625rem;font-style:normal;display:none; }
#MF43xxkJxqUNJ5Qst3kBTx1PFrrEiqJT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34.1875rem;left:5.1875rem;height:1.29980625rem;font-style:normal;display:none; }
#Mf6RqtWzT0WNvhsdMUbCma5i25gCcAhV { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.0625rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#z1zzhFUx3BJ9fTGEheLnFkPEDQl9ui4v { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:11.125rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.375rem;left:8.0625rem;display:none; }
#NxCfpTQO5eBXXHWotUrSTMRgMWHv1d80 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DWtQZtOg7JZ5UhBCTOLF9p2iuoK4FS4V { box-sizing:content-box;height:0.0625rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:5.1875rem;display:none; }
#KbO9ZunRt5mrBzM0dPmUo7rXCSu0LuqX { box-sizing:content-box;height:15.625rem;width:19.3125rem;position:absolute;display:block;z-index:15001;background-color:#f8f8f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:3.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#eVpuEAlScZBxboUQbzhpoTeS81vDkJvB { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:11.125rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.375rem;left:8.0625rem;display:none; }
#K33I1prmJ3l7qFVaqBK4oqhfs1fzFRTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a5Q4UPgrp4GaBJhpqOzPifQRWOqwtkQM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34.1875rem;left:5.1875rem;height:1.29980625rem;font-style:normal;display:none; }
#lhym2PlB27eMTTPSLIBtlTDCVHvQbE1i { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.0625rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#TLot1gtBanWHW9P9GTi0eHxTGcFAk4hv { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.3125rem;left:16.4375rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#KcQXvTGgW9z2AShL90WzkueQF0Pxy4ip { color:rgba(var(--color-primary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:31.3125rem;left:13.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#o7fDP2oEpyWJvGfi5cTHWx1Zh6SbQIRH { box-sizing:content-box;height:1.5625rem;width:3.3125rem;position:absolute;display:block;z-index:15001;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:13.1875rem;display:none; }
#k4vVrfJ8poR9Wx0KS8pFFStcFFW7cXEM { box-sizing:content-box;height:0.0625rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:5.1875rem;display:none; }
#TI4S0mZ8WcQDgQ1cK0gxDrLlrJL2o4NT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:27.625rem;left:5.1875rem;height:2.92480625rem;font-style:normal;display:none; }
#TCh6pWW9rzMWRgAeJ4dFIxeJCxocKlZt { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:31.3125rem;left:5.1875rem;height:1.13720625rem;font-style:normal;display:none; }
#THUrWcJd9TzGnUsqTZHRO2w9uEfR2XlZ { box-sizing:content-box;height:13.125rem;width:19.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/993b5cb1-4b91-47d4-a0b8-64405dbc3712/ambientazionecucinaexpoe1765375248345600x408.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:3.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }#THUrWcJd9TzGnUsqTZHRO2w9uEfR2XlZ.adaptive-delivery-prevent-bg, #THUrWcJd9TzGnUsqTZHRO2w9uEfR2XlZ.lazyload, #THUrWcJd9TzGnUsqTZHRO2w9uEfR2XlZ.lazyloading { background-image: none; }
#hQMAPxWzwkbpVfPe1blHvvkS3TndmSrT { color:rgba(var(--color-primary-3),1);display:block;width:39.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:44.125rem;left:17.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IxqSbEgfui4SMzRKuxBU2ZNSR7tRsIAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IxqSbEgfui4SMzRKuxBU2ZNSR7tRsIAt > .row .container { background-color: transparent; background-image: none; }#IxqSbEgfui4SMzRKuxBU2ZNSR7tRsIAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxqSbEgfui4SMzRKuxBU2ZNSR7tRsIAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxqSbEgfui4SMzRKuxBU2ZNSR7tRsIAt > .row .container > .video-iframe-container { display: none; }#IxqSbEgfui4SMzRKuxBU2ZNSR7tRsIAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxqSbEgfui4SMzRKuxBU2ZNSR7tRsIAt > .row > .video-iframe-container { display: none; }#IxqSbEgfui4SMzRKuxBU2ZNSR7tRsIAt > .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); }#IxqSbEgfui4SMzRKuxBU2ZNSR7tRsIAt > .row .container { border-width: 0; border-radius: 0; }#IxqSbEgfui4SMzRKuxBU2ZNSR7tRsIAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IxqSbEgfui4SMzRKuxBU2ZNSR7tRsIAt > .row .container { font-size:0.875rem;font-family:arial;height:89.5625rem;width:75rem;position:relative;display:block; }#NPHmQMdU2kh4CxSylBF75EFNEKetlb8B { box-sizing:content-box;height:13.125rem;width:19.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/993b5cb1-4b91-47d4-a0b8-64405dbc3712/ambientazionecucinaexpoe1765375248345600x408.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:3.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#NPHmQMdU2kh4CxSylBF75EFNEKetlb8B.adaptive-delivery-prevent-bg, #NPHmQMdU2kh4CxSylBF75EFNEKetlb8B.lazyload, #NPHmQMdU2kh4CxSylBF75EFNEKetlb8B.lazyloading { background-image: none; }
#mJwGDqlaqNIK6rSWqI2SCyIwZFnZn8nf { box-sizing:content-box;height:15.625rem;width:19.3125rem;position:absolute;display:block;z-index:15001;background-color:#f8f8f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:3.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#RuaRziAzQpChJGoqQmGH2ZDRK2Wzm6i8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:27.625rem;left:5.1875rem;height:2.76171875rem;font-style:normal;display:block; }
#pvEqLccl3J5w9X8Zi9EoqWCqGWrgbAmX { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:31.3125rem;left:5.1875rem;height:1.13720625rem;font-style:normal;display:block; }
#norVTP59xOTs1vXC63botIlTGxvJRSTk { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.3125rem;left:16.4375rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CemR5scJUdPJD1XLvCt3Py8XrJfJys2u { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34.1875rem;left:5.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#bHTeUvZxO3590DMehxnWyszyb3qN4cCR { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.0625rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gXAMDW7FHRsuQmW3wdLADc8yLuNDuTUu { box-sizing:content-box;height:0.0625rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:5.1875rem;display:block; }
#l5uXH4dAGDmT01q70AvoI5ylbWEBXVFe { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:11.125rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.375rem;left:8.0625rem;display:block; }
#EiC1TJrMDyT508PcyWFfW7VtN44UDxEF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5zBuo8CHIm0fZqQB4Acnq2w5OiKKTeb { box-sizing:content-box;height:15.625rem;width:19.3125rem;position:absolute;display:block;z-index:15010;background-color:#f8f8f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:27.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#VA2UTFZ9rJoOxVMf9FVBrClkepUR1w7U { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.625rem;left:29.0625rem;height:2.76171875rem;font-style:normal;display:block; }
#hq7mWvfxqr6t4DMSkgTnD0pwaF8vICak { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:31.3125rem;left:40.3125rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fx7sKmcoSWfivqarVmaFFGx4EhroJo9l { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:34.0625rem;left:38.25rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xDDmC4n9o6zrI5X6NhOrHvQvTS8PxZN8 { box-sizing:content-box;height:0.0625rem;width:16.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:29.0625rem;display:block; }
#KJU7OspKzK88FRD3FZVThsHvOVzqaD6R { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:11.125rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:37.375rem;left:31.9375rem;display:block; }
#zoK5ru3MU8Bc8dTZmyutInVTLRVGNdIR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zs7rAbmOEd0OhKR0oaU4tqLqCpQCfk7n { box-sizing:content-box;height:13.125rem;width:19.3125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/9b0cbb22-7bd3-490f-96da-7091318e459c/CUCINAOUTLETVETROEIMPIALLACCIATOAMBIENTe1765383320776600x422.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:27.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#zs7rAbmOEd0OhKR0oaU4tqLqCpQCfk7n.adaptive-delivery-prevent-bg, #zs7rAbmOEd0OhKR0oaU4tqLqCpQCfk7n.lazyload, #zs7rAbmOEd0OhKR0oaU4tqLqCpQCfk7n.lazyloading { background-image: none; }
#V9CziXpuTmL7G10dh6cpm50Uog2oUPeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.1875rem;left:29.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#KW966pJIdNZgyppsT6HETPGRaPlRAVFl { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:31.3125rem;left:29.0625rem;height:1.13720625rem;font-style:normal;display:block; }
#wanVr68yA9kJmeSucRZRHqkp3ai7HGdl { box-sizing:content-box;height:15.625rem;width:19.3125rem;position:absolute;display:block;z-index:15019;background-color:#f8f8f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:51.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#a0rF8KLGm7dG04DvMl1hgO2Li5yiSPfi { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:27.625rem;left:53.0625rem;height:2.76171875rem;font-style:normal;display:block; }
#IMUebDdbzn31sz4y7rTNWTSMOwgmoKHU { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:31.3125rem;left:64.3125rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ldhMZBfawk9VEaFZBG2SlzTJEGHwutDT { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:34.0625rem;left:61.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JT2C1lMmiMguDkBxfORUEAOETERf6qxQ { box-sizing:content-box;height:0.0625rem;width:16.875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:53.0625rem;display:block; }
#pTIoQTdP8NKkXiOTMffcm096AoHnJLTT { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:11.125rem;height:2.8125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:37.375rem;left:55.9375rem;display:block; }
#FSkGH883ABaUA1Tt8V1PxyfHk4pcw6eb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GhEbGhH5Wx3i0gl16W7SoDlT6JByQ0m3 { box-sizing:content-box;height:13.125rem;width:19.3125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/4bee2d86-692b-4122-8126-b71ab5ed77e4/cucinaresinapromoexpoambient600x438.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:51.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#GhEbGhH5Wx3i0gl16W7SoDlT6JByQ0m3.adaptive-delivery-prevent-bg, #GhEbGhH5Wx3i0gl16W7SoDlT6JByQ0m3.lazyload, #GhEbGhH5Wx3i0gl16W7SoDlT6JByQ0m3.lazyloading { background-image: none; }
#zNitkJeoW8Ct5FVO2qCtdoTcXnUXHwe3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:34.1875rem;left:53.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#wG7uw4AKFnNRLIUVC7D13hsrPdQLSp5G { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:31.3125rem;left:53.0625rem;height:1.13720625rem;font-style:normal;display:block; }
#NFWu9MRJ04sJrP7PefgDvSAP3RooAOTT { color:rgba(var(--color-tertiary-4),1);display:block;width:53.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:4.24365234375rem;left:10.84375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#aPFPPQmO8pzGOS7m7yEJtXuXaWT2Rih0 { color:rgba(var(--color-primary-3),1);display:block;width:42.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.02490234375rem;left:16.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#O6suB5HFRfm4r4AlgVBATBtGRHLZe6BX { color:rgba(var(--color-primary-3),1);display:block;width:39.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.3125rem;left:16.25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RKTN8Osm0bNOVmbaI0PLFK598rMlzCNP { color:rgba(var(--color-primary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:31.3125rem;left:13.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uvrBG4RArZXv9SLL7ovse9JWh36e6MQi { box-sizing:content-box;height:1.5625rem;width:3.3125rem;position:absolute;display:block;z-index:15001;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:13.1875rem;display:block; }
#xAVzdCFbkzzQiXDtnfzEBKgq9FWyoQXe { color:rgba(var(--color-primary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:31.3125rem;left:37.25rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gH7fOSFNbJm7WTyVvgl69Feu5n5E0mN2 { box-sizing:content-box;height:1.5625rem;width:3.3125rem;position:absolute;display:block;z-index:15028;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:37.0625rem;display:block; }
#cuuXFEmNrZMUJteTPauPNMJpZk75u1Xl { color:rgba(var(--color-primary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:31.3125rem;left:61.25rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EvuBxLPmNJTgciCf8JuZ6oql7oRJTwop { box-sizing:content-box;height:1.5625rem;width:3.3125rem;position:absolute;display:block;z-index:15029;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:61.0625rem;display:block; }
#FExcU9HpoA5ctIvTk5M2VFHt4MyusHyW { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:84.1875rem;left:29.0625rem;display:block; }
#f97ZIuB14zHT29hnkSJDNrfH9vTn0saq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQkD87MEEuwVTl1PxteXkbgDdKQrND31 { color:rgba(var(--color-primary-3),1);display:block;width:39.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:79.5rem;left:17.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IUTrMo2I0BVTH9F1laRlr4ZR2nX7bDua { box-sizing:content-box;height:15.625rem;width:19.3125rem;position:absolute;display:block;z-index:15052;background-color:#f8f8f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.3125rem;left:51.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#vpTEvM2TJ6NlCgE6LIJuVeatu8tU2ZTE { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:11.125rem;height:2.8125rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:68.25rem;left:55.9375rem;display:block; }
#uuvqS6VQ0RmiVGVHTKBEozpqGq25Dszb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XOMOZFtunvNQh1hlwRJX3TaSWh6kEz9B { box-sizing:content-box;height:15.625rem;width:19.3125rem;position:absolute;display:block;z-index:15043;background-color:#f8f8f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.3125rem;left:27.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#m0ZEuGQn8UWLCNyUn7H1dwd2c4DWAFcl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:64.9375rem;left:38.25rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bVJ85IAbHb3quQ4yW2Zz3zTIScrm9LVo { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:11.125rem;height:2.8125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:68.25rem;left:31.9375rem;display:block; }
#fy1tWNq6npzFePOkFlwMhzunCKOTSl9I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SlLRPFnwmRBIhH2rQas6NwMT6gwLva2y { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:64.9375rem;left:61.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GOyG4mhClBaQ3Leu0obB2kmowAIyTyah { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:65.0625rem;left:53.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#roKnJ8Jc7MzMRksMdezKDN7L9D2wxzDJ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:62.1875rem;left:40.3125rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JMk0JoosBsMABrPA9CgNW4vTnidEu3U7 { box-sizing:content-box;height:0.0625rem;width:16.875rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.125rem;left:29.0625rem;display:block; }
#eGvo3r8SQKMZtUvRTJgsFT0zbtznc31f { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:65.0625rem;left:29.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#p8R0rSbM716aAfMbnE075dDQk4sa84wN { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:62.1875rem;left:29.0625rem;height:1.13720625rem;font-style:normal;display:block; }
#kZEpmLGuZGGbcRT5BN7ENXpAe3pIJwEX { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:62.1875rem;left:64.3125rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tVU9cUuvxrEuG3GAAVsxFg2rOUZJrs0t { box-sizing:content-box;height:0.0625rem;width:16.875rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.125rem;left:53.0625rem;display:block; }
#auSsx8yvUD442yRfQLETnXcocX155x4B { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:62.1875rem;left:53.0625rem;height:1.13720625rem;font-style:normal;display:block; }
#Kh19onakCfRpJSVs46AfAB146nFPxK4T { color:rgba(var(--color-primary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:62.1875rem;left:37.25rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xym0wUoHPTKwspuXqeeVMMl3np4IyK7T { box-sizing:content-box;height:1.5625rem;width:3.3125rem;position:absolute;display:block;z-index:15061;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62rem;left:37.0625rem;display:block; }
#EdaOBTsWMyVxM55BI1MFguf66h7ieLeW { color:rgba(var(--color-primary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:62.1875rem;left:61.25rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AakIHkCUWLKMNO795HkHfWEhQdwVydUw { box-sizing:content-box;height:1.5625rem;width:3.3125rem;position:absolute;display:block;z-index:15062;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62rem;left:61.0625rem;display:block; }
#KapynVWJfdtgaW5h3k10NXpGp7ZhgqrQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:58.5rem;left:29.0625rem;height:2.76171875rem;font-style:normal;display:block; }
#uU00y3odci0I5aGDCxgaZSoJVhQfQC2C { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:58.5rem;left:53.0625rem;height:2.76171875rem;font-style:normal;display:block; }
#URk3eGA7lxENwedzzJJFULCIay4Rmvax { box-sizing:content-box;height:15.625rem;width:19.3125rem;position:absolute;display:block;z-index:15034;background-color:#f8f8f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.3125rem;left:3.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#LMRBLKZwHB7UN4ti1xVHpKGhk8TbxI4f { box-sizing:content-box;height:13.125rem;width:19.3125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/f3e9e7a5-1736-4b4c-b313-037d78b2e228/cucinaexpopromocipriaambient600x432.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.1875rem;left:3.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#LMRBLKZwHB7UN4ti1xVHpKGhk8TbxI4f.adaptive-delivery-prevent-bg, #LMRBLKZwHB7UN4ti1xVHpKGhk8TbxI4f.lazyload, #LMRBLKZwHB7UN4ti1xVHpKGhk8TbxI4f.lazyloading { background-image: none; }
#Oyo677opN9rfltL3S0ZEbKMHlzCeQtdT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:62.1875rem;left:16.4375rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hupiza3MdoAioHlnvQd0rvHrHWvMs3On { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:64.9375rem;left:13.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#a4RnH42l2KFmKUEDDvNhoZbCqVmMtf86 { box-sizing:content-box;height:0.0625rem;width:16.875rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.125rem;left:5.1875rem;display:block; }
#woiGip0J5AgNlxOUgRNLqzG7iZGURpiA { box-sizing:content-box;height:13.125rem;width:19.3125rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/a53ab309-04c3-447a-ad4c-998eb4ff6ff8/CUCINAOUTLETLAMINATOVERDEAMBIENTe1765383812934600x471.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.1875rem;left:27.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#woiGip0J5AgNlxOUgRNLqzG7iZGURpiA.adaptive-delivery-prevent-bg, #woiGip0J5AgNlxOUgRNLqzG7iZGURpiA.lazyload, #woiGip0J5AgNlxOUgRNLqzG7iZGURpiA.lazyloading { background-image: none; }
#Tli5v15ifCBBdEtxADVRKpqZArSblxXx { box-sizing:content-box;height:13.125rem;width:19.3125rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/0841f73a-0546-4322-899a-278f2effc3d5/CUCINAOUTLETLAMINATOQUERCIAECALCEAMBIENTe1765383548550600x482.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.1875rem;left:51.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#Tli5v15ifCBBdEtxADVRKpqZArSblxXx.adaptive-delivery-prevent-bg, #Tli5v15ifCBBdEtxADVRKpqZArSblxXx.lazyload, #Tli5v15ifCBBdEtxADVRKpqZArSblxXx.lazyloading { background-image: none; }
#DvEtdSUJbECfluhQhV59OnEn11KFvEk3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:58.5rem;left:5.1875rem;height:2.76171875rem;font-style:normal;display:block; }
#WfPMJB5DoT7l5XLmbEemb2gUr12PloVr { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:11.125rem;height:2.8125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:68.25rem;left:8.0625rem;display:block; }
#Ep5CVGTtoZ8SHgnTeMvAdB43Vt4cAJqO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xad3rM6zsE1BC5log2NO8LWmwbLwCzUm { color:rgba(var(--color-primary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:62.1875rem;left:13.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FsnJq5Thn4pAyDeUmUxmumtb2deUInGk { box-sizing:content-box;height:1.5625rem;width:3.3125rem;position:absolute;display:block;z-index:15034;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62rem;left:13.1875rem;display:block; }
#aBKIbgLiVKCN85GFcfsxTm3V5nu8zMmT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:65.0625rem;left:5.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#eb0KHsRwzGBZnls2vJ7MGBRBHF2M3bS3 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:62.1875rem;left:5.1875rem;height:1.13720625rem;font-style:normal;display:block; }
#qlpxgTVTUfvCdZfSwsTtBWw8fNmBVPbm { color:rgba(var(--color-primary-4),1);display:block;width:39.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:76.1875rem;left:17.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ygeabG0qJvBJUIJbJ3LHRVmUpdBFossM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ygeabG0qJvBJUIJbJ3LHRVmUpdBFossM > .row .container { background-color: transparent; background-image: none; }#ygeabG0qJvBJUIJbJ3LHRVmUpdBFossM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygeabG0qJvBJUIJbJ3LHRVmUpdBFossM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygeabG0qJvBJUIJbJ3LHRVmUpdBFossM > .row .container > .video-iframe-container { display: none; }#ygeabG0qJvBJUIJbJ3LHRVmUpdBFossM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygeabG0qJvBJUIJbJ3LHRVmUpdBFossM > .row > .video-iframe-container { display: none; }#ygeabG0qJvBJUIJbJ3LHRVmUpdBFossM > .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); }#ygeabG0qJvBJUIJbJ3LHRVmUpdBFossM > .row .container { border-width: 0; border-radius: 0; }#ygeabG0qJvBJUIJbJ3LHRVmUpdBFossM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ygeabG0qJvBJUIJbJ3LHRVmUpdBFossM > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#VOUzq13t9X0ia37VRx7myyXobQ1of1As { position:absolute;display:block;z-index:15005;height:22.25rem;width:75rem;top:7.625rem;left:0rem;display:block; }
#TCfo3U7QulrrV6iOg3MCPJHIcf8Uw5Hn { color:rgba(var(--color-primary-2),1);display:block;width:42.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:2.375rem;left:16.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#N3EgeI4FANnS5t4afpnToiQhOo6FZrGi { color:rgba(var(--color-primary-0),1);display:block;width:53.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.625rem;left:10.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#AC22vOTuieI9f0lcNrgbuCM5z6qPhDzm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AC22vOTuieI9f0lcNrgbuCM5z6qPhDzm > .row .container { background-color: transparent; background-image: none; }#AC22vOTuieI9f0lcNrgbuCM5z6qPhDzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AC22vOTuieI9f0lcNrgbuCM5z6qPhDzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AC22vOTuieI9f0lcNrgbuCM5z6qPhDzm > .row .container > .video-iframe-container { display: none; }#AC22vOTuieI9f0lcNrgbuCM5z6qPhDzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AC22vOTuieI9f0lcNrgbuCM5z6qPhDzm > .row > .video-iframe-container { display: none; }#AC22vOTuieI9f0lcNrgbuCM5z6qPhDzm > .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); }#AC22vOTuieI9f0lcNrgbuCM5z6qPhDzm > .row .container { border-width: 0; border-radius: 0; }#AC22vOTuieI9f0lcNrgbuCM5z6qPhDzm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AC22vOTuieI9f0lcNrgbuCM5z6qPhDzm > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#SPUPxReOHlSozHhMK38aTcfQ5ydgyBXD { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.541015625rem;left:6.625rem;height:2.35595625rem;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;text-align:center;text-align-last:center;display:block; }
#IdhabTSKvJMaeKeMDZ6pLIUffxccMZOO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.6875rem;top:20.37353515625rem;left:59.25rem;overflow:hidden;display:block; }
#HwoCRhwnaTL4T2XvIrDrN9PhwiCzpqr0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:20.37353515625rem;left:65.15625rem;overflow:hidden;display:block; }
#c27xlI7bxl9Ukvfzp5ZF7e8bS3wEGKdV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.6748046875rem;left:5.3125rem;height:2.2744125rem;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;text-align:left;text-align-last:left;display:block; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-form-header { font-size:0.875rem; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:26.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-text {padding-top: 0; padding-bottom: 0;}#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .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:26.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-select {padding-top: 0; padding-bottom: 0;}#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .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-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.625rem;margin-bottom:0.25rem;margin-left:6.625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-primary-0),1);width:13.3125rem;height:2.8125rem;font-family:arial;overflow:hidden; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.25rem;overflow:hidden;font-style:normal;float:none; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .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; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-container:first-of-type{padding-top:0;}#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-container:last-of-type{padding-bottom:0;}#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI  { 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:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.1875rem;left:4.5rem;font-size:0.875rem; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.625rem;display:block;vertical-align:top; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI {display:block;}#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI { 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:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.1875rem;left:4.5rem;font-size:0.875rem; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #Qv3rMfnOOHLQ1LH1NBsossAoHU0NICoi { position:relative; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #uZORgT5dWM3k75e0LtBQnEDpto2gGyDB { position:relative;display:block; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #Rmh2fahtFqkiU2diToiFxvBvnX19Nmmw { position:relative; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #IEz77TWx5WgBWHVopdWC5N4vdEEADLps { position:relative; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #sdVwpg3kRKz4TTZ9VTEa6Wl5oxoW1tfr { position:relative;display:block; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #rg7FasIRoK3pO775D2rpPhx8LbaP6aoI { position:relative; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #cN4D1RK0UOiR6PuLPya6QyXnQ4pXqn3E { position:relative; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #iLNiHtTPkweurquNaxGTThbh33QyaGVT { position:relative;display:block; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #kGaL3t3ulcWN4qseV8QTvesP9soCTpLv { position:relative; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #UMyP8NGp5BOsUTtRb8zS92mETnZKgXlH { position:relative; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #ALCAEJ8rUT65VyV4va83WnJlbCT6SGNo { position:relative;display:block; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #bP5F19I9yAOA9zdiq8bSSfzySu7Sh0t3 { position:relative; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #nt3w4QnT918heFM5ZCSQRIpbIEWa9Fnk { position:relative; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #U1mh9N7VSioAuIebtnAbsUl72PTTrAcm { position:relative;display:block; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #vwAgJTMyDKo4vTp8K1TMCFTWak3aPNT9 { position:relative; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #eVSDhhEfxILQErNWw0FN4WIfHGmPI2ss { position:relative; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #oqp3DmVl63tELL02U5FIrmrkU4T8GeWt { position:relative; }
#aIBD4Dq8CsaxHSKQast4GTJncZWegS63 { position:absolute;display:block;z-index:15016;height:14.1875rem;width:30.875rem;top:25.1494140625rem;left:40.125rem;display:block; }
#qkzzSmiras5bHI2tDyCeZvbrWpRi5wQM { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:6.5rem;left:40.125rem;overflow:hidden;display:block; }
#QRGMftwkQcAyK3dUTxU66bQdFcWWrNV9 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5rem;left:43.0625rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#yIDpKT3kvdKw46L26ppMRFoy6b88eRtV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.71044921875rem;left:43.0625rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#kL3G6t6Hv5CfJnsiSk6wHESW2qx3w5Ur { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.1875rem;left:43.0625rem;height:2.2744125rem;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;text-align:left;text-align-last:left;display:block; }
#X265TmLs6H8ZxtN7Ra6TCvX1wqQmmc32 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13rem;left:43.0625rem;height:5.6860375rem;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;text-align:left;text-align-last:left;display:block; }
#WVXFK4ATPutO00zKPTBR0FISJgA3Xsx9 { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:20.37353515625rem;left:43.0625rem;display:block; }
#IQUNaPqAt29Dl1a7NfKFXxz7xhiQbCzX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OOvJ9pkxhClvxhPUGr3lTw4Sl6E3HT7C { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.54052734375rem;left:43.03125rem;height:2.35595625rem;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;text-align:center;text-align-last:center;display:block; }
#FZNfAyiaxgPg5t09smQrMwh2okWXiBem { color:rgba(var(--color-tertiary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:23.49853515625rem;left:58.5rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#AH0m085HTU2ESQo1H4KfK2lDss8TZBPC { color:rgba(var(--color-tertiary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:23.49853515625rem;left:64.46875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa { position:relative;display:block; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa { background-color: transparent; background-image: none; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .row .container > .video-iframe-container { display: none; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .row > .video-iframe-container { display: none; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .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); }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa { border-width: 0; border-radius: 0; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .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; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .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:9.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XCbIsSTiglxd19cUUOAtlI9N5TJ1TOPK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:1.5rem;left:1.8125rem;overflow:hidden;display:block; }
#BoinNP6HtSrGNc64TnagM32qmAlM0VCT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:1.84375rem;left:59.59375rem;height:6.09375rem;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;text-align:right;text-align-last:right;display:block; }
#bTHVKnP8CegNOcS5UTLNTFDZ3t05yPVG { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:6.71875rem;left:30.71875rem;height:1.21875rem;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;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Utv8BPKTiaRcTAGTKbNdfPww6MM9CANW { display:block; }#Utv8BPKTiaRcTAGTKbNdfPww6MM9CANW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L51Tn3QEMQawwbJPWKGFVCErmpswelSl { top:0.375rem;left:5.78125rem;width:36.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAkxgvcZTlvtKCP39OmzmMfQlCkNws3W { top:5.75rem;left:19.46875rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieNeAhSrTH4P5naFI17aT5VSHxlaEE4G { top:20rem;left:0rem;width:47.75rem;height:;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPsMdqRPIrXKQT62a0l4RU1pDBI4ez2X { top:33.1875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3JKvZCae12aE9oWOHXkD6CtwUMqKlma { width:16.875rem;height:3.125rem;top:41.1875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg7xptwn5DJyVEVWTCTQGDJFKhHRRwyM { display:block; }
 }@media only screen and (max-width: 763px) { #TJWT75XBvIgqSMTX4r7Mknu9xIJdxiD7 { width:15.625rem;height:2.8125rem;top:41.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRpG90eD8tw33yosusK4puPLmqlxAlvS { display:block; }
 }@media only screen and (max-width: 763px) { #UIQs3WehTX0vJ74brceaPnnVSuif7FlS { display:block; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZIhuPp2Ik1wx4eJeqywEOhPDQdISUHJ { top:11.25rem;left:32.25rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8RT8S9hR8wm06oD9GiMhStuKqZNBbHt { top:18.5rem;left:32.25rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inMcMDay4DEJV8q1LHypn0OSlFTdzSXn { top:25.25rem;left:32.25rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3RUmBGyoJ86ORsQikWTURKPK2Q7dBpM { top:11.25rem;left:27.5625rem;width:20.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsbgSpOVXdWIhfHgVKUEXg9tJxKKsChT { top:12.75rem;left:35.75rem;width:12rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4dHGTZex0d4JxRx8Roa6wx5aySplXM { top:18.5rem;left:27.5625rem;width:20.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBf88EbXzp51AJsTDMxtUKK7RztSKJHe { top:20.125rem;left:34.1875rem;width:13.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7EGHtpmeO5BJgsNfxrD3cpBqQWTcPml { top:25.25rem;left:27.5625rem;width:20.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c38NXa8mTZAVH3J3hbLacpRsBm5arWKO { top:26.875rem;left:33.375rem;width:14.375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THOR0oG40JuJ9hbPyGW6G8xh3MItEcHf { top:2.4375rem;left:0rem;width:39.3125rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbPm3DsepGrMltHrmc4RFiuMZkmVRmWs { top:3.0625rem;left:19.3125rem;width:28.4375rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkxsCz8dVSZK9GZAmiN6Hu4EKEv6bTgV { display:block; }#CkxsCz8dVSZK9GZAmiN6Hu4EKEv6bTgV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSnZ2xrx84n4GOBeqXbkM441WdzPri7h { top:13.3125rem;left:0rem;width:19.3125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUpuuTenTnNl0yPxCxDRSZ8LpNQQug0f { top:26.4375rem;left:0rem;width:19.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI1za031A8HSJPIIGB3sdTPLB30zO8FQ { top:27.625rem;left:0rem;width:16.4375rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFamkIPJEsIBntkmdTNBPtQM42nwMTmD { top:31.3125rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS5hQvELBb8HApS98Tkmcey43xNTJcfG { top:31.3125rem;left:2.8125rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP71TxNqyid3TX8rPT4BmMmcOZoXTfLg { top:34.1875rem;left:0rem;width:8.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix5hGcClKwt2VdhQi3tdSzeU8SyuxrBG { top:34.0625rem;left:2.8125rem;width:5.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwRvIbX49SadlBV20w8iDLnzzEw1cpar { top:33.25rem;left:0rem;width:16.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB3BGxASXkB9pTbHE3o1Gd7tzAfRlaKy { width:11.125rem;height:2.5625rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXGa4E2iTwSN0SqkgqmGFzD4BZzVCLMi { display:block; }
 }@media only screen and (max-width: 763px) { #lLFrAnpdclTTqI5TRGshDXy81TffFc9f { top:4.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ1Gq7qNNUiZSB547TnfvIqRJLLNydOa { top:3rem;left:2.625rem;width:42.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THSUIfVQcrsBeMaw93xvg1AGkAO7Ovb5 { top:7.3125rem;left:2.625rem;width:39.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTIE6NuZyIbAIiZLU4TrIZ3AuTH6da5 { top:27.5rem;left:0rem;width:2.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0iU1Qgu0VQPGy7N6PwlrOx8GJoo7GdT { top:31.125rem;left:0rem;width:3.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW0t147Vp3Jx6vqlNdXOBylrsndIkRmB { width:16.875rem;height:3.125rem;top:48.75rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBhoyIDH10bNkH0uq6SFc5FxbAROtJPf { display:block; }
 }@media only screen and (max-width: 763px) { #omLJKkvtqTK3Pw2yn0LTrrC7UPuxBKTm { top:44.125rem;left:4rem;width:39.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epMkPrsh3KpKlIhOiXB9KwxK1gMrBDyb { top:13.3125rem;left:0rem;width:19.3125rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAxfvuhcfl8FJxoABV1dK2vRSVDy4zmB { top:26.4375rem;left:0rem;width:19.3125rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpxbPFGGCZAfVksbT67gBOSGp6khiOT7 { top:47.125rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #raC0q6DC53xd4gQA0gGCi8lDAgyJF6HQ { top:31.3125rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bthg6BiObKmmCtT1eXtcqbpAsXPNOOid { top:50.3125rem;left:0rem;width:2.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eoz2QKm7Ll7cEbWIpcOH7TxbckuWt67A { top:31.125rem;left:0rem;width:3.3125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dphTOEeWWMetv49TDTtQeCq1xMvB5FUk { top:34.1875rem;left:0rem;width:8.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ha4xoOcnDK3l3Zl1akm8cmvRGhdqJAr6 { top:33.25rem;left:0rem;width:16.875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3e4TXeiunUkCTTkCfwoEMfgPLyRiKM1 { top:50.25rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqUSRvDmTPL88Qttf8C18w28b0xRSOoX { top:52.625rem;left:0rem;width:5.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHDHtZlkC0JrzHZ1mJy9mU5ZCTWJx7ma { width:11.125rem;height:2.5625rem;top:37.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #arKynD7gsuX7Sgc0MAdUXpDG5Uv6reO1 { display:block; }
 }@media only screen and (max-width: 763px) { #dTtC3IxNxqD5MprxiWdzeoEmQ2cnG44e { top:13.3125rem;left:0rem;width:19.3125rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NgcWo844aGdZk5HFmsUg0iKnmVyC8iPt { top:26.4375rem;left:0rem;width:19.3125rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XO47ImfOR9XENMuTTWVvNdTxSM7dcS5G { top:70.0625rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0I97we5w4Rv6mtXxoJMFrR4UI7GCe0m { top:31.3125rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbenshqhTanIxmFx72CqgbAdMduVDqH0 { top:73.4375rem;left:0rem;width:2.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAHaxwh7X80T5kNquNUplHIGtrIqcukF { top:31.125rem;left:0rem;width:3.3125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvJ57X0m3TJRbfxBdA1KCFGlcUsymTi8 { top:34.1875rem;left:0rem;width:8.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4DwvN3NAgxEEp3y39l5K6KuQSbFobkP { top:33.25rem;left:0rem;width:16.875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMi8IeU8VGpeZ0VSsZgEKOd0G7hKPC7A { top:73.375rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yK9vk7Ti7quRb5pl0ICNBsZUmoGxwn6s { top:75.625rem;left:0rem;width:5.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #npMebwzXcq4TmS201ihxPfGxz5JdlwOS { width:11.125rem;height:2.5625rem;top:37.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3IQGaD0i50hb4Dx0BPLqXC2wlwN9xsK { display:block; }
 }@media only screen and (max-width: 763px) { #bfLiZ9s9SONxvun9N0QzA5a1ga616BXV { top:26.4375rem;left:0rem;width:19.3125rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cw6E2zhkMB1Rle9WXZlVF5vw0kKSW6Ln { width:11.125rem;height:2.5625rem;top:37.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRB0zsoVaElrnX35Dr33ZAJ5aDpyvFXg { display:block; }
 }@media only screen and (max-width: 763px) { #yURRny00o9vA0QQAX6xgOK6L1NmdiJ95 { top:34.1875rem;left:0rem;width:8.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzKPyHkc0oNTes9dADguDlwNhTcXyfJ7 { top:98.4375rem;left:0rem;width:5.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpPGJl4Cgg8kCUKZ2PEqM8DmIhiWGAVu { top:31.3125rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfMCq4qCnHPZo8fr1JF9tTpzcyEGs71i { top:96.1875rem;left:0rem;width:2.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpThn3HInapC0vSrRlNwe8pAu8svQ43J { top:31.125rem;left:0rem;width:3.3125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7MGRS7XRegm3Fsog0TtatJhnEbgyOsJ { top:33.25rem;left:0rem;width:16.875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ideSv4g3kFAvgnTXzEOEzBclxihJVWUG { top:96.1875rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8QAFWTCavIlh1LoghlK06DCTGJw2UOJ { top:92.875rem;left:0rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6kF9DgB9D593429koWl2tv45OoKmw6g { top:13.3125rem;left:0rem;width:19.3125rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWqaEHpLJ3er5GCXJBkQdz8yvtUPku4T { top:13.3125rem;left:0rem;width:19.3125rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #coZlqdka2lD9RU1c3HQToxbima6PsNIp { top:115.75rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFzg8Wi3LnO4Tx9TEebqXGhegDTETmAG { top:26.4375rem;left:0rem;width:19.3125rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgIAzOVX2o3X0qLxMg1iu5KKIthMkkPi { top:118.875rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHo8Z7NP0S5l2Z7sosLKNJuArZOlsfIS { top:118.9375rem;left:0rem;width:2.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pplgKaIeJ5U2RT8uFTlByIur0UUDVqkI { top:31.125rem;left:0rem;width:3.3125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwFLAzsbrMi5y7fstiR5BOsHKh1eQfer { top:31.3125rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MF43xxkJxqUNJ5Qst3kBTx1PFrrEiqJT { top:34.1875rem;left:0rem;width:8.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mf6RqtWzT0WNvhsdMUbCma5i25gCcAhV { top:121.1875rem;left:0rem;width:5.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1zzhFUx3BJ9fTGEheLnFkPEDQl9ui4v { width:11.125rem;height:2.5625rem;top:37.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxCfpTQO5eBXXHWotUrSTMRgMWHv1d80 { display:block; }
 }@media only screen and (max-width: 763px) { #DWtQZtOg7JZ5UhBCTOLF9p2iuoK4FS4V { top:33.25rem;left:0rem;width:16.875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbO9ZunRt5mrBzM0dPmUo7rXCSu0LuqX { top:26.4375rem;left:0rem;width:19.3125rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVpuEAlScZBxboUQbzhpoTeS81vDkJvB { width:11.125rem;height:2.5625rem;top:37.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K33I1prmJ3l7qFVaqBK4oqhfs1fzFRTP { display:block; }
 }@media only screen and (max-width: 763px) { #a5Q4UPgrp4GaBJhpqOzPifQRWOqwtkQM { top:34.1875rem;left:0rem;width:8.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhym2PlB27eMTTPSLIBtlTDCVHvQbE1i { top:144.25rem;left:0rem;width:5.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLot1gtBanWHW9P9GTi0eHxTGcFAk4hv { top:141.8125rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcQXvTGgW9z2AShL90WzkueQF0Pxy4ip { top:141.875rem;left:0rem;width:2.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o7fDP2oEpyWJvGfi5cTHWx1Zh6SbQIRH { top:31.125rem;left:0rem;width:3.3125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4vVrfJ8poR9Wx0KS8pFFStcFFW7cXEM { top:33.25rem;left:0rem;width:16.875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TI4S0mZ8WcQDgQ1cK0gxDrLlrJL2o4NT { top:138.625rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCh6pWW9rzMWRgAeJ4dFIxeJCxocKlZt { top:31.3125rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #THUrWcJd9TzGnUsqTZHRO2w9uEfR2XlZ { top:13.3125rem;left:0rem;width:19.3125rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQMAPxWzwkbpVfPe1blHvvkS3TndmSrT { top:151.3125rem;left:0rem;width:12.3125rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxqSbEgfui4SMzRKuxBU2ZNSR7tRsIAt { display:block; }#IxqSbEgfui4SMzRKuxBU2ZNSR7tRsIAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPHmQMdU2kh4CxSylBF75EFNEKetlb8B { top:13.3125rem;left:0rem;width:19.3125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJwGDqlaqNIK6rSWqI2SCyIwZFnZn8nf { top:26.4375rem;left:0rem;width:19.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuaRziAzQpChJGoqQmGH2ZDRK2Wzm6i8 { top:27.625rem;left:0rem;width:16.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvEqLccl3J5w9X8Zi9EoqWCqGWrgbAmX { top:31.3125rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #norVTP59xOTs1vXC63botIlTGxvJRSTk { top:31.3125rem;left:2.8125rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CemR5scJUdPJD1XLvCt3Py8XrJfJys2u { top:34.1875rem;left:0rem;width:8.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTeUvZxO3590DMehxnWyszyb3qN4cCR { top:34.0625rem;left:2.8125rem;width:5.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXAMDW7FHRsuQmW3wdLADc8yLuNDuTUu { top:33.25rem;left:0rem;width:16.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5uXH4dAGDmT01q70AvoI5ylbWEBXVFe { width:11.125rem;height:2.8125rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiC1TJrMDyT508PcyWFfW7VtN44UDxEF { display:block; }
 }@media only screen and (max-width: 763px) { #K5zBuo8CHIm0fZqQB4Acnq2w5OiKKTeb { top:26.4375rem;left:14.1875rem;width:19.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA2UTFZ9rJoOxVMf9FVBrClkepUR1w7U { top:27.625rem;left:15.4375rem;width:16.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq7mWvfxqr6t4DMSkgTnD0pwaF8vICak { top:31.3125rem;left:26.6875rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx7sKmcoSWfivqarVmaFFGx4EhroJo9l { top:34.0625rem;left:24.625rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDDmC4n9o6zrI5X6NhOrHvQvTS8PxZN8 { top:33.25rem;left:15.4375rem;width:16.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJU7OspKzK88FRD3FZVThsHvOVzqaD6R { width:11.125rem;height:2.8125rem;top:37.375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoK5ru3MU8Bc8dTZmyutInVTLRVGNdIR { display:block; }
 }@media only screen and (max-width: 763px) { #zs7rAbmOEd0OhKR0oaU4tqLqCpQCfk7n { top:13.3125rem;left:14.1875rem;width:19.3125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9CziXpuTmL7G10dh6cpm50Uog2oUPeJ { top:34.1875rem;left:15.4375rem;width:8.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW966pJIdNZgyppsT6HETPGRaPlRAVFl { top:31.3125rem;left:15.4375rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wanVr68yA9kJmeSucRZRHqkp3ai7HGdl { top:26.4375rem;left:28.4375rem;width:19.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0rF8KLGm7dG04DvMl1hgO2Li5yiSPfi { top:27.625rem;left:31.3125rem;width:16.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMUebDdbzn31sz4y7rTNWTSMOwgmoKHU { top:31.3125rem;left:42.25rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldhMZBfawk9VEaFZBG2SlzTJEGHwutDT { top:34.0625rem;left:39.75rem;width:8rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT2C1lMmiMguDkBxfORUEAOETERf6qxQ { top:33.25rem;left:30.875rem;width:16.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTIoQTdP8NKkXiOTMffcm096AoHnJLTT { width:11.125rem;height:2.8125rem;top:37.375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSkGH883ABaUA1Tt8V1PxyfHk4pcw6eb { display:block; }
 }@media only screen and (max-width: 763px) { #GhEbGhH5Wx3i0gl16W7SoDlT6JByQ0m3 { top:13.3125rem;left:28.4375rem;width:19.3125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNitkJeoW8Ct5FVO2qCtdoTcXnUXHwe3 { top:34.1875rem;left:39.4375rem;width:8.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG7uw4AKFnNRLIUVC7D13hsrPdQLSp5G { top:31.3125rem;left:39.4375rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFWu9MRJ04sJrP7PefgDvSAP3RooAOTT { top:4.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPFPPQmO8pzGOS7m7yEJtXuXaWT2Rih0 { top:3rem;left:2.625rem;width:42.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6suB5HFRfm4r4AlgVBATBtGRHLZe6BX { top:7.3125rem;left:2.625rem;width:39.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKTN8Osm0bNOVmbaI0PLFK598rMlzCNP { top:31.3125rem;left:0rem;width:2.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvrBG4RArZXv9SLL7ovse9JWh36e6MQi { top:31.125rem;left:0rem;width:3.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAVzdCFbkzzQiXDtnfzEBKgq9FWyoQXe { top:31.3125rem;left:23.625rem;width:2.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH7fOSFNbJm7WTyVvgl69Feu5n5E0mN2 { top:31.125rem;left:23.4375rem;width:3.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuuXFEmNrZMUJteTPauPNMJpZk75u1Xl { top:31.3125rem;left:44.8125rem;width:2.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvuBxLPmNJTgciCf8JuZ6oql7oRJTwop { top:31.125rem;left:44.4375rem;width:3.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FExcU9HpoA5ctIvTk5M2VFHt4MyusHyW { width:16.875rem;height:2.8125rem;top:84.1875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f97ZIuB14zHT29hnkSJDNrfH9vTn0saq { display:block; }
 }@media only screen and (max-width: 763px) { #DQkD87MEEuwVTl1PxteXkbgDdKQrND31 { top:79.5rem;left:4rem;width:39.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUTrMo2I0BVTH9F1laRlr4ZR2nX7bDua { top:57.3125rem;left:28.4375rem;width:19.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpTEvM2TJ6NlCgE6LIJuVeatu8tU2ZTE { width:11.125rem;height:2.8125rem;top:68.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuvqS6VQ0RmiVGVHTKBEozpqGq25Dszb { display:block; }
 }@media only screen and (max-width: 763px) { #XOMOZFtunvNQh1hlwRJX3TaSWh6kEz9B { top:57.3125rem;left:14.1875rem;width:19.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0ZEuGQn8UWLCNyUn7H1dwd2c4DWAFcl { top:64.9375rem;left:24.625rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVJ85IAbHb3quQ4yW2Zz3zTIScrm9LVo { width:11.125rem;height:2.8125rem;top:68.25rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy1tWNq6npzFePOkFlwMhzunCKOTSl9I { display:block; }
 }@media only screen and (max-width: 763px) { #SlLRPFnwmRBIhH2rQas6NwMT6gwLva2y { top:64.9375rem;left:39.75rem;width:8rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOyG4mhClBaQ3Leu0obB2kmowAIyTyah { top:65.0625rem;left:39.4375rem;width:8.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roKnJ8Jc7MzMRksMdezKDN7L9D2wxzDJ { top:62.1875rem;left:26.6875rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMk0JoosBsMABrPA9CgNW4vTnidEu3U7 { top:64.125rem;left:15.4375rem;width:16.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGvo3r8SQKMZtUvRTJgsFT0zbtznc31f { top:65.0625rem;left:15.4375rem;width:8.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8R0rSbM716aAfMbnE075dDQk4sa84wN { top:62.1875rem;left:15.4375rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZEpmLGuZGGbcRT5BN7ENXpAe3pIJwEX { top:62.1875rem;left:42.25rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVU9cUuvxrEuG3GAAVsxFg2rOUZJrs0t { top:64.125rem;left:30.875rem;width:16.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auSsx8yvUD442yRfQLETnXcocX155x4B { top:62.1875rem;left:39.4375rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh19onakCfRpJSVs46AfAB146nFPxK4T { top:62.1875rem;left:23.625rem;width:2.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xym0wUoHPTKwspuXqeeVMMl3np4IyK7T { top:62rem;left:23.4375rem;width:3.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdaOBTsWMyVxM55BI1MFguf66h7ieLeW { top:62.1875rem;left:44.8125rem;width:2.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AakIHkCUWLKMNO795HkHfWEhQdwVydUw { top:62rem;left:44.4375rem;width:3.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KapynVWJfdtgaW5h3k10NXpGp7ZhgqrQ { top:58.5rem;left:15.4375rem;width:16.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU00y3odci0I5aGDCxgaZSoJVhQfQC2C { top:58.5rem;left:31.3125rem;width:16.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URk3eGA7lxENwedzzJJFULCIay4Rmvax { top:57.3125rem;left:0rem;width:19.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMRBLKZwHB7UN4ti1xVHpKGhk8TbxI4f { top:44.1875rem;left:0rem;width:19.3125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyo677opN9rfltL3S0ZEbKMHlzCeQtdT { top:62.1875rem;left:2.8125rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hupiza3MdoAioHlnvQd0rvHrHWvMs3On { top:64.9375rem;left:0.125rem;width:8.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4RnH42l2KFmKUEDDvNhoZbCqVmMtf86 { top:64.125rem;left:0rem;width:16.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woiGip0J5AgNlxOUgRNLqzG7iZGURpiA { top:44.1875rem;left:14.1875rem;width:19.3125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tli5v15ifCBBdEtxADVRKpqZArSblxXx { top:44.1875rem;left:28.4375rem;width:19.3125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvEtdSUJbECfluhQhV59OnEn11KFvEk3 { top:58.5rem;left:0rem;width:16.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfPMJB5DoT7l5XLmbEemb2gUr12PloVr { width:11.125rem;height:2.8125rem;top:68.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep5CVGTtoZ8SHgnTeMvAdB43Vt4cAJqO { display:block; }
 }@media only screen and (max-width: 763px) { #xad3rM6zsE1BC5log2NO8LWmwbLwCzUm { top:62.1875rem;left:0rem;width:2.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsnJq5Thn4pAyDeUmUxmumtb2deUInGk { top:62rem;left:0rem;width:3.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBKIbgLiVKCN85GFcfsxTm3V5nu8zMmT { top:65.0625rem;left:0rem;width:8.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb0KHsRwzGBZnls2vJ7MGBRBHF2M3bS3 { top:62.1875rem;left:0rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlpxgTVTUfvCdZfSwsTtBWw8fNmBVPbm { top:76.1875rem;left:4rem;width:39.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygeabG0qJvBJUIJbJ3LHRVmUpdBFossM { display:block; }#ygeabG0qJvBJUIJbJ3LHRVmUpdBFossM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOUzq13t9X0ia37VRx7myyXobQ1of1As { top:7.625rem;left:0rem;width:47.75rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfo3U7QulrrV6iOg3MCPJHIcf8Uw5Hn { top:2.375rem;left:2.625rem;width:42.5rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3EgeI4FANnS5t4afpnToiQhOo6FZrGi { top:3.625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC22vOTuieI9f0lcNrgbuCM5z6qPhDzm { display:block; }#AC22vOTuieI9f0lcNrgbuCM5z6qPhDzm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPUPxReOHlSozHhMK38aTcfQ5ydgyBXD { top:2.5rem;left:0rem;width:24.875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdhabTSKvJMaeKeMDZ6pLIUffxccMZOO { top:20.3125rem;left:45.0625rem;width:2.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwoCRhwnaTL4T2XvIrDrN9PhwiCzpqr0 { top:20.3125rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c27xlI7bxl9Ukvfzp5ZF7e8bS3wEGKdV { top:6.625rem;left:0rem;width:17.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-regular-label { width:26.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-text { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-text {padding-top: 0; padding-bottom: 0;}#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-textarea { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-select { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-select {padding-top: 0; padding-bottom: 0;}#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-button { width:13.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.625rem; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-checkbox-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI  { width:26.625rem;height:auto;top:10.1875rem;left:0rem; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .radio-container { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI {display:block;}#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI { width:26.625rem;height:auto;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #Qv3rMfnOOHLQ1LH1NBsossAoHU0NICoi {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #uZORgT5dWM3k75e0LtBQnEDpto2gGyDB {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #Rmh2fahtFqkiU2diToiFxvBvnX19Nmmw {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #IEz77TWx5WgBWHVopdWC5N4vdEEADLps {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #sdVwpg3kRKz4TTZ9VTEa6Wl5oxoW1tfr {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #rg7FasIRoK3pO775D2rpPhx8LbaP6aoI {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #cN4D1RK0UOiR6PuLPya6QyXnQ4pXqn3E {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #iLNiHtTPkweurquNaxGTThbh33QyaGVT {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #kGaL3t3ulcWN4qseV8QTvesP9soCTpLv {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #UMyP8NGp5BOsUTtRb8zS92mETnZKgXlH {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #ALCAEJ8rUT65VyV4va83WnJlbCT6SGNo {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #bP5F19I9yAOA9zdiq8bSSfzySu7Sh0t3 {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #nt3w4QnT918heFM5ZCSQRIpbIEWa9Fnk {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #U1mh9N7VSioAuIebtnAbsUl72PTTrAcm {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #vwAgJTMyDKo4vTp8K1TMCFTWak3aPNT9 {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #eVSDhhEfxILQErNWw0FN4WIfHGmPI2ss {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #oqp3DmVl63tELL02U5FIrmrkU4T8GeWt {  }
 }@media only screen and (max-width: 763px) { #aIBD4Dq8CsaxHSKQast4GTJncZWegS63 { top:25.125rem;left:16.875rem;width:30.875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkzzSmiras5bHI2tDyCeZvbrWpRi5wQM { top:6.5rem;left:26.5rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRGMftwkQcAyK3dUTxU66bQdFcWWrNV9 { top:6.5rem;left:29.4375rem;width:7.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIDpKT3kvdKw46L26ppMRFoy6b88eRtV { top:7.6875rem;left:29.4375rem;width:11.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL3G6t6Hv5CfJnsiSk6wHESW2qx3w5Ur { top:10.1875rem;left:27.1875rem;width:20.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X265TmLs6H8ZxtN7Ra6TCvX1wqQmmc32 { top:13rem;left:29.4375rem;width:12.6875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVXFK4ATPutO00zKPTBR0FISJgA3Xsx9 { width:12.5rem;height:2.8125rem;top:20.3125rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQUNaPqAt29Dl1a7NfKFXxz7xhiQbCzX { display:block; }
 }@media only screen and (max-width: 763px) { #OOvJ9pkxhClvxhPUGr3lTw4Sl6E3HT7C { top:2.5rem;left:22.875rem;width:24.875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZNfAyiaxgPg5t09smQrMwh2okWXiBem { top:23.4375rem;left:43.5625rem;width:4.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH0m085HTU2ESQo1H4KfK2lDss8TZBPC { top:23.4375rem;left:43.5625rem;width:4.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvyDvpMKdCEPa69dnfHFchH5ode4wrsa { display:block; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCbIsSTiglxd19cUUOAtlI9N5TJ1TOPK { top:1.5rem;left:0rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoinNP6HtSrGNc64TnagM32qmAlM0VCT { top:1.8125rem;left:34.1875rem;width:13.5625rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTHVKnP8CegNOcS5UTLNTFDZ3t05yPVG { top:6.6875rem;left:17.09375rem;width:13.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Utv8BPKTiaRcTAGTKbNdfPww6MM9CANW { display:block; }#Utv8BPKTiaRcTAGTKbNdfPww6MM9CANW > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L51Tn3QEMQawwbJPWKGFVCErmpswelSl { width:20rem;height:2.5996125rem;top:0.42431640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAkxgvcZTlvtKCP39OmzmMfQlCkNws3W { width:5.9375rem;height:5.9375rem;top:5.75rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieNeAhSrTH4P5naFI17aT5VSHxlaEE4G { width:20rem;height:4.5rem;top:13.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPsMdqRPIrXKQT62a0l4RU1pDBI4ez2X { width:19.0625rem;height:3.9375rem;top:18.8603515625rem;left:0.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #m3JKvZCae12aE9oWOHXkD6CtwUMqKlma { width:13.125rem;height:2.8125rem;top:26.67138671875rem;left:3.4375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vg7xptwn5DJyVEVWTCTQGDJFKhHRRwyM { display:block; }
 }@media only screen and (max-width: 763px) { #TJWT75XBvIgqSMTX4r7Mknu9xIJdxiD7 { width:15.625rem;height:2.8125rem;top:41.8125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRpG90eD8tw33yosusK4puPLmqlxAlvS { display:block; }
 }@media only screen and (max-width: 763px) { #UIQs3WehTX0vJ74brceaPnnVSuif7FlS { display:block; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZIhuPp2Ik1wx4eJeqywEOhPDQdISUHJ { width:4.1875rem;height:4.1875rem;top:6.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8RT8S9hR8wm06oD9GiMhStuKqZNBbHt { width:4.1875rem;height:4.1875rem;top:20.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inMcMDay4DEJV8q1LHypn0OSlFTdzSXn { width:4.1875rem;height:4.1875rem;top:34.6875rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3RUmBGyoJ86ORsQikWTURKPK2Q7dBpM { width:13.5rem;height:2.92480625rem;top:11.375rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SsbgSpOVXdWIhfHgVKUEXg9tJxKKsChT { width:15.125rem;height:2.2744125rem;top:14.875rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE4dHGTZex0d4JxRx8Roa6wx5aySplXM { width:13.9375rem;height:2.92480625rem;top:25.375rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KBf88EbXzp51AJsTDMxtUKK7RztSKJHe { width:14.4375rem;height:2.2744125rem;top:29rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7EGHtpmeO5BJgsNfxrD3cpBqQWTcPml { width:14.5rem;height:2.92480625rem;top:40.1875rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c38NXa8mTZAVH3J3hbLacpRsBm5arWKO { width:18.1875rem;height:3.41161875rem;top:43.625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THOR0oG40JuJ9hbPyGW6G8xh3MItEcHf { width:20rem;height:15.375rem;top:3.22119140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbPm3DsepGrMltHrmc4RFiuMZkmVRmWs { width:20rem;height:1.625rem;top:2.306640625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkxsCz8dVSZK9GZAmiN6Hu4EKEv6bTgV { display:block; }#CkxsCz8dVSZK9GZAmiN6Hu4EKEv6bTgV > .row .container { width:20rem;height:166.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSnZ2xrx84n4GOBeqXbkM441WdzPri7h { width:17.75rem;height:9.5rem;top:13.6875rem;left:1.125rem;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/993b5cb1-4b91-47d4-a0b8-64405dbc3712/ambientazionecucinaexpoe1765375248345600x408.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TSnZ2xrx84n4GOBeqXbkM441WdzPri7h.adaptive-delivery-prevent-bg, #TSnZ2xrx84n4GOBeqXbkM441WdzPri7h.lazyload, #TSnZ2xrx84n4GOBeqXbkM441WdzPri7h.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JUpuuTenTnNl0yPxCxDRSZ8LpNQQug0f { width:17.75rem;height:12.5rem;top:23.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI1za031A8HSJPIIGB3sdTPLB30zO8FQ { width:15.5625rem;height:2.2744125rem;top:24.1875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFamkIPJEsIBntkmdTNBPtQM42nwMTmD { width:5.5rem;height:1.13720625rem;top:27.4375rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS5hQvELBb8HApS98Tkmcey43xNTJcfG { width:5.5rem;height:1.13720625rem;top:27.4375rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP71TxNqyid3TX8rPT4BmMmcOZoXTfLg { width:8.1875rem;height:1.13720625rem;top:30rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix5hGcClKwt2VdhQi3tdSzeU8SyuxrBG { width:5.5rem;height:1.29980625rem;top:29.91845703125rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwRvIbX49SadlBV20w8iDLnzzEw1cpar { width:15.625rem;height:0.0625rem;top:29.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB3BGxASXkB9pTbHE3o1Gd7tzAfRlaKy { width:11.125rem;height:2.8125rem;top:32rem;left:4.4375rem;font-size:0.8125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #GXGa4E2iTwSN0SqkgqmGFzD4BZzVCLMi { display:block; }
 }@media only screen and (max-width: 763px) { #lLFrAnpdclTTqI5TRGshDXy81TffFc9f { width:20rem;height:3.25rem;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ1Gq7qNNUiZSB547TnfvIqRJLLNydOa { width:20rem;height:1.21875rem;top:1.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THSUIfVQcrsBeMaw93xvg1AGkAO7Ovb5 { width:20rem;height:3.41161875rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTIE6NuZyIbAIiZLU4TrIZ3AuTH6da5 { width:2.5rem;height:1.05615rem;top:27.5rem;left:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0iU1Qgu0VQPGy7N6PwlrOx8GJoo7GdT { width:2.875rem;height:1.25rem;top:27.375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW0t147Vp3Jx6vqlNdXOBylrsndIkRmB { width:15rem;height:2.8125rem;top:161.5625rem;left:2.5rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rBhoyIDH10bNkH0uq6SFc5FxbAROtJPf { display:block; }
 }@media only screen and (max-width: 763px) { #omLJKkvtqTK3Pw2yn0LTrrC7UPuxBKTm { width:12.3125rem;height:3.8994125rem;top:155.875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epMkPrsh3KpKlIhOiXB9KwxK1gMrBDyb { width:17.75rem;height:9.5rem;top:36.6875rem;left:1.125rem;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/9b0cbb22-7bd3-490f-96da-7091318e459c/CUCINAOUTLETVETROEIMPIALLACCIATOAMBIENTe1765383320776600x422.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#epMkPrsh3KpKlIhOiXB9KwxK1gMrBDyb.adaptive-delivery-prevent-bg, #epMkPrsh3KpKlIhOiXB9KwxK1gMrBDyb.lazyload, #epMkPrsh3KpKlIhOiXB9KwxK1gMrBDyb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qAxfvuhcfl8FJxoABV1dK2vRSVDy4zmB { width:17.75rem;height:12.5rem;top:46.1875rem;left:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #wpxbPFGGCZAfVksbT67gBOSGp6khiOT7 { width:15.6875rem;height:1.13720625rem;top:47.1875rem;left:2.15625rem;font-size:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #raC0q6DC53xd4gQA0gGCi8lDAgyJF6HQ { width:5.5rem;height:1.13720625rem;top:50.27197265625rem;left:2.25rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Bthg6BiObKmmCtT1eXtcqbpAsXPNOOid { width:2.5rem;height:1.05615rem;top:50.3125rem;left:9.75rem;font-size:0.8125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Eoz2QKm7Ll7cEbWIpcOH7TxbckuWt67A { width:2.875rem;height:1.25rem;top:50.1875rem;left:9.5625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #dphTOEeWWMetv49TDTtQeCq1xMvB5FUk { width:8.1875rem;height:1.13720625rem;top:52.75rem;left:2.25rem;font-size:0.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ha4xoOcnDK3l3Zl1akm8cmvRGhdqJAr6 { width:15.625rem;height:0.0625rem;top:51.96875rem;left:2.1875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #y3e4TXeiunUkCTTkCfwoEMfgPLyRiKM1 { width:5.5rem;height:1.13720625rem;top:50.27197265625rem;left:12.375rem;font-size:0.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #NqUSRvDmTPL88Qttf8C18w28b0xRSOoX { width:5.5rem;height:1.29980625rem;top:52.66845703125rem;left:12.375rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #wHDHtZlkC0JrzHZ1mJy9mU5ZCTWJx7ma { width:11.125rem;height:2.8125rem;top:54.75rem;left:4.4375rem;font-size:0.8125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #arKynD7gsuX7Sgc0MAdUXpDG5Uv6reO1 { display:block; }
 }@media only screen and (max-width: 763px) { #dTtC3IxNxqD5MprxiWdzeoEmQ2cnG44e { width:17.75rem;height:9.5rem;top:59.6875rem;left:1.125rem;z-index:15022;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/4bee2d86-692b-4122-8126-b71ab5ed77e4/cucinaresinapromoexpoambient600x438.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dTtC3IxNxqD5MprxiWdzeoEmQ2cnG44e.adaptive-delivery-prevent-bg, #dTtC3IxNxqD5MprxiWdzeoEmQ2cnG44e.lazyload, #dTtC3IxNxqD5MprxiWdzeoEmQ2cnG44e.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NgcWo844aGdZk5HFmsUg0iKnmVyC8iPt { width:17.75rem;height:12.5rem;top:69.1875rem;left:1.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #XO47ImfOR9XENMuTTWVvNdTxSM7dcS5G { width:15.4375rem;height:2.2744125rem;top:70.0625rem;left:2.25rem;font-size:0.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #b0I97we5w4Rv6mtXxoJMFrR4UI7GCe0m { width:5.5rem;height:1.13720625rem;top:73.39697265625rem;left:2.25rem;font-size:0.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #CbenshqhTanIxmFx72CqgbAdMduVDqH0 { width:2.5rem;height:1.05615rem;top:73.4375rem;left:9.75rem;font-size:0.8125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #bAHaxwh7X80T5kNquNUplHIGtrIqcukF { width:2.875rem;height:1.25rem;top:73.3125rem;left:9.5625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #DvJ57X0m3TJRbfxBdA1KCFGlcUsymTi8 { width:8.1875rem;height:1.13720625rem;top:75.73828125rem;left:2.25rem;font-size:0.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #V4DwvN3NAgxEEp3y39l5K6KuQSbFobkP { width:15.625rem;height:0.0625rem;top:75.03125rem;left:2.1875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #NMi8IeU8VGpeZ0VSsZgEKOd0G7hKPC7A { width:5.5rem;height:1.13720625rem;top:73.375rem;left:12.375rem;font-size:0.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #yK9vk7Ti7quRb5pl0ICNBsZUmoGxwn6s { width:5.5rem;height:1.29980625rem;top:75.65673828125rem;left:12.375rem;font-size:1rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #npMebwzXcq4TmS201ihxPfGxz5JdlwOS { width:11.125rem;height:2.8125rem;top:77.75rem;left:4.4375rem;font-size:0.8125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #n3IQGaD0i50hb4Dx0BPLqXC2wlwN9xsK { display:block; }
 }@media only screen and (max-width: 763px) { #bfLiZ9s9SONxvun9N0QzA5a1ga616BXV { width:17.75rem;height:12.5rem;top:92.07421875rem;left:1.125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #Cw6E2zhkMB1Rle9WXZlVF5vw0kKSW6Ln { width:11.125rem;height:2.8125rem;top:100.6875rem;left:4.4375rem;font-size:0.8125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #eRB0zsoVaElrnX35Dr33ZAJ5aDpyvFXg { display:block; }
 }@media only screen and (max-width: 763px) { #yURRny00o9vA0QQAX6xgOK6L1NmdiJ95 { width:8.125rem;height:1.13720625rem;top:98.55078125rem;left:2.25rem;font-size:0.875rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #RzKPyHkc0oNTes9dADguDlwNhTcXyfJ7 { width:5.5rem;height:1.29980625rem;top:98.46923828125rem;left:12.375rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #lpPGJl4Cgg8kCUKZ2PEqM8DmIhiWGAVu { width:3.6875rem;height:1.13720625rem;top:96.20947265625rem;left:2.25rem;font-size:0.875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #rfMCq4qCnHPZo8fr1JF9tTpzcyEGs71i { width:2.5rem;height:1.05615rem;top:96.24951171875rem;left:9.6875rem;font-size:0.8125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #RpThn3HInapC0vSrRlNwe8pAu8svQ43J { width:2.875rem;height:1.25rem;top:96.15283203125rem;left:9.5625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #n7MGRS7XRegm3Fsog0TtatJhnEbgyOsJ { width:15.625rem;height:0.0625rem;top:97.91796875rem;left:2.1875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ideSv4g3kFAvgnTXzEOEzBclxihJVWUG { width:5.5rem;height:1.13720625rem;top:96.20947265625rem;left:12.375rem;font-size:0.875rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #u8QAFWTCavIlh1LoghlK06DCTGJw2UOJ { width:15.4375rem;height:2.2744125rem;top:92.875rem;left:2.25rem;font-size:0.875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #a6kF9DgB9D593429koWl2tv45OoKmw6g { width:17.75rem;height:9.5rem;top:82.57421875rem;left:1.125rem;z-index:15033;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/f3e9e7a5-1736-4b4c-b313-037d78b2e228/cucinaexpopromocipriaambient600x432.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a6kF9DgB9D593429koWl2tv45OoKmw6g.adaptive-delivery-prevent-bg, #a6kF9DgB9D593429koWl2tv45OoKmw6g.lazyload, #a6kF9DgB9D593429koWl2tv45OoKmw6g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qWqaEHpLJ3er5GCXJBkQdz8yvtUPku4T { width:17.75rem;height:9.5rem;top:105.4375rem;left:1.125rem;z-index:15043;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/a53ab309-04c3-447a-ad4c-998eb4ff6ff8/CUCINAOUTLETLAMINATOVERDEAMBIENTe1765383812934600x471.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qWqaEHpLJ3er5GCXJBkQdz8yvtUPku4T.adaptive-delivery-prevent-bg, #qWqaEHpLJ3er5GCXJBkQdz8yvtUPku4T.lazyload, #qWqaEHpLJ3er5GCXJBkQdz8yvtUPku4T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #coZlqdka2lD9RU1c3HQToxbima6PsNIp { width:15.5rem;height:2.2744125rem;top:115.75rem;left:2.25rem;font-size:0.875rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #GFzg8Wi3LnO4Tx9TEebqXGhegDTETmAG { width:17.75rem;height:12.5rem;top:114.9375rem;left:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XgIAzOVX2o3X0qLxMg1iu5KKIthMkkPi { width:5.5rem;height:1.13720625rem;top:118.89697265625rem;left:12.375rem;font-size:0.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #zHo8Z7NP0S5l2Z7sosLKNJuArZOlsfIS { width:2.5rem;height:1.05615rem;top:118.9375rem;left:9.75rem;font-size:0.8125rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #pplgKaIeJ5U2RT8uFTlByIur0UUDVqkI { width:2.875rem;height:1.25rem;top:118.8125rem;left:9.5625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #JwFLAzsbrMi5y7fstiR5BOsHKh1eQfer { width:3.6875rem;height:1.13720625rem;top:118.875rem;left:2.25rem;font-size:0.875rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #MF43xxkJxqUNJ5Qst3kBTx1PFrrEiqJT { width:8.125rem;height:1.13720625rem;top:121.3125rem;left:2.1875rem;font-size:0.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #Mf6RqtWzT0WNvhsdMUbCma5i25gCcAhV { width:5.5rem;height:1.29980625rem;top:121.23095703125rem;left:12.375rem;font-size:1rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #z1zzhFUx3BJ9fTGEheLnFkPEDQl9ui4v { width:11.125rem;height:2.8125rem;top:123.5rem;left:4.4375rem;font-size:0.8125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #NxCfpTQO5eBXXHWotUrSTMRgMWHv1d80 { display:block; }
 }@media only screen and (max-width: 763px) { #DWtQZtOg7JZ5UhBCTOLF9p2iuoK4FS4V { width:15.625rem;height:0.0625rem;top:120.59375rem;left:2.1875rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #KbO9ZunRt5mrBzM0dPmUo7rXCSu0LuqX { width:17.75rem;height:12.5rem;top:137.86865234375rem;left:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #eVpuEAlScZBxboUQbzhpoTeS81vDkJvB { width:11.125rem;height:2.8125rem;top:146.4375rem;left:4.4375rem;font-size:0.8125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #K33I1prmJ3l7qFVaqBK4oqhfs1fzFRTP { display:block; }
 }@media only screen and (max-width: 763px) { #a5Q4UPgrp4GaBJhpqOzPifQRWOqwtkQM { width:8.125rem;height:1.13720625rem;top:144.33154296875rem;left:2.25rem;font-size:0.875rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #lhym2PlB27eMTTPSLIBtlTDCVHvQbE1i { width:5.5rem;height:1.29980625rem;top:144.25rem;left:12.375rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #TLot1gtBanWHW9P9GTi0eHxTGcFAk4hv { width:5.5rem;height:1.13720625rem;top:141.83447265625rem;left:12.375rem;font-size:0.875rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #KcQXvTGgW9z2AShL90WzkueQF0Pxy4ip { width:2.5rem;height:1.05615rem;top:141.875rem;left:9.75rem;font-size:0.8125rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #o7fDP2oEpyWJvGfi5cTHWx1Zh6SbQIRH { width:2.875rem;height:1.25rem;top:141.75rem;left:9.5625rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #k4vVrfJ8poR9Wx0KS8pFFStcFFW7cXEM { width:15.625rem;height:0.0625rem;top:143.52490234375rem;left:2.1875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #TI4S0mZ8WcQDgQ1cK0gxDrLlrJL2o4NT { width:15.5rem;height:2.2744125rem;top:138.625rem;left:2.25rem;font-size:0.875rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #TCh6pWW9rzMWRgAeJ4dFIxeJCxocKlZt { width:3.6875rem;height:1.13720625rem;top:141.8125rem;left:2.25rem;font-size:0.875rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #THUrWcJd9TzGnUsqTZHRO2w9uEfR2XlZ { width:17.75rem;height:9.5rem;top:128.36865234375rem;left:1.125rem;z-index:15054;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/0841f73a-0546-4322-899a-278f2effc3d5/CUCINAOUTLETLAMINATOQUERCIAECALCEAMBIENTe1765383548550600x482.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#THUrWcJd9TzGnUsqTZHRO2w9uEfR2XlZ.adaptive-delivery-prevent-bg, #THUrWcJd9TzGnUsqTZHRO2w9uEfR2XlZ.lazyload, #THUrWcJd9TzGnUsqTZHRO2w9uEfR2XlZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hQMAPxWzwkbpVfPe1blHvvkS3TndmSrT { width:14.875rem;height:1.29980625rem;top:152.5rem;left:2.5625rem;font-size:1rem;z-index:15030;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #IxqSbEgfui4SMzRKuxBU2ZNSR7tRsIAt { display:none; }#IxqSbEgfui4SMzRKuxBU2ZNSR7tRsIAt > .row .container { width:20rem;height:212.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NPHmQMdU2kh4CxSylBF75EFNEKetlb8B { width:19.3125rem;height:13.125rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJwGDqlaqNIK6rSWqI2SCyIwZFnZn8nf { width:19.3125rem;height:15.625rem;top:15.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuaRziAzQpChJGoqQmGH2ZDRK2Wzm6i8 { width:16.4375rem;height:0;top:16.8125rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvEqLccl3J5w9X8Zi9EoqWCqGWrgbAmX { width:5.5rem;height:0;top:20.5rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #norVTP59xOTs1vXC63botIlTGxvJRSTk { width:5.5rem;height:0;top:20.5rem;left:12.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CemR5scJUdPJD1XLvCt3Py8XrJfJys2u { width:8.1875rem;height:0;top:23.3935546875rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTeUvZxO3590DMehxnWyszyb3qN4cCR { width:5.5rem;height:0;top:23.23095703125rem;left:12.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXAMDW7FHRsuQmW3wdLADc8yLuNDuTUu { width:16.875rem;height:0.0625rem;top:22.40625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5uXH4dAGDmT01q70AvoI5ylbWEBXVFe { width:11.125rem;height:2.9375rem;top:26.9375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiC1TJrMDyT508PcyWFfW7VtN44UDxEF { display:block; }
 }@media only screen and (max-width: 763px) { #K5zBuo8CHIm0fZqQB4Acnq2w5OiKKTeb { width:19.3125rem;height:15.625rem;top:74.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA2UTFZ9rJoOxVMf9FVBrClkepUR1w7U { width:16.4375rem;height:0;top:75.25rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq7mWvfxqr6t4DMSkgTnD0pwaF8vICak { width:5.5rem;height:0;top:78.9375rem;left:12.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx7sKmcoSWfivqarVmaFFGx4EhroJo9l { width:7.5625rem;height:0;top:81.6875rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDDmC4n9o6zrI5X6NhOrHvQvTS8PxZN8 { width:16.875rem;height:0.0625rem;top:80.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJU7OspKzK88FRD3FZVThsHvOVzqaD6R { width:11.125rem;height:2.5625rem;top:85rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoK5ru3MU8Bc8dTZmyutInVTLRVGNdIR { display:block; }
 }@media only screen and (max-width: 763px) { #zs7rAbmOEd0OhKR0oaU4tqLqCpQCfk7n { width:19.3125rem;height:13.125rem;top:42.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9CziXpuTmL7G10dh6cpm50Uog2oUPeJ { width:8.1875rem;height:0;top:81.8125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW966pJIdNZgyppsT6HETPGRaPlRAVFl { width:5.5rem;height:0;top:78.9375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wanVr68yA9kJmeSucRZRHqkp3ai7HGdl { width:19.3125rem;height:15.625rem;top:90.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0rF8KLGm7dG04DvMl1hgO2Li5yiSPfi { width:16.4375rem;height:0;top:92.125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMUebDdbzn31sz4y7rTNWTSMOwgmoKHU { width:5.5rem;height:0;top:95.8125rem;left:12.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldhMZBfawk9VEaFZBG2SlzTJEGHwutDT { width:8rem;height:0;top:98.5625rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT2C1lMmiMguDkBxfORUEAOETERf6qxQ { width:16.875rem;height:0.0625rem;top:97.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTIoQTdP8NKkXiOTMffcm096AoHnJLTT { width:11.125rem;height:2.5625rem;top:101.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSkGH883ABaUA1Tt8V1PxyfHk4pcw6eb { display:block; }
 }@media only screen and (max-width: 763px) { #GhEbGhH5Wx3i0gl16W7SoDlT6JByQ0m3 { width:19.3125rem;height:13.125rem;top:56.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNitkJeoW8Ct5FVO2qCtdoTcXnUXHwe3 { width:8.1875rem;height:0;top:98.6875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG7uw4AKFnNRLIUVC7D13hsrPdQLSp5G { width:5.5rem;height:0;top:95.8125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFWu9MRJ04sJrP7PefgDvSAP3RooAOTT { width:20rem;height:0;top:34.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPFPPQmO8pzGOS7m7yEJtXuXaWT2Rih0 { width:20rem;height:0;top:32.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6suB5HFRfm4r4AlgVBATBtGRHLZe6BX { width:20rem;height:0;top:38.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKTN8Osm0bNOVmbaI0PLFK598rMlzCNP { width:2.9375rem;height:0;top:71.4375rem;left:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvrBG4RArZXv9SLL7ovse9JWh36e6MQi { width:3.3125rem;height:1.5625rem;top:71.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAVzdCFbkzzQiXDtnfzEBKgq9FWyoQXe { width:2.9375rem;height:0;top:78.9375rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH7fOSFNbJm7WTyVvgl69Feu5n5E0mN2 { width:3.3125rem;height:1.5625rem;top:78.75rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuuXFEmNrZMUJteTPauPNMJpZk75u1Xl { width:2.9375rem;height:0;top:95.8125rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvuBxLPmNJTgciCf8JuZ6oql7oRJTwop { width:3.3125rem;height:1.5625rem;top:95.625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FExcU9HpoA5ctIvTk5M2VFHt4MyusHyW { width:16.875rem;height:3.125rem;top:111.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f97ZIuB14zHT29hnkSJDNrfH9vTn0saq { display:block; }
 }@media only screen and (max-width: 763px) { #DQkD87MEEuwVTl1PxteXkbgDdKQrND31 { width:20rem;height:0;top:107.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUTrMo2I0BVTH9F1laRlr4ZR2nX7bDua { width:19.3125rem;height:15.625rem;top:192.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpTEvM2TJ6NlCgE6LIJuVeatu8tU2ZTE { width:11.125rem;height:2.5625rem;top:203.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuvqS6VQ0RmiVGVHTKBEozpqGq25Dszb { display:block; }
 }@media only screen and (max-width: 763px) { #XOMOZFtunvNQh1hlwRJX3TaSWh6kEz9B { width:19.3125rem;height:15.625rem;top:176rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0ZEuGQn8UWLCNyUn7H1dwd2c4DWAFcl { width:7.5625rem;height:0;top:183.625rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVJ85IAbHb3quQ4yW2Zz3zTIScrm9LVo { width:11.125rem;height:2.5625rem;top:186.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy1tWNq6npzFePOkFlwMhzunCKOTSl9I { display:block; }
 }@media only screen and (max-width: 763px) { #SlLRPFnwmRBIhH2rQas6NwMT6gwLva2y { width:8rem;height:0;top:200.5rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOyG4mhClBaQ3Leu0obB2kmowAIyTyah { width:8.1875rem;height:0;top:200.625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roKnJ8Jc7MzMRksMdezKDN7L9D2wxzDJ { width:5.5rem;height:0;top:180.875rem;left:12.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMk0JoosBsMABrPA9CgNW4vTnidEu3U7 { width:16.875rem;height:0.0625rem;top:182.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGvo3r8SQKMZtUvRTJgsFT0zbtznc31f { width:8.1875rem;height:0;top:183.75rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8R0rSbM716aAfMbnE075dDQk4sa84wN { width:5.5rem;height:0;top:180.875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZEpmLGuZGGbcRT5BN7ENXpAe3pIJwEX { width:5.5rem;height:0;top:197.75rem;left:12.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVU9cUuvxrEuG3GAAVsxFg2rOUZJrs0t { width:16.875rem;height:0.0625rem;top:199.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auSsx8yvUD442yRfQLETnXcocX155x4B { width:5.5rem;height:0;top:197.75rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh19onakCfRpJSVs46AfAB146nFPxK4T { width:2.9375rem;height:0;top:180.875rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xym0wUoHPTKwspuXqeeVMMl3np4IyK7T { width:3.3125rem;height:1.5625rem;top:180.6875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdaOBTsWMyVxM55BI1MFguf66h7ieLeW { width:2.9375rem;height:0;top:197.75rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AakIHkCUWLKMNO795HkHfWEhQdwVydUw { width:3.3125rem;height:1.5625rem;top:197.5625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KapynVWJfdtgaW5h3k10NXpGp7ZhgqrQ { width:16.4375rem;height:0;top:177.1875rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU00y3odci0I5aGDCxgaZSoJVhQfQC2C { width:16.4375rem;height:0;top:194.0625rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URk3eGA7lxENwedzzJJFULCIay4Rmvax { width:19.3125rem;height:15.625rem;top:159.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMRBLKZwHB7UN4ti1xVHpKGhk8TbxI4f { width:19.3125rem;height:13.125rem;top:116rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyo677opN9rfltL3S0ZEbKMHlzCeQtdT { width:5.5rem;height:0;top:164rem;left:12.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hupiza3MdoAioHlnvQd0rvHrHWvMs3On { width:8.1875rem;height:0;top:166.75rem;left:10.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4RnH42l2KFmKUEDDvNhoZbCqVmMtf86 { width:16.875rem;height:0.0625rem;top:165.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woiGip0J5AgNlxOUgRNLqzG7iZGURpiA { width:19.3125rem;height:13.125rem;top:130.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tli5v15ifCBBdEtxADVRKpqZArSblxXx { width:19.3125rem;height:13.125rem;top:144.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvEtdSUJbECfluhQhV59OnEn11KFvEk3 { width:16.4375rem;height:0;top:160.3125rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfPMJB5DoT7l5XLmbEemb2gUr12PloVr { width:11.125rem;height:2.5625rem;top:170.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep5CVGTtoZ8SHgnTeMvAdB43Vt4cAJqO { display:block; }
 }@media only screen and (max-width: 763px) { #xad3rM6zsE1BC5log2NO8LWmwbLwCzUm { width:2.9375rem;height:0;top:164rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsnJq5Thn4pAyDeUmUxmumtb2deUInGk { width:3.3125rem;height:1.5625rem;top:163.8125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBKIbgLiVKCN85GFcfsxTm3V5nu8zMmT { width:8.1875rem;height:0;top:166.875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb0KHsRwzGBZnls2vJ7MGBRBHF2M3bS3 { width:5.5rem;height:0;top:164rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlpxgTVTUfvCdZfSwsTtBWw8fNmBVPbm { width:20rem;height:0;top:209.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygeabG0qJvBJUIJbJ3LHRVmUpdBFossM { display:block; }#ygeabG0qJvBJUIJbJ3LHRVmUpdBFossM > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOUzq13t9X0ia37VRx7myyXobQ1of1As { width:20rem;height:21.875rem;top:10.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfo3U7QulrrV6iOg3MCPJHIcf8Uw5Hn { width:20rem;height:1.21875rem;top:1.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3EgeI4FANnS5t4afpnToiQhOo6FZrGi { width:15.3125rem;height:3.25rem;top:3.8125rem;left:2.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC22vOTuieI9f0lcNrgbuCM5z6qPhDzm { display:block; }#AC22vOTuieI9f0lcNrgbuCM5z6qPhDzm > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPUPxReOHlSozHhMK38aTcfQ5ydgyBXD { width:20rem;height:1.625rem;top:1.787109375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IdhabTSKvJMaeKeMDZ6pLIUffxccMZOO { width:3rem;height:3.125rem;top:65.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwoCRhwnaTL4T2XvIrDrN9PhwiCzpqr0 { width:3.125rem;height:3.125rem;top:65.625rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c27xlI7bxl9Ukvfzp5ZF7e8bS3wEGKdV { width:17.9375rem;height:2.2744125rem;top:5.03564453125rem;left:1.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-text {padding-top: 0; padding-bottom: 0;}#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-select {padding-top: 0; padding-bottom: 0;}#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:4.375rem;margin-bottom:0.25rem;margin-left:4.375rem;height:2.8125rem;font-size:1rem;overflow:hidden; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI  { width:17.5rem;height:auto;top:9.48486328125rem;left:0rem; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI {display:block;}#nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI { width:17.5rem;height:auto;top:9.48486328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #Qv3rMfnOOHLQ1LH1NBsossAoHU0NICoi {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #uZORgT5dWM3k75e0LtBQnEDpto2gGyDB {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #Rmh2fahtFqkiU2diToiFxvBvnX19Nmmw {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #IEz77TWx5WgBWHVopdWC5N4vdEEADLps {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #sdVwpg3kRKz4TTZ9VTEa6Wl5oxoW1tfr {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #rg7FasIRoK3pO775D2rpPhx8LbaP6aoI {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #cN4D1RK0UOiR6PuLPya6QyXnQ4pXqn3E {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #iLNiHtTPkweurquNaxGTThbh33QyaGVT {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #kGaL3t3ulcWN4qseV8QTvesP9soCTpLv {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #UMyP8NGp5BOsUTtRb8zS92mETnZKgXlH {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #ALCAEJ8rUT65VyV4va83WnJlbCT6SGNo {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #bP5F19I9yAOA9zdiq8bSSfzySu7Sh0t3 {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #nt3w4QnT918heFM5ZCSQRIpbIEWa9Fnk {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #U1mh9N7VSioAuIebtnAbsUl72PTTrAcm {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #vwAgJTMyDKo4vTp8K1TMCFTWak3aPNT9 {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #eVSDhhEfxILQErNWw0FN4WIfHGmPI2ss {  }
 }@media only screen and (max-width: 763px) { #nkWhlSyzZNPg62yJDCuFNQ2vVLSdZ5fI #oqp3DmVl63tELL02U5FIrmrkU4T8GeWt {  }
 }@media only screen and (max-width: 763px) { #aIBD4Dq8CsaxHSKQast4GTJncZWegS63 { width:20rem;height:14.375rem;top:71.99853515625rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qkzzSmiras5bHI2tDyCeZvbrWpRi5wQM { width:2.625rem;height:2.625rem;top:45.4560546875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRGMftwkQcAyK3dUTxU66bQdFcWWrNV9 { width:14.5rem;height:1.29980625rem;top:45.4560546875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIDpKT3kvdKw46L26ppMRFoy6b88eRtV { width:14.4375rem;height:1.29980625rem;top:46.84375rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL3G6t6Hv5CfJnsiSk6wHESW2qx3w5Ur { width:13.4375rem;height:2.2744125rem;top:48.8125rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X265TmLs6H8ZxtN7Ra6TCvX1wqQmmc32 { width:13.0625rem;height:5.6860375rem;top:52.25rem;left:5.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WVXFK4ATPutO00zKPTBR0FISJgA3Xsx9 { width:12.5rem;height:2.8125rem;top:60.3125rem;left:5.5rem;font-size:1rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #IQUNaPqAt29Dl1a7NfKFXxz7xhiQbCzX { display:block; }
 }@media only screen and (max-width: 763px) { #OOvJ9pkxhClvxhPUGr3lTw4Sl6E3HT7C { width:20rem;height:1.625rem;top:42.0810546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZNfAyiaxgPg5t09smQrMwh2okWXiBem { width:4.1875rem;height:1.05615rem;top:69.56005859375rem;left:3.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH0m085HTU2ESQo1H4KfK2lDss8TZBPC { width:4.1875rem;height:1.05615rem;top:69.5595703125rem;left:11.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvyDvpMKdCEPa69dnfHFchH5ode4wrsa { display:block; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCbIsSTiglxd19cUUOAtlI9N5TJ1TOPK { width:8rem;height:8rem;top:1.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoinNP6HtSrGNc64TnagM32qmAlM0VCT { width:20rem;height:6.09375rem;top:10.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bTHVKnP8CegNOcS5UTLNTFDZ3t05yPVG { width:13.5625rem;height:1.21875rem;top:17.90625rem;left:3.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }