.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:238,246,227;--color-secondary-1:197,227,163;--color-secondary-2:139,198,71;--color-secondary-3:70,99,36;--color-secondary-4:21,30,11;--color-tertiary-0:255,255,255;--color-tertiary-1:206,206,206;--color-tertiary-2:174,174,174;--color-tertiary-3:139,139,139;--color-tertiary-4:93,93,93;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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(0,0,0,0); }#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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#ovC9VdgPVSUPw86C2c7TSQQqP9LQ3knI { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8cc649;border-left:0.0625rem solid #8cc649;border-right:0.0625rem solid #8cc649;border-bottom:0.0625rem solid #8cc649;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#8cc649;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.645833375rem;height:2.770833375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.875rem;left:45.430992126465rem;display:block; }
#km1oh72CgvQ4oKClHl5vprQVc9blTBvh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CdKusvBA42sR4y8EJOHxRBB1qK5o6R9H { position:absolute;display:block;z-index:15003;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.4375rem;width:11rem;top:1.125rem;left:4.0859375rem;overflow:hidden;display:block; }
#AcZ4hG73AdpCQnC4Z1RLUX4LuJJB2T5D { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.6875rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.90625rem;left:22.118492126465rem;display:block; }
#NuBLgN2ZModzXSmElEPot8lzRKbeg8sG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnnLXly5Dm12Ko7dfVgNCS11Nzx6IXyf { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.6875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.90625rem;left:29.680992126465rem;display:block; }
#x01lNI5temIbTTPQydSvRGAO6FlTG4Ob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmDh6xgySpEDtNQ0bMNtV8PWhMaA5CJ4 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.6875rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:1.90625rem;left:37.243492126465rem;display:block; }
#kCgoL2rITt7P1VIczf2zJyFfH3WFXs2u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p14AR8I8oN6b2LrdsCKgmN2VuTMlMMNM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.3125rem;left:69.25rem; }
#p14AR8I8oN6b2LrdsCKgmN2VuTMlMMNM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Ea3Lp3oat6Tkl052mGvN8Z25GbeecBiB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.375rem;left:71.3125rem; }
#Ea3Lp3oat6Tkl052mGvN8Z25GbeecBiB > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#iaiexk0DHVqh8Q4tT4LNFgVqGt4VEAL7 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #3e58a8;border-left:0.0625rem dashed #3e58a8;border-right:0.0625rem dashed #3e58a8;border-bottom:0.0625rem dashed #3e58a8;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#3e58a8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.604166375rem;height:2.666666625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.90625rem;left:59.5625rem;display:block; }
#JxfzxulZdeOuRe3S8V1dsZXXMg3Vy4V0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dAlldFPp7oFSLZdKrJ6cfwg30chgKQwD { position:relative;display:none; }#dAlldFPp7oFSLZdKrJ6cfwg30chgKQwD { border-width: 0; border-radius: 0; }#dAlldFPp7oFSLZdKrJ6cfwg30chgKQwD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dAlldFPp7oFSLZdKrJ6cfwg30chgKQwD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Cym3Su77XWKaJftoZQ2qMhaeGXRXDh4Q { position:absolute;display:block;z-index:15003;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.875rem;width:12.375rem;top:1.125rem;left:4.0867185592651rem;overflow:hidden;display:none; }
#dTz4duLUeJxaOIBZLLyFz6ngcFtVCPeV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dTz4duLUeJxaOIBZLLyFz6ngcFtVCPeV > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#VnZC53bSTQOv6LJaazx2wUwICS6bTT1d { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#q9VHtohcc63T8UghVGlOyWuEoR9ZKW5g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qkzv19i4IIK0G6DEIcvE8IAyTsB5g6g3 { position:relative;display:none; }#qkzv19i4IIK0G6DEIcvE8IAyTsB5g6g3 { border-width: 0; border-radius: 0; }#qkzv19i4IIK0G6DEIcvE8IAyTsB5g6g3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qkzv19i4IIK0G6DEIcvE8IAyTsB5g6g3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#k4dFKzhBnn9KgrbowmDFV8HuKbKNdRBI { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8cc649;border-left:0.0625rem solid #8cc649;border-right:0.0625rem solid #8cc649;border-bottom:0.0625rem solid #8cc649;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#8cc649;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.84375rem;left:60.749998092651rem;display:none; }
#TQ7aPGga8l5KlcMKkaaCe6OcbQFU64IM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vMVyriz7ipCRTK9E0U7cPscuITm9lUWJ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.6875rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:1.90625rem;left:52.08749961853rem;display:none; }
#Obcv8CFTnIAs2GWhTF1TOpoIvSUOH2J9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mZeto0SuXtOD0PpTtu4GT93u4o90qaoJ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.6875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.90625rem;left:44.74374961853rem;display:none; }
#dTPXtG2GTWy6rsFBf3tiVvclfagAwBWv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AN81mqVLpei6VzNEyUuQdxTVUMIpI03u { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:2.6875rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.90625rem;left:36.99374961853rem;display:none; }
#bmr46fTJ9eByTogQAGhG1l5bw3Puw2ZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQeTXL7DPiBr5pFTg2d5DauUwGmRIRB8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.3125rem;left:71.1875rem;display:none; }
#nQeTXL7DPiBr5pFTg2d5DauUwGmRIRB8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#QHIVzt7ran68w4nSi9d1dJQE1bl28wIV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.375rem;left:73.25rem;display:none; }
#QHIVzt7ran68w4nSi9d1dJQE1bl28wIV > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#NaVPbArcRhtmI3CH3ToFnUAy3M353XsM { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #3e58a8;border-left:0.0625rem dashed #3e58a8;border-right:0.0625rem dashed #3e58a8;border-bottom:0.0625rem dashed #3e58a8;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#3e58a8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.604166375rem;height:2.666666625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.90625rem;left:59.5625rem;display:none; }
#CxPdwgqW5wzsUgJkrRXCQ90NPKRHI7Ou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pfC9TqhgroDEmdNFiI5WzKCKiRzIzzoH { position:relative;display:block; }#pfC9TqhgroDEmdNFiI5WzKCKiRzIzzoH { background-color: transparent; background-image: none; }#pfC9TqhgroDEmdNFiI5WzKCKiRzIzzoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfC9TqhgroDEmdNFiI5WzKCKiRzIzzoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfC9TqhgroDEmdNFiI5WzKCKiRzIzzoH > .row .container > .video-iframe-container { display: none; }#pfC9TqhgroDEmdNFiI5WzKCKiRzIzzoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfC9TqhgroDEmdNFiI5WzKCKiRzIzzoH > .row > .video-iframe-container { display: none; }#pfC9TqhgroDEmdNFiI5WzKCKiRzIzzoH > .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); }#pfC9TqhgroDEmdNFiI5WzKCKiRzIzzoH { border-width: 0; border-radius: 0; }#pfC9TqhgroDEmdNFiI5WzKCKiRzIzzoH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pfC9TqhgroDEmdNFiI5WzKCKiRzIzzoH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yOfHyctfULLEoxb0t4zTGLWDAG8WEb4O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:71.8125rem;top:0rem;left:1.59375rem;overflow:hidden;display:block; }
#OzEFDNeI5wuMKeGDKdSEnBkGRDwuqsco { color:#3e58a8;display:block;width:37.2495384375rem;position:absolute;font-family:paralucent;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5496330261231rem;left:3.7729787826538rem;height:7.2058820625rem;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; }
#lLu5tDagDyBSoDwup6O43TP04oK5AcuD { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0618095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:5.774356842041rem;left:48.898205757141rem;height:5.07352925rem;font-style:normal;display:block; }
#uVgVGh9W4f7ecUT1TRSet7PEdXbpRBkJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0de52c97-584b-4f6e-9492-c61d3cc1906f/cleaningcrockerywomanglovescleaningorangevase.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uVgVGh9W4f7ecUT1TRSet7PEdXbpRBkJ.adaptive-delivery-prevent-bg, #uVgVGh9W4f7ecUT1TRSet7PEdXbpRBkJ.lazyload, #uVgVGh9W4f7ecUT1TRSet7PEdXbpRBkJ.lazyloading { background-image: none; }#uVgVGh9W4f7ecUT1TRSet7PEdXbpRBkJ > .row .container { border-width: 0; border-radius: 0; }#uVgVGh9W4f7ecUT1TRSet7PEdXbpRBkJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uVgVGh9W4f7ecUT1TRSet7PEdXbpRBkJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uVgVGh9W4f7ecUT1TRSet7PEdXbpRBkJ > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:none; }#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-form-header {  }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(88,88,88,0.9);width:16.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-text { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;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:16.5rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-text {padding-top: 0; padding-bottom: 0;}#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-textarea { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;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:16.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .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:16.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-select {padding-top: 0; padding-bottom: 0;}#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-button { border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;background-color:#8cc649;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16.5rem;height:3.5rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J [class*="-text"]:-moz-placeholder { color:#8e8e8e;font-family:var(--paragraphs-font-family);font-size:0.6875rem; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J [class*="-text"]::-moz-placeholder { color:#8e8e8e;font-family:var(--paragraphs-font-family);font-size:0.6875rem; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J [class*="-text"]:-ms-input-placeholder { color:#8e8e8e;font-family:var(--paragraphs-font-family);font-size:0.6875rem; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J [class*="-text"]::-webkit-input-placeholder { color:#8e8e8e;font-family:var(--paragraphs-font-family);font-size:0.6875rem; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:15.0625rem;overflow:hidden;font-style:normal; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .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; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-container:first-of-type{padding-top:0;}#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-container:last-of-type{padding-bottom:0;}#P18iWypZCn3zcwJtX19UzJNmPLfiH28J  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;position:absolute;top:3.6875rem;left:17.8125rem; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.5rem; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J {display:block;}#P18iWypZCn3zcwJtX19UzJNmPLfiH28J { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;position:absolute;top:3.6875rem;left:17.8125rem; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #MzgdEvWTGMbZp8sP9sASyH1ZcLk74hHo { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #wkAZnOntB84aRUyrHJEB2uNAlTavEHxL { position:relative;display:block; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #PkZP467t1NNKJM9un22m7QOJNTKwOqOH { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #pAMNOfFGz82daerDLMHKvIR2eSRyplsq { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #D4COqiep2rzvcRZnSd88uLe24A6RJbwT { position:relative;display:block; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #qKsdximprLvDJWQT6tWWvhdgyQ1QQrek { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #IsnqpchSGm9J4suHzoys1LQBr92P1lGK { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #n3XI5ZJMX9pFFChFxHHueu9rvIsVrZs0 { position:relative;display:block; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #XQq4EGWPHGJFDcQbR4OGm9xUmLsMzzRB { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #Tpu6VTm9LK1drkiIiSffltAZpTtJiVJD { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #g7HyQGqJASO06O6fBO1gGD8xQXgZKWiH { position:relative;display:block; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #sexHFMkNV7u5xDyMfhk4xCl012ffhM7k { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #FbnDIwrw0TMUzZVreppADBwcwqtJtsFm { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #ApGJfc16mrbP5KdqTax7z8PMoDkNPtxS { position:relative;display:none; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #EgN0U0LTvCaO1sXcVHQlQe0K9A3kTKaz { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #txTAbXnTs6MpHZ5xPlXkHdVAT2uVSleu { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #CcFHtEdfPD1xnrHTvmbWbO0uGeENnW7S { position:relative;z-index:2; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #ghNBTt7MZBpNSl41AkaaZkUaBSNGU2pe { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #A3zLptMKeo6cQ6fnQEHqcdca8OtVW7wC { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #AMHUxXl6h7CaxUfRFedSBtzpR45iGfDc { position:relative;z-index:2; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #SdMc5z9WEcCGCig2PoLI9oWAtng8Xdab { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #eI0k827uGAKrRVghHm14oiKibLVKAlE5 { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #CNbXTW0tZlqcZU7NWPxd6WOSaZUn1LSv { position:relative;display:none; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #RqPT8PrbWKl1pZmNrlGy8G7ioywznCQD { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #oOyTRgv26zeLv7eJBcZ9AAClZPSF56id { position:relative; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J #qCBQ6sEN8dFn4fK9S394f9W2xwN2hvZR { position:relative; }
#TQfeDgvBnMUXrEa9QNQOPvnXgxbEKhTr { 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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30.8125rem;width:35.6875rem;top:2.9375rem;left:3.125rem;display:block; }
#IUA95QtxJcWusOxQaT104VC2ByMxrMxP { color:#3e58a8;display:block;width:10.5625rem;position:absolute;font-family:paralucent;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:11.625rem;left:5.625rem;height:11.7647056875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0de52c97-584b-4f6e-9492-c61d3cc1906f/cleaningcrockerywomanglovescleaningorangevase.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; }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ.adaptive-delivery-prevent-bg, #Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ.lazyload, #Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ.lazyloading { background-image: none; }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .row .container { background-color: transparent; background-image: none; }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(62,88,168,0.48); }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .row .container > .video-iframe-container { display: none; }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(62,88,168,0.48); }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .row > .video-iframe-container { display: none; }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .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); }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .row .container { border-width: 0; border-radius: 0; }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#vHn19PMdrSgLoqnxu7LdAWfWD9GVaPIO { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.76);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:36.25rem;width:51rem;top:3.875rem;left:3.8125rem;display:block; }
#SRv0o2zwWIbQGlP17Us8QGAMcBUJfTny { color:#3e58a8;display:block;width:21.7497691875rem;position:absolute;font-family:paralucent;font-size:4.625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:18.77986907959rem;left:7.1875rem;height:6.4705881875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-form-header {  }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(88,88,88,0.9);width:18.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-text { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:initial !important;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;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:18.0625rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-text {padding-top: 0; padding-bottom: 0;}#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-textarea { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:initial !important;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;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:18.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom: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:18.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;line-height:1; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-select {padding-top: 0; padding-bottom: 0;}#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-button { border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;background-color:#8cc649;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.0625rem;height:3.5rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB [class*="-text"]:-moz-placeholder { color:#8e8e8e;font-family:var(--paragraphs-font-family);font-size:0.6875rem; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB [class*="-text"]::-moz-placeholder { color:#8e8e8e;font-family:var(--paragraphs-font-family);font-size:0.6875rem; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB [class*="-text"]:-ms-input-placeholder { color:#8e8e8e;font-family:var(--paragraphs-font-family);font-size:0.6875rem; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB [class*="-text"]::-webkit-input-placeholder { color:#8e8e8e;font-family:var(--paragraphs-font-family);font-size:0.6875rem; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.625rem;overflow:hidden;font-style:normal; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .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; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-container:first-of-type{padding-top:0;}#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-container:last-of-type{padding-bottom:0;}#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;position:absolute;top:4.875rem;left:31.25rem; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.0625rem; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB {display:block;}#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;position:absolute;top:4.875rem;left:31.25rem; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #WfubSI4LK6ONXcmg3zyyUAgsuLr36W5A { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #EGmf0UflDCWf2lGFXVpop2Sts5MDAlV7 { position:relative;display:block; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #Ivo5cForANTug19x53h8gZcr1ASkTfKy { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #Py7TTBWfUiZLhfvoCnvhf79i3snWiqSS { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #TITmdJU9TK4rX9PC0xI1h9FkVaV9cJtF { position:relative;display:block; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #eJIgAJd8OD3TkxgiW6cksuqD9RfcaypH { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #ukEzTRW1XSqKXHoHgZG1Fxr8MqOE9S2A { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #sOVsZzgixsMzdAOr1KTMWvT6TVlbFIfJ { position:relative;display:block; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #LqsHdle5lFR711ERd1tmQdhukAsgyVia { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #S5RaT60wtrSwUrwATx7Nl4HhfPOlc7zG { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #Qxb9zrZedT4wie7euwyCtiGseWkz6eAT { position:relative;display:block; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #KXIN8ksq7XEV8Fce2uFsiEyoWZAsXwB9 { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #gUgmAnVdTZMTn9pOynH3xpat4O4dl8JZ { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #HgssIkWF2eUXxt2D5yuOMtpE4uc6meld { position:relative;display:block; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #xRJHsaVrvvDoSrwlfoTt6zOd6vPpT5sx { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #TsMJe3UemzZXZQMMdhuxnMJoyIqMz9LL { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #aVN0MLfDknQA5cQagLKyDGKiQl5dz1Mr { position:relative;display:none; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #MW9FqTvToK4DS1ukqWD44UW9wGpxJT1r { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #xIpKxZi22RNl47QCr8riMnDX2vGhTHo5 { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #prS7H2CH3H9WhHdovdTq4Cf7JmygThRK { position:relative;z-index:2; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #CqeIQMWf40M8avyJ1eh2nPUGuV1EudTn { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #By23rxFoKi8EW0GqEp0cTluq41GMQraT { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #BnDLkfNy61wbiaDMSdl3mPlvJ8UT1ffW { position:relative;z-index:2; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #w7xeoB7lRQoN1bU8FT5FUWTZSIkda1gh { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #BlMmeFedORNzoSI6m3vrU188MxeqFlpl { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #JNQbzvu2JJR5QHmesmlJn5kJSIcG8ECr { position:relative;display:none; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #hZJfVtZMgpZytZU51KT3TzdP3sy0KHKG { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #zWBQPNt7XfQ6FXGH4ESUV3ex76uIIzEm { position:relative;display:block;z-index:15000; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #OaGbwep13Sayx905AFlRpliEX2QxZxCw { position:relative;display:block;z-index:15000; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #tS38MdpNQEx91xiW8X2VbgNHMVSAwla4 { position:relative; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #aVDS6IwlEwk9bzLV1vFg6b4TmG64X5C4 { position:relative; }
#amTmTtnDpgaTRGwwQycFV06hDGbTS5Xd { color:#3e58a8;display:block;width:23.2490806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:24.437034606934rem;left:7.1875rem;height:6.764705625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iiPOnJ2MVwT19mTy1RBbR37pNmt7PoG8 { color:#3e58a8;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:9.8125rem;left:7.25rem;height:4.8529410625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OeaWQibICFuPJ976gM3C6xt4BOQ9VfWn { color:#3e58a8;display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:13.1875rem;left:7.25rem;height:4.338235375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PFno19nxgNI5Rh668H6LZPT3MGtH2aOZ { position:relative;display:block; }#PFno19nxgNI5Rh668H6LZPT3MGtH2aOZ { background-color: transparent; background-image: none; }#PFno19nxgNI5Rh668H6LZPT3MGtH2aOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFno19nxgNI5Rh668H6LZPT3MGtH2aOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFno19nxgNI5Rh668H6LZPT3MGtH2aOZ > .row .container > .video-iframe-container { display: none; }#PFno19nxgNI5Rh668H6LZPT3MGtH2aOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFno19nxgNI5Rh668H6LZPT3MGtH2aOZ > .row > .video-iframe-container { display: none; }#PFno19nxgNI5Rh668H6LZPT3MGtH2aOZ > .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); }#PFno19nxgNI5Rh668H6LZPT3MGtH2aOZ { border-width: 0; border-radius: 0; }#PFno19nxgNI5Rh668H6LZPT3MGtH2aOZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PFno19nxgNI5Rh668H6LZPT3MGtH2aOZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i1qw0ircJngPAXW8Smn6f3K8qJiGGkln { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:71.8125rem;top:3.9375rem;left:1.59375rem;overflow:hidden;display:block; }
#aC4rSBmXtQpdGVQTtBSgDLy0iPcGEbLJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.4250001907349rem;left:36.406251907349rem; }
#Lvc682bItlszBMHNi2KaPJCduxApyQBn { color:#7f88a5;display:block;width:23.0625rem;position:absolute;font-family:paralucent;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4375rem;left:40.4375rem;height:3.6029410625rem;font-style:normal;display:block; }
#Tu3ZK8A4oFRTdP7OTXQ8pLihMAMZ7Hsq { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:12.497695922851rem;left:40.436577796936rem;height:15.29411675rem;font-style:italic;display:block; }
#SZaNZlQhSSQKPMA2kFaJD1ZT6QSZnstB { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cc88fca7-0e1f-4941-8082-07ab74bcc747/2ucleaningfamily.crop_1654x1213_154,138.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:18.0618095625rem;width:32.9365806875rem;top:9.2474670410156rem;left:4.7104787826538rem;display:block; }#SZaNZlQhSSQKPMA2kFaJD1ZT6QSZnstB.adaptive-delivery-prevent-bg, #SZaNZlQhSSQKPMA2kFaJD1ZT6QSZnstB.lazyload, #SZaNZlQhSSQKPMA2kFaJD1ZT6QSZnstB.lazyloading { background-image: none; }
#pEwSI8WwoXd2d0BEcTd12clqT5pM5F4C { 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:0.9375rem;width:71.8125rem;top:30.22500371933rem;left:1.59375rem;overflow:hidden;display:block; }
#eEwlOSLRHnLaxEJcUVBWysEhDEgW5EXS { position:relative;display:block; }#eEwlOSLRHnLaxEJcUVBWysEhDEgW5EXS { background-color: transparent; background-image: none; }#eEwlOSLRHnLaxEJcUVBWysEhDEgW5EXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEwlOSLRHnLaxEJcUVBWysEhDEgW5EXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEwlOSLRHnLaxEJcUVBWysEhDEgW5EXS > .row .container > .video-iframe-container { display: none; }#eEwlOSLRHnLaxEJcUVBWysEhDEgW5EXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEwlOSLRHnLaxEJcUVBWysEhDEgW5EXS > .row > .video-iframe-container { display: none; }#eEwlOSLRHnLaxEJcUVBWysEhDEgW5EXS > .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); }#eEwlOSLRHnLaxEJcUVBWysEhDEgW5EXS { border-width: 0; border-radius: 0; }#eEwlOSLRHnLaxEJcUVBWysEhDEgW5EXS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eEwlOSLRHnLaxEJcUVBWysEhDEgW5EXS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IJhswc00W8GdZVKD0lcMq6po4vqhTt4k { position:absolute;display:block;z-index:15000;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c5c7cd;border-left:0.0625rem solid #c5c7cd;border-right:0.0625rem solid #c5c7cd;border-bottom:0.0625rem solid #c5c7cd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;height:1.8125rem;width:8.9375rem;top:3.1875rem;left:4.9375rem;display:block; }
#B8IZcNR7TnFiCrpbm5TuwAXK3cJTccAq { color:rgba(var(--color-tertiary-2),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:3.5rem;left:6.3125rem;height:1.39705875rem;font-style:normal;display:block; }
#fTRvDOLPZsqItAHxiPVA2vcMn8QBh4TI { color:#7f88a5;display:block;width:28.5rem;position:absolute;font-family:paralucent;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.0609359741211rem;left:4.875rem;height:5.588234875rem;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; }
#OiVTcXZhGECFTZhqvFr3qbQMrEgVhttS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:13.186717987061rem;left:4.9375rem;height:3.3823528125rem;font-style:normal;display:block; }
#sf6MnB9Klwb1vSyeDTsrGOtXSIyFtADt { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.125rem;top:17.749217987061rem;left:4.9375rem;display:block; }
#N4DXM7hKWvvrW0nzVJ8r3fCNxWwzfDly { color:rgba(var(--color-secondary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:19.059373855591rem;left:4.9367189407349rem;height:1.76470575rem;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; }
#tPgFTLJ6XkcbVtuEFuLbTOMfsb2qVXHz { color:#3e58a8;display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:21.310936927796rem;left:6.68593788147rem;height:1.6911764375rem;font-style:normal;display:block; }
#ZOugtJRT0OUUOQqrsf66gKFLoo8vqzQw { color:#3e58a8;display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:21.310936927796rem;left:13.811717987061rem;height:1.6911764375rem;font-style:normal;display:block; }
#V2KFmOhTr46VmRCoKH8ZhB9A6WGXTUg1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:21.499217987061rem;left:11.99843788147rem; }
#yQQpGlVJcGBRaAm02vWF4sIQWT7NUAGi { color:#3e58a8;display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:21.310936927796rem;left:21.68593788147rem;height:1.6911764375rem;font-style:normal;display:block; }
#B0dupE0vDxVWy0TtP02prgEfcfWSpTfS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.499217987061rem;left:19.874217987061rem; }
#swBS7GrhTi0HCKDQnJTZPhT8bJT57K9t { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0de52c97-584b-4f6e-9492-c61d3cc1906f/cleaningcrockerywomanglovescleaningorangevase.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:27.0625rem;width:32.9375rem;top:5.9062480926514rem;left:38.272657394409rem;display:block; }#swBS7GrhTi0HCKDQnJTZPhT8bJT57K9t.adaptive-delivery-prevent-bg, #swBS7GrhTi0HCKDQnJTZPhT8bJT57K9t.lazyload, #swBS7GrhTi0HCKDQnJTZPhT8bJT57K9t.lazyloading { background-image: none; }
#dm3VzqbM4Bq9i22di4Lf2T7oXscmexaf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.585936546326rem;left:4.9367189407349rem; }
#W0TKNnFIQuQStNRXnpMZBqepHL24Tm7p { color:rgba(var(--color-secondary-2),1);display:block;width:18.3743095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:30.436584472656rem;left:4.9368104934692rem;height:1.76470575rem;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; }
#JF594EPsfOu8lLSr2UPOGvahNV2cXz52 { color:#5f5f5f;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:32.487365722656rem;left:4.9368104934692rem;height:1.6911764375rem;font-style:normal;display:block; }
#Q1b2G0hMGXFFbfSAQRD2SGgDvOQuHbab { color:rgba(var(--color-secondary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:24.812499046326rem;left:4.9375rem;height:1.76470575rem;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; }
#kWqZTrrZgOf09nTDES7WHbEeIXM6MdCm { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.125rem;top:23.987499237061rem;left:4.9375rem;display:block; }
#y3Q1agrz3bTsyWSnqb124cW9VEDHITVK { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.125rem;top:29.411758422851rem;left:4.9368104934692rem;display:block; }
#MXr0LSVI6OiIUzDAu7qzX75ptTgCKAUq { color:#5f5f5f;display:block;width:18.9993095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:26.861679077149rem;left:4.9356622695923rem;height:1.6911764375rem;font-style:normal;display:block; }
#v308ypsqZZCxa3mWXViO4p1Jb5vkxq2C { position:relative;display:block; }#v308ypsqZZCxa3mWXViO4p1Jb5vkxq2C { background-color: transparent; background-image: none; }#v308ypsqZZCxa3mWXViO4p1Jb5vkxq2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v308ypsqZZCxa3mWXViO4p1Jb5vkxq2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v308ypsqZZCxa3mWXViO4p1Jb5vkxq2C > .row .container > .video-iframe-container { display: none; }#v308ypsqZZCxa3mWXViO4p1Jb5vkxq2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v308ypsqZZCxa3mWXViO4p1Jb5vkxq2C > .row > .video-iframe-container { display: none; }#v308ypsqZZCxa3mWXViO4p1Jb5vkxq2C > .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); }#v308ypsqZZCxa3mWXViO4p1Jb5vkxq2C { border-width: 0; border-radius: 0; }#v308ypsqZZCxa3mWXViO4p1Jb5vkxq2C > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v308ypsqZZCxa3mWXViO4p1Jb5vkxq2C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r02LOTVaz7GPgNUJQSe40XaCtzSqdDgG { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6240806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:3.2293167114258rem;left:4.7093286514283rem;height:1.76470575rem;font-style:normal;display:block; }
#brMTwl7kEbncViP4aF3ir9v51VahIspq { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f95cd317-474c-4dd3-bab7-eb935e8be8f7/interiorwithbiddiningroommodernprivatehouse.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.875rem;width:11.375rem;top:7.8250002861025rem;left:4.7109375rem;display:block; }#brMTwl7kEbncViP4aF3ir9v51VahIspq.adaptive-delivery-prevent-bg, #brMTwl7kEbncViP4aF3ir9v51VahIspq.lazyload, #brMTwl7kEbncViP4aF3ir9v51VahIspq.lazyloading { background-image: none; }
#ieQmCRMRZ63yh0kglgXRpH4mF3B7nmHq { color:rgba(var(--color-secondary-2),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:7.8250007629394rem;left:17.89999961853rem;height:1.76470575rem;font-style:normal;display:block; }
#AKRGcWaQGWnXKEGQCBJeAzbfhkpvuTND { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.5234375rem;left:17.899815559387rem;height:13.8200826875rem;font-style:normal;display:block; }#AKRGcWaQGWnXKEGQCBJeAzbfhkpvuTND li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#AKRGcWaQGWnXKEGQCBJeAzbfhkpvuTND li:before{  }
#Zcd50l2ucNbTFJ822aeVJah96eDddT23 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cf8eeb68-319f-444e-891b-b392ea6c8317/banheiro.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.875rem;width:11.375rem;top:7.8125rem;left:37.5625rem;display:block; }#Zcd50l2ucNbTFJ822aeVJah96eDddT23.adaptive-delivery-prevent-bg, #Zcd50l2ucNbTFJ822aeVJah96eDddT23.lazyload, #Zcd50l2ucNbTFJ822aeVJah96eDddT23.lazyloading { background-image: none; }
#wP3DrvC0oJf8hbxfBmlumUM9lkdqMLEb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.499313354493rem;left:50.749081611633rem;height:7.7332258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wP3DrvC0oJf8hbxfBmlumUM9lkdqMLEb li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#wP3DrvC0oJf8hbxfBmlumUM9lkdqMLEb li:before{  }
#KVXQbW93CJvHFIrI1ONQ3fFgQWCufJtA { color:rgba(var(--color-secondary-2),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:7.8125rem;left:50.75rem;height:1.76470575rem;font-style:normal;display:block; }
#npOXfmntHnAfxEwJvIiLDQKecCxP1hTI { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b9c7841f-d24a-4373-b884-83c09775a146/cozinhacopiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.875rem;width:11.375rem;top:28.625rem;left:37.6875rem;display:block; }#npOXfmntHnAfxEwJvIiLDQKecCxP1hTI.adaptive-delivery-prevent-bg, #npOXfmntHnAfxEwJvIiLDQKecCxP1hTI.lazyload, #npOXfmntHnAfxEwJvIiLDQKecCxP1hTI.lazyloading { background-image: none; }
#sJx1v5vC0ZTCOuFsfNLDEyVAnlf12eGN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:31.311584472656rem;left:17.999768257141rem;height:9.62890625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sJx1v5vC0ZTCOuFsfNLDEyVAnlf12eGN li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#sJx1v5vC0ZTCOuFsfNLDEyVAnlf12eGN li:before{  }
#a2XXHpCCuTmvCF3eKvWE0rT44sKM9zvH { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:31.311584472656rem;left:50.874310493469rem;height:14.568014125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#a2XXHpCCuTmvCF3eKvWE0rT44sKM9zvH li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#a2XXHpCCuTmvCF3eKvWE0rT44sKM9zvH li:before{  }
#ldTOyt2RvsyXWnV3ANV37TlUrUv8tHtO { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e570f0fc-b7d6-43f1-b4e2-bc90ed27ef34/cozinha.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.875rem;width:11.375rem;top:28.625rem;left:4.8125rem;display:block; }#ldTOyt2RvsyXWnV3ANV37TlUrUv8tHtO.adaptive-delivery-prevent-bg, #ldTOyt2RvsyXWnV3ANV37TlUrUv8tHtO.lazyload, #ldTOyt2RvsyXWnV3ANV37TlUrUv8tHtO.lazyloading { background-image: none; }
#GqTS9dwwVMCs37Tf6uOyPbXdlWXlDUy8 { color:rgba(var(--color-secondary-2),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:28.625rem;left:18rem;height:1.76470575rem;font-style:normal;display:block; }
#ZVahZpeMO2JTEQ063z9HtflkDTcsyHOr { color:#3e58a8;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:28.625rem;left:50.875rem;height:1.76470575rem;font-style:normal;display:block; }
#ELB2FJrSgmmXQSZb1yqqtx8hzm4xLsIE { position:absolute;display:block;z-index:15002;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c5c7cd;border-left:0.0625rem solid #c5c7cd;border-right:0.0625rem solid #c5c7cd;border-bottom:0.0625rem solid #c5c7cd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;height:1.375rem;width:6.25rem;top:36.374771118164rem;left:60.937497138977rem;display:block; }
#HbhZMlVbzolZMyBCVmL1Jxx6hVVIpfOp { color:rgba(var(--color-tertiary-3),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:36.5rem;left:61.874997138977rem;height:1.25rem;font-style:normal;display:block; }
#l4rfplIPhaGl948VZsl9IN5uAD7AhgIr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:28.936584472656rem;left:61.274121284485rem; }
#MW1BXW6hnpF08HiVRULS7TVNebCPO4Ux { 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.0625rem solid #8cc649;border-left:0.0625rem solid #8cc649;border-right:0.0625rem solid #8cc649;border-bottom:0.0625rem solid #8cc649;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.020833375rem;height:3.458333375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:50.559906005859rem;left:30.46875rem;display:block; }
#xQP056GDAdU6tNwrOHQSwTOhwA0VrFnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d6a6188-66c6-4ac0-b3d6-1dd6bb5477c3/youngmanchatting.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ.adaptive-delivery-prevent-bg, #xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ.lazyload, #xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ.lazyloading { background-image: none; }#xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ > .row .container { background-color: transparent; background-image: none; }#xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ > .row .container > .video-iframe-container { display: none; }#xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ > .row > .video-iframe-container { display: none; }#xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ > .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); }#xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ > .row .container { border-width: 0; border-radius: 0; }#xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;position:relative;display:block; }#QuptANBCuOq9hdXJQX5wFUeS83RKJeUt { color:#7f88a5;display:block;width:29.375rem;position:absolute;font-family:paralucent;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:4.8367190361023rem;left:2.375rem;height:5.441176375rem;font-style:normal;display:block; }
#RRvTiwKeEIenA4cQPIhMlwTSxQbz6DSQ { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c7c7c7;border-left:0.0625rem solid #c7c7c7;border-right:0.0625rem solid #c7c7c7;border-bottom:0.0625rem solid #c7c7c7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.375rem 0.0625rem 0.1875rem rgba(0,0,0,0.01) ;height:17.3125rem;width:17.25rem;top:14.375rem;left:1.25rem;display:block; }
#RfzT1hty5cRsRC3Js2dVzXfGoznlfcUJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:19.4375rem;left:2.375rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ckcSuVud10rqmrl89z7ybM8uNEDJTOPi { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:16.437500476837rem;left:5.375rem;height:1.4705881875rem;font-style:normal;display:block; }
#L9UKykuEti6MofJumybySkPzTSkcDQ4W { position:absolute;display:block;z-index:15025;background-color:#8daef3;background-image:url("https://images.assets-landingi.com/uc/e3909d26-eb7e-4505-9812-37adc75891da/6cf7459d47ac280d935ae87dd519fd7d.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:15.9375rem;left:2.1875rem;display:block; }#L9UKykuEti6MofJumybySkPzTSkcDQ4W.adaptive-delivery-prevent-bg, #L9UKykuEti6MofJumybySkPzTSkcDQ4W.lazyload, #L9UKykuEti6MofJumybySkPzTSkcDQ4W.lazyloading { background-image: none; }
#ZeD5PVr6Lcdul8VkqmQS4JxOK6PiJ5lv { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c7c7c7;border-left:0.0625rem solid #c7c7c7;border-right:0.0625rem solid #c7c7c7;border-bottom:0.0625rem solid #c7c7c7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.375rem 0.0625rem 0.1875rem rgba(0,0,0,0.01) ;height:17.3125rem;width:17.25rem;top:14.4375rem;left:19.75rem;display:block; }
#Jv7ulbL4XqHAcfVBzJUXmLAMNN6S80zz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:19.5rem;left:20.875rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lHn2AoWJ7b1n87PsS4WlgkHG0VoRXqDM { position:absolute;display:block;z-index:15029;background-color:#8daef3;background-image:url("https://images.assets-landingi.com/uc/49690d2f-d091-4039-ab9a-8a6e133bcc0d/5084e4f6e0d41e0d5fbc7adac78b8816.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:16rem;left:20.6875rem;display:block; }#lHn2AoWJ7b1n87PsS4WlgkHG0VoRXqDM.adaptive-delivery-prevent-bg, #lHn2AoWJ7b1n87PsS4WlgkHG0VoRXqDM.lazyload, #lHn2AoWJ7b1n87PsS4WlgkHG0VoRXqDM.lazyloading { background-image: none; }
#p4HcSL1OfecM15IN6fnQSvqbVXUTAXNm { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:16.5rem;left:23.875rem;height:1.4705881875rem;font-style:normal;display:block; }
#sVRCJCkodr6c9ov66IeJxEoMDFFvTr4J { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c7c7c7;border-left:0.0625rem solid #c7c7c7;border-right:0.0625rem solid #c7c7c7;border-bottom:0.0625rem solid #c7c7c7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.375rem 0.0625rem 0.1875rem rgba(0,0,0,0.01) ;height:17.3125rem;width:17.25rem;top:14.4375rem;left:38.125rem;display:block; }
#DduzDxOJhQ6FtcgFmnln6ziqiOnwPlGX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:19.1875rem;left:39.25rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q2K972LHgoz7JGR4h5qIDM1KNO1Ucr1Z { position:absolute;display:block;z-index:15033;background-color:#8daef3;background-image:url("https://images.assets-landingi.com/uc/5362895c-4cdd-4b98-8557-526c826b0e73/08e69a09b30894c428a64834601cd656.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:16rem;left:39.0625rem;display:block; }#q2K972LHgoz7JGR4h5qIDM1KNO1Ucr1Z.adaptive-delivery-prevent-bg, #q2K972LHgoz7JGR4h5qIDM1KNO1Ucr1Z.lazyload, #q2K972LHgoz7JGR4h5qIDM1KNO1Ucr1Z.lazyloading { background-image: none; }
#VK6TZJuFmqZkJE4o9rsH0DTZTayibl3J { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:16.500000476837rem;left:42.250001907349rem;height:1.4705881875rem;font-style:normal;display:block; }
#nhsGb4WVyBEXTo7TkkbSrv0hPcwkEEFa { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c7c7c7;border-left:0.0625rem solid #c7c7c7;border-right:0.0625rem solid #c7c7c7;border-bottom:0.0625rem solid #c7c7c7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.375rem 0.0625rem 0.1875rem rgba(0,0,0,0.01) ;height:17.3125rem;width:17.25rem;top:14.4375rem;left:56.5rem;display:block; }
#vawmcv9Gczuwl5QnBZEHkpTxk1U4B9Qm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:19.5rem;left:57.625rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NPASbGEnTNeR7fcTauJsGLA8mLmJJGz2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:16.5rem;left:60.625rem;height:1.4705881875rem;font-style:normal;display:block; }
#FXswJ3sPsmRk6Z2fok72aNfo1mTfV0LC { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c7c7c7;border-left:0.0625rem solid #c7c7c7;border-right:0.0625rem solid #c7c7c7;border-bottom:0.0625rem solid #c7c7c7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.375rem 0.0625rem 0.1875rem rgba(0,0,0,0.01) ;height:17.3125rem;width:17.25rem;top:33rem;left:56.5rem;display:block; }
#mOEM1PEkzJnTdH3mtbfXRTC7Vt8IFSxy { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c7c7c7;border-left:0.0625rem solid #c7c7c7;border-right:0.0625rem solid #c7c7c7;border-bottom:0.0625rem solid #c7c7c7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.375rem 0.0625rem 0.1875rem rgba(0,0,0,0.01) ;height:17.3125rem;width:17.25rem;top:33rem;left:38.125rem;display:block; }
#gT3mbwXVHGlQFNJ5wDUuZkOH8meyLTaw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:37.75rem;left:39.25rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UKpTTNDaG2xyEzITSGCaOSVmFdlbJtrM { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c7c7c7;border-left:0.0625rem solid #c7c7c7;border-right:0.0625rem solid #c7c7c7;border-bottom:0.0625rem solid #c7c7c7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.375rem 0.0625rem 0.1875rem rgba(0,0,0,0.01) ;height:17.3125rem;width:17.25rem;top:33rem;left:19.75rem;display:block; }
#aaOStMklfC3Roc7ZXm2QHDIffFsf713n { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15046;line-height:1.6;letter-spacing:0;top:38.0625rem;left:57.625rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JVxwVrBDBK0PBTIUZLmNkPCvCy2Wgg8d { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c7c7c7;border-left:0.0625rem solid #c7c7c7;border-right:0.0625rem solid #c7c7c7;border-bottom:0.0625rem solid #c7c7c7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.375rem 0.0625rem 0.1875rem rgba(0,0,0,0.01) ;height:17.3125rem;width:17.25rem;top:32.9375rem;left:1.25rem;display:block; }
#Xohww9Z5ymhhxNa6C5EH6eo5Euv2BRJk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:38rem;left:2.375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hASFXVsxEepGLSzQlmFPVTFwm8dOBJB2 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:38.0625rem;left:20.875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e6McqmonG84mOnL6KB2Rl853FgFO4TZ5 { position:absolute;display:block;z-index:15045;background-color:#8daef3;background-image:url("https://images.assets-landingi.com/uc/bb4ab7c5-7e98-4381-8df1-8365aec61453/00139cb777a1af9bf50d0cef98049bf8.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:34.5625rem;left:20.6875rem;display:block; }#e6McqmonG84mOnL6KB2Rl853FgFO4TZ5.adaptive-delivery-prevent-bg, #e6McqmonG84mOnL6KB2Rl853FgFO4TZ5.lazyload, #e6McqmonG84mOnL6KB2Rl853FgFO4TZ5.lazyloading { background-image: none; }
#HUr0TNNGVPA3krIgU6uq8gmX46ytvPdl { position:absolute;display:block;z-index:15049;background-color:#8daef3;background-image:url("https://images.assets-landingi.com/uc/5b8d6c1c-8a34-4ac8-8f68-3492b20055bf/20f8271b1ab9cc3b2be88f4059f512b7.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:34.5625rem;left:39.0625rem;display:block; }#HUr0TNNGVPA3krIgU6uq8gmX46ytvPdl.adaptive-delivery-prevent-bg, #HUr0TNNGVPA3krIgU6uq8gmX46ytvPdl.lazyload, #HUr0TNNGVPA3krIgU6uq8gmX46ytvPdl.lazyloading { background-image: none; }
#KnZPz4k9GB1uEFuiUUdxr1TUuNVBXfWR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:35rem;left:5.375rem;height:1.4705881875rem;font-style:normal;display:block; }
#xe7od2y8eLqi5yq4TWh6cCk1sDIXfLA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:35.0625rem;left:23.875rem;height:1.4705881875rem;font-style:normal;display:block; }
#SrhMT6LtZcRS4TZ2NbKACtK9Ahr0gBGK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:35.0625rem;left:42.250001907349rem;height:1.4705881875rem;font-style:normal;display:block; }
#H9DDmTLRvqbSWgS6zd3e7GS61xIoMTER { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:35.0625rem;left:60.625rem;height:1.4705881875rem;font-style:normal;display:block; }
#JDXrorkroR2KNyheu3S0LbwFuzC87J5U { position:absolute;display:block;z-index:15041;background-color:#ededed;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:34.5rem;left:2.1875rem;display:block; }
#BTqp60ebsERM8AMC5rLTMqRHMVXoAvN4 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:16.562500476837rem;left:14.3125rem;overflow:hidden;display:block; }
#cydW0J0bA1Ti163Jy1F83ZVhsJvxFwHr { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:16.562500476837rem;left:28.58749961853rem;overflow:hidden;display:block; }
#EK3Uu8C6MOQZTVnmmxcVIwXfAGpwprAs { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:16.562500476837rem;left:51.46249961853rem;overflow:hidden;display:block; }
#CgGNb4JVctOdTwRzayzv0PBIfF5eqhBD { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:16.5625rem;left:68.274999618531rem;overflow:hidden;display:block; }
#HFn1OEBDlQyAyeTJXIG8zhvWT9z3k8Hy { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35.125rem;left:66.87499809265rem;overflow:hidden;display:block; }
#U79NNuAB8dArUVHV6AVsKWHDAWvcpMy7 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35.1875rem;left:50.187501907349rem;overflow:hidden;display:block; }
#za2knyolprR2k2ugJwXRGDpEI9akSBzp { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35.125rem;left:31.750001907349rem;overflow:hidden;display:block; }
#i5KsLOWEcn5iTuutM0NZ2ZqsT3BUHTZK { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35.125rem;left:11.375rem;overflow:hidden;display:block; }
#aQFakX6z1AH96RcX01sruZ8eOiAffW2M { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.375rem 0.0625rem 0.875rem rgba(0,0,0,0.12) ;height:3.6875rem;width:20.5625rem;top:5.8122711181641rem;left:52.248849868774rem;display:block; }
#b4bG7cgRgytwNsT8kvHXJcNpHFRTt8Zl { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.8125rem;width:1.8125rem;top:6.6875rem;left:69.1875rem;overflow:hidden;display:block; }
#LaFUuspdQcbfemowy55PeixCRzNqzHI2 { color:#7f88a5;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15063;line-height:1.1;letter-spacing:0;top:7.1243286132812rem;left:53.999307632446rem;height:1.102941125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RmWni3nLOne9yB6TKOOhTx3Lmk3L5gDI { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.75rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:5.7640075683594rem;left:52.19553565979rem;display:block; }
#qM4BUqt8Pupw9HOyMhv5d06MXzBLhO8Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kUb90zcTRyTIz6Mkk52CSXo6qEFsRGrd { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.75rem;width:1.75rem;top:34.906250715256rem;left:2.5rem;overflow:hidden;display:block; }
#NsDu4BfLO1S38L9hmJndSArNWhTAPuU6 { position:absolute;display:block;z-index:15043;background-color:#ededed;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:34.5625rem;left:57.625rem;display:block; }
#dcdQuuforxXGhBQMOzumGwmWtkJqSc26 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.75rem;width:1.75rem;top:34.9375rem;left:57.9375rem;overflow:hidden;display:block; }
#bZcT0iTfGxmKlBcya6cwrsIwQWwBbkkz { position:absolute;display:block;z-index:15045;background-color:#ededed;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:15.9375rem;left:57.625rem;display:block; }
#vymaHiTPRKFzbdnEBWegxbXtQ0qsixST { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.75rem;width:1.75rem;top:16.3125rem;left:57.9375rem;overflow:hidden;display:block; }
#mbMbwL1rgoR9ZMN7bUCGlg6ZnhX5DO7M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:8.4260101318363rem;left:61.747468948364rem; }
#eVXdLRBnVhzyqoSzfD3RfGW1SDqm7PJ5 { position:relative;display:none; }#eVXdLRBnVhzyqoSzfD3RfGW1SDqm7PJ5 { border-width: 0; border-radius: 0; }#eVXdLRBnVhzyqoSzfD3RfGW1SDqm7PJ5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eVXdLRBnVhzyqoSzfD3RfGW1SDqm7PJ5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rF4Etrob0bwxv4378i6ySIls6fSSrbei { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:10.9375rem;width:18.6875rem;top:16.5625rem;left:2.5625rem;overflow:hidden;display:block; }
#a8rLhAG3G4GPXkTb0o7vOTB2A5D5AMTE { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:10.875rem;width:17.8125rem;top:16.625rem;left:22.0625rem;overflow:hidden;display:block; }
#oiLoB6l0apGrLcVfKtVDvuaB8kyNoTsg { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:10.875rem;width:16.375rem;top:16.625rem;left:40.625rem;overflow:hidden;display:block; }
#dpbkRDu6pgqCWaIv8e4ERsEoQgq6OIlF { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:10.8125rem;width:14.125rem;top:4.125rem;left:2.5625rem;overflow:hidden;display:block; }
#wT9Ac1irWHHTR5cQmIMU1WlSCb0yluLt { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:10.8125rem;width:19.5rem;top:4.1250004768372rem;left:17.5rem;overflow:hidden;display:block; }
#HTR0rWcNDWbtlMryUyDhHTcFdci5G5Zh { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:10.8125rem;width:14.375rem;top:4.125rem;left:37.75rem;overflow:hidden;display:block; }
#WhcDs0ZodGReKMuEVX8f8nnh3F4kyFfE { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:10.875rem;width:19.625rem;top:4.125rem;left:52.75rem;overflow:hidden;display:block; }
#BS0uxL9PCoq3nLV3GL6Tyl68Z8tXZ4yo { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:10.875rem;width:14.5rem;top:16.625rem;left:57.875rem;overflow:hidden;display:block; }
#RdgnatqEAgclTDv1kMT9Gg9zNmJhJ2qP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#RdgnatqEAgclTDv1kMT9Gg9zNmJhJ2qP > .row .container { background-color: transparent; background-image: none; }#RdgnatqEAgclTDv1kMT9Gg9zNmJhJ2qP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdgnatqEAgclTDv1kMT9Gg9zNmJhJ2qP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdgnatqEAgclTDv1kMT9Gg9zNmJhJ2qP > .row .container > .video-iframe-container { display: none; }#RdgnatqEAgclTDv1kMT9Gg9zNmJhJ2qP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdgnatqEAgclTDv1kMT9Gg9zNmJhJ2qP > .row > .video-iframe-container { display: none; }#RdgnatqEAgclTDv1kMT9Gg9zNmJhJ2qP > .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); }#RdgnatqEAgclTDv1kMT9Gg9zNmJhJ2qP > .row .container { border-width: 0; border-radius: 0; }#RdgnatqEAgclTDv1kMT9Gg9zNmJhJ2qP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RdgnatqEAgclTDv1kMT9Gg9zNmJhJ2qP > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#NA5AZUkMe0pbX6KdNvp84mC5XwJB97kS { color:#7f88a5;display:block;width:23.0625rem;position:absolute;font-family:paralucent;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:11.810882568359rem;left:2.8125rem;height:2.7941174375rem;font-style:normal;display:block; }
#Gg0wRztXqCtarAs33DZmF3qmSCa6TueP { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:12.8125rem;top:5.6860961914062rem;left:2.8125rem;overflow:hidden;display:block; }
#WNH1IBsxEhzVmoV7vpKiG2rg04I1PCSg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:16.185424804688rem;left:2.8745403289795rem; }
#DS0kfNL03a7I0XWcxFhPUtXiGah8zJog { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:16.123840332031rem;left:5.0620403289795rem;height:1.985294125rem;font-style:normal;display:block; }
#ykbqHXa7HkT4lvKWCsEigSms5ewhEqxO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:19.060180664062rem;left:2.936580657959rem; }
#aauG9CBLvQUqHavfBr5LerqmJ6VqF0tV { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:18.997222900391rem;left:5.0620403289795rem;height:1.985294125rem;font-style:normal;display:block; }
#VkWGQgvN2DsM8LiWqWInB44hzzIalaGI { 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.0625rem solid #8cc649;border-left:0.0625rem solid #8cc649;border-right:0.0625rem solid #8cc649;border-bottom:0.0625rem solid #8cc649;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0875rem;height:2.5875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22.872467041016rem;left:2.8125rem;display:block; }
#HelU1q2gmAnRfcTDc0d6oWE4VgmhEV6l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sWuGpJrRd621oBC59TxdQUQHzQ19F9I0 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:24.9375rem;width:40.875rem;top:3.46875rem;left:31.310888290405rem;overflow:hidden;display:block; }
#XOTUFei4az1Zoz8QFTH1AKwZ45ptz2Ph { position:relative;display:none; }#XOTUFei4az1Zoz8QFTH1AKwZ45ptz2Ph { border-width: 0; border-radius: 0; }#XOTUFei4az1Zoz8QFTH1AKwZ45ptz2Ph > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XOTUFei4az1Zoz8QFTH1AKwZ45ptz2Ph > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#k90U3mryJ1qE7A4npPT8oEp3SWc5QEzi { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:7.6354370117188rem;left:28.75rem;display:block; }
#u8orSkWleDuvQBCEvapdIse3QOtKkUF3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T5n0KllRNv67WSer5gs68pMFV9L5WILt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#T5n0KllRNv67WSer5gs68pMFV9L5WILt > .row .container { background-color: transparent; background-image: none; }#T5n0KllRNv67WSer5gs68pMFV9L5WILt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5n0KllRNv67WSer5gs68pMFV9L5WILt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5n0KllRNv67WSer5gs68pMFV9L5WILt > .row .container > .video-iframe-container { display: none; }#T5n0KllRNv67WSer5gs68pMFV9L5WILt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5n0KllRNv67WSer5gs68pMFV9L5WILt > .row > .video-iframe-container { display: none; }#T5n0KllRNv67WSer5gs68pMFV9L5WILt > .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); }#T5n0KllRNv67WSer5gs68pMFV9L5WILt > .row .container { border-width: 0; border-radius: 0; }#T5n0KllRNv67WSer5gs68pMFV9L5WILt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5n0KllRNv67WSer5gs68pMFV9L5WILt > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#VGrdXbJPX3WmeWRNsMe9K7uCqqqExVTh { position:absolute;display:block;z-index:15003;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.9375rem;width:71.8125rem;top:0.9375rem;left:1.625rem;overflow:hidden;display:block; }
#gqDKlVnlubgvpVdZBvDmHr8F1xH6glNk { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.4375rem;left:2.375rem;height:1.25rem;font-style:normal;display:block; }
#fxkCesJiqAwZayh4CPUrvbcFysossfGM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:2.4375rem;left:59.0625rem;height:1.25rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #ovC9VdgPVSUPw86C2c7TSQQqP9LQ3knI { width:12.625rem;height:2.75rem;top:1.875rem;left:31.805992126465rem;display:block; }
 }@media only screen and (max-width: 763px) { #km1oh72CgvQ4oKClHl5vprQVc9blTBvh { display:block; }
 }@media only screen and (max-width: 763px) { #CdKusvBA42sR4y8EJOHxRBB1qK5o6R9H { width:11rem;height:3.4375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcZ4hG73AdpCQnC4Z1RLUX4LuJJB2T5D { width:7.5625rem;height:2.6875rem;top:1.875rem;left:8.493492126465rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuBLgN2ZModzXSmElEPot8lzRKbeg8sG { display:block; }
 }@media only screen and (max-width: 763px) { #ZnnLXly5Dm12Ko7dfVgNCS11Nzx6IXyf { width:7.5625rem;height:2.6875rem;top:1.875rem;left:16.055992126465rem;display:block; }
 }@media only screen and (max-width: 763px) { #x01lNI5temIbTTPQydSvRGAO6FlTG4Ob { display:block; }
 }@media only screen and (max-width: 763px) { #TmDh6xgySpEDtNQ0bMNtV8PWhMaA5CJ4 { width:7.5625rem;height:2.6875rem;top:1.875rem;left:23.618492126465rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCgoL2rITt7P1VIczf2zJyFfH3WFXs2u { display:block; }
 }@media only screen and (max-width: 763px) { #p14AR8I8oN6b2LrdsCKgmN2VuTMlMMNM { width:1.875rem;height:1.875rem;top:2.3125rem;left:45.875rem;display:block; }
#p14AR8I8oN6b2LrdsCKgmN2VuTMlMMNM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Ea3Lp3oat6Tkl052mGvN8Z25GbeecBiB { width:1.75rem;height:1.75rem;top:2.375rem;left:46rem;display:block; }
#Ea3Lp3oat6Tkl052mGvN8Z25GbeecBiB > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #iaiexk0DHVqh8Q4tT4LNFgVqGt4VEAL7 { width:8.5625rem;height:2.625rem;top:1.875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxfzxulZdeOuRe3S8V1dsZXXMg3Vy4V0 { display:block; }
 }@media only screen and (max-width: 763px) { #dAlldFPp7oFSLZdKrJ6cfwg30chgKQwD { display:none; }#dAlldFPp7oFSLZdKrJ6cfwg30chgKQwD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Cym3Su77XWKaJftoZQ2qMhaeGXRXDh4Q { width:12.375rem;height:3.875rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTz4duLUeJxaOIBZLLyFz6ngcFtVCPeV { width:3.125rem;height:3.125rem;display:none; }
#dTz4duLUeJxaOIBZLLyFz6ngcFtVCPeV > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VnZC53bSTQOv6LJaazx2wUwICS6bTT1d { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9VHtohcc63T8UghVGlOyWuEoR9ZKW5g { display:block; }
 }@media only screen and (max-width: 763px) { #qkzv19i4IIK0G6DEIcvE8IAyTsB5g6g3 { display:none; }#qkzv19i4IIK0G6DEIcvE8IAyTsB5g6g3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k4dFKzhBnn9KgrbowmDFV8HuKbKNdRBI { width:12.6875rem;height:2.8125rem;top:1.8125rem;left:35.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ7aPGga8l5KlcMKkaaCe6OcbQFU64IM { display:block; }
 }@media only screen and (max-width: 763px) { #vMVyriz7ipCRTK9E0U7cPscuITm9lUWJ { width:7.5625rem;height:2.6875rem;top:1.875rem;left:38.46249961853rem;display:none; }
 }@media only screen and (max-width: 763px) { #Obcv8CFTnIAs2GWhTF1TOpoIvSUOH2J9 { display:block; }
 }@media only screen and (max-width: 763px) { #mZeto0SuXtOD0PpTtu4GT93u4o90qaoJ { width:7.5625rem;height:2.6875rem;top:1.875rem;left:31.11874961853rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTPXtG2GTWy6rsFBf3tiVvclfagAwBWv { display:block; }
 }@media only screen and (max-width: 763px) { #AN81mqVLpei6VzNEyUuQdxTVUMIpI03u { width:7.5625rem;height:2.6875rem;top:1.875rem;left:23.36874961853rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmr46fTJ9eByTogQAGhG1l5bw3Puw2ZT { display:block; }
 }@media only screen and (max-width: 763px) { #nQeTXL7DPiBr5pFTg2d5DauUwGmRIRB8 { width:1.875rem;height:1.875rem;top:2.3125rem;left:45.875rem;display:none; }
#nQeTXL7DPiBr5pFTg2d5DauUwGmRIRB8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #QHIVzt7ran68w4nSi9d1dJQE1bl28wIV { width:1.75rem;height:1.75rem;top:2.375rem;left:46rem;display:none; }
#QHIVzt7ran68w4nSi9d1dJQE1bl28wIV > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #NaVPbArcRhtmI3CH3ToFnUAy3M353XsM { width:8.5625rem;height:2.625rem;top:1.875rem;left:39.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxPdwgqW5wzsUgJkrRXCQ90NPKRHI7Ou { display:block; }
 }@media only screen and (max-width: 763px) { #pfC9TqhgroDEmdNFiI5WzKCKiRzIzzoH { display:block; }#pfC9TqhgroDEmdNFiI5WzKCKiRzIzzoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yOfHyctfULLEoxb0t4zTGLWDAG8WEb4O { width:47.75rem;height:0.6233681462141rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzEFDNeI5wuMKeGDKdSEnBkGRDwuqsco { width:37.1875rem;height:7.1875rem;top:4.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLu5tDagDyBSoDwup6O43TP04oK5AcuD { width:23rem;height:4.8125rem;top:5.75rem;left:24.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVgVGh9W4f7ecUT1TRSet7PEdXbpRBkJ { display:block; }#uVgVGh9W4f7ecUT1TRSet7PEdXbpRBkJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-regular-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-text { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-text {padding-top: 0; padding-bottom: 0;}#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-textarea { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-select { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-select {padding-top: 0; padding-bottom: 0;}#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-button { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-checkbox-label { width:15.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J  { width:16.5rem;height:0;top:3.6875rem;left:4.1875rem; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .radio-container { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J {display:block;}#P18iWypZCn3zcwJtX19UzJNmPLfiH28J { width:16.5rem;height:0;top:3.6875rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #MzgdEvWTGMbZp8sP9sASyH1ZcLk74hHo {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #wkAZnOntB84aRUyrHJEB2uNAlTavEHxL {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #PkZP467t1NNKJM9un22m7QOJNTKwOqOH {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #pAMNOfFGz82daerDLMHKvIR2eSRyplsq {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #D4COqiep2rzvcRZnSd88uLe24A6RJbwT {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #qKsdximprLvDJWQT6tWWvhdgyQ1QQrek {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #IsnqpchSGm9J4suHzoys1LQBr92P1lGK {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #n3XI5ZJMX9pFFChFxHHueu9rvIsVrZs0 {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #XQq4EGWPHGJFDcQbR4OGm9xUmLsMzzRB {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #Tpu6VTm9LK1drkiIiSffltAZpTtJiVJD {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #g7HyQGqJASO06O6fBO1gGD8xQXgZKWiH {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #sexHFMkNV7u5xDyMfhk4xCl012ffhM7k {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #FbnDIwrw0TMUzZVreppADBwcwqtJtsFm {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #ApGJfc16mrbP5KdqTax7z8PMoDkNPtxS {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #EgN0U0LTvCaO1sXcVHQlQe0K9A3kTKaz {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #txTAbXnTs6MpHZ5xPlXkHdVAT2uVSleu {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #CcFHtEdfPD1xnrHTvmbWbO0uGeENnW7S {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #ghNBTt7MZBpNSl41AkaaZkUaBSNGU2pe {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #A3zLptMKeo6cQ6fnQEHqcdca8OtVW7wC {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #AMHUxXl6h7CaxUfRFedSBtzpR45iGfDc {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #SdMc5z9WEcCGCig2PoLI9oWAtng8Xdab {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #eI0k827uGAKrRVghHm14oiKibLVKAlE5 {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #CNbXTW0tZlqcZU7NWPxd6WOSaZUn1LSv {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #RqPT8PrbWKl1pZmNrlGy8G7ioywznCQD {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #oOyTRgv26zeLv7eJBcZ9AAClZPSF56id {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #qCBQ6sEN8dFn4fK9S394f9W2xwN2hvZR {  }
 }@media only screen and (max-width: 763px) { #TQfeDgvBnMUXrEa9QNQOPvnXgxbEKhTr { width:35.625rem;height:30.75rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUA95QtxJcWusOxQaT104VC2ByMxrMxP { width:10.5rem;height:11.75rem;top:11.625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ { display:block; }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHn19PMdrSgLoqnxu7LdAWfWD9GVaPIO { width:47.75rem;height:36.25rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRv0o2zwWIbQGlP17Us8QGAMcBUJfTny { width:21.6875rem;height:6.4375rem;top:18.75rem;left:0rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-regular-label { width:18.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-text { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-text {padding-top: 0; padding-bottom: 0;}#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-textarea { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-select { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-select {padding-top: 0; padding-bottom: 0;}#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-button { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-checkbox-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB  { width:18.0625rem;height:31.625rem;top:4.875rem;left:17.625rem; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .radio-container { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB {display:block;}#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB { width:18.0625rem;height:31.625rem;top:4.875rem;left:17.625rem; }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #WfubSI4LK6ONXcmg3zyyUAgsuLr36W5A {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #EGmf0UflDCWf2lGFXVpop2Sts5MDAlV7 {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #Ivo5cForANTug19x53h8gZcr1ASkTfKy {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #Py7TTBWfUiZLhfvoCnvhf79i3snWiqSS {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #TITmdJU9TK4rX9PC0xI1h9FkVaV9cJtF {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #eJIgAJd8OD3TkxgiW6cksuqD9RfcaypH {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #ukEzTRW1XSqKXHoHgZG1Fxr8MqOE9S2A {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #sOVsZzgixsMzdAOr1KTMWvT6TVlbFIfJ {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #LqsHdle5lFR711ERd1tmQdhukAsgyVia {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #S5RaT60wtrSwUrwATx7Nl4HhfPOlc7zG {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #Qxb9zrZedT4wie7euwyCtiGseWkz6eAT {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #KXIN8ksq7XEV8Fce2uFsiEyoWZAsXwB9 {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #gUgmAnVdTZMTn9pOynH3xpat4O4dl8JZ {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #HgssIkWF2eUXxt2D5yuOMtpE4uc6meld {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #xRJHsaVrvvDoSrwlfoTt6zOd6vPpT5sx {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #TsMJe3UemzZXZQMMdhuxnMJoyIqMz9LL {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #aVN0MLfDknQA5cQagLKyDGKiQl5dz1Mr {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #MW9FqTvToK4DS1ukqWD44UW9wGpxJT1r {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #xIpKxZi22RNl47QCr8riMnDX2vGhTHo5 {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #prS7H2CH3H9WhHdovdTq4Cf7JmygThRK {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #CqeIQMWf40M8avyJ1eh2nPUGuV1EudTn {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #By23rxFoKi8EW0GqEp0cTluq41GMQraT {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #BnDLkfNy61wbiaDMSdl3mPlvJ8UT1ffW {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #w7xeoB7lRQoN1bU8FT5FUWTZSIkda1gh {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #BlMmeFedORNzoSI6m3vrU188MxeqFlpl {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #JNQbzvu2JJR5QHmesmlJn5kJSIcG8ECr {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #hZJfVtZMgpZytZU51KT3TzdP3sy0KHKG {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #zWBQPNt7XfQ6FXGH4ESUV3ex76uIIzEm {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #OaGbwep13Sayx905AFlRpliEX2QxZxCw {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #tS38MdpNQEx91xiW8X2VbgNHMVSAwla4 {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #aVDS6IwlEwk9bzLV1vFg6b4TmG64X5C4 {  }
 }@media only screen and (max-width: 763px) { #amTmTtnDpgaTRGwwQycFV06hDGbTS5Xd { width:23.1875rem;height:6.75rem;top:24.375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiPOnJ2MVwT19mTy1RBbR37pNmt7PoG8 { width:21.4375rem;height:4.8125rem;top:9.8125rem;left:0rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OeaWQibICFuPJ976gM3C6xt4BOQ9VfWn { width:22.6875rem;height:4.3125rem;top:13.1875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFno19nxgNI5Rh668H6LZPT3MGtH2aOZ { display:block; }#PFno19nxgNI5Rh668H6LZPT3MGtH2aOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1qw0ircJngPAXW8Smn6f3K8qJiGGkln { width:47.75rem;height:0.6233681462141rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC4rSBmXtQpdGVQTtBSgDLy0iPcGEbLJ { width:2.1875rem;height:2.1875rem;top:1.375rem;left:22.781251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvc682bItlszBMHNi2KaPJCduxApyQBn { width:23rem;height:3.625rem;top:8.4375rem;left:24.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu3ZK8A4oFRTdP7OTXQ8pLihMAMZ7Hsq { width:32rem;height:15.25rem;top:12.4375rem;left:15.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZaNZlQhSSQKPMA2kFaJD1ZT6QSZnstB { width:32.875rem;height:18rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEwSI8WwoXd2d0BEcTd12clqT5pM5F4C { width:47.75rem;height:0.6233681462141rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEwlOSLRHnLaxEJcUVBWysEhDEgW5EXS { display:block; }#eEwlOSLRHnLaxEJcUVBWysEhDEgW5EXS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJhswc00W8GdZVKD0lcMq6po4vqhTt4k { width:8.9375rem;height:1.8125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8IZcNR7TnFiCrpbm5TuwAXK3cJTccAq { width:6.9375rem;height:1.375rem;top:3.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTRvDOLPZsqItAHxiPVA2vcMn8QBh4TI { width:28.5rem;height:5.625rem;top:6rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiVTcXZhGECFTZhqvFr3qbQMrEgVhttS { width:23.6875rem;height:3.375rem;top:13.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf6MnB9Klwb1vSyeDTsrGOtXSIyFtADt { width:21.125rem;height:0.0625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4DXM7hKWvvrW0nzVJ8r3fCNxWwzfDly { width:18.375rem;height:1.75rem;top:19rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPgFTLJ6XkcbVtuEFuLbTOMfsb2qVXHz { width:3.9375rem;height:1.6875rem;top:21.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOugtJRT0OUUOQqrsf66gKFLoo8vqzQw { width:3.9375rem;height:1.6875rem;top:21.25rem;left:0.18671798706055rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2KFmOhTr46VmRCoKH8ZhB9A6WGXTUg1 { width:1.25rem;height:1.25rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQQpGlVJcGBRaAm02vWF4sIQWT7NUAGi { width:3.9375rem;height:1.6875rem;top:21.25rem;left:8.06093788147rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0dupE0vDxVWy0TtP02prgEfcfWSpTfS { width:1.25rem;height:1.25rem;top:21.4375rem;left:6.2492179870606rem;display:block; }
 }@media only screen and (max-width: 763px) { #swBS7GrhTi0HCKDQnJTZPhT8bJT57K9t { width:32.9375rem;height:27.0625rem;top:5.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm3VzqbM4Bq9i22di4Lf2T7oXscmexaf { width:1.25rem;height:1.25rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0TKNnFIQuQStNRXnpMZBqepHL24Tm7p { width:18.3125rem;height:1.75rem;top:30.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF594EPsfOu8lLSr2UPOGvahNV2cXz52 { width:19rem;height:1.6875rem;top:32.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1b2G0hMGXFFbfSAQRD2SGgDvOQuHbab { width:18.375rem;height:1.75rem;top:24.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWqZTrrZgOf09nTDES7WHbEeIXM6MdCm { width:21.125rem;height:0.0625rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Q1agrz3bTsyWSnqb124cW9VEDHITVK { width:21.125rem;height:0.0625rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXr0LSVI6OiIUzDAu7qzX75ptTgCKAUq { width:18.9375rem;height:1.6875rem;top:26.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v308ypsqZZCxa3mWXViO4p1Jb5vkxq2C { display:block; }#v308ypsqZZCxa3mWXViO4p1Jb5vkxq2C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r02LOTVaz7GPgNUJQSe40XaCtzSqdDgG { width:22.5625rem;height:1.75rem;top:3.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brMTwl7kEbncViP4aF3ir9v51VahIspq { width:11.375rem;height:17.875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieQmCRMRZ63yh0kglgXRpH4mF3B7nmHq { width:11.75rem;height:1.75rem;top:7.8125rem;left:4.2748155593872rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKRGcWaQGWnXKEGQCBJeAzbfhkpvuTND { width:17rem;height:15.25rem;top:10.5rem;left:4.2748155593872rem;font-size:0.9375rem;display:block; }#AKRGcWaQGWnXKEGQCBJeAzbfhkpvuTND li:before{  }
 }@media only screen and (max-width: 763px) { #Zcd50l2ucNbTFJ822aeVJah96eDddT23 { width:11.375rem;height:17.875rem;top:7.8125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP3DrvC0oJf8hbxfBmlumUM9lkdqMLEb { width:16.875rem;height:7.6875rem;top:10.4375rem;left:30.875rem;font-size:0.9375rem;display:block; }#wP3DrvC0oJf8hbxfBmlumUM9lkdqMLEb li:before{  }
 }@media only screen and (max-width: 763px) { #KVXQbW93CJvHFIrI1ONQ3fFgQWCufJtA { width:11.75rem;height:1.75rem;top:7.8125rem;left:36rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npOXfmntHnAfxEwJvIiLDQKecCxP1hTI { width:11.375rem;height:17.875rem;top:28.625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJx1v5vC0ZTCOuFsfNLDEyVAnlf12eGN { width:18.125rem;height:9.625rem;top:31.25rem;left:4.3747682571411rem;font-size:0.9375rem;display:block; }#sJx1v5vC0ZTCOuFsfNLDEyVAnlf12eGN li:before{  }
 }@media only screen and (max-width: 763px) { #a2XXHpCCuTmvCF3eKvWE0rT44sKM9zvH { width:20.9375rem;height:14.5625rem;top:31.25rem;left:26.8125rem;font-size:0.9375rem;display:block; }#a2XXHpCCuTmvCF3eKvWE0rT44sKM9zvH li:before{  }
 }@media only screen and (max-width: 763px) { #ldTOyt2RvsyXWnV3ANV37TlUrUv8tHtO { width:11.375rem;height:17.875rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqTS9dwwVMCs37Tf6uOyPbXdlWXlDUy8 { width:11.75rem;height:1.75rem;top:28.5625rem;left:4.3747682571411rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVahZpeMO2JTEQ063z9HtflkDTcsyHOr { width:11.75rem;height:1.75rem;top:28.5625rem;left:36rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELB2FJrSgmmXQSZb1yqqtx8hzm4xLsIE { width:6.25rem;height:1.375rem;top:36.3125rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbhZMlVbzolZMyBCVmL1Jxx6hVVIpfOp { width:4.9375rem;height:1.25rem;top:36.5rem;left:42.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4rfplIPhaGl948VZsl9IN5uAD7AhgIr { width:1.125rem;height:1.125rem;top:28.875rem;left:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW1BXW6hnpF08HiVRULS7TVNebCPO4Ux { width:14rem;height:3.4375rem;top:50.5rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQP056GDAdU6tNwrOHQSwTOhwA0VrFnK { display:block; }
 }@media only screen and (max-width: 763px) { #xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ { display:block; }#xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuptANBCuOq9hdXJQX5wFUeS83RKJeUt { width:29.375rem;height:5.5625rem;top:4.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRvTiwKeEIenA4cQPIhMlwTSxQbz6DSQ { width:17.25rem;height:17.3125rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfzT1hty5cRsRC3Js2dVzXfGoznlfcUJ { width:15.25rem;height:6.5rem;top:19.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckcSuVud10rqmrl89z7ybM8uNEDJTOPi { width:8.8125rem;height:1.5rem;top:16.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9UKykuEti6MofJumybySkPzTSkcDQ4W { width:2.5rem;height:2.5rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeD5PVr6Lcdul8VkqmQS4JxOK6PiJ5lv { width:17.25rem;height:17.3125rem;top:14.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv7ulbL4XqHAcfVBzJUXmLAMNN6S80zz { width:15.25rem;height:9.0625rem;top:19.5rem;left:7.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHn2AoWJ7b1n87PsS4WlgkHG0VoRXqDM { width:2.5rem;height:2.5rem;top:16rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4HcSL1OfecM15IN6fnQSvqbVXUTAXNm { width:7.125rem;height:1.5rem;top:16.5rem;left:10.250001907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVRCJCkodr6c9ov66IeJxEoMDFFvTr4J { width:17.25rem;height:17.3125rem;top:14.4375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DduzDxOJhQ6FtcgFmnln6ziqiOnwPlGX { width:15.25rem;height:2.5625rem;top:19.1875rem;left:25.625001907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2K972LHgoz7JGR4h5qIDM1KNO1Ucr1Z { width:2.5rem;height:2.5rem;top:16rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK6TZJuFmqZkJE4o9rsH0DTZTayibl3J { width:9.3125rem;height:1.5rem;top:16.5rem;left:28.625001907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhsGb4WVyBEXTo7TkkbSrv0hPcwkEEFa { width:17.25rem;height:17.3125rem;top:14.4375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vawmcv9Gczuwl5QnBZEHkpTxk1U4B9Qm { width:15.25rem;height:7.75rem;top:19.5rem;left:32.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPASbGEnTNeR7fcTauJsGLA8mLmJJGz2 { width:7.125rem;height:1.5rem;top:16.5rem;left:40.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXswJ3sPsmRk6Z2fok72aNfo1mTfV0LC { width:17.25rem;height:17.3125rem;top:33rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOEM1PEkzJnTdH3mtbfXRTC7Vt8IFSxy { width:17.25rem;height:17.3125rem;top:33rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT3mbwXVHGlQFNJ5wDUuZkOH8meyLTaw { width:15.25rem;height:7.75rem;top:37.75rem;left:25.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKpTTNDaG2xyEzITSGCaOSVmFdlbJtrM { width:17.25rem;height:17.3125rem;top:33rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaOStMklfC3Roc7ZXm2QHDIffFsf713n { width:15.25rem;height:10.375rem;top:38.0625rem;left:32.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVxwVrBDBK0PBTIUZLmNkPCvCy2Wgg8d { width:17.25rem;height:17.3125rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xohww9Z5ymhhxNa6C5EH6eo5Euv2BRJk { width:15.25rem;height:1.25rem;top:38rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hASFXVsxEepGLSzQlmFPVTFwm8dOBJB2 { width:15.25rem;height:2.5625rem;top:38.0625rem;left:7.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6McqmonG84mOnL6KB2Rl853FgFO4TZ5 { width:2.5rem;height:2.5rem;top:34.5625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUr0TNNGVPA3krIgU6uq8gmX46ytvPdl { width:2.5rem;height:2.5rem;top:34.5625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnZPz4k9GB1uEFuiUUdxr1TUuNVBXfWR { width:7.125rem;height:1.5rem;top:35rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe7od2y8eLqi5yq4TWh6cCk1sDIXfLA4 { width:7.8125rem;height:1.5rem;top:35.0625rem;left:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrhMT6LtZcRS4TZ2NbKACtK9Ahr0gBGK { width:7.9375rem;height:1.5rem;top:35.0625rem;left:28.625001907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9DDmTLRvqbSWgS6zd3e7GS61xIoMTER { width:7.125rem;height:1.5rem;top:35.0625rem;left:40.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDXrorkroR2KNyheu3S0LbwFuzC87J5U { width:2.5rem;height:2.5rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqp60ebsERM8AMC5rLTMqRHMVXoAvN4 { width:1.25rem;height:1.25rem;top:16.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cydW0J0bA1Ti163Jy1F83ZVhsJvxFwHr { width:1.25rem;height:1.25rem;top:16.5625rem;left:14.96249961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK3Uu8C6MOQZTVnmmxcVIwXfAGpwprAs { width:1.25rem;height:1.25rem;top:16.5625rem;left:37.83749961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgGNb4JVctOdTwRzayzv0PBIfF5eqhBD { width:1.25rem;height:1.25rem;top:16.5625rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFn1OEBDlQyAyeTJXIG8zhvWT9z3k8Hy { width:1.25rem;height:1.25rem;top:35.125rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U79NNuAB8dArUVHV6AVsKWHDAWvcpMy7 { width:1.25rem;height:1.25rem;top:35.1875rem;left:36.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #za2knyolprR2k2ugJwXRGDpEI9akSBzp { width:1.25rem;height:1.25rem;top:35.125rem;left:18.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5KsLOWEcn5iTuutM0NZ2ZqsT3BUHTZK { width:1.25rem;height:1.25rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQFakX6z1AH96RcX01sruZ8eOiAffW2M { width:20.5625rem;height:3.6875rem;top:5.75rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4bG7cgRgytwNsT8kvHXJcNpHFRTt8Zl { width:1.8125rem;height:1.8125rem;top:6.6875rem;left:45.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaFUuspdQcbfemowy55PeixCRzNqzHI2 { width:14.6875rem;height:1.0625rem;top:7.0625rem;left:33.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmWni3nLOne9yB6TKOOhTx3Lmk3L5gDI { width:20.6875rem;height:3.75rem;top:5.75rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM4BUqt8Pupw9HOyMhv5d06MXzBLhO8Q { display:block; }
 }@media only screen and (max-width: 763px) { #kUb90zcTRyTIz6Mkk52CSXo6qEFsRGrd { width:1.75rem;height:1.75rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsDu4BfLO1S38L9hmJndSArNWhTAPuU6 { width:2.5rem;height:2.5rem;top:34.5625rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdQuuforxXGhBQMOzumGwmWtkJqSc26 { width:1.75rem;height:1.75rem;top:34.9375rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZcT0iTfGxmKlBcya6cwrsIwQWwBbkkz { width:2.5rem;height:2.5rem;top:15.9375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #vymaHiTPRKFzbdnEBWegxbXtQ0qsixST { width:1.75rem;height:1.75rem;top:16.3125rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbMbwL1rgoR9ZMN7bUCGlg6ZnhX5DO7M { width:2.1875rem;height:2.1875rem;top:8.375rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVXdLRBnVhzyqoSzfD3RfGW1SDqm7PJ5 { display:block; }#eVXdLRBnVhzyqoSzfD3RfGW1SDqm7PJ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rF4Etrob0bwxv4378i6ySIls6fSSrbei { width:18.6875rem;height:10.9375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8rLhAG3G4GPXkTb0o7vOTB2A5D5AMTE { width:17.8125rem;height:10.875rem;top:16.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiLoB6l0apGrLcVfKtVDvuaB8kyNoTsg { width:16.375rem;height:10.875rem;top:16.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpbkRDu6pgqCWaIv8e4ERsEoQgq6OIlF { width:14.125rem;height:10.8125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT9Ac1irWHHTR5cQmIMU1WlSCb0yluLt { width:19.5rem;height:10.8125rem;top:4.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTR0rWcNDWbtlMryUyDhHTcFdci5G5Zh { width:14.375rem;height:10.8125rem;top:4.125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhcDs0ZodGReKMuEVX8f8nnh3F4kyFfE { width:19.625rem;height:10.875rem;top:4.125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS0uxL9PCoq3nLV3GL6Tyl68Z8tXZ4yo { width:14.5rem;height:10.875rem;top:16.625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdgnatqEAgclTDv1kMT9Gg9zNmJhJ2qP { display:block; }#RdgnatqEAgclTDv1kMT9Gg9zNmJhJ2qP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NA5AZUkMe0pbX6KdNvp84mC5XwJB97kS { width:23rem;height:2.75rem;top:11.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg0wRztXqCtarAs33DZmF3qmSCa6TueP { width:12.8125rem;height:3.9993105rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNH1IBsxEhzVmoV7vpKiG2rg04I1PCSg { width:1.6875rem;height:1.6875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS0kfNL03a7I0XWcxFhPUtXiGah8zJog { width:18.9375rem;height:1.9375rem;top:16.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykbqHXa7HkT4lvKWCsEigSms5ewhEqxO { width:1.625rem;height:1.625rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aauG9CBLvQUqHavfBr5LerqmJ6VqF0tV { width:18.9375rem;height:1.9375rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkWGQgvN2DsM8LiWqWInB44hzzIalaGI { width:14.0625rem;height:2.5625rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HelU1q2gmAnRfcTDc0d6oWE4VgmhEV6l { display:block; }
 }@media only screen and (max-width: 763px) { #sWuGpJrRd621oBC59TxdQUQHzQ19F9I0 { width:40.875rem;height:24.937230788171rem;top:3.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOTUFei4az1Zoz8QFTH1AKwZ45ptz2Ph { display:block; }#XOTUFei4az1Zoz8QFTH1AKwZ45ptz2Ph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k90U3mryJ1qE7A4npPT8oEp3SWc5QEzi { width:17.5rem;height:3.4375rem;top:7.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8orSkWleDuvQBCEvapdIse3QOtKkUF3 { display:block; }
 }@media only screen and (max-width: 763px) { #T5n0KllRNv67WSer5gs68pMFV9L5WILt { display:block; }#T5n0KllRNv67WSer5gs68pMFV9L5WILt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGrdXbJPX3WmeWRNsMe9K7uCqqqExVTh { width:47.75rem;height:0.6233681462141rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqDKlVnlubgvpVdZBvDmHr8F1xH6glNk { width:28.125rem;height:1.25rem;top:2.375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxkCesJiqAwZayh4CPUrvbcFysossfGM { width:13.5625rem;height:1.25rem;top:2.4375rem;left:34.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:30.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ovC9VdgPVSUPw86C2c7TSQQqP9LQ3knI { width:12.6875rem;height:2.8125rem;top:18.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #km1oh72CgvQ4oKClHl5vprQVc9blTBvh { display:block; }
 }@media only screen and (max-width: 763px) { #CdKusvBA42sR4y8EJOHxRBB1qK5o6R9H { width:12.375rem;height:3.875rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcZ4hG73AdpCQnC4Z1RLUX4LuJJB2T5D { width:7.5625rem;height:2.6875rem;top:6.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuBLgN2ZModzXSmElEPot8lzRKbeg8sG { display:block; }
 }@media only screen and (max-width: 763px) { #ZnnLXly5Dm12Ko7dfVgNCS11Nzx6IXyf { width:7.5625rem;height:2.6875rem;top:10.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x01lNI5temIbTTPQydSvRGAO6FlTG4Ob { display:block; }
 }@media only screen and (max-width: 763px) { #TmDh6xgySpEDtNQ0bMNtV8PWhMaA5CJ4 { width:7.5625rem;height:2.6875rem;top:14.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCgoL2rITt7P1VIczf2zJyFfH3WFXs2u { display:block; }
 }@media only screen and (max-width: 763px) { #p14AR8I8oN6b2LrdsCKgmN2VuTMlMMNM { display:flex;width:1.875rem;height:1.875rem;top:23.625rem;left:4.3624998927116rem; }
#p14AR8I8oN6b2LrdsCKgmN2VuTMlMMNM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Ea3Lp3oat6Tkl052mGvN8Z25GbeecBiB { display:flex;width:1.75rem;height:1.75rem;top:23.75rem;left:6.3125001788137rem; }
#Ea3Lp3oat6Tkl052mGvN8Z25GbeecBiB > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #iaiexk0DHVqh8Q4tT4LNFgVqGt4VEAL7 { width:8.625rem;height:2.6875rem;top:26.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxfzxulZdeOuRe3S8V1dsZXXMg3Vy4V0 { display:block; }
 }@media only screen and (max-width: 763px) { #dAlldFPp7oFSLZdKrJ6cfwg30chgKQwD { display:block; }#dAlldFPp7oFSLZdKrJ6cfwg30chgKQwD > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cym3Su77XWKaJftoZQ2qMhaeGXRXDh4Q { width:12.375rem;height:3.875rem;top:1.3118114471436rem;left:0.89958631992338rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #dTz4duLUeJxaOIBZLLyFz6ngcFtVCPeV { display:flex;top:1.5rem;left:15.887499594688rem;width:3.25rem;height:3.25rem;z-index:15005; }
#dTz4duLUeJxaOIBZLLyFz6ngcFtVCPeV > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #VnZC53bSTQOv6LJaazx2wUwICS6bTT1d { top:1.21875rem;left:14.937500357628rem;width:5.0625rem;height:3.875rem;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #q9VHtohcc63T8UghVGlOyWuEoR9ZKW5g { display:block; }
 }@media only screen and (max-width: 763px) { #qkzv19i4IIK0G6DEIcvE8IAyTsB5g6g3 { display:block; }#qkzv19i4IIK0G6DEIcvE8IAyTsB5g6g3 > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4dFKzhBnn9KgrbowmDFV8HuKbKNdRBI { width:12.645833375rem;height:2.895833375rem;top:10.760417938233rem;left:3.6770834922791rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TQ7aPGga8l5KlcMKkaaCe6OcbQFU64IM { display:block; }
 }@media only screen and (max-width: 763px) { #vMVyriz7ipCRTK9E0U7cPscuITm9lUWJ { width:7.5625rem;height:2.6875rem;top:7rem;left:6.1875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Obcv8CFTnIAs2GWhTF1TOpoIvSUOH2J9 { display:block; }
 }@media only screen and (max-width: 763px) { #mZeto0SuXtOD0PpTtu4GT93u4o90qaoJ { width:7.5625rem;height:2.6875rem;top:4.3125rem;left:6.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #dTPXtG2GTWy6rsFBf3tiVvclfagAwBWv { display:block; }
 }@media only screen and (max-width: 763px) { #AN81mqVLpei6VzNEyUuQdxTVUMIpI03u { width:7.5625rem;height:2.6875rem;top:1.625rem;left:6.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bmr46fTJ9eByTogQAGhG1l5bw3Puw2ZT { display:block; }
 }@media only screen and (max-width: 763px) { #nQeTXL7DPiBr5pFTg2d5DauUwGmRIRB8 { display:flex;width:1.875rem;height:1.875rem;top:19.5625rem;left:8.125rem;z-index:15006; }
#nQeTXL7DPiBr5pFTg2d5DauUwGmRIRB8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #QHIVzt7ran68w4nSi9d1dJQE1bl28wIV { display:flex;width:1.75rem;height:1.75rem;top:19.625rem;left:10.125rem;z-index:15007; }
#QHIVzt7ran68w4nSi9d1dJQE1bl28wIV > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #NaVPbArcRhtmI3CH3ToFnUAy3M353XsM { width:12.625rem;height:2.645833375rem;top:14.979167938233rem;left:3.6875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #CxPdwgqW5wzsUgJkrRXCQ90NPKRHI7Ou { display:block; }
 }@media only screen and (max-width: 763px) { #pfC9TqhgroDEmdNFiI5WzKCKiRzIzzoH { display:block; }#pfC9TqhgroDEmdNFiI5WzKCKiRzIzzoH > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yOfHyctfULLEoxb0t4zTGLWDAG8WEb4O { width:20rem;height:0.260799625rem;top:0.57720375061035rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzEFDNeI5wuMKeGDKdSEnBkGRDwuqsco { width:20rem;height:3.3823528125rem;top:3.2410392761231rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lLu5tDagDyBSoDwup6O43TP04oK5AcuD { width:16.9370403125rem;height:3.5294115625rem;top:8.32950592041rem;left:1.5303307771682rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVgVGh9W4f7ecUT1TRSet7PEdXbpRBkJ { display:none; }#uVgVGh9W4f7ecUT1TRSet7PEdXbpRBkJ > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-regular-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-text { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:poppins; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-text {padding-top: 0; padding-bottom: 0;}#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-textarea { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:poppins; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-select { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-select {padding-top: 0; padding-bottom: 0;}#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-input-button { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .widget-checkbox-label { width:14rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J  { width:15.4375rem;height:auto;top:9.2796440124513rem;left:1.0317095518112rem; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J .radio-container { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P18iWypZCn3zcwJtX19UzJNmPLfiH28J {display:block;}#P18iWypZCn3zcwJtX19UzJNmPLfiH28J { width:15.4375rem;height:auto;top:9.2796440124513rem;left:1.0317095518112rem; }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #MzgdEvWTGMbZp8sP9sASyH1ZcLk74hHo {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #wkAZnOntB84aRUyrHJEB2uNAlTavEHxL {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #PkZP467t1NNKJM9un22m7QOJNTKwOqOH {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #pAMNOfFGz82daerDLMHKvIR2eSRyplsq {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #D4COqiep2rzvcRZnSd88uLe24A6RJbwT {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #qKsdximprLvDJWQT6tWWvhdgyQ1QQrek {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #IsnqpchSGm9J4suHzoys1LQBr92P1lGK {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #n3XI5ZJMX9pFFChFxHHueu9rvIsVrZs0 {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #XQq4EGWPHGJFDcQbR4OGm9xUmLsMzzRB {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #Tpu6VTm9LK1drkiIiSffltAZpTtJiVJD {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #g7HyQGqJASO06O6fBO1gGD8xQXgZKWiH {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #sexHFMkNV7u5xDyMfhk4xCl012ffhM7k {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #FbnDIwrw0TMUzZVreppADBwcwqtJtsFm {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #ApGJfc16mrbP5KdqTax7z8PMoDkNPtxS {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #EgN0U0LTvCaO1sXcVHQlQe0K9A3kTKaz {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #txTAbXnTs6MpHZ5xPlXkHdVAT2uVSleu {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #CcFHtEdfPD1xnrHTvmbWbO0uGeENnW7S {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #ghNBTt7MZBpNSl41AkaaZkUaBSNGU2pe {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #A3zLptMKeo6cQ6fnQEHqcdca8OtVW7wC {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #AMHUxXl6h7CaxUfRFedSBtzpR45iGfDc {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #SdMc5z9WEcCGCig2PoLI9oWAtng8Xdab {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #eI0k827uGAKrRVghHm14oiKibLVKAlE5 {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #CNbXTW0tZlqcZU7NWPxd6WOSaZUn1LSv {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #RqPT8PrbWKl1pZmNrlGy8G7ioywznCQD {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #oOyTRgv26zeLv7eJBcZ9AAClZPSF56id {  }
 }@media only screen and (max-width: 763px) { #P18iWypZCn3zcwJtX19UzJNmPLfiH28J #qCBQ6sEN8dFn4fK9S394f9W2xwN2hvZR {  }
 }@media only screen and (max-width: 763px) { #TQfeDgvBnMUXrEa9QNQOPvnXgxbEKhTr { width:20rem;height:36.3740806875rem;top:2.1507377624512rem;left:0rem;background-color:rgba(255,255,255,0.58);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #IUA95QtxJcWusOxQaT104VC2ByMxrMxP { width:17.75rem;height:4.411764625rem;top:3.0870857238769rem;left:0.99908077716825rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0de52c97-584b-4f6e-9492-c61d3cc1906f/cleaningcrockerywomanglovescleaningorangevase.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ.adaptive-delivery-prevent-bg, #Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ.lazyload, #Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ.lazyloading { background-image: none; }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .row .container { background-color: transparent; background-image: none; }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(62,88,168,0.48); }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .row .container > .video-iframe-container { display: none; }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(62,88,168,0.48); }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .row > .video-iframe-container { display: none; }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .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); }#Mk90qACOfgnFspe6FaEHdpdqhMe8PTiZ > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHn19PMdrSgLoqnxu7LdAWfWD9GVaPIO { width:20rem;height:30.9375rem;top:9.7998657226562rem;left:0rem;background-color:rgba(255,255,255,0.58);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #SRv0o2zwWIbQGlP17Us8QGAMcBUJfTny { width:14.123391125rem;height:3.235294125rem;top:9.4703598022463rem;left:2.9377295970917rem;font-size:2.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-regular-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-text { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:poppins; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-text {padding-top: 0; padding-bottom: 0;}#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-textarea { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:poppins; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-select { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-select {padding-top: 0; padding-bottom: 0;}#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-input-button { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .widget-checkbox-label { width:15.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB  { width:16.4973965rem;height:auto;top:18.01953125rem;left:0.5rem;background-color:rgba(255,255,255,0.68);background-image:none; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB .radio-container { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB {display:block;}#arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB { width:16.4973965rem;height:auto;top:18.01953125rem;left:0.5rem;background-color:rgba(255,255,255,0.68);background-image:none; }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #WfubSI4LK6ONXcmg3zyyUAgsuLr36W5A {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #EGmf0UflDCWf2lGFXVpop2Sts5MDAlV7 {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #Ivo5cForANTug19x53h8gZcr1ASkTfKy {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #Py7TTBWfUiZLhfvoCnvhf79i3snWiqSS {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #TITmdJU9TK4rX9PC0xI1h9FkVaV9cJtF {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #eJIgAJd8OD3TkxgiW6cksuqD9RfcaypH {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #ukEzTRW1XSqKXHoHgZG1Fxr8MqOE9S2A {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #sOVsZzgixsMzdAOr1KTMWvT6TVlbFIfJ {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #LqsHdle5lFR711ERd1tmQdhukAsgyVia {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #S5RaT60wtrSwUrwATx7Nl4HhfPOlc7zG {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #Qxb9zrZedT4wie7euwyCtiGseWkz6eAT {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #KXIN8ksq7XEV8Fce2uFsiEyoWZAsXwB9 {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #gUgmAnVdTZMTn9pOynH3xpat4O4dl8JZ {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #HgssIkWF2eUXxt2D5yuOMtpE4uc6meld {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #xRJHsaVrvvDoSrwlfoTt6zOd6vPpT5sx {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #TsMJe3UemzZXZQMMdhuxnMJoyIqMz9LL {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #aVN0MLfDknQA5cQagLKyDGKiQl5dz1Mr {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #MW9FqTvToK4DS1ukqWD44UW9wGpxJT1r {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #xIpKxZi22RNl47QCr8riMnDX2vGhTHo5 {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #prS7H2CH3H9WhHdovdTq4Cf7JmygThRK {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #CqeIQMWf40M8avyJ1eh2nPUGuV1EudTn {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #By23rxFoKi8EW0GqEp0cTluq41GMQraT {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #BnDLkfNy61wbiaDMSdl3mPlvJ8UT1ffW {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #w7xeoB7lRQoN1bU8FT5FUWTZSIkda1gh {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #BlMmeFedORNzoSI6m3vrU188MxeqFlpl {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #JNQbzvu2JJR5QHmesmlJn5kJSIcG8ECr {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #hZJfVtZMgpZytZU51KT3TzdP3sy0KHKG {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #zWBQPNt7XfQ6FXGH4ESUV3ex76uIIzEm {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #OaGbwep13Sayx905AFlRpliEX2QxZxCw {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #tS38MdpNQEx91xiW8X2VbgNHMVSAwla4 {  }
 }@media only screen and (max-width: 763px) { #arKnMnaJJcaLI8VzmOwrkfTT9S3pdyIB #aVDS6IwlEwk9bzLV1vFg6b4TmG64X5C4 {  }
 }@media only screen and (max-width: 763px) { #amTmTtnDpgaTRGwwQycFV06hDGbTS5Xd { width:13.3731613125rem;height:3.088235125rem;top:12.64591217041rem;left:3.3134191036224rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iiPOnJ2MVwT19mTy1RBbR37pNmt7PoG8 { width:20rem;height:2.3529410625rem;top:3.828125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OeaWQibICFuPJ976gM3C6xt4BOQ9VfWn { width:20rem;height:2.0588235625rem;top:6.1184921264649rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PFno19nxgNI5Rh668H6LZPT3MGtH2aOZ { display:block; }#PFno19nxgNI5Rh668H6LZPT3MGtH2aOZ > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1qw0ircJngPAXW8Smn6f3K8qJiGGkln { width:20rem;height:0.26109660574413rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC4rSBmXtQpdGVQTtBSgDLy0iPcGEbLJ { display:flex;width:2.1875rem;height:2.1875rem;top:0.80000019073488rem;left:8.9062503576281rem; }
 }@media only screen and (max-width: 763px) { #Lvc682bItlszBMHNi2KaPJCduxApyQBn { width:20rem;height:2.7205881875rem;top:4.9375rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tu3ZK8A4oFRTdP7OTXQ8pLihMAMZ7Hsq { width:19.125rem;height:21.1764695rem;top:29.388786315918rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #SZaNZlQhSSQKPMA2kFaJD1ZT6QSZnstB { width:20rem;height:18.0618095625rem;top:9.3481216430662rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEwSI8WwoXd2d0BEcTd12clqT5pM5F4C { width:20rem;height:0.260799625rem;top:42.818244934082rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEwlOSLRHnLaxEJcUVBWysEhDEgW5EXS { display:block; }#eEwlOSLRHnLaxEJcUVBWysEhDEgW5EXS > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJhswc00W8GdZVKD0lcMq6po4vqhTt4k { width:8.9375rem;height:1.8125rem;top:0.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8IZcNR7TnFiCrpbm5TuwAXK3cJTccAq { width:6.9375rem;height:1.39705875rem;top:1.25rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTRvDOLPZsqItAHxiPVA2vcMn8QBh4TI { width:20rem;height:4.1176471875rem;top:3.6625003814698rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiVTcXZhGECFTZhqvFr3qbQMrEgVhttS { width:16.5625rem;height:2.7941174375rem;top:9.3460931777956rem;left:1.7187501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #sf6MnB9Klwb1vSyeDTsrGOtXSIyFtADt { width:18.75rem;height:0.0620404375rem;top:49.59375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4DXM7hKWvvrW0nzVJ8r3fCNxWwzfDly { width:19.5625rem;height:1.76470575rem;top:14.210708618164rem;left:0.37339150905609rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPgFTLJ6XkcbVtuEFuLbTOMfsb2qVXHz { width:3.9375rem;height:1.5441175625rem;top:16.56135559082rem;left:2.0611211061478rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOugtJRT0OUUOQqrsf66gKFLoo8vqzQw { width:3.9375rem;height:1.5441175625rem;top:16.56135559082rem;left:8.49954020977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2KFmOhTr46VmRCoKH8ZhB9A6WGXTUg1 { display:flex;width:1.25rem;height:1.25rem;top:16.748626708984rem;left:6.8738507032394rem; }
 }@media only screen and (max-width: 763px) { #yQQpGlVJcGBRaAm02vWF4sIQWT7NUAGi { width:3.9375rem;height:1.5441175625rem;top:16.56135559082rem;left:15.87431037426rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0dupE0vDxVWy0TtP02prgEfcfWSpTfS { display:flex;width:1.25rem;height:1.25rem;top:16.748626708984rem;left:14.248620867729rem; }
 }@media only screen and (max-width: 763px) { #swBS7GrhTi0HCKDQnJTZPhT8bJT57K9t { width:20rem;height:15.9375rem;top:32.652572631836rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm3VzqbM4Bq9i22di4Lf2T7oXscmexaf { display:flex;width:1.25rem;height:1.25rem;top:16.735992431641rem;left:0.37454044818878rem; }
 }@media only screen and (max-width: 763px) { #W0TKNnFIQuQStNRXnpMZBqepHL24Tm7p { width:18.3116875rem;height:1.76470575rem;top:26.186813354493rem;left:0.43658089637756rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF594EPsfOu8lLSr2UPOGvahNV2cXz52 { width:16.8125rem;height:1.5441175625rem;top:28.187042236328rem;left:0.43658089637756rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1b2G0hMGXFFbfSAQRD2SGgDvOQuHbab { width:18.375rem;height:1.76470575rem;top:20.542282104493rem;left:0.43658089637756rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWqZTrrZgOf09nTDES7WHbEeIXM6MdCm { width:20rem;height:0.0625rem;top:19.593292236328rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Q1agrz3bTsyWSnqb124cW9VEDHITVK { width:20rem;height:0.0625rem;top:25.15510559082rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXr0LSVI6OiIUzDAu7qzX75ptTgCKAUq { width:18.5rem;height:1.5441175625rem;top:22.287460327149rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v308ypsqZZCxa3mWXViO4p1Jb5vkxq2C { display:block; }#v308ypsqZZCxa3mWXViO4p1Jb5vkxq2C > .row .container { width:20rem;height:147.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r02LOTVaz7GPgNUJQSe40XaCtzSqdDgG { width:20rem;height:4.7058820625rem;top:1.2860870361328rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brMTwl7kEbncViP4aF3ir9v51VahIspq { width:16.375rem;height:15.6875rem;top:9.9747314453125rem;left:1.8118106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieQmCRMRZ63yh0kglgXRpH4mF3B7nmHq { width:11.8125rem;height:1.76470575rem;top:7.7998657226562rem;left:4.0935200452804rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKRGcWaQGWnXKEGQCBJeAzbfhkpvuTND { width:17.5rem;height:13.8200826875rem;top:26.786529541016rem;left:1.2499998807907rem;font-size:0.9375rem;display:block; }#AKRGcWaQGWnXKEGQCBJeAzbfhkpvuTND li:before{  }
 }@media only screen and (max-width: 763px) { #Zcd50l2ucNbTFJ822aeVJah96eDddT23 { width:17rem;height:15.6875rem;top:45.58708190918rem;left:1.4993106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP3DrvC0oJf8hbxfBmlumUM9lkdqMLEb { width:16.9375rem;height:7.7332258125rem;top:62.587310791012rem;left:1.5303307771682rem;font-size:0.9375rem;display:block; }#wP3DrvC0oJf8hbxfBmlumUM9lkdqMLEb li:before{  }
 }@media only screen and (max-width: 763px) { #KVXQbW93CJvHFIrI1ONQ3fFgQWCufJtA { width:11.8125rem;height:1.76470575rem;top:43.0859375rem;left:4.0935200452804rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #npOXfmntHnAfxEwJvIiLDQKecCxP1hTI { width:16.9375rem;height:15.6875rem;top:106.63717651368rem;left:1.5303307771682rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJx1v5vC0ZTCOuFsfNLDEyVAnlf12eGN { width:18.125rem;height:9.62890625rem;top:92.44943237305rem;left:1.6245404481888rem;font-size:0.9375rem;display:block; }#sJx1v5vC0ZTCOuFsfNLDEyVAnlf12eGN li:before{  }
 }@media only screen and (max-width: 763px) { #a2XXHpCCuTmvCF3eKvWE0rT44sKM9zvH { width:15.9375rem;height:17.362131125rem;top:123.31225585938rem;left:1.8118106126785rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#a2XXHpCCuTmvCF3eKvWE0rT44sKM9zvH li:before{  }
 }@media only screen and (max-width: 763px) { #ldTOyt2RvsyXWnV3ANV37TlUrUv8tHtO { width:17rem;height:15.6875rem;top:75.587097167969rem;left:1.4993106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqTS9dwwVMCs37Tf6uOyPbXdlWXlDUy8 { width:11.8125rem;height:1.76470575rem;top:73.21115112305rem;left:4.0935200452804rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVahZpeMO2JTEQ063z9HtflkDTcsyHOr { width:11.8125rem;height:1.76470575rem;top:104.07344818115rem;left:4.0312498807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELB2FJrSgmmXQSZb1yqqtx8hzm4xLsIE { width:6.25rem;height:1.375rem;top:129.81158447266rem;left:11.99908053875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbhZMlVbzolZMyBCVmL1Jxx6hVVIpfOp { width:4.9375rem;height:1.25rem;top:129.93566894531rem;left:12.93658053875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4rfplIPhaGl948VZsl9IN5uAD7AhgIr { display:flex;width:1.1247701875rem;height:1.1247701875rem;top:104.30547332764rem;left:14.497656226158rem; }
 }@media only screen and (max-width: 763px) { #MW1BXW6hnpF08HiVRULS7TVNebCPO4Ux { width:13.895833375rem;height:3.145833375rem;top:141.9375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQP056GDAdU6tNwrOHQSwTOhwA0VrFnK { display:block; }
 }@media only screen and (max-width: 763px) { #xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ { display:block; }#xFoBLpuwKlaCnnsHharDPpzKFJf8yyLZ > .row .container { width:20rem;height:128.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuptANBCuOq9hdXJQX5wFUeS83RKJeUt { width:18rem;height:3.6764705rem;top:2.125rem;left:1rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRvTiwKeEIenA4cQPIhMlwTSxQbz6DSQ { width:17rem;height:14.625rem;top:14.037231445312rem;left:1.5245863199234rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfzT1hty5cRsRC3Js2dVzXfGoznlfcUJ { width:15.0625rem;height:6.25rem;top:19.658782958984rem;left:2.4678307771682rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ckcSuVud10rqmrl89z7ybM8uNEDJTOPi { width:9rem;height:1.4705881875rem;top:15.595123291016rem;left:5.7490807771682rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9UKykuEti6MofJumybySkPzTSkcDQ4W { width:2.5rem;height:2.5rem;top:15.095367431641rem;left:2.4678307771682rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeD5PVr6Lcdul8VkqmQS4JxOK6PiJ5lv { width:17.375rem;height:14.9375rem;top:29.562286376953rem;left:1.2925091981888rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv7ulbL4XqHAcfVBzJUXmLAMNN6S80zz { width:15.25rem;height:8.75rem;top:34.324462890625rem;left:2.3747700452804rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lHn2AoWJ7b1n87PsS4WlgkHG0VoRXqDM { width:2.5rem;height:2.5rem;top:30.874328613281rem;left:2.3115807771682rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4HcSL1OfecM15IN6fnQSvqbVXUTAXNm { width:7.125rem;height:1.4705881875rem;top:31.374084472656rem;left:5.3745399713516rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVRCJCkodr6c9ov66IeJxEoMDFFvTr4J { width:17.375rem;height:9.375rem;top:45.4375rem;left:1.3740807771682rem;display:block; }
 }@media only screen and (max-width: 763px) { #DduzDxOJhQ6FtcgFmnln6ziqiOnwPlGX { width:15.25rem;height:2.5rem;top:49.874542236328rem;left:2.4999998807907rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q2K972LHgoz7JGR4h5qIDM1KNO1Ucr1Z { width:2.5rem;height:2.5rem;top:46.6875rem;left:2.3115807771682rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK6TZJuFmqZkJE4o9rsH0DTZTayibl3J { width:9.0625rem;height:1.4705881875rem;top:47.187286376953rem;left:5.4365805387497rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhsGb4WVyBEXTo7TkkbSrv0hPcwkEEFa { width:17.3125rem;height:14.375rem;top:55.811828613281rem;left:1.561350941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #vawmcv9Gczuwl5QnBZEHkpTxk1U4B9Qm { width:15.25rem;height:7.5rem;top:60.875rem;left:2.6872700452804rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NPASbGEnTNeR7fcTauJsGLA8mLmJJGz2 { width:7.125rem;height:1.4705881875rem;top:57.874084472656rem;left:5.6249998807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXswJ3sPsmRk6Z2fok72aNfo1mTfV0LC { width:17.25rem;height:17.3125rem;top:107.49908447266rem;left:1.561350941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOEM1PEkzJnTdH3mtbfXRTC7Vt8IFSxy { width:17.3125rem;height:14.6875rem;top:91.686584472656rem;left:1.561350941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT3mbwXVHGlQFNJ5wDUuZkOH8meyLTaw { width:15.25rem;height:7.5rem;top:96.43728637695rem;left:2.6872700452804rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UKpTTNDaG2xyEzITSGCaOSVmFdlbJtrM { width:17.3125rem;height:9.75rem;top:80.874328613281rem;left:1.561350941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaOStMklfC3Roc7ZXm2QHDIffFsf713n { width:15.25rem;height:10rem;top:112.56228637695rem;left:2.6872700452804rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JVxwVrBDBK0PBTIUZLmNkPCvCy2Wgg8d { width:17.3125rem;height:8.6875rem;top:71.124328613281rem;left:1.561350941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xohww9Z5ymhhxNa6C5EH6eo5Euv2BRJk { width:15.25rem;height:1.25rem;top:76.1875rem;left:2.6872700452804rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hASFXVsxEepGLSzQlmFPVTFwm8dOBJB2 { width:15.25rem;height:2.5rem;top:85.9375rem;left:2.6872700452804rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e6McqmonG84mOnL6KB2Rl853FgFO4TZ5 { width:2.5rem;height:2.5rem;top:82.436828613281rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUr0TNNGVPA3krIgU6uq8gmX46ytvPdl { width:2.5rem;height:2.5rem;top:93.249084472656rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnZPz4k9GB1uEFuiUUdxr1TUuNVBXfWR { width:7.125rem;height:1.4705881875rem;top:73.186584472656rem;left:5.6249998807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe7od2y8eLqi5yq4TWh6cCk1sDIXfLA4 { width:7.8125rem;height:1.4705881875rem;top:82.936584472656rem;left:5.5618103742599rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrhMT6LtZcRS4TZ2NbKACtK9Ahr0gBGK { width:8rem;height:1.4705881875rem;top:93.75rem;left:5.5618103742599rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9DDmTLRvqbSWgS6zd3e7GS61xIoMTER { width:7.125rem;height:1.4705881875rem;top:109.5625rem;left:5.6249998807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDXrorkroR2KNyheu3S0LbwFuzC87J5U { width:2.5rem;height:2.5rem;top:72.686828613281rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqp60ebsERM8AMC5rLTMqRHMVXoAvN4 { width:1.25rem;height:1.25rem;top:15.720367431641rem;left:14.586396336556rem;display:block; }
 }@media only screen and (max-width: 763px) { #cydW0J0bA1Ti163Jy1F83ZVhsJvxFwHr { width:1.25rem;height:1.25rem;top:31.437286376953rem;left:9.999999165535rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK3Uu8C6MOQZTVnmmxcVIwXfAGpwprAs { width:1.25rem;height:1.25rem;top:47.374542236328rem;left:14.562269091606rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgGNb4JVctOdTwRzayzv0PBIfF5eqhBD { width:1.25rem;height:1.25rem;top:57.937286376953rem;left:12.935431361198rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFn1OEBDlQyAyeTJXIG8zhvWT9z3k8Hy { width:1.25rem;height:1.25rem;top:109.62454223632rem;left:11.810661196709rem;display:block; }
 }@media only screen and (max-width: 763px) { #U79NNuAB8dArUVHV6AVsKWHDAWvcpMy7 { width:1.25rem;height:1.25rem;top:93.812042236325rem;left:13.373161196709rem;display:block; }
 }@media only screen and (max-width: 763px) { #za2knyolprR2k2ugJwXRGDpEI9akSBzp { width:1.25rem;height:1.25rem;top:82.99978637695rem;left:13.937269091606rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5KsLOWEcn5iTuutM0NZ2ZqsT3BUHTZK { width:1.25rem;height:1.25rem;top:73.311828613281rem;left:11.562498927116rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQFakX6z1AH96RcX01sruZ8eOiAffW2M { width:16.125rem;height:3.6875rem;top:7.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4bG7cgRgytwNsT8kvHXJcNpHFRTt8Zl { width:1.5625rem;height:1.5625rem;top:8.875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaFUuspdQcbfemowy55PeixCRzNqzHI2 { width:13.1875rem;height:0.9558823125rem;top:9.25rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmWni3nLOne9yB6TKOOhTx3Lmk3L5gDI { width:15.75rem;height:3.875rem;top:7.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM4BUqt8Pupw9HOyMhv5d06MXzBLhO8Q { display:block; }
 }@media only screen and (max-width: 763px) { #kUb90zcTRyTIz6Mkk52CSXo6qEFsRGrd { width:1.75rem;height:1.75rem;top:73.0625rem;left:2.8745402097702rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsDu4BfLO1S38L9hmJndSArNWhTAPuU6 { width:2.5rem;height:2.5rem;top:57.374328613281rem;left:2.6240807771682rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdQuuforxXGhBQMOzumGwmWtkJqSc26 { width:1.75rem;height:1.75rem;top:57.75rem;left:2.9997700452804rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZcT0iTfGxmKlBcya6cwrsIwQWwBbkkz { width:2.5rem;height:2.5rem;top:109.06158447266rem;left:2.6240807771682rem;display:block; }
 }@media only screen and (max-width: 763px) { #vymaHiTPRKFzbdnEBWegxbXtQ0qsixST { width:1.75rem;height:1.75rem;top:109.43728637695rem;left:2.9997700452804rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbMbwL1rgoR9ZMN7bUCGlg6ZnhX5DO7M { display:flex;width:2.1875rem;height:2.1875rem;top:10.4375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #eVXdLRBnVhzyqoSzfD3RfGW1SDqm7PJ5 { display:none; }#eVXdLRBnVhzyqoSzfD3RfGW1SDqm7PJ5 > .row .container { width:20rem;height:50.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rF4Etrob0bwxv4378i6ySIls6fSSrbei { width:18.6875rem;height:10.9375rem;top:49.5625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8rLhAG3G4GPXkTb0o7vOTB2A5D5AMTE { width:17.8125rem;height:10.875rem;top:61.75rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oiLoB6l0apGrLcVfKtVDvuaB8kyNoTsg { width:16.375rem;height:10.875rem;top:73.875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpbkRDu6pgqCWaIv8e4ERsEoQgq6OIlF { width:17.1875rem;height:10.8125rem;top:1.625rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT9Ac1irWHHTR5cQmIMU1WlSCb0yluLt { width:17.6875rem;height:10.8125rem;top:13.374999761581rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTR0rWcNDWbtlMryUyDhHTcFdci5G5Zh { width:17.9375rem;height:10.8125rem;top:25.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhcDs0ZodGReKMuEVX8f8nnh3F4kyFfE { width:17.9375rem;height:10.875rem;top:37.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS0uxL9PCoq3nLV3GL6Tyl68Z8tXZ4yo { width:14.5rem;height:10.875rem;top:86rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdgnatqEAgclTDv1kMT9Gg9zNmJhJ2qP { display:block; }#RdgnatqEAgclTDv1kMT9Gg9zNmJhJ2qP > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NA5AZUkMe0pbX6KdNvp84mC5XwJB97kS { width:20rem;height:1.985294125rem;top:20.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gg0wRztXqCtarAs33DZmF3qmSCa6TueP { width:9.3118105rem;height:2.624080875rem;top:3.2490844726562rem;left:5.3435200452804rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNH1IBsxEhzVmoV7vpKiG2rg04I1PCSg { width:1.68658075rem;height:1.68658075rem;top:12.0625rem;left:9.12454020977rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS0kfNL03a7I0XWcxFhPUtXiGah8zJog { width:20rem;height:1.5441175625rem;top:13.811584472656rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykbqHXa7HkT4lvKWCsEigSms5ewhEqxO { width:1.6245404375rem;height:1.6245404375rem;top:15.955932617188rem;left:9.18658053875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aauG9CBLvQUqHavfBr5LerqmJ6VqF0tV { width:20rem;height:1.5441175625rem;top:17.499572753906rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VkWGQgvN2DsM8LiWqWInB44hzzIalaGI { width:14.0625rem;height:3.25rem;top:7.6301879882812rem;left:2.9674479961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #HelU1q2gmAnRfcTDc0d6oWE4VgmhEV6l { display:block; }
 }@media only screen and (max-width: 763px) { #sWuGpJrRd621oBC59TxdQUQHzQ19F9I0 { width:20rem;height:12.201834862386rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOTUFei4az1Zoz8QFTH1AKwZ45ptz2Ph { display:none; }#XOTUFei4az1Zoz8QFTH1AKwZ45ptz2Ph > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k90U3mryJ1qE7A4npPT8oEp3SWc5QEzi { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8orSkWleDuvQBCEvapdIse3QOtKkUF3 { display:block; }
 }@media only screen and (max-width: 763px) { #T5n0KllRNv67WSer5gs68pMFV9L5WILt { display:block; }#T5n0KllRNv67WSer5gs68pMFV9L5WILt > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGrdXbJPX3WmeWRNsMe9K7uCqqqExVTh { width:20rem;height:0.26109660574413rem;top:0.87421798706056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqDKlVnlubgvpVdZBvDmHr8F1xH6glNk { width:20rem;height:0.735294125rem;top:1.6341552734375rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxkCesJiqAwZayh4CPUrvbcFysossfGM { width:13.5625rem;height:0.735294125rem;top:2.8346557617188rem;left:3.21875rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }