.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:238,240,238;--color-primary-1:198,204,200;--color-primary-2:140,152,144;--color-primary-3:70,76,72;--color-primary-4:21,23,22;--color-secondary-0:245,241,235;--color-secondary-1:222,208,189;--color-secondary-2:189,160,122;--color-secondary-3:95,80,61;--color-secondary-4:28,24,18;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:237,237,237;--color-tertiary-3:119,119,119;--color-tertiary-4:24,24,24;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:transparent;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); }#G8fvEi9BITudUiiixoZK9nC76oEX0Og6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#G8fvEi9BITudUiiixoZK9nC76oEX0Og6 > .row .container { border-width: 0; border-radius: 0; }#G8fvEi9BITudUiiixoZK9nC76oEX0Og6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G8fvEi9BITudUiiixoZK9nC76oEX0Og6 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:none; }#LlkQyUGub8oUPHMcFPTDgtHASnFqoO5L { color:rgba(var(--color-tertiary-0),1);display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.6119792461395rem;left:8.90625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#FyZ4FAH78RO3N5BTvU0IVXXOgGyEUHTJ { 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:4.375rem;width:4.375rem;top:0rem;left:58.145183563233rem;overflow:hidden;display:block; }
#mDcBpS3LZi3JCOVdkQiFcBVsyaIogDUO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:12.520183563233rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/957245fb-e53a-49f2-8275-54ffe8dcfa7b/HIMACSM629AuroraPlumaKitchen.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(255,255,255,0.28); }#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(255,255,255,0.28); }#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:59.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#SkxTHIvedg2hUITGkn5u3aSyVLPZ12Hc { color:#1a1a1a;display:block;width:74.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:27.875rem;left:0rem;height:;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; }
#EiJA235B7b6SeIafMKpFa4fiNEQAhOrd { color:#1a1a1a;display:block;width:60.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:36.75rem;left:0rem;height:;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; }
#gXKOpo4rOl5H30aCXlBqxV0ynTcc2E8O { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.125rem;top:13.979167938233rem;left:0rem;overflow:hidden;display:block; }
#ZBkIlHqSx5QyuhyTSduEgb0QTElNzkvf { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:45.75rem;left:0rem;display:block; }
#wDFbAZnFmzVzW0WyUNU8vllPeei4201H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k05T4TkP9n3VOdUygfXTiF5Ps9Rz7gRD { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.75rem;left:15.1875rem;display:block; }
#s1ST4dv6XTkyt2fwPvmPpTI7zuI1wASO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t4hEUMulFzrT2Fusf7UbnIKyo7tr3l0V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t4hEUMulFzrT2Fusf7UbnIKyo7tr3l0V > .row .container { background-color: transparent; background-image: none; }#t4hEUMulFzrT2Fusf7UbnIKyo7tr3l0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4hEUMulFzrT2Fusf7UbnIKyo7tr3l0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4hEUMulFzrT2Fusf7UbnIKyo7tr3l0V > .row .container > .video-iframe-container { display: none; }#t4hEUMulFzrT2Fusf7UbnIKyo7tr3l0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4hEUMulFzrT2Fusf7UbnIKyo7tr3l0V > .row > .video-iframe-container { display: none; }#t4hEUMulFzrT2Fusf7UbnIKyo7tr3l0V > .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); }#t4hEUMulFzrT2Fusf7UbnIKyo7tr3l0V > .row .container { border-width: 0; border-radius: 0; }#t4hEUMulFzrT2Fusf7UbnIKyo7tr3l0V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4hEUMulFzrT2Fusf7UbnIKyo7tr3l0V > .row .container { font-size:0.875rem;font-family:arial;height:68.1875rem;width:75rem;position:relative;display:block; }#s54wiqCTnKw4FNy1iZn82diSbnmaTBJa { color:#1a1a1a;display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.25rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GbGahyUcgpPV7E6GbEcpzusJO5oe8kMr { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.875rem;top:9.8125rem;left:2.6875rem;display:block; }
#GE07U3DxQEJfkUt1LLmmM7daGD3OqRxe { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:45.875rem;top:61.8125rem;left:29.125003814698rem;display:block; }
#V7nilu4e9m5QRtwTP86UuKx9bNnGEWEF { color:#1a1a1a;display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.8779296875rem;left:35.03125rem;height:8.7734375rem;font-style:normal;display:block; }
#zBgapQNQTMTMESABciW2p9w9IfJzKTRJ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:19.5rem;left:34.9375rem;display:block; }
#TeFOVydRPKhieNkAAPP6PCyB5MizTa03 { color:#1a1a1a;display:block;width:37.5rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.8125rem;left:35rem;height:8.125rem;font-style:italic;display:block; }
#SlyU1IIIoAz8DmCFlNzp92vgolOifEnI { color:#1a1a1a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:33.875rem;left:34.968753814698rem;height:12.51106875rem;text-align:left;text-align-last:left;display:block; }
#VgKOdmonMguD9pRkfWrB3wGOS8TdKgDB { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9e1861c8-05a0-4027-8335-ecb8addd05c5/HIMACS_Gravilla_P31_S01_4K.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5rem;width:31.4375rem;top:14.34375rem;left:0rem;display:block; }#VgKOdmonMguD9pRkfWrB3wGOS8TdKgDB.adaptive-delivery-prevent-bg, #VgKOdmonMguD9pRkfWrB3wGOS8TdKgDB.lazyload, #VgKOdmonMguD9pRkfWrB3wGOS8TdKgDB.lazyloading { background-image: none; }
#aRRdls2dsC6QkI6QVV7xguEsSMSFA3e4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:60.25rem;left:35.031253814698rem;display:block; }
#ciIyuBiO0vdmHU81xbFNQ66ZoT0E7r8P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VFOn5ltfoeg580xAztk9JZzbxEuwglOG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.5625rem;width:45.875rem;top:5.8125rem;left:29.125rem;display:block; }
#G4NyUSh7gTKTkkREbK7DVeRfbnPEk1Jw { 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:3.5625rem;width:3.5625rem;top:51rem;left:35rem;overflow:hidden;display:block; }
#kBRPhmzzvuXs5C0T37q7KBp95Vndls8B { color:#1a1a1a;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:51.0625rem;left:39.4375rem;height:3.41210625rem;text-align:left;text-align-last:left;display:block; }
#DFeCng2ZvvDQCpMEnBfKrBAN5fWRr8XW { color:#1a1a1a;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:49.0625rem;left:35.5625rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ta9heDtRn0AUPIGif6TpqafrWgSfKNAv { color:#1a1a1a;display:block;width:37.5rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.125rem;left:35.0625rem;height:4.875rem;font-style:italic;display:none; }
#NUJ0nWVDMpUQ3Kk9nmk5TWZVG3WIVNu9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d1d;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; }#NUJ0nWVDMpUQ3Kk9nmk5TWZVG3WIVNu9 > .row .container { background-color: transparent; background-image: none; }#NUJ0nWVDMpUQ3Kk9nmk5TWZVG3WIVNu9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUJ0nWVDMpUQ3Kk9nmk5TWZVG3WIVNu9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUJ0nWVDMpUQ3Kk9nmk5TWZVG3WIVNu9 > .row .container > .video-iframe-container { display: none; }#NUJ0nWVDMpUQ3Kk9nmk5TWZVG3WIVNu9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUJ0nWVDMpUQ3Kk9nmk5TWZVG3WIVNu9 > .row > .video-iframe-container { display: none; }#NUJ0nWVDMpUQ3Kk9nmk5TWZVG3WIVNu9 > .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); }#NUJ0nWVDMpUQ3Kk9nmk5TWZVG3WIVNu9 > .row .container { border-width: 0; border-radius: 0; }#NUJ0nWVDMpUQ3Kk9nmk5TWZVG3WIVNu9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NUJ0nWVDMpUQ3Kk9nmk5TWZVG3WIVNu9 > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#TioCcET4TBiV5uCFCiSbnSFVCahq4WTB { color:rgba(var(--color-tertiary-3),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:66.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ilfTL2ZLa36QmGzL5SQTAqQSU2EMaesk { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.875rem;top:8.6875rem;left:69.125rem;display:block; }
#iek4JluMb1bUir43EqMbkNC3T40aRow9 { color:rgba(var(--color-primary-1),1);display:block;width:37.5rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.1875rem;left:2.25rem;height:2.59895625rem;font-style:italic;display:block; }
#tPoHAVLeGPZCdrHRllI9s0BVtMfa31WO { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.125rem;left:2.25rem;height:2.92448125rem;font-style:normal;display:block; }
#FwdFPSFLIlRnfigeD2Do00ZbPBitdyuP { color:rgba(var(--color-primary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.6875rem;left:2.25rem;height:6.82425rem;text-align:left;text-align-last:left;display:block; }
#sFdkVyv1dCNIh0H0mnHFk9KuXc49EvTt { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/deae282e-8b5c-4501-adcf-d8da4afedce1/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:29.125rem;top:13.875rem;left:42.875rem;display:block; }#sFdkVyv1dCNIh0H0mnHFk9KuXc49EvTt.adaptive-delivery-prevent-bg, #sFdkVyv1dCNIh0H0mnHFk9KuXc49EvTt.lazyload, #sFdkVyv1dCNIh0H0mnHFk9KuXc49EvTt.lazyloading { background-image: none; }
#G1qgo5gbubXNaRgi8esf1AKqbiIDCMiw { 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; }#G1qgo5gbubXNaRgi8esf1AKqbiIDCMiw > .row .container { background-color: transparent; background-image: none; }#G1qgo5gbubXNaRgi8esf1AKqbiIDCMiw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1qgo5gbubXNaRgi8esf1AKqbiIDCMiw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1qgo5gbubXNaRgi8esf1AKqbiIDCMiw > .row .container > .video-iframe-container { display: none; }#G1qgo5gbubXNaRgi8esf1AKqbiIDCMiw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1qgo5gbubXNaRgi8esf1AKqbiIDCMiw > .row > .video-iframe-container { display: none; }#G1qgo5gbubXNaRgi8esf1AKqbiIDCMiw > .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); }#G1qgo5gbubXNaRgi8esf1AKqbiIDCMiw > .row .container { border-width: 0; border-radius: 0; }#G1qgo5gbubXNaRgi8esf1AKqbiIDCMiw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1qgo5gbubXNaRgi8esf1AKqbiIDCMiw > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#DNmvfTwr7E7yOMzrs5UXbrZsKQosNuUw { color:#1a1a1a;display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.4306640625rem;left:7.875rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#at3xhgChs1vfF4qHMxsMOz0b0lBKCuLD { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:18.6875rem;left:29.6875rem;display:block; }
#DSE6TXFnCAOlHnfOgrDHUdPyBCov2tFd { color:#1a1a1a;display:block;width:37.5rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12rem;left:18.75rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xE9BUrH0UdFRW3auhRGFaCuOCTUxNQWA { 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; }#xE9BUrH0UdFRW3auhRGFaCuOCTUxNQWA > .row .container { background-color: transparent; background-image: none; }#xE9BUrH0UdFRW3auhRGFaCuOCTUxNQWA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE9BUrH0UdFRW3auhRGFaCuOCTUxNQWA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE9BUrH0UdFRW3auhRGFaCuOCTUxNQWA > .row .container > .video-iframe-container { display: none; }#xE9BUrH0UdFRW3auhRGFaCuOCTUxNQWA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE9BUrH0UdFRW3auhRGFaCuOCTUxNQWA > .row > .video-iframe-container { display: none; }#xE9BUrH0UdFRW3auhRGFaCuOCTUxNQWA > .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); }#xE9BUrH0UdFRW3auhRGFaCuOCTUxNQWA > .row .container { border-width: 0; border-radius: 0; }#xE9BUrH0UdFRW3auhRGFaCuOCTUxNQWA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xE9BUrH0UdFRW3auhRGFaCuOCTUxNQWA > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#vv3iRochSA2knADWJrum28Ps9y0Ciukm { color:#1a1a1a;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0.75rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h239TrG7Aekgu6Dkne2qQG17kxf4nM39 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4f3cc3dd-1ed3-453b-999e-3ef025774bda/656db25c848003edd1fbef75_odpornynazarysowania.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.8125rem;left:7.8125rem;display:block; }#h239TrG7Aekgu6Dkne2qQG17kxf4nM39.adaptive-delivery-prevent-bg, #h239TrG7Aekgu6Dkne2qQG17kxf4nM39.lazyload, #h239TrG7Aekgu6Dkne2qQG17kxf4nM39.lazyloading { background-image: none; }
#axAqC5VkM4QeyMVQ0WtELFMrB4A0FX02 { color:#1a1a1a;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8125rem;left:38.25rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kypw2OTcM4VZQIkNCXveNSBKUCOlmOCZ { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/28be44b2-8bb8-4b56-b393-c03f8a7ff2a7/656dc2016d7a61a14e264ee8_atwywutrzymaniuczystosci.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.8125rem;left:45.3125rem;display:block; }#Kypw2OTcM4VZQIkNCXveNSBKUCOlmOCZ.adaptive-delivery-prevent-bg, #Kypw2OTcM4VZQIkNCXveNSBKUCOlmOCZ.lazyload, #Kypw2OTcM4VZQIkNCXveNSBKUCOlmOCZ.lazyloading { background-image: none; }
#uVpIZeTlx5Mpp9Qc2u8wxsMSRwyewdgW { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/13a80bd7-6ac5-4694-8c14-bb76133cca7a/656db2079ae03d15b2580305_odpornynasubstancjechemiczne.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.8125rem;left:64.0625rem;display:block; }#uVpIZeTlx5Mpp9Qc2u8wxsMSRwyewdgW.adaptive-delivery-prevent-bg, #uVpIZeTlx5Mpp9Qc2u8wxsMSRwyewdgW.lazyload, #uVpIZeTlx5Mpp9Qc2u8wxsMSRwyewdgW.lazyloading { background-image: none; }
#eggbWFaLTdpkCTaAiJRovzQoUINIVvuP { color:#1a1a1a;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.8125rem;left:57rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sd6PCdSu7Xwdat04H6npgznEqmD9kMvp { color:#1a1a1a;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:19.5rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pGHt6mcRTRdoTiPfzL4BaUbh6i3ehok2 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/01178b51-13c9-41e0-bf2f-f37efa626739/656db1e14e44c90c0f41dd0d_wodoodporny.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.8125rem;left:26.5625rem;display:block; }#pGHt6mcRTRdoTiPfzL4BaUbh6i3ehok2.adaptive-delivery-prevent-bg, #pGHt6mcRTRdoTiPfzL4BaUbh6i3ehok2.lazyload, #pGHt6mcRTRdoTiPfzL4BaUbh6i3ehok2.lazyloading { background-image: none; }
#bUgu54f4zQMcb07NMQDcG04b36OGM4aX { 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; }#bUgu54f4zQMcb07NMQDcG04b36OGM4aX > .row .container { background-color: transparent; background-image: none; }#bUgu54f4zQMcb07NMQDcG04b36OGM4aX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUgu54f4zQMcb07NMQDcG04b36OGM4aX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUgu54f4zQMcb07NMQDcG04b36OGM4aX > .row .container > .video-iframe-container { display: none; }#bUgu54f4zQMcb07NMQDcG04b36OGM4aX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUgu54f4zQMcb07NMQDcG04b36OGM4aX > .row > .video-iframe-container { display: none; }#bUgu54f4zQMcb07NMQDcG04b36OGM4aX > .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); }#bUgu54f4zQMcb07NMQDcG04b36OGM4aX > .row .container { border-width: 0; border-radius: 0; }#bUgu54f4zQMcb07NMQDcG04b36OGM4aX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUgu54f4zQMcb07NMQDcG04b36OGM4aX > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#qpxH0aAp4lTclMTb8IavemTlvaZ2CDEw { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dddaa45d-3a2a-4197-83bf-df9426dc031d/656db1ce3d2e0df6c42a7d02_odpornynadziaanieUV.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.8125rem;left:26.5625rem;display:block; }#qpxH0aAp4lTclMTb8IavemTlvaZ2CDEw.adaptive-delivery-prevent-bg, #qpxH0aAp4lTclMTb8IavemTlvaZ2CDEw.lazyload, #qpxH0aAp4lTclMTb8IavemTlvaZ2CDEw.lazyloading { background-image: none; }
#LTXslFyy80m2WSSOzlAUiKAD8o8AXRcJ { color:#1a1a1a;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8125rem;left:19.5rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXQ3bu8VTT5idia4UUIwtp5VXIzES8lf { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f4a75a75-8a90-43c2-990a-44b511b2657b/656db1a945a4362486f4edf9_odpornynawarunkiatmosferyczne.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.8125rem;left:45.3125rem;display:block; }#KXQ3bu8VTT5idia4UUIwtp5VXIzES8lf.adaptive-delivery-prevent-bg, #KXQ3bu8VTT5idia4UUIwtp5VXIzES8lf.lazyload, #KXQ3bu8VTT5idia4UUIwtp5VXIzES8lf.lazyloading { background-image: none; }
#gpShwznm1X1UKKLVPRwlMKwq0RTZTlVO { color:#1a1a1a;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.8125rem;left:38.25rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UBJ5viRK8ThfcxFlaWE62otlftQDuCfF { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/beacc276-d29c-42b7-8f89-b43248e9a2dc/656db195ce162d9114776ab2_trudnozapalny.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.8125rem;left:64.0625rem;display:block; }#UBJ5viRK8ThfcxFlaWE62otlftQDuCfF.adaptive-delivery-prevent-bg, #UBJ5viRK8ThfcxFlaWE62otlftQDuCfF.lazyload, #UBJ5viRK8ThfcxFlaWE62otlftQDuCfF.lazyloading { background-image: none; }
#eo6h1WFT78Vig8whyZgHTLPz2GTdxH94 { color:#1a1a1a;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:57rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AFZHFZ6NBEywzdSxDXOeMk8gBtpPS3eu { color:#1a1a1a;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0.75rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kutqw72Gz14rZV7LZr9c4TpRc9UcwseP { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3bbd1af7-621d-4eb5-a118-dd6ca1beae27/656db14e13d72021dd77d34b_antybakteryjny.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.8125rem;left:7.8125rem;display:block; }#Kutqw72Gz14rZV7LZr9c4TpRc9UcwseP.adaptive-delivery-prevent-bg, #Kutqw72Gz14rZV7LZr9c4TpRc9UcwseP.lazyload, #Kutqw72Gz14rZV7LZr9c4TpRc9UcwseP.lazyloading { background-image: none; }
#U0CAgHMteXhzEOT8BCB4DDcg1bWRBIAc { 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; }#U0CAgHMteXhzEOT8BCB4DDcg1bWRBIAc > .row .container { background-color: transparent; background-image: none; }#U0CAgHMteXhzEOT8BCB4DDcg1bWRBIAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0CAgHMteXhzEOT8BCB4DDcg1bWRBIAc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0CAgHMteXhzEOT8BCB4DDcg1bWRBIAc > .row .container > .video-iframe-container { display: none; }#U0CAgHMteXhzEOT8BCB4DDcg1bWRBIAc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0CAgHMteXhzEOT8BCB4DDcg1bWRBIAc > .row > .video-iframe-container { display: none; }#U0CAgHMteXhzEOT8BCB4DDcg1bWRBIAc > .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); }#U0CAgHMteXhzEOT8BCB4DDcg1bWRBIAc > .row .container { border-width: 0; border-radius: 0; }#U0CAgHMteXhzEOT8BCB4DDcg1bWRBIAc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U0CAgHMteXhzEOT8BCB4DDcg1bWRBIAc > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#GX6ONxDzUul8lkdxlVfVDbD8uAwBvLre { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cd39c836-0c23-4f17-8917-787439ccc9ed/656db1430ed44885e4f7a83c_przepuszczajacyswiato.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.375rem;left:45.4375rem;display:block; }#GX6ONxDzUul8lkdxlVfVDbD8uAwBvLre.adaptive-delivery-prevent-bg, #GX6ONxDzUul8lkdxlVfVDbD8uAwBvLre.lazyload, #GX6ONxDzUul8lkdxlVfVDbD8uAwBvLre.lazyloading { background-image: none; }
#UlScbImXBbLpuwAmAKPeQzkkhR1ed4Vm { color:#1a1a1a;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.375rem;left:38.375rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6qqzVXecabL3GvTiOeJuDwbcBBLnLA4 { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/db680ffe-5bc1-4c9c-b55c-aba453417972/656db12c234dff136eca5ee2_aczeniebezspoinowe.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.375rem;left:64.1875rem;display:block; }#d6qqzVXecabL3GvTiOeJuDwbcBBLnLA4.adaptive-delivery-prevent-bg, #d6qqzVXecabL3GvTiOeJuDwbcBBLnLA4.lazyload, #d6qqzVXecabL3GvTiOeJuDwbcBBLnLA4.lazyloading { background-image: none; }
#dAQ3ssd0SsHKp2gr1l47Mo32XeNcBZNT { color:#1a1a1a;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.375rem;left:57.125rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ph3xntgQE7POZkbyqUxTK2UlyZ7oq6ZH { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/005afb8b-1c8e-457a-acd9-a593debf7c2a/656db1632525981193cf3ee8_produktzrecyklingu.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.375rem;left:7.9375rem;display:block; }#ph3xntgQE7POZkbyqUxTK2UlyZ7oq6ZH.adaptive-delivery-prevent-bg, #ph3xntgQE7POZkbyqUxTK2UlyZ7oq6ZH.lazyload, #ph3xntgQE7POZkbyqUxTK2UlyZ7oq6ZH.lazyloading { background-image: none; }
#foNENkqmxdm3yXwTsJ4FBce2dEvzIiWM { color:#1a1a1a;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.375rem;left:0.875rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hD4ThnsImwsnKufy5aXZRXghtbW3kVEi { color:#1a1a1a;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.375rem;left:19.5rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ec0F7i6HPN1wN8QWifcaSGh67JpJT3KL { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/011229c1-28d8-427a-8d51-311ea2677570/656db0fa024789ac76356512_termoformowalny.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.375rem;left:26.5625rem;display:block; }#Ec0F7i6HPN1wN8QWifcaSGh67JpJT3KL.adaptive-delivery-prevent-bg, #Ec0F7i6HPN1wN8QWifcaSGh67JpJT3KL.lazyload, #Ec0F7i6HPN1wN8QWifcaSGh67JpJT3KL.lazyloading { background-image: none; }
#rM4AA4fWpaPyRfce6CteeknPHQLnPgAC { 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; }#rM4AA4fWpaPyRfce6CteeknPHQLnPgAC > .row .container { background-color: transparent; background-image: none; }#rM4AA4fWpaPyRfce6CteeknPHQLnPgAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rM4AA4fWpaPyRfce6CteeknPHQLnPgAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rM4AA4fWpaPyRfce6CteeknPHQLnPgAC > .row .container > .video-iframe-container { display: none; }#rM4AA4fWpaPyRfce6CteeknPHQLnPgAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rM4AA4fWpaPyRfce6CteeknPHQLnPgAC > .row > .video-iframe-container { display: none; }#rM4AA4fWpaPyRfce6CteeknPHQLnPgAC > .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); }#rM4AA4fWpaPyRfce6CteeknPHQLnPgAC > .row .container { border-width: 0; border-radius: 0; }#rM4AA4fWpaPyRfce6CteeknPHQLnPgAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rM4AA4fWpaPyRfce6CteeknPHQLnPgAC > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#BJTwZ31fyenAGu9BbUTZ76aHtieDLd3p { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.53125rem;left:31.5625rem;display:block; }
#FWHBK2vKpGZRMNh96fUponE5iSJgUrIc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UluHn1EAWbl4nAcaS86Nl5xUeW54oI1V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UluHn1EAWbl4nAcaS86Nl5xUeW54oI1V > .row .container { background-color: transparent; background-image: none; }#UluHn1EAWbl4nAcaS86Nl5xUeW54oI1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UluHn1EAWbl4nAcaS86Nl5xUeW54oI1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UluHn1EAWbl4nAcaS86Nl5xUeW54oI1V > .row .container > .video-iframe-container { display: none; }#UluHn1EAWbl4nAcaS86Nl5xUeW54oI1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UluHn1EAWbl4nAcaS86Nl5xUeW54oI1V > .row > .video-iframe-container { display: none; }#UluHn1EAWbl4nAcaS86Nl5xUeW54oI1V > .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); }#UluHn1EAWbl4nAcaS86Nl5xUeW54oI1V > .row .container { border-width: 0; border-radius: 0; }#UluHn1EAWbl4nAcaS86Nl5xUeW54oI1V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UluHn1EAWbl4nAcaS86Nl5xUeW54oI1V > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:75rem;position:relative;display:block; }#D1GKey975FA6p4VEqDZClsNQKwbcZFeT { color:#1a1a1a;display:block;width:19.5625rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:0rem;height:6.5rem;font-style:italic;display:block; }
#c3rLKqA25dyPTuxdq8sNEKx6iNmAnzVB { color:#1a1a1a;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.625rem;left:0rem;height:7.9615625rem;text-align:left;text-align-last:left;display:block; }
#XDkJPTCdUippcWKCbaKvV0kiLKcyDKRa { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.875rem;top:8.125rem;left:2.6875rem;display:block; }
#kMsChlIh9DctZrZZJHBWIM7gapE55D4M { color:#1a1a1a;display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ceNsG8fvEGfevDosdps2WseQxtMVP6WG { color:#1a1a1a;display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.375rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#BhfdwT2P6s40F3hoPOZac147yWSXw5qe { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:27.0625rem;left:0rem;display:block; }
#lyLOcxk1Jap3hh236gFaBlWfLbByi2H1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:44.3125rem;left:0rem;display:block; }
#OuxZ9oUCW1TS6ufnW2vaFlQ39l5pJcMo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mEuUHszrgcToFwo2lLtpkWLx4dSIAkCW { position:absolute;display:block;z-index:15010;background-color:#1a1a1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55rem;width:23.8125rem;top:0rem;left:26.3125rem;display:block; }
#e9L3LpBmvbis58xpSqXp5lxVK4MBV4TK { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.625rem;left:29.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sMcTO5UUwA1VSUgrkJJCdpa4m6CfpENo { color:rgba(var(--color-tertiary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.953125rem;left:28.53125rem;height:;text-align:left;text-align-last:left;display:block; }#sMcTO5UUwA1VSUgrkJJCdpa4m6CfpENo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sMcTO5UUwA1VSUgrkJJCdpa4m6CfpENo li:before{  }
#XbNDlxTsrB4U962HvGZgrZqNR8JuyQcg { color:rgba(var(--color-tertiary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.125rem;left:52.8125rem;height:;text-align:left;text-align-last:left;display:block; }#XbNDlxTsrB4U962HvGZgrZqNR8JuyQcg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XbNDlxTsrB4U962HvGZgrZqNR8JuyQcg li:before{  }
#w1QNzr0iHf6RnP3w3oZPwBXzoqbN0Zv1 { color:#1a1a1a;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.625rem;left:53.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LIeZhlPGw3yghohVyTTnNlPy4nwkLIBK { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d7cefa34-f93d-435e-bd8d-271d8950aae0/wewnatrz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:8.125rem;left:60.3125rem;display:block; }#LIeZhlPGw3yghohVyTTnNlPy4nwkLIBK.adaptive-delivery-prevent-bg, #LIeZhlPGw3yghohVyTTnNlPy4nwkLIBK.lazyload, #LIeZhlPGw3yghohVyTTnNlPy4nwkLIBK.lazyloading { background-image: none; }
#XzbcyvFvLUmZ72UMS6zEK96kaauFoLpR { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/faad8b37-a9dc-4a96-9f4b-5356d4928de7/zewnatrz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:8.125rem;left:36.03125rem;display:block; }#XzbcyvFvLUmZ72UMS6zEK96kaauFoLpR.adaptive-delivery-prevent-bg, #XzbcyvFvLUmZ72UMS6zEK96kaauFoLpR.lazyload, #XzbcyvFvLUmZ72UMS6zEK96kaauFoLpR.lazyloading { background-image: none; }
#BnlNWoqvAXEXTwgtSmFRXW66bqJu9JPl { 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; }#BnlNWoqvAXEXTwgtSmFRXW66bqJu9JPl > .row .container { background-color: transparent; background-image: none; }#BnlNWoqvAXEXTwgtSmFRXW66bqJu9JPl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnlNWoqvAXEXTwgtSmFRXW66bqJu9JPl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnlNWoqvAXEXTwgtSmFRXW66bqJu9JPl > .row .container > .video-iframe-container { display: none; }#BnlNWoqvAXEXTwgtSmFRXW66bqJu9JPl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnlNWoqvAXEXTwgtSmFRXW66bqJu9JPl > .row > .video-iframe-container { display: none; }#BnlNWoqvAXEXTwgtSmFRXW66bqJu9JPl > .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); }#BnlNWoqvAXEXTwgtSmFRXW66bqJu9JPl > .row .container { border-width: 0; border-radius: 0; }#BnlNWoqvAXEXTwgtSmFRXW66bqJu9JPl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BnlNWoqvAXEXTwgtSmFRXW66bqJu9JPl > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#rMNWGwMEc5iQRNmxuWovATaByfFWFaz3 { color:#1a1a1a;display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.4306640625rem;left:7.875rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyDd13lbydyQoV1XyMaolGbeAHJxt4hx { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:16.062500953674rem;left:29.6875rem;display:block; }
#QzuJb3zF2To2p2Mp30V5P2mfDFn0UwMN { color:#1a1a1a;display:block;width:37.5rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12rem;left:18.75rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bIwHT0iw5L8fXgOEmeXJpbVg6akso106 { 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; }#bIwHT0iw5L8fXgOEmeXJpbVg6akso106 > .row .container { background-color: transparent; background-image: none; }#bIwHT0iw5L8fXgOEmeXJpbVg6akso106::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIwHT0iw5L8fXgOEmeXJpbVg6akso106 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIwHT0iw5L8fXgOEmeXJpbVg6akso106 > .row .container > .video-iframe-container { display: none; }#bIwHT0iw5L8fXgOEmeXJpbVg6akso106 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIwHT0iw5L8fXgOEmeXJpbVg6akso106 > .row > .video-iframe-container { display: none; }#bIwHT0iw5L8fXgOEmeXJpbVg6akso106 > .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); }#bIwHT0iw5L8fXgOEmeXJpbVg6akso106 > .row .container { border-width: 0; border-radius: 0; }#bIwHT0iw5L8fXgOEmeXJpbVg6akso106 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bIwHT0iw5L8fXgOEmeXJpbVg6akso106 > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#w5bPu1NP7BRXkRpsQK1DNP7TapCClP3l { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b9d4d6cf-763f-44cd-949e-6253981dc839/HIMACSQ103TerrazzoNuvolacommercial_01copy.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:0rem;left:0rem;display:block; }#w5bPu1NP7BRXkRpsQK1DNP7TapCClP3l.adaptive-delivery-prevent-bg, #w5bPu1NP7BRXkRpsQK1DNP7TapCClP3l.lazyload, #w5bPu1NP7BRXkRpsQK1DNP7TapCClP3l.lazyloading { background-image: none; }
#nmnRCGniPWNoFeS7WFarMgMfKxu2vsRS { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/dd764c14-d8ee-4bc4-a8d6-2e7d98f27195/HIMACSQ103TerrazzoNuvolacommercial_02copy.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:0rem;left:25.3125rem;display:block; }#nmnRCGniPWNoFeS7WFarMgMfKxu2vsRS.adaptive-delivery-prevent-bg, #nmnRCGniPWNoFeS7WFarMgMfKxu2vsRS.lazyload, #nmnRCGniPWNoFeS7WFarMgMfKxu2vsRS.lazyloading { background-image: none; }
#oVI92seunBQIdTW1Ak0rykt6m78uGtSv { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/241af517-b85e-4985-bbcc-49369f8d6cc2/HIMACSMW01AuroraAlps_commercial_02copy.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:0rem;left:50.625rem;display:block; }#oVI92seunBQIdTW1Ak0rykt6m78uGtSv.adaptive-delivery-prevent-bg, #oVI92seunBQIdTW1Ak0rykt6m78uGtSv.lazyload, #oVI92seunBQIdTW1Ak0rykt6m78uGtSv.lazyloading { background-image: none; }
#g4aVsIsxRqdZxbTWLl66mNtNzsVMXqqH { 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; }#g4aVsIsxRqdZxbTWLl66mNtNzsVMXqqH > .row .container { background-color: transparent; background-image: none; }#g4aVsIsxRqdZxbTWLl66mNtNzsVMXqqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4aVsIsxRqdZxbTWLl66mNtNzsVMXqqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4aVsIsxRqdZxbTWLl66mNtNzsVMXqqH > .row .container > .video-iframe-container { display: none; }#g4aVsIsxRqdZxbTWLl66mNtNzsVMXqqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4aVsIsxRqdZxbTWLl66mNtNzsVMXqqH > .row > .video-iframe-container { display: none; }#g4aVsIsxRqdZxbTWLl66mNtNzsVMXqqH > .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); }#g4aVsIsxRqdZxbTWLl66mNtNzsVMXqqH > .row .container { border-width: 0; border-radius: 0; }#g4aVsIsxRqdZxbTWLl66mNtNzsVMXqqH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g4aVsIsxRqdZxbTWLl66mNtNzsVMXqqH > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#O5WPs9haPWfKo5C4dTpHmEQiDHCckvK8 { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/388bcf87-58fb-47d8-826a-adc86b2cd083/HIMACSQ102TerrazzoUlivoUrbanSage_LafayetteGreen_PinkLeia_P32_S1_final.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:1rem;left:0rem;display:block; }#O5WPs9haPWfKo5C4dTpHmEQiDHCckvK8.adaptive-delivery-prevent-bg, #O5WPs9haPWfKo5C4dTpHmEQiDHCckvK8.lazyload, #O5WPs9haPWfKo5C4dTpHmEQiDHCckvK8.lazyloading { background-image: none; }
#WUz8gxJOWT4Hr2pKcwJs1pxtbbBs47Zy { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5e75d6dc-9704-4d60-95cf-7ae189b81c1b/HIMACSQ102TerrazzoUlivoUrbanSage_P32_S1_closeup_4K.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:1rem;left:25.3125rem;display:block; }#WUz8gxJOWT4Hr2pKcwJs1pxtbbBs47Zy.adaptive-delivery-prevent-bg, #WUz8gxJOWT4Hr2pKcwJs1pxtbbBs47Zy.lazyload, #WUz8gxJOWT4Hr2pKcwJs1pxtbbBs47Zy.lazyloading { background-image: none; }
#nhkI4Q0hrEORfTZQrNh3NPbSTG6UzQJb { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6940d258-f395-4e8a-846a-1950ad655b27/HIMACSQ102TerrazzoUlivoUrbanSage_LafayetteGreen_PinkLeia_P32_S2_Final.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:1rem;left:50.625rem;display:block; }#nhkI4Q0hrEORfTZQrNh3NPbSTG6UzQJb.adaptive-delivery-prevent-bg, #nhkI4Q0hrEORfTZQrNh3NPbSTG6UzQJb.lazyload, #nhkI4Q0hrEORfTZQrNh3NPbSTG6UzQJb.lazyloading { background-image: none; }
#MPGUeTKXp6mvOGpDph0SPmKRcwB6Eoyn { 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; }#MPGUeTKXp6mvOGpDph0SPmKRcwB6Eoyn > .row .container { background-color: transparent; background-image: none; }#MPGUeTKXp6mvOGpDph0SPmKRcwB6Eoyn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPGUeTKXp6mvOGpDph0SPmKRcwB6Eoyn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPGUeTKXp6mvOGpDph0SPmKRcwB6Eoyn > .row .container > .video-iframe-container { display: none; }#MPGUeTKXp6mvOGpDph0SPmKRcwB6Eoyn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPGUeTKXp6mvOGpDph0SPmKRcwB6Eoyn > .row > .video-iframe-container { display: none; }#MPGUeTKXp6mvOGpDph0SPmKRcwB6Eoyn > .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); }#MPGUeTKXp6mvOGpDph0SPmKRcwB6Eoyn > .row .container { border-width: 0; border-radius: 0; }#MPGUeTKXp6mvOGpDph0SPmKRcwB6Eoyn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MPGUeTKXp6mvOGpDph0SPmKRcwB6Eoyn > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#EI7XvTNvyG3UvsUFlPFEpphTIPo5uFXd { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c5a0f190-bb3b-468f-8221-23a305869f78/HIMACSM815_CalacattaLakeMoo_commercial_02.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:1rem;left:0rem;display:block; }#EI7XvTNvyG3UvsUFlPFEpphTIPo5uFXd.adaptive-delivery-prevent-bg, #EI7XvTNvyG3UvsUFlPFEpphTIPo5uFXd.lazyload, #EI7XvTNvyG3UvsUFlPFEpphTIPo5uFXd.lazyloading { background-image: none; }
#XCp0HhxW1DXcIke9fRcaLuqlNASn8SwF { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/46e41257-9202-47a8-b1ff-d897c8c5e2c0/HIMACSM815_CalacattaLakeMoon_commercial_01_final.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:1rem;left:25.3125rem;display:block; }#XCp0HhxW1DXcIke9fRcaLuqlNASn8SwF.adaptive-delivery-prevent-bg, #XCp0HhxW1DXcIke9fRcaLuqlNASn8SwF.lazyload, #XCp0HhxW1DXcIke9fRcaLuqlNASn8SwF.lazyloading { background-image: none; }
#ML1D0AKUpLOniLpQ6uOHQOI7vOAx51XC { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fee44d01-d70f-4c45-8394-60b18bee63ee/HIMACSM816CalacattaDesertMoon_4K.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:1rem;left:50.625rem;display:block; }#ML1D0AKUpLOniLpQ6uOHQOI7vOAx51XC.adaptive-delivery-prevent-bg, #ML1D0AKUpLOniLpQ6uOHQOI7vOAx51XC.lazyload, #ML1D0AKUpLOniLpQ6uOHQOI7vOAx51XC.lazyloading { background-image: none; }
#pGoZ5yGMrXmea9WbibQZfcfPxzLJ6EOJ { 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; }#pGoZ5yGMrXmea9WbibQZfcfPxzLJ6EOJ > .row .container { background-color: transparent; background-image: none; }#pGoZ5yGMrXmea9WbibQZfcfPxzLJ6EOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGoZ5yGMrXmea9WbibQZfcfPxzLJ6EOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGoZ5yGMrXmea9WbibQZfcfPxzLJ6EOJ > .row .container > .video-iframe-container { display: none; }#pGoZ5yGMrXmea9WbibQZfcfPxzLJ6EOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGoZ5yGMrXmea9WbibQZfcfPxzLJ6EOJ > .row > .video-iframe-container { display: none; }#pGoZ5yGMrXmea9WbibQZfcfPxzLJ6EOJ > .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); }#pGoZ5yGMrXmea9WbibQZfcfPxzLJ6EOJ > .row .container { border-width: 0; border-radius: 0; }#pGoZ5yGMrXmea9WbibQZfcfPxzLJ6EOJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGoZ5yGMrXmea9WbibQZfcfPxzLJ6EOJ > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#MnUMXCHEbZzfWTC1V1t8xl0nHPHIgVQS { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ec7c2888-39c9-4f4c-884d-d1f889d32cc6/HIMACSM630_AuroraNeroBathroom.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:1rem;left:0rem;display:block; }#MnUMXCHEbZzfWTC1V1t8xl0nHPHIgVQS.adaptive-delivery-prevent-bg, #MnUMXCHEbZzfWTC1V1t8xl0nHPHIgVQS.lazyload, #MnUMXCHEbZzfWTC1V1t8xl0nHPHIgVQS.lazyloading { background-image: none; }
#yeOeQsXDQ5Uhc984uRwthOhyMWMGKIUh { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/66bb4a64-7ee7-4982-b308-a3fd7833e4fb/HIMACSQ107TerrazzoSelvacommercial_01copy.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:1rem;left:25.3125rem;display:block; }#yeOeQsXDQ5Uhc984uRwthOhyMWMGKIUh.adaptive-delivery-prevent-bg, #yeOeQsXDQ5Uhc984uRwthOhyMWMGKIUh.lazyload, #yeOeQsXDQ5Uhc984uRwthOhyMWMGKIUh.lazyloading { background-image: none; }
#DZKdIzeAMtdT4ORSHmZtU6P6cAg0xmad { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/498da547-2596-4983-8725-d0dbe27deeb1/HIMACSQ107TerrazzoSelvacommercial_02copy.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:1rem;left:50.625rem;display:block; }#DZKdIzeAMtdT4ORSHmZtU6P6cAg0xmad.adaptive-delivery-prevent-bg, #DZKdIzeAMtdT4ORSHmZtU6P6cAg0xmad.lazyload, #DZKdIzeAMtdT4ORSHmZtU6P6cAg0xmad.lazyloading { background-image: none; }
#GB8ZK9OcgILevGkq23EfmzcvueIHTiuA { 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; }#GB8ZK9OcgILevGkq23EfmzcvueIHTiuA > .row .container { background-color: transparent; background-image: none; }#GB8ZK9OcgILevGkq23EfmzcvueIHTiuA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GB8ZK9OcgILevGkq23EfmzcvueIHTiuA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GB8ZK9OcgILevGkq23EfmzcvueIHTiuA > .row .container > .video-iframe-container { display: none; }#GB8ZK9OcgILevGkq23EfmzcvueIHTiuA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GB8ZK9OcgILevGkq23EfmzcvueIHTiuA > .row > .video-iframe-container { display: none; }#GB8ZK9OcgILevGkq23EfmzcvueIHTiuA > .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); }#GB8ZK9OcgILevGkq23EfmzcvueIHTiuA > .row .container { border-width: 0; border-radius: 0; }#GB8ZK9OcgILevGkq23EfmzcvueIHTiuA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GB8ZK9OcgILevGkq23EfmzcvueIHTiuA > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#TrlC63fQlLMMfzNf1xWuq42NFJSNqq0c { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e0d74770-5fca-4f3e-a50b-2d6ac3f10020/HIMACSQ105TerrazzoSorrento_closep2_4K.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:1rem;left:0rem;display:block; }#TrlC63fQlLMMfzNf1xWuq42NFJSNqq0c.adaptive-delivery-prevent-bg, #TrlC63fQlLMMfzNf1xWuq42NFJSNqq0c.lazyload, #TrlC63fQlLMMfzNf1xWuq42NFJSNqq0c.lazyloading { background-image: none; }
#Z86qAHkIe9SQ0bPSLMJmkVWM1eZnm6oN { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6913d311-fa14-4510-8440-b6af898a74b8/HIMACSQ105TerrazzoSorrento_4K.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:1rem;left:25.3125rem;display:block; }#Z86qAHkIe9SQ0bPSLMJmkVWM1eZnm6oN.adaptive-delivery-prevent-bg, #Z86qAHkIe9SQ0bPSLMJmkVWM1eZnm6oN.lazyload, #Z86qAHkIe9SQ0bPSLMJmkVWM1eZnm6oN.lazyloading { background-image: none; }
#MhydhMZFcUQWkFxaWWltPAZmqeHuF9E0 { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8cfe7f61-6f58-4191-a518-7a94e2903a2e/HIMACSQ105TerrazzoSorrento_closeup_4K.jpg");background-position:bottom 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:1rem;left:50.625rem;display:block; }#MhydhMZFcUQWkFxaWWltPAZmqeHuF9E0.adaptive-delivery-prevent-bg, #MhydhMZFcUQWkFxaWWltPAZmqeHuF9E0.lazyload, #MhydhMZFcUQWkFxaWWltPAZmqeHuF9E0.lazyloading { background-image: none; }
#X6G3LnaNOed40RWgc9kN4IQNsvOcUZUe { 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; }#X6G3LnaNOed40RWgc9kN4IQNsvOcUZUe > .row .container { background-color: transparent; background-image: none; }#X6G3LnaNOed40RWgc9kN4IQNsvOcUZUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6G3LnaNOed40RWgc9kN4IQNsvOcUZUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6G3LnaNOed40RWgc9kN4IQNsvOcUZUe > .row .container > .video-iframe-container { display: none; }#X6G3LnaNOed40RWgc9kN4IQNsvOcUZUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6G3LnaNOed40RWgc9kN4IQNsvOcUZUe > .row > .video-iframe-container { display: none; }#X6G3LnaNOed40RWgc9kN4IQNsvOcUZUe > .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); }#X6G3LnaNOed40RWgc9kN4IQNsvOcUZUe > .row .container { border-width: 0; border-radius: 0; }#X6G3LnaNOed40RWgc9kN4IQNsvOcUZUe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X6G3LnaNOed40RWgc9kN4IQNsvOcUZUe > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#SJcVxuUisr9Gp92eAc5Phz7ZOO7QWfLG { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/141cacdb-d3bc-445a-afdf-0b2facd7f449/HIMACSQ106TerrazzoMarsalacommercial_01copy.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:1rem;left:0rem;display:block; }#SJcVxuUisr9Gp92eAc5Phz7ZOO7QWfLG.adaptive-delivery-prevent-bg, #SJcVxuUisr9Gp92eAc5Phz7ZOO7QWfLG.lazyload, #SJcVxuUisr9Gp92eAc5Phz7ZOO7QWfLG.lazyloading { background-image: none; }
#cAJnTdfHSokTiJPWpB2hT5K7tR6i9rNS { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/adcf3de1-11af-4952-b094-f318632d98a2/HIMACSM816CalacattaDesertMoon_closeup_4K.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:1rem;left:25.3125rem;display:block; }#cAJnTdfHSokTiJPWpB2hT5K7tR6i9rNS.adaptive-delivery-prevent-bg, #cAJnTdfHSokTiJPWpB2hT5K7tR6i9rNS.lazyload, #cAJnTdfHSokTiJPWpB2hT5K7tR6i9rNS.lazyloading { background-image: none; }
#SugKWNwIixXLGF1nsZg9gUnmXHEefD6s { box-sizing:content-box;height:24.375rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/789129ed-9b90-49ca-9d66-4071413893ef/HIMACSQ106TerrazzoMarsalacommercial_02copy.jpg");background-position:bottom 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:1rem;left:50.625rem;display:block; }#SugKWNwIixXLGF1nsZg9gUnmXHEefD6s.adaptive-delivery-prevent-bg, #SugKWNwIixXLGF1nsZg9gUnmXHEefD6s.lazyload, #SugKWNwIixXLGF1nsZg9gUnmXHEefD6s.lazyloading { background-image: none; }
#xUh1Js0xU5M20LF1KH0ySifWhcfNe5RE { 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; }#xUh1Js0xU5M20LF1KH0ySifWhcfNe5RE > .row .container { background-color: transparent; background-image: none; }#xUh1Js0xU5M20LF1KH0ySifWhcfNe5RE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUh1Js0xU5M20LF1KH0ySifWhcfNe5RE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUh1Js0xU5M20LF1KH0ySifWhcfNe5RE > .row .container > .video-iframe-container { display: none; }#xUh1Js0xU5M20LF1KH0ySifWhcfNe5RE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUh1Js0xU5M20LF1KH0ySifWhcfNe5RE > .row > .video-iframe-container { display: none; }#xUh1Js0xU5M20LF1KH0ySifWhcfNe5RE > .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); }#xUh1Js0xU5M20LF1KH0ySifWhcfNe5RE > .row .container { border-width: 0; border-radius: 0; }#xUh1Js0xU5M20LF1KH0ySifWhcfNe5RE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xUh1Js0xU5M20LF1KH0ySifWhcfNe5RE > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#zUus1PJTU547X2Vb5HGItQglk05b08kO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5b471f0a-3881-4606-81e4-dc3e24e4ec1e/HIMACSQ102TerrazzoUlivoUrbanSage_LafayetteGreen_PinkLeia_P32_S1_final.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zUus1PJTU547X2Vb5HGItQglk05b08kO.adaptive-delivery-prevent-bg, #zUus1PJTU547X2Vb5HGItQglk05b08kO.lazyload, #zUus1PJTU547X2Vb5HGItQglk05b08kO.lazyloading { background-image: none; }#zUus1PJTU547X2Vb5HGItQglk05b08kO > .row .container { background-color: transparent; background-image: none; }#zUus1PJTU547X2Vb5HGItQglk05b08kO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUus1PJTU547X2Vb5HGItQglk05b08kO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUus1PJTU547X2Vb5HGItQglk05b08kO > .row .container > .video-iframe-container { display: none; }#zUus1PJTU547X2Vb5HGItQglk05b08kO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUus1PJTU547X2Vb5HGItQglk05b08kO > .row > .video-iframe-container { display: none; }#zUus1PJTU547X2Vb5HGItQglk05b08kO > .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); }#zUus1PJTU547X2Vb5HGItQglk05b08kO > .row .container { border-width: 0; border-radius: 0; }#zUus1PJTU547X2Vb5HGItQglk05b08kO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zUus1PJTU547X2Vb5HGItQglk05b08kO > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#lza7g10r9xXshzLRnF8DEgC0KD7FbDz6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5b471f0a-3881-4606-81e4-dc3e24e4ec1e/HIMACSQ102TerrazzoUlivoUrbanSage_LafayetteGreen_PinkLeia_P32_S1_final.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lza7g10r9xXshzLRnF8DEgC0KD7FbDz6.adaptive-delivery-prevent-bg, #lza7g10r9xXshzLRnF8DEgC0KD7FbDz6.lazyload, #lza7g10r9xXshzLRnF8DEgC0KD7FbDz6.lazyloading { background-image: none; }#lza7g10r9xXshzLRnF8DEgC0KD7FbDz6 > .row .container { background-color: transparent; background-image: none; }#lza7g10r9xXshzLRnF8DEgC0KD7FbDz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lza7g10r9xXshzLRnF8DEgC0KD7FbDz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lza7g10r9xXshzLRnF8DEgC0KD7FbDz6 > .row .container > .video-iframe-container { display: none; }#lza7g10r9xXshzLRnF8DEgC0KD7FbDz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lza7g10r9xXshzLRnF8DEgC0KD7FbDz6 > .row > .video-iframe-container { display: none; }#lza7g10r9xXshzLRnF8DEgC0KD7FbDz6 > .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); }#lza7g10r9xXshzLRnF8DEgC0KD7FbDz6 > .row .container { border-width: 0; border-radius: 0; }#lza7g10r9xXshzLRnF8DEgC0KD7FbDz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lza7g10r9xXshzLRnF8DEgC0KD7FbDz6 > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#FkCH03lc3QurfTWkDzZ8TBewXNCqEefX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FkCH03lc3QurfTWkDzZ8TBewXNCqEefX > .row .container { border-width: 0; border-radius: 0; }#FkCH03lc3QurfTWkDzZ8TBewXNCqEefX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FkCH03lc3QurfTWkDzZ8TBewXNCqEefX > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#LATbo9ElxnGWkaGmz6654KCZG310S7U3 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:7.5rem;left:61.3125rem;display:block; }
#SblfPtbcHI6y81Lu3kfMyV1raxHTqByK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nUZ5kxyOgf2grkCEx2KFn2HMoveuAyXw { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.15625rem;left:17.96875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#lDzHqCxTJaRueEpgzfBXULkcrIf9qiLS { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:5.0625rem;left:2.5rem;overflow:hidden;display:block; }
#wE7ikwZJHUWX2z3G5TZqAK45FuVl7OMy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;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; }#wE7ikwZJHUWX2z3G5TZqAK45FuVl7OMy > .row .container { background-color: transparent; background-image: none; }#wE7ikwZJHUWX2z3G5TZqAK45FuVl7OMy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wE7ikwZJHUWX2z3G5TZqAK45FuVl7OMy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wE7ikwZJHUWX2z3G5TZqAK45FuVl7OMy > .row .container > .video-iframe-container { display: none; }#wE7ikwZJHUWX2z3G5TZqAK45FuVl7OMy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wE7ikwZJHUWX2z3G5TZqAK45FuVl7OMy > .row > .video-iframe-container { display: none; }#wE7ikwZJHUWX2z3G5TZqAK45FuVl7OMy > .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); }#wE7ikwZJHUWX2z3G5TZqAK45FuVl7OMy > .row .container { border-width: 0; border-radius: 0; }#wE7ikwZJHUWX2z3G5TZqAK45FuVl7OMy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wE7ikwZJHUWX2z3G5TZqAK45FuVl7OMy > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#e4bChh2nNGK6AfatFf7WCFc3RTlcdtVx { color:rgba(var(--color-tertiary-0),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9179916381838rem;left:0rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U9NmKuke4cHS8TCo6fStvvioCSn89nqb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.2929706573488rem;left:28.34375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#qx3h7ExpUAX25UzARGgz4zwu5x4q5VgQ { 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:7.5625rem;width:7.5625rem;top:13.5625rem;left:38.125003814698rem;overflow:hidden;display:block; }
#JRWdt0bLBlG323TQ3iBTBHR7mDESqfcl { 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:14.75rem;width:19.6875rem;top:3.625rem;left:55.3125rem;overflow:hidden;display:block; }
#ot4GDDAQzDXlaJ9Rx19L9UdQR5P2W2Nk { background-color:#f4f4f4;background-image:none;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; }#ot4GDDAQzDXlaJ9Rx19L9UdQR5P2W2Nk > .row .container { background-color: transparent; background-image: none; }#ot4GDDAQzDXlaJ9Rx19L9UdQR5P2W2Nk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot4GDDAQzDXlaJ9Rx19L9UdQR5P2W2Nk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot4GDDAQzDXlaJ9Rx19L9UdQR5P2W2Nk > .row .container > .video-iframe-container { display: none; }#ot4GDDAQzDXlaJ9Rx19L9UdQR5P2W2Nk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot4GDDAQzDXlaJ9Rx19L9UdQR5P2W2Nk > .row > .video-iframe-container { display: none; }#ot4GDDAQzDXlaJ9Rx19L9UdQR5P2W2Nk > .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); }#ot4GDDAQzDXlaJ9Rx19L9UdQR5P2W2Nk > .row .container { border-width: 0; border-radius: 0; }#ot4GDDAQzDXlaJ9Rx19L9UdQR5P2W2Nk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ot4GDDAQzDXlaJ9Rx19L9UdQR5P2W2Nk > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#BTnvA4Sdt7M9HqwWCro7VHnVPvrTot8O { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0625rem;left:50.25rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-form-header {  }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);width:20.6875rem;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;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:1.5rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-text {padding-top: 0; padding-bottom: 0;}#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .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:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-select {padding-top: 0; padding-bottom: 0;}#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.1875rem;margin-bottom:0.25rem;margin-left:3.1875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:14.25rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.0625rem 0.0625rem #444b8f ; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;font-style:normal; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;font-style:normal; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;font-style:normal; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;font-style:normal; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .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; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-container:first-of-type{padding-top:0;}#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-container:last-of-type{padding-bottom:0;}#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.381530761719rem;left:49.0625rem; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls {display:block;}#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.381530761719rem;left:49.0625rem; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #C63y5HqPR43eyhZAgK6XDD66oLBcfi8g { position:relative; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #Xre0KzpeNppXW3D1ClqXsQTCkN2l42Z5 { position:relative;display:block; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #RDFUzXseBguoMiDx0nF1WniIetqbM09K { position:relative; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #wiRKmq1q6UAweTNC0MtpC4O08mBdqmAx { position:relative; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #yg79Xr8J834ISSRNr5JFiQqOl4DeGweg { position:relative;display:block; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #m77UtEC6qHe5FbJBeA1WTCA1vWTXXZdA { position:relative; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #AgNQd45Mv36P6Ay4505uO37yD4aUQybK { position:relative; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #e3BwMCMuWmu2o9cln0GLpVW6TrpXRsKI { position:relative;display:block; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #MG0d4Qi3nrTSkd26n55uZTOam11cPMFF { position:relative; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #mOBzeXz4ign38IPLgG02LIlvePzio83Q { position:relative; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #iPGEpgq6bQWJuJ3uaS5c7wbr4GSA6BlE { position:relative; }
#k5gGb9OLBMIqBGlAKc9qiv9U7HEpZzTD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:24.125rem;width:28.6875rem;top:15.4375rem;left:46.3125rem;display:block; }
#cJDq23bUUBFePCtRkMBnV8xHZwCmVwNl { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:9.8125rem;width:28.75rem;top:7.75rem;left:46.25rem;display:block; }
#JJNKnvNiL6EEPPaQ3slR1XZNFaTa97QO { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:7.75rem;left:15.125rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bSiGxJo6TJL0UH1Tr0pzhgu9boPL0TQt { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.375rem;left:50.25rem;height:2.76236875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DhTlLBWRTy3Tkg4K5VQdilv7WNByMPSQ { color:#444444;display:block;width:19.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:2.1;letter-spacing:0;top:15.75rem;left:15.125rem;height:6.2988375rem;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; }
#ZTSsqwSk8mvkcS4B8uCMMnw2OOaDm2ss { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a2f3f8e1-a0b8-4f63-9e8a-9f740f79255c/TwojeweselewMiejscuChyne1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:18.8125rem;top:13.417969375849rem;left:0rem;display:block; }#ZTSsqwSk8mvkcS4B8uCMMnw2OOaDm2ss.adaptive-delivery-prevent-bg, #ZTSsqwSk8mvkcS4B8uCMMnw2OOaDm2ss.lazyload, #ZTSsqwSk8mvkcS4B8uCMMnw2OOaDm2ss.lazyloading { background-image: none; }
#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/6ab7e53b-61d4-48e4-b1b0-790d2de9beb6/Zdjcieduarozdzielczo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp.adaptive-delivery-prevent-bg, #qFtlGTX0XIiX9apk78puIXuJkJv0dFQp.lazyload, #qFtlGTX0XIiX9apk78puIXuJkJv0dFQp.lazyloading { background-image: none; }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .row .container { background-color: transparent; background-image: none; }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .row .container > .video-iframe-container { display: none; }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .row > .video-iframe-container { display: none; }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .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); }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .row .container { border-width: 0; border-radius: 0; }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#a6nhGD9syT7CrXOUbSg8QpwRZ7RvxmgQ { color:rgba(var(--color-tertiary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8.3125rem;left:25.9375rem;height:4.79883125rem;text-align:center;text-align-last:center;display:block; }
#ny6c1lZDV2MHxNNWxZTJWAkCS3yMtLMT { color:rgba(var(--color-tertiary-2),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:15.202476501465rem;left:25.968751907349rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XvFDN7S9peETSDLlgiDRkSr4NiEszSuK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:12.625rem;top:3.6868515014649rem;left:31.187501907349rem;overflow:hidden;display:block; }
#w7WT84Qn53AGdavHM4LV5ErhAh3J2AyZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:9.4062271118162rem;left:71.875rem; }
#w7WT84Qn53AGdavHM4LV5ErhAh3J2AyZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G8fvEi9BITudUiiixoZK9nC76oEX0Og6 { display:block; }#G8fvEi9BITudUiiixoZK9nC76oEX0Og6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlkQyUGub8oUPHMcFPTDgtHASnFqoO5L { top:1.5625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyZ4FAH78RO3N5BTvU0IVXXOgGyEUHTJ { top:0rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDcBpS3LZi3JCOVdkQiFcBVsyaIogDUO { top:0rem;left:0rem;width:4.375rem;height:4.375rem;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) { #SkxTHIvedg2hUITGkn5u3aSyVLPZ12Hc { top:27.875rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiJA235B7b6SeIafMKpFa4fiNEQAhOrd { top:36.75rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXKOpo4rOl5H30aCXlBqxV0ynTcc2E8O { top:13.9375rem;left:0rem;width:18.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBkIlHqSx5QyuhyTSduEgb0QTElNzkvf { width:11.875rem;height:3.4375rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDFbAZnFmzVzW0WyUNU8vllPeei4201H { display:block; }
 }@media only screen and (max-width: 763px) { #k05T4TkP9n3VOdUygfXTiF5Ps9Rz7gRD { width:17.125rem;height:3.4375rem;top:45.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ST4dv6XTkyt2fwPvmPpTI7zuI1wASO { display:block; }
 }@media only screen and (max-width: 763px) { #t4hEUMulFzrT2Fusf7UbnIKyo7tr3l0V { display:block; }#t4hEUMulFzrT2Fusf7UbnIKyo7tr3l0V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s54wiqCTnKw4FNy1iZn82diSbnmaTBJa { top:9.25rem;left:0rem;width:1.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbGahyUcgpPV7E6GbEcpzusJO5oe8kMr { top:9.8125rem;left:0rem;width:5.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE07U3DxQEJfkUt1LLmmM7daGD3OqRxe { top:61.8125rem;left:1.875rem;width:45.875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7nilu4e9m5QRtwTP86UuKx9bNnGEWEF { top:7.875rem;left:10.375rem;width:37.375rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBgapQNQTMTMESABciW2p9w9IfJzKTRJ { top:19.5rem;left:21.3125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeFOVydRPKhieNkAAPP6PCyB5MizTa03 { top:22.8125rem;left:10.25rem;width:37.5rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlyU1IIIoAz8DmCFlNzp92vgolOifEnI { top:33.875rem;left:10.25rem;width:37.5rem;height:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgKOdmonMguD9pRkfWrB3wGOS8TdKgDB { top:14.3125rem;left:0rem;width:31.4375rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRRdls2dsC6QkI6QVV7xguEsSMSFA3e4 { width:11.875rem;height:3.4375rem;top:60.25rem;left:21.406253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciIyuBiO0vdmHU81xbFNQ66ZoT0E7r8P { display:block; }
 }@media only screen and (max-width: 763px) { #VFOn5ltfoeg580xAztk9JZzbxEuwglOG { top:5.8125rem;left:1.875rem;width:45.875rem;height:59.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4NyUSh7gTKTkkREbK7DVeRfbnPEk1Jw { top:51rem;left:21.375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBRPhmzzvuXs5C0T37q7KBp95Vndls8B { top:51.0625rem;left:14.75rem;width:33rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFeCng2ZvvDQCpMEnBfKrBAN5fWRr8XW { top:49.0625rem;left:14.75rem;width:33rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta9heDtRn0AUPIGif6TpqafrWgSfKNAv { top:31.875rem;left:0rem;width:18.0625rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUJ0nWVDMpUQ3Kk9nmk5TWZVG3WIVNu9 { display:block; }#NUJ0nWVDMpUQ3Kk9nmk5TWZVG3WIVNu9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TioCcET4TBiV5uCFCiSbnSFVCahq4WTB { top:8.125rem;left:46.125rem;width:1.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilfTL2ZLa36QmGzL5SQTAqQSU2EMaesk { top:8.6875rem;left:41.875rem;width:5.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iek4JluMb1bUir43EqMbkNC3T40aRow9 { top:16.1875rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPoHAVLeGPZCdrHRllI9s0BVtMfa31WO { top:8.125rem;left:0rem;width:37.5rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwdFPSFLIlRnfigeD2Do00ZbPBitdyuP { top:22.6875rem;left:0rem;width:37.5rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFdkVyv1dCNIh0H0mnHFk9KuXc49EvTt { top:13.875rem;left:18.625rem;width:29.125rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1qgo5gbubXNaRgi8esf1AKqbiIDCMiw { display:block; }#G1qgo5gbubXNaRgi8esf1AKqbiIDCMiw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNmvfTwr7E7yOMzrs5UXbrZsKQosNuUw { top:8.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #at3xhgChs1vfF4qHMxsMOz0b0lBKCuLD { top:18.6875rem;left:16.0625rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSE6TXFnCAOlHnfOgrDHUdPyBCov2tFd { top:12rem;left:5.125rem;width:37.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE9BUrH0UdFRW3auhRGFaCuOCTUxNQWA { display:block; }#xE9BUrH0UdFRW3auhRGFaCuOCTUxNQWA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vv3iRochSA2knADWJrum28Ps9y0Ciukm { top:5.8125rem;left:0rem;width:17.25rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h239TrG7Aekgu6Dkne2qQG17kxf4nM39 { top:1.8125rem;left:4.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axAqC5VkM4QeyMVQ0WtELFMrB4A0FX02 { top:5.8125rem;left:18.5625rem;width:17.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kypw2OTcM4VZQIkNCXveNSBKUCOlmOCZ { top:1.8125rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVpIZeTlx5Mpp9Qc2u8wxsMSRwyewdgW { top:1.8125rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eggbWFaLTdpkCTaAiJRovzQoUINIVvuP { top:5.8125rem;left:30.5rem;width:17.25rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd6PCdSu7Xwdat04H6npgznEqmD9kMvp { top:5.8125rem;left:6.625rem;width:17.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGHt6mcRTRdoTiPfzL4BaUbh6i3ehok2 { top:1.8125rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUgu54f4zQMcb07NMQDcG04b36OGM4aX { display:block; }#bUgu54f4zQMcb07NMQDcG04b36OGM4aX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpxH0aAp4lTclMTb8IavemTlvaZ2CDEw { top:1.8125rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTXslFyy80m2WSSOzlAUiKAD8o8AXRcJ { top:5.8125rem;left:6.625rem;width:17.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQ3bu8VTT5idia4UUIwtp5VXIzES8lf { top:1.8125rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpShwznm1X1UKKLVPRwlMKwq0RTZTlVO { top:5.8125rem;left:18.5625rem;width:17.25rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBJ5viRK8ThfcxFlaWE62otlftQDuCfF { top:1.8125rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo6h1WFT78Vig8whyZgHTLPz2GTdxH94 { top:5.8125rem;left:30.5rem;width:17.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFZHFZ6NBEywzdSxDXOeMk8gBtpPS3eu { top:5.8125rem;left:0rem;width:17.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kutqw72Gz14rZV7LZr9c4TpRc9UcwseP { top:1.8125rem;left:4.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0CAgHMteXhzEOT8BCB4DDcg1bWRBIAc { display:block; }#U0CAgHMteXhzEOT8BCB4DDcg1bWRBIAc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GX6ONxDzUul8lkdxlVfVDbD8uAwBvLre { top:2.375rem;left:28.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlScbImXBbLpuwAmAKPeQzkkhR1ed4Vm { top:6.375rem;left:18.5625rem;width:17.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6qqzVXecabL3GvTiOeJuDwbcBBLnLA4 { top:2.375rem;left:40.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAQ3ssd0SsHKp2gr1l47Mo32XeNcBZNT { top:6.375rem;left:30.5rem;width:17.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph3xntgQE7POZkbyqUxTK2UlyZ7oq6ZH { top:2.375rem;left:4.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foNENkqmxdm3yXwTsJ4FBce2dEvzIiWM { top:6.375rem;left:0rem;width:17.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD4ThnsImwsnKufy5aXZRXghtbW3kVEi { top:6.375rem;left:6.625rem;width:17.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec0F7i6HPN1wN8QWifcaSGh67JpJT3KL { top:2.375rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM4AA4fWpaPyRfce6CteeknPHQLnPgAC { display:block; }#rM4AA4fWpaPyRfce6CteeknPHQLnPgAC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJTwZ31fyenAGu9BbUTZ76aHtieDLd3p { width:11.875rem;height:3.4375rem;top:4.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWHBK2vKpGZRMNh96fUponE5iSJgUrIc { display:block; }
 }@media only screen and (max-width: 763px) { #UluHn1EAWbl4nAcaS86Nl5xUeW54oI1V { display:block; }#UluHn1EAWbl4nAcaS86Nl5xUeW54oI1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1GKey975FA6p4VEqDZClsNQKwbcZFeT { top:17.8125rem;left:0rem;width:19.5625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3rLKqA25dyPTuxdq8sNEKx6iNmAnzVB { top:29.625rem;left:0rem;width:16.6875rem;height:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDkJPTCdUippcWKCbaKvV0kiLKcyDKRa { top:8.125rem;left:0rem;width:5.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMsChlIh9DctZrZZJHBWIM7gapE55D4M { top:7.5625rem;left:0rem;width:1.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceNsG8fvEGfevDosdps2WseQxtMVP6WG { top:13.375rem;left:0rem;width:20.625rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhfdwT2P6s40F3hoPOZac147yWSXw5qe { top:27.0625rem;left:0rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyLOcxk1Jap3hh236gFaBlWfLbByi2H1 { width:11.875rem;height:3.4375rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuxZ9oUCW1TS6ufnW2vaFlQ39l5pJcMo { display:block; }
 }@media only screen and (max-width: 763px) { #mEuUHszrgcToFwo2lLtpkWLx4dSIAkCW { top:0rem;left:7.9375rem;width:23.8125rem;height:55rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9L3LpBmvbis58xpSqXp5lxVK4MBV4TK { top:15.625rem;left:14.5rem;width:17.25rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMcTO5UUwA1VSUgrkJJCdpa4m6CfpENo { top:21.9375rem;left:12.375rem;width:19.375rem;height:;font-size:0.75rem;display:block; }#sMcTO5UUwA1VSUgrkJJCdpa4m6CfpENo li:before{  }
 }@media only screen and (max-width: 763px) { #XbNDlxTsrB4U962HvGZgrZqNR8JuyQcg { top:22.125rem;left:28.25rem;width:19.375rem;height:;font-size:0.75rem;display:block; }#XbNDlxTsrB4U962HvGZgrZqNR8JuyQcg li:before{  }
 }@media only screen and (max-width: 763px) { #w1QNzr0iHf6RnP3w3oZPwBXzoqbN0Zv1 { top:15.625rem;left:30.375rem;width:17.25rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIeZhlPGw3yghohVyTTnNlPy4nwkLIBK { top:8.125rem;left:37.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzbcyvFvLUmZ72UMS6zEK96kaauFoLpR { top:8.125rem;left:22.34375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnlNWoqvAXEXTwgtSmFRXW66bqJu9JPl { display:block; }#BnlNWoqvAXEXTwgtSmFRXW66bqJu9JPl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMNWGwMEc5iQRNmxuWovATaByfFWFaz3 { top:8.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyDd13lbydyQoV1XyMaolGbeAHJxt4hx { top:16.0625rem;left:16.0625rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzuJb3zF2To2p2Mp30V5P2mfDFn0UwMN { top:12rem;left:5.125rem;width:37.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIwHT0iw5L8fXgOEmeXJpbVg6akso106 { display:block; }#bIwHT0iw5L8fXgOEmeXJpbVg6akso106 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5bPu1NP7BRXkRpsQK1DNP7TapCClP3l { top:0rem;left:0rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmnRCGniPWNoFeS7WFarMgMfKxu2vsRS { top:0rem;left:7.375rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVI92seunBQIdTW1Ak0rykt6m78uGtSv { top:0rem;left:23.25rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4aVsIsxRqdZxbTWLl66mNtNzsVMXqqH { display:block; }#g4aVsIsxRqdZxbTWLl66mNtNzsVMXqqH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5WPs9haPWfKo5C4dTpHmEQiDHCckvK8 { top:1rem;left:0rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUz8gxJOWT4Hr2pKcwJs1pxtbbBs47Zy { top:1rem;left:7.375rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhkI4Q0hrEORfTZQrNh3NPbSTG6UzQJb { top:1rem;left:23.25rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPGUeTKXp6mvOGpDph0SPmKRcwB6Eoyn { display:block; }#MPGUeTKXp6mvOGpDph0SPmKRcwB6Eoyn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EI7XvTNvyG3UvsUFlPFEpphTIPo5uFXd { top:1rem;left:0rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCp0HhxW1DXcIke9fRcaLuqlNASn8SwF { top:1rem;left:7.375rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML1D0AKUpLOniLpQ6uOHQOI7vOAx51XC { top:1rem;left:23.25rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGoZ5yGMrXmea9WbibQZfcfPxzLJ6EOJ { display:block; }#pGoZ5yGMrXmea9WbibQZfcfPxzLJ6EOJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnUMXCHEbZzfWTC1V1t8xl0nHPHIgVQS { top:1rem;left:0rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeOeQsXDQ5Uhc984uRwthOhyMWMGKIUh { top:1rem;left:7.375rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZKdIzeAMtdT4ORSHmZtU6P6cAg0xmad { top:1rem;left:23.25rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB8ZK9OcgILevGkq23EfmzcvueIHTiuA { display:block; }#GB8ZK9OcgILevGkq23EfmzcvueIHTiuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrlC63fQlLMMfzNf1xWuq42NFJSNqq0c { top:1rem;left:0rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z86qAHkIe9SQ0bPSLMJmkVWM1eZnm6oN { top:1rem;left:7.375rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhydhMZFcUQWkFxaWWltPAZmqeHuF9E0 { top:1rem;left:23.25rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6G3LnaNOed40RWgc9kN4IQNsvOcUZUe { display:block; }#X6G3LnaNOed40RWgc9kN4IQNsvOcUZUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJcVxuUisr9Gp92eAc5Phz7ZOO7QWfLG { top:1rem;left:0rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAJnTdfHSokTiJPWpB2hT5K7tR6i9rNS { top:1rem;left:7.375rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SugKWNwIixXLGF1nsZg9gUnmXHEefD6s { top:1rem;left:23.25rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUh1Js0xU5M20LF1KH0ySifWhcfNe5RE { display:block; }#xUh1Js0xU5M20LF1KH0ySifWhcfNe5RE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUus1PJTU547X2Vb5HGItQglk05b08kO { display:block; }#zUus1PJTU547X2Vb5HGItQglk05b08kO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lza7g10r9xXshzLRnF8DEgC0KD7FbDz6 { display:block; }#lza7g10r9xXshzLRnF8DEgC0KD7FbDz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkCH03lc3QurfTWkDzZ8TBewXNCqEefX { display:block; }#FkCH03lc3QurfTWkDzZ8TBewXNCqEefX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LATbo9ElxnGWkaGmz6654KCZG310S7U3 { width:11.875rem;height:3.4375rem;top:7.5rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SblfPtbcHI6y81Lu3kfMyV1raxHTqByK { display:block; }
 }@media only screen and (max-width: 763px) { #nUZ5kxyOgf2grkCEx2KFn2HMoveuAyXw { top:8.125rem;left:4.34375rem;width:39.0625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDzHqCxTJaRueEpgzfBXULkcrIf9qiLS { top:5.0625rem;left:0rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE7ikwZJHUWX2z3G5TZqAK45FuVl7OMy { display:block; }#wE7ikwZJHUWX2z3G5TZqAK45FuVl7OMy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4bChh2nNGK6AfatFf7WCFc3RTlcdtVx { top:6.875rem;left:0rem;width:25.0625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9NmKuke4cHS8TCo6fStvvioCSn89nqb { top:9.25rem;left:13.4375rem;width:18.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx3h7ExpUAX25UzARGgz4zwu5x4q5VgQ { top:13.5625rem;left:23.3125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRWdt0bLBlG323TQ3iBTBHR7mDESqfcl { top:3.625rem;left:27.9375rem;width:19.6875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot4GDDAQzDXlaJ9Rx19L9UdQR5P2W2Nk { display:block; }#ot4GDDAQzDXlaJ9Rx19L9UdQR5P2W2Nk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTnvA4Sdt7M9HqwWCro7VHnVPvrTot8O { width:21.9375rem;height:1.8125rem;top:13.0625rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-text {padding-top: 0; padding-bottom: 0;}#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-select {padding-top: 0; padding-bottom: 0;}#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-button { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.1875rem; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls  { width:20.6875rem;height:auto;top:18.375rem;left:24.5625rem; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls {display:block;}#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls { width:20.6875rem;height:auto;top:18.375rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #C63y5HqPR43eyhZAgK6XDD66oLBcfi8g {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #Xre0KzpeNppXW3D1ClqXsQTCkN2l42Z5 { display:block; }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #RDFUzXseBguoMiDx0nF1WniIetqbM09K {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #wiRKmq1q6UAweTNC0MtpC4O08mBdqmAx {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #yg79Xr8J834ISSRNr5JFiQqOl4DeGweg {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #m77UtEC6qHe5FbJBeA1WTCA1vWTXXZdA {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #AgNQd45Mv36P6Ay4505uO37yD4aUQybK {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #e3BwMCMuWmu2o9cln0GLpVW6TrpXRsKI { display:block; }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #MG0d4Qi3nrTSkd26n55uZTOam11cPMFF {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #mOBzeXz4ign38IPLgG02LIlvePzio83Q {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #iPGEpgq6bQWJuJ3uaS5c7wbr4GSA6BlE {  }
 }@media only screen and (max-width: 763px) { #k5gGb9OLBMIqBGlAKc9qiv9U7HEpZzTD { width:28.625rem;height:24.0625rem;top:15.4375rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJDq23bUUBFePCtRkMBnV8xHZwCmVwNl { width:28.75rem;height:9.75rem;top:7.75rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJNKnvNiL6EEPPaQ3slR1XZNFaTa97QO { width:24.125rem;height:7.5rem;top:7.75rem;left:1.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSiGxJo6TJL0UH1Tr0pzhgu9boPL0TQt { width:20.625rem;height:2.75rem;top:10.375rem;left:27.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhTlLBWRTy3Tkg4K5VQdilv7WNByMPSQ { top:15.75rem;left:1.5rem;width:19.6875rem;height:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTSsqwSk8mvkcS4B8uCMMnw2OOaDm2ss { top:13.375rem;left:0rem;width:18.8125rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFtlGTX0XIiX9apk78puIXuJkJv0dFQp { display:block; }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6nhGD9syT7CrXOUbSg8QpwRZ7RvxmgQ { top:8.3125rem;left:12.3125rem;width:23.0625rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny6c1lZDV2MHxNNWxZTJWAkCS3yMtLMT { top:15.1875rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvFDN7S9peETSDLlgiDRkSr4NiEszSuK { top:3.625rem;left:17.562501907349rem;width:12.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7WT84Qn53AGdavHM4LV5ErhAh3J2AyZ { top:9.375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#w7WT84Qn53AGdavHM4LV5ErhAh3J2AyZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G8fvEi9BITudUiiixoZK9nC76oEX0Og6 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#G8fvEi9BITudUiiixoZK9nC76oEX0Og6 > .row .container { width:20rem;height:7.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LlkQyUGub8oUPHMcFPTDgtHASnFqoO5L { width:18.0625rem;height:1.94921875rem;top:4.337890625rem;left:0.96875005960463rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyZ4FAH78RO3N5BTvU0IVXXOgGyEUHTJ { width:4.375rem;height:4.375rem;top:11.236979484558rem;left:7.8125002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDcBpS3LZi3JCOVdkQiFcBVsyaIogDUO { width:4.375rem;height:4.375rem;top:0rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/957245fb-e53a-49f2-8275-54ffe8dcfa7b/HIMACSM629AuroraPlumaKitchen.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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(255,255,255,0.34); }#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(255,255,255,0.34); }#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 { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkxTHIvedg2hUITGkn5u3aSyVLPZ12Hc { width:20rem;height:2.11198125rem;top:20.318359375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiJA235B7b6SeIafMKpFa4fiNEQAhOrd { width:12.4375rem;height:4.875rem;top:23.1875rem;left:3.7812501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXKOpo4rOl5H30aCXlBqxV0ynTcc2E8O { width:9.375rem;height:2.4375rem;top:7.6875rem;left:5.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBkIlHqSx5QyuhyTSduEgb0QTElNzkvf { width:17.125rem;height:3.4375rem;top:30.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDFbAZnFmzVzW0WyUNU8vllPeei4201H { display:block; }
 }@media only screen and (max-width: 763px) { #k05T4TkP9n3VOdUygfXTiF5Ps9Rz7gRD { width:17.125rem;height:3.4375rem;top:35.125rem;left:1.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ST4dv6XTkyt2fwPvmPpTI7zuI1wASO { display:block; }
 }@media only screen and (max-width: 763px) { #t4hEUMulFzrT2Fusf7UbnIKyo7tr3l0V { display:block; }#t4hEUMulFzrT2Fusf7UbnIKyo7tr3l0V > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s54wiqCTnKw4FNy1iZn82diSbnmaTBJa { width:1.625rem;height:1.29980625rem;top:1.25rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbGahyUcgpPV7E6GbEcpzusJO5oe8kMr { width:5.875rem;height:0.125rem;top:3.79948125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE07U3DxQEJfkUt1LLmmM7daGD3OqRxe { width:20rem;height:5.375rem;top:78.104167938231rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V7nilu4e9m5QRtwTP86UuKx9bNnGEWEF { width:18.0625rem;height:4.875rem;top:22.489583969116rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBgapQNQTMTMESABciW2p9w9IfJzKTRJ { width:15.625rem;height:0.125rem;top:29.011070251465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeFOVydRPKhieNkAAPP6PCyB5MizTa03 { width:15.8125rem;height:0;top:31.736980438233rem;left:2.0000000596046rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SlyU1IIIoAz8DmCFlNzp92vgolOifEnI { width:18.0625rem;height:17.542975rem;top:37.625rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgKOdmonMguD9pRkfWrB3wGOS8TdKgDB { width:20rem;height:13.9375rem;top:5.1744804382324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRRdls2dsC6QkI6QVV7xguEsSMSFA3e4 { width:11.875rem;height:3.4375rem;top:70.674480438231rem;left:4.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciIyuBiO0vdmHU81xbFNQ66ZoT0E7r8P { display:block; }
 }@media only screen and (max-width: 763px) { #VFOn5ltfoeg580xAztk9JZzbxEuwglOG { width:20rem;height:56rem;top:20.604167938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4NyUSh7gTKTkkREbK7DVeRfbnPEk1Jw { width:3.5625rem;height:3.5625rem;top:57.5rem;left:7.7187505960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBRPhmzzvuXs5C0T37q7KBp95Vndls8B { width:18.0625rem;height:3.89844375rem;top:63.75rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFeCng2ZvvDQCpMEnBfKrBAN5fWRr8XW { width:20rem;height:1.13736875rem;top:61.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ta9heDtRn0AUPIGif6TpqafrWgSfKNAv { width:18.0625rem;height:5.19791875rem;top:31.125rem;left:1rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #NUJ0nWVDMpUQ3Kk9nmk5TWZVG3WIVNu9 { display:block; }#NUJ0nWVDMpUQ3Kk9nmk5TWZVG3WIVNu9 > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TioCcET4TBiV5uCFCiSbnSFVCahq4WTB { width:1.625rem;height:1.29980625rem;top:2.5364589691162rem;left:7.1875002980231rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilfTL2ZLa36QmGzL5SQTAqQSU2EMaesk { width:5.875rem;height:0.125rem;top:3.1243495941162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iek4JluMb1bUir43EqMbkNC3T40aRow9 { width:18.0625rem;height:5.19791875rem;top:8.9615898132325rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPoHAVLeGPZCdrHRllI9s0BVtMfa31WO { width:18.0625rem;height:1.625rem;top:5.9615898132324rem;left:1rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FwdFPSFLIlRnfigeD2Do00ZbPBitdyuP { width:18.0625rem;height:9.746125rem;top:15.770835876465rem;left:0.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFdkVyv1dCNIh0H0mnHFk9KuXc49EvTt { width:20rem;height:18.375rem;top:28.142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1qgo5gbubXNaRgi8esf1AKqbiIDCMiw { display:block; }#G1qgo5gbubXNaRgi8esf1AKqbiIDCMiw > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNmvfTwr7E7yOMzrs5UXbrZsKQosNuUw { width:15rem;height:3.25rem;top:3.0625rem;left:2.5000001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #at3xhgChs1vfF4qHMxsMOz0b0lBKCuLD { width:15.625rem;height:0.125rem;top:10.65625rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSE6TXFnCAOlHnfOgrDHUdPyBCov2tFd { width:20rem;height:1.29980625rem;top:7.5234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE9BUrH0UdFRW3auhRGFaCuOCTUxNQWA { display:block; }#xE9BUrH0UdFRW3auhRGFaCuOCTUxNQWA > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vv3iRochSA2knADWJrum28Ps9y0Ciukm { width:17.25rem;height:1.94921875rem;top:3.791015625rem;left:1.3750001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h239TrG7Aekgu6Dkne2qQG17kxf4nM39 { width:2.5rem;height:2.5rem;top:1.2916669845581rem;left:8.7500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #axAqC5VkM4QeyMVQ0WtELFMrB4A0FX02 { width:17.25rem;height:0.9746125rem;top:14.3125rem;left:1.3750001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kypw2OTcM4VZQIkNCXveNSBKUCOlmOCZ { width:2.5rem;height:2.5rem;top:11.8125rem;left:8.7500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVpIZeTlx5Mpp9Qc2u8wxsMSRwyewdgW { width:2.5rem;height:2.5rem;top:16.5625rem;left:8.7500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #eggbWFaLTdpkCTaAiJRovzQoUINIVvuP { width:17.25rem;height:1.949225rem;top:19.0625rem;left:1.3750001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd6PCdSu7Xwdat04H6npgznEqmD9kMvp { width:17.25rem;height:0.9746125rem;top:9.5625rem;left:1.3750001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGHt6mcRTRdoTiPfzL4BaUbh6i3ehok2 { width:2.5rem;height:2.5rem;top:7.0625rem;left:8.7500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUgu54f4zQMcb07NMQDcG04b36OGM4aX { display:block; }#bUgu54f4zQMcb07NMQDcG04b36OGM4aX > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpxH0aAp4lTclMTb8IavemTlvaZ2CDEw { width:2.5rem;height:2.5rem;top:7.0625rem;left:8.7500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTXslFyy80m2WSSOzlAUiKAD8o8AXRcJ { width:17.25rem;height:0.9746125rem;top:9.5625rem;left:1.3750001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQ3bu8VTT5idia4UUIwtp5VXIzES8lf { width:2.5rem;height:2.5rem;top:1.3541679382324rem;left:8.7500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpShwznm1X1UKKLVPRwlMKwq0RTZTlVO { width:17.25rem;height:1.949225rem;top:3.8125rem;left:1.3750001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBJ5viRK8ThfcxFlaWE62otlftQDuCfF { width:2.5rem;height:2.5rem;top:11.8125rem;left:8.7500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo6h1WFT78Vig8whyZgHTLPz2GTdxH94 { width:17.25rem;height:0.9746125rem;top:14.3125rem;left:1.3750001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFZHFZ6NBEywzdSxDXOeMk8gBtpPS3eu { width:17.25rem;height:0.9746125rem;top:19.062503814698rem;left:1.3750001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kutqw72Gz14rZV7LZr9c4TpRc9UcwseP { width:2.5rem;height:2.5rem;top:16.5625rem;left:8.7500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0CAgHMteXhzEOT8BCB4DDcg1bWRBIAc { display:block; }#U0CAgHMteXhzEOT8BCB4DDcg1bWRBIAc > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GX6ONxDzUul8lkdxlVfVDbD8uAwBvLre { width:2.5rem;height:2.5rem;top:11.8125rem;left:8.7500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlScbImXBbLpuwAmAKPeQzkkhR1ed4Vm { width:17.25rem;height:0.9746125rem;top:14.3125rem;left:1.3750001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6qqzVXecabL3GvTiOeJuDwbcBBLnLA4 { width:2.5rem;height:2.5rem;top:16.5625rem;left:8.7500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAQ3ssd0SsHKp2gr1l47Mo32XeNcBZNT { width:17.25rem;height:0.9746125rem;top:19.0625rem;left:1.3750001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph3xntgQE7POZkbyqUxTK2UlyZ7oq6ZH { width:2.5rem;height:2.5rem;top:1.3528633117676rem;left:8.7500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #foNENkqmxdm3yXwTsJ4FBce2dEvzIiWM { width:17.25rem;height:0.9746125rem;top:3.8515625rem;left:1.3750001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD4ThnsImwsnKufy5aXZRXghtbW3kVEi { width:17.25rem;height:0.9746125rem;top:9.5625rem;left:1.3750001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec0F7i6HPN1wN8QWifcaSGh67JpJT3KL { width:2.5rem;height:2.5rem;top:7.0625rem;left:8.7500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM4AA4fWpaPyRfce6CteeknPHQLnPgAC { display:block; }#rM4AA4fWpaPyRfce6CteeknPHQLnPgAC > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJTwZ31fyenAGu9BbUTZ76aHtieDLd3p { width:11.875rem;height:3.4375rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWHBK2vKpGZRMNh96fUponE5iSJgUrIc { display:block; }
 }@media only screen and (max-width: 763px) { #UluHn1EAWbl4nAcaS86Nl5xUeW54oI1V { display:block; }#UluHn1EAWbl4nAcaS86Nl5xUeW54oI1V > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1GKey975FA6p4VEqDZClsNQKwbcZFeT { width:18.0625rem;height:5.19791875rem;top:9.0240898132325rem;left:0.96875005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3rLKqA25dyPTuxdq8sNEKx6iNmAnzVB { width:18.3125rem;height:5.84765625rem;top:17.211589813233rem;left:0.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDkJPTCdUippcWKCbaKvV0kiLKcyDKRa { width:5.875rem;height:0.125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMsChlIh9DctZrZZJHBWIM7gapE55D4M { width:1.625rem;height:1.29980625rem;top:2.5625rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceNsG8fvEGfevDosdps2WseQxtMVP6WG { width:18.0625rem;height:1.625rem;top:5.9244804382324rem;left:0.96875005960463rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhfdwT2P6s40F3hoPOZac147yWSXw5qe { width:9.375rem;height:0.125rem;top:15.711589813233rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyLOcxk1Jap3hh236gFaBlWfLbByi2H1 { width:11.875rem;height:3.4375rem;top:26.197265625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuxZ9oUCW1TS6ufnW2vaFlQ39l5pJcMo { display:block; }
 }@media only screen and (max-width: 763px) { #mEuUHszrgcToFwo2lLtpkWLx4dSIAkCW { width:20rem;height:19.6875rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9L3LpBmvbis58xpSqXp5lxVK4MBV4TK { width:17.25rem;height:2.59895625rem;top:40.812501907349rem;left:1.3750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMcTO5UUwA1VSUgrkJJCdpa4m6CfpENo { width:18.0625rem;height:3.236325rem;top:45.312501907349rem;left:0.96875rem;font-size:0.75rem;display:block; }#sMcTO5UUwA1VSUgrkJJCdpa4m6CfpENo li:before{  }
 }@media only screen and (max-width: 763px) { #XbNDlxTsrB4U962HvGZgrZqNR8JuyQcg { width:18.0625rem;height:8.734375rem;top:64.625rem;left:1rem;font-size:0.75rem;display:block; }#XbNDlxTsrB4U962HvGZgrZqNR8JuyQcg li:before{  }
 }@media only screen and (max-width: 763px) { #w1QNzr0iHf6RnP3w3oZPwBXzoqbN0Zv1 { width:17.25rem;height:2.59895625rem;top:60rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIeZhlPGw3yghohVyTTnNlPy4nwkLIBK { width:3.125rem;height:3.125rem;top:55.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzbcyvFvLUmZ72UMS6zEK96kaauFoLpR { width:3.125rem;height:3.125rem;top:36.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnlNWoqvAXEXTwgtSmFRXW66bqJu9JPl { display:block; }#BnlNWoqvAXEXTwgtSmFRXW66bqJu9JPl > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMNWGwMEc5iQRNmxuWovATaByfFWFaz3 { width:20rem;height:1.625rem;top:3.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyDd13lbydyQoV1XyMaolGbeAHJxt4hx { width:15.625rem;height:0.125rem;top:9.96875rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzuJb3zF2To2p2Mp30V5P2mfDFn0UwMN { width:13rem;height:2.59895625rem;top:5.7734375rem;left:3.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIwHT0iw5L8fXgOEmeXJpbVg6akso106 { display:block; }#bIwHT0iw5L8fXgOEmeXJpbVg6akso106 > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5bPu1NP7BRXkRpsQK1DNP7TapCClP3l { width:20rem;height:17.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmnRCGniPWNoFeS7WFarMgMfKxu2vsRS { width:20rem;height:17.5rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVI92seunBQIdTW1Ak0rykt6m78uGtSv { width:20rem;height:17.5rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4aVsIsxRqdZxbTWLl66mNtNzsVMXqqH { display:block; }#g4aVsIsxRqdZxbTWLl66mNtNzsVMXqqH > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5WPs9haPWfKo5C4dTpHmEQiDHCckvK8 { width:20rem;height:17.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUz8gxJOWT4Hr2pKcwJs1pxtbbBs47Zy { width:20rem;height:17.5rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhkI4Q0hrEORfTZQrNh3NPbSTG6UzQJb { width:20rem;height:17.5rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPGUeTKXp6mvOGpDph0SPmKRcwB6Eoyn { display:block; }#MPGUeTKXp6mvOGpDph0SPmKRcwB6Eoyn > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EI7XvTNvyG3UvsUFlPFEpphTIPo5uFXd { width:20rem;height:17.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCp0HhxW1DXcIke9fRcaLuqlNASn8SwF { width:20rem;height:17.5rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML1D0AKUpLOniLpQ6uOHQOI7vOAx51XC { width:20rem;height:17.5rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGoZ5yGMrXmea9WbibQZfcfPxzLJ6EOJ { display:block; }#pGoZ5yGMrXmea9WbibQZfcfPxzLJ6EOJ > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnUMXCHEbZzfWTC1V1t8xl0nHPHIgVQS { width:20rem;height:17.5rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeOeQsXDQ5Uhc984uRwthOhyMWMGKIUh { width:20rem;height:17.5rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZKdIzeAMtdT4ORSHmZtU6P6cAg0xmad { width:20rem;height:17.5rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB8ZK9OcgILevGkq23EfmzcvueIHTiuA { display:block; }#GB8ZK9OcgILevGkq23EfmzcvueIHTiuA > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrlC63fQlLMMfzNf1xWuq42NFJSNqq0c { width:20rem;height:17.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z86qAHkIe9SQ0bPSLMJmkVWM1eZnm6oN { width:20rem;height:17.5rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhydhMZFcUQWkFxaWWltPAZmqeHuF9E0 { width:20rem;height:17.5rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6G3LnaNOed40RWgc9kN4IQNsvOcUZUe { display:block; }#X6G3LnaNOed40RWgc9kN4IQNsvOcUZUe > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJcVxuUisr9Gp92eAc5Phz7ZOO7QWfLG { width:20rem;height:17.5rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAJnTdfHSokTiJPWpB2hT5K7tR6i9rNS { width:20rem;height:17.5rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SugKWNwIixXLGF1nsZg9gUnmXHEefD6s { width:20rem;height:17.5rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUh1Js0xU5M20LF1KH0ySifWhcfNe5RE { display:block; }#xUh1Js0xU5M20LF1KH0ySifWhcfNe5RE > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUus1PJTU547X2Vb5HGItQglk05b08kO { display:none; }#zUus1PJTU547X2Vb5HGItQglk05b08kO > .row .container { width:20rem;height:14.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lza7g10r9xXshzLRnF8DEgC0KD7FbDz6 { display:none; }#lza7g10r9xXshzLRnF8DEgC0KD7FbDz6 > .row .container { width:20rem;height:48rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FkCH03lc3QurfTWkDzZ8TBewXNCqEefX { display:none; }#FkCH03lc3QurfTWkDzZ8TBewXNCqEefX > .row .container { width:20rem;height:21.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LATbo9ElxnGWkaGmz6654KCZG310S7U3 { width:11.875rem;height:3.4375rem;top:15.375rem;left:4.0625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #SblfPtbcHI6y81Lu3kfMyV1raxHTqByK { display:block; }
 }@media only screen and (max-width: 763px) { #nUZ5kxyOgf2grkCEx2KFn2HMoveuAyXw { width:11.75rem;height:3.25rem;top:9.34375rem;left:4.1250002980232rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDzHqCxTJaRueEpgzfBXULkcrIf9qiLS { width:5.125rem;height:5.125rem;top:2.0625rem;left:7.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE7ikwZJHUWX2z3G5TZqAK45FuVl7OMy { display:block; }#wE7ikwZJHUWX2z3G5TZqAK45FuVl7OMy > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4bChh2nNGK6AfatFf7WCFc3RTlcdtVx { width:18.0625rem;height:4.875rem;top:2.849609375rem;left:0.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U9NmKuke4cHS8TCo6fStvvioCSn89nqb { width:18.0625rem;height:3.4121125rem;top:24.125rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx3h7ExpUAX25UzARGgz4zwu5x4q5VgQ { width:7.5625rem;height:7.5625rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRWdt0bLBlG323TQ3iBTBHR7mDESqfcl { width:18.125rem;height:13.5rem;top:9.474609375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot4GDDAQzDXlaJ9Rx19L9UdQR5P2W2Nk { display:block; }#ot4GDDAQzDXlaJ9Rx19L9UdQR5P2W2Nk > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTnvA4Sdt7M9HqwWCro7VHnVPvrTot8O { width:20rem;height:1.29948125rem;top:6.2552089691163rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-text {padding-top: 0; padding-bottom: 0;}#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-select {padding-top: 0; padding-bottom: 0;}#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-input-button { width:10.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.5rem;background-color:#000000;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-container:first-of-type{padding-top:0;}#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .widget-container:last-of-type{padding-bottom:0;}#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls  { width:15.9375rem;height:auto;top:11.125rem;left:0.78125005960463rem; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls {display:block;}#B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls { width:15.9375rem;height:auto;top:11.125rem;left:0.78125005960463rem; }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #C63y5HqPR43eyhZAgK6XDD66oLBcfi8g {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #Xre0KzpeNppXW3D1ClqXsQTCkN2l42Z5 { display:block; }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #RDFUzXseBguoMiDx0nF1WniIetqbM09K {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #wiRKmq1q6UAweTNC0MtpC4O08mBdqmAx {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #yg79Xr8J834ISSRNr5JFiQqOl4DeGweg {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #m77UtEC6qHe5FbJBeA1WTCA1vWTXXZdA {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #AgNQd45Mv36P6Ay4505uO37yD4aUQybK {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #e3BwMCMuWmu2o9cln0GLpVW6TrpXRsKI { display:block; }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #MG0d4Qi3nrTSkd26n55uZTOam11cPMFF {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #mOBzeXz4ign38IPLgG02LIlvePzio83Q {  }
 }@media only screen and (max-width: 763px) { #B5K6hs2vXGaQ0aAXVDrs2S8N8xf5q9ls #iPGEpgq6bQWJuJ3uaS5c7wbr4GSA6BlE {  }
 }@media only screen and (max-width: 763px) { #k5gGb9OLBMIqBGlAKc9qiv9U7HEpZzTD { width:20rem;height:23.25rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJDq23bUUBFePCtRkMBnV8xHZwCmVwNl { width:20rem;height:6.8125rem;top:2.7493495941162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJNKnvNiL6EEPPaQ3slR1XZNFaTa97QO { width:14.25rem;height:4.5rem;top:36.499351501465rem;left:2.8750001192093rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bSiGxJo6TJL0UH1Tr0pzhgu9boPL0TQt { width:20rem;height:1.94986875rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhTlLBWRTy3Tkg4K5VQdilv7WNByMPSQ { width:9.8125rem;height:4.72460625rem;top:43.255859375rem;left:9.9375001192094rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZTSsqwSk8mvkcS4B8uCMMnw2OOaDm2ss { width:9.1875rem;height:12.75rem;top:42.441408157349rem;left:2.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFtlGTX0XIiX9apk78puIXuJkJv0dFQp { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .row .container { background-color: transparent; background-image: none; }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .row .container > .video-iframe-container { display: none; }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .row > .video-iframe-container { display: none; }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .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); }#qFtlGTX0XIiX9apk78puIXuJkJv0dFQp > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6nhGD9syT7CrXOUbSg8QpwRZ7RvxmgQ { width:20rem;height:3.59960625rem;top:7.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny6c1lZDV2MHxNNWxZTJWAkCS3yMtLMT { width:20rem;height:1rem;top:12.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvFDN7S9peETSDLlgiDRkSr4NiEszSuK { width:6.9375rem;height:1.6875rem;top:4.3125rem;left:6.5312501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7WT84Qn53AGdavHM4LV5ErhAh3J2AyZ { width:3.125rem;height:3.125rem;top:18.287757873535rem;left:8.4375005960463rem;display:block; }
#w7WT84Qn53AGdavHM4LV5ErhAh3J2AyZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }