.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:253,244,218;--color-primary-1:249,219,130;--color-primary-2:242,183,5;--color-primary-3:121,92,3;--color-primary-4:36,27,1;--color-secondary-0:217,225,230;--color-secondary-1:129,156,172;--color-secondary-2:2,56,89;--color-secondary-3:1,28,45;--color-secondary-4:0,8,13;--color-tertiary-0:255,255,255;--color-tertiary-1:251,212,203;--color-tertiary-2:242,110,80;--color-tertiary-3:121,55,40;--color-tertiary-4:24,11,8;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.27);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .row .container { background-color: transparent; background-image: none; }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .row .container > .video-iframe-container { display: none; }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .row > .video-iframe-container { display: none; }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .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); }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .row .container { border-width: 0; border-radius: 0; }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#mJN2JPOoWNRbi6N6siVyr1W7S30R1A24 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#484848;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.6245814561844rem;left:21.6875rem;display:block; }
#pasg476ZdfhARdT8XbBAyntTmXI3bkpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CLbE8zETZlGSVsvNsma71DLv7f9TnFsR { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#484848;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.6245814561844rem;left:28.75rem;display:block; }
#oEsxzbLtrtWQg6N1bJl5NFRo4RPr2b3t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y8mEsepWOTIiPeDUH6gDVpUxg5Gyyhh6 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#484848;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.6245814561844rem;left:36.25rem;display:block; }
#d1TeLAnZQXXzBLrKSReaulVT6VQSThhR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IpBlUEmXW4Vvh8A4M8X8AvRliHG201vN { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.6245814561844rem;left:44.875rem;display:block; }
#fpE4oOgDpLf66xZJNXDvrTg8R4g1XtgW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NT28ZuivvVw7GDHeTWBuzcUxvLtitKC6 { color:rgba(var(--color-primary-2),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.1254186630249rem;left:9.625rem;height:2.4375rem;display:block; }
#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { background-color: transparent; background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { border-width: 0; border-radius: 0; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:75rem;height:52.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ZqG3K3a0J3U9Dz7D5p0Xfy6hTsVgTeLT { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:15.375rem;left:10.5625rem;height:9.375rem;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; }
#k5eS0sQVsxS2vCn6O30FUSJJemxrlEXx { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:26.4375rem;left:10.5625rem;height:3.375rem;text-align:left;text-align-last:left;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; }
#vuIluNT0dHMi23kP4OBim954aEgPovQF { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:33.75rem;width:27rem;top:7.4375rem;left:37.4375rem;overflow:hidden;display:block; }
#VLGRHWUCndv7shZVG6PnUxlu2VTR0hWm { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33.375rem;left:10.5625rem;display:block; }
#wFGb8mBmhuzMTvXwdCdw1mvwT19nmuAD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bXM8fpQyRFb4IBTc4sOgipI2eKV24xoT { box-sizing:content-box;height:35.75rem;width:29.125rem;position:absolute;display:block;z-index:14999;background-color:#52aae5;background-image:none;top:6.4375rem;left:8.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cdgtl0QCal64PEeuymXBkcCfzaOS4Khw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#52aae5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#cdgtl0QCal64PEeuymXBkcCfzaOS4Khw > .row .container { background-color: transparent; background-image: none; }#cdgtl0QCal64PEeuymXBkcCfzaOS4Khw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdgtl0QCal64PEeuymXBkcCfzaOS4Khw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdgtl0QCal64PEeuymXBkcCfzaOS4Khw > .row .container > .video-iframe-container { display: none; }#cdgtl0QCal64PEeuymXBkcCfzaOS4Khw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdgtl0QCal64PEeuymXBkcCfzaOS4Khw > .row > .video-iframe-container { display: none; }#cdgtl0QCal64PEeuymXBkcCfzaOS4Khw > .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); }#cdgtl0QCal64PEeuymXBkcCfzaOS4Khw > .row .container { border-width: 0; border-radius: 0; }#cdgtl0QCal64PEeuymXBkcCfzaOS4Khw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cdgtl0QCal64PEeuymXBkcCfzaOS4Khw > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#DFRE21t3bn1LrBHKveQIuiTUSbZToxM2 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3600692749024rem;left:15.375rem;height:1.46205625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SoGoCCwBUUum7UbAkAyKRI8ePrTpaMuG { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.90848159790037rem;left:28.375rem;height:2.1121625rem;text-align:center;text-align-last:center;display:block; }
#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container { background-color: transparent; background-image: none; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container > .video-iframe-container { display: none; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row > .video-iframe-container { display: none; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .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); }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container { border-width: 0; border-radius: 0; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container { font-size:0.875rem;font-family:arial;height:67.1875rem;width:75rem;position:relative;display:block; }#gDmtQWEWl0ImmCCDre1p6bPJM78x04EZ { color:#484848;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30.09375rem;left:3.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tHQ0o7T007Cod1bxd1BzaqZSeMCgO0ZT { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e9a1886-22da-4bc1-bd17-d06c2527c2cf/luminarialeoresolve.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:9.375rem;left:2.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#tHQ0o7T007Cod1bxd1BzaqZSeMCgO0ZT.adaptive-delivery-prevent-bg, #tHQ0o7T007Cod1bxd1BzaqZSeMCgO0ZT.lazyload, #tHQ0o7T007Cod1bxd1BzaqZSeMCgO0ZT.lazyloading { background-image: none; }
#HvRte4RVRXOqPspP537txhQ6fK2c4u0E { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:6.2354917526245rem;left:35.561941146851rem;display:block; }
#PwpFF8VLRZzMhDVTKknaLQ9w2E6x1BZ7 { color:#484848;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5619421005249rem;left:26.968751907349rem;height:2.1121625rem;font-style:normal;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; }
#VRmh3AZVCuhpIeCs0kHMfyhtTZ6iCJHc { color:#484848;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:30.09375rem;left:28.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SMSFiRxmpAQ4t3yJCUGn7QL5GwaeygBF { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aff95384-9f81-4327-926b-d1ea795b477d/francescatosoliniLL9V0iMpStMphoto1560185009dddeb820c7b7.crop_800x800_87,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:9.4375rem;left:27.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#SMSFiRxmpAQ4t3yJCUGn7QL5GwaeygBF.adaptive-delivery-prevent-bg, #SMSFiRxmpAQ4t3yJCUGn7QL5GwaeygBF.lazyload, #SMSFiRxmpAQ4t3yJCUGn7QL5GwaeygBF.lazyloading { background-image: none; }
#JWif3cR9KuU0DCBGALbQNFcXw30ps8Ni { color:#484848;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.09375rem;left:53.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k4QlEh23IxRwzAhTP8IzpGSrsBHHQ0Hy { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e9a1886-22da-4bc1-bd17-d06c2527c2cf/luminarialeoresolve.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:9.5rem;left:53.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#k4QlEh23IxRwzAhTP8IzpGSrsBHHQ0Hy.adaptive-delivery-prevent-bg, #k4QlEh23IxRwzAhTP8IzpGSrsBHHQ0Hy.lazyload, #k4QlEh23IxRwzAhTP8IzpGSrsBHHQ0Hy.lazyloading { background-image: none; }
#guxWJ0CHhurC086xxbWpVQ5NInEHfHRw { color:#484848;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:55.8125rem;left:3.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gPdvIctD5LIAknCwB1E6I3lBE9S1gLQW { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/24228efd-52c1-4d5d-b6e4-bfe3ed58ed17/zacgudakovwwqZ8CM21ggphoto1628624747186a941c476b7ef.crop_655x798_276,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:35.1875rem;left:2.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#gPdvIctD5LIAknCwB1E6I3lBE9S1gLQW.adaptive-delivery-prevent-bg, #gPdvIctD5LIAknCwB1E6I3lBE9S1gLQW.lazyload, #gPdvIctD5LIAknCwB1E6I3lBE9S1gLQW.lazyloading { background-image: none; }
#JT1WgGtMqTd3hHOBniFXGcAWQnutSp1V { color:#484848;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:55.8125rem;left:28.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqVamMk9ppoul8QFeOA7NkNzf8mxoXSC { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e9a1886-22da-4bc1-bd17-d06c2527c2cf/luminarialeoresolve.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:35.1875rem;left:27.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#OqVamMk9ppoul8QFeOA7NkNzf8mxoXSC.adaptive-delivery-prevent-bg, #OqVamMk9ppoul8QFeOA7NkNzf8mxoXSC.lazyload, #OqVamMk9ppoul8QFeOA7NkNzf8mxoXSC.lazyloading { background-image: none; }
#CMACl3iThni6rafJrPIzLVuCvpa6Zdxq { color:#484848;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:55.8125rem;left:53.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sbUGyG4TZ7ZiHQGtkOJwAbTmT2Qfg6eA { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15061;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e9a1886-22da-4bc1-bd17-d06c2527c2cf/luminarialeoresolve.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:35.1875rem;left:52.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#sbUGyG4TZ7ZiHQGtkOJwAbTmT2Qfg6eA.adaptive-delivery-prevent-bg, #sbUGyG4TZ7ZiHQGtkOJwAbTmT2Qfg6eA.lazyload, #sbUGyG4TZ7ZiHQGtkOJwAbTmT2Qfg6eA.lazyloading { background-image: none; }
#gWXMBoAdJaweL4DVMGCqS82VhIHPoA6A { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e9a1886-22da-4bc1-bd17-d06c2527c2cf/luminarialeoresolve.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:35.1875rem;left:27.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }#gWXMBoAdJaweL4DVMGCqS82VhIHPoA6A.adaptive-delivery-prevent-bg, #gWXMBoAdJaweL4DVMGCqS82VhIHPoA6A.lazyload, #gWXMBoAdJaweL4DVMGCqS82VhIHPoA6A.lazyloading { background-image: none; }
#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#52aae5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { background-color: transparent; background-image: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .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); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { border-width: 0; border-radius: 0; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#ZoQKP7zEG2ziV1CQtqDwG4NJuynTliM9 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.7494416236877rem;left:37.25rem;display:block; }
#I1M1SWWy7izGtgHXJCTaDI6EhtC6GqOA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kXkl1L3TGO029qpGnnZu2C1ygAn08kJQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.03125rem;left:23.9375rem;height:4.875rem;font-style:normal;display:block; }
#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST { border-top:0;border-left:0;border-right:0;border-bottom:0.5625rem solid rgba(var(--color-secondary-0),1);background-color:#ffffff;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; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row .container { background-color: transparent; background-image: none; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row .container > .video-iframe-container { display: none; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row > .video-iframe-container { display: none; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .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); }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row .container { border-width: 0; border-radius: 0; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row .container { font-size:0.875rem;font-family:arial;height:30.026785625rem;width:75rem;position:relative;display:block; }#PENp0GTX7IG0hvhJ7m5RN0RxSOhyDxLN { color:#484848;display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:27.25rem;height:2.1121625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWJhaQnTiDxCauNNTwWGZLQNQIbhdiL4 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:6.0625rem;left:35.5625rem;display:block; }
#fLaDDSkF1fJRbLHIAQIUc3fIwM1ACxmS { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.875rem;width:15rem;top:8.9994411468506rem;left:4.1244411468506rem;overflow:hidden;display:block; }
#Sb029MTK9rc3heyaMeKcSKlTCvSoILbW { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.6875rem;width:16.1875rem;top:9.09263420105rem;left:21.250001907349rem;overflow:hidden;display:block; }
#X0fxEK3DQ1HTTr4Z77Jqg3OJxdZ569Xg { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.6875rem;width:14.9375rem;top:9.09263420105rem;left:39.437498092651rem;overflow:hidden;display:block; }
#VDPUfX2EGWGS7kWTQhfseuU8eQsaOJUl { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.6875rem;width:14.625rem;top:9.09263420105rem;left:56.375005722046rem;overflow:hidden;display:block; }
#ggzEv0NRlb0KbyOSGlTRspwieuPSX5eH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ggzEv0NRlb0KbyOSGlTRspwieuPSX5eH > .row .container { background-color: transparent; background-image: none; }#ggzEv0NRlb0KbyOSGlTRspwieuPSX5eH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggzEv0NRlb0KbyOSGlTRspwieuPSX5eH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggzEv0NRlb0KbyOSGlTRspwieuPSX5eH > .row .container > .video-iframe-container { display: none; }#ggzEv0NRlb0KbyOSGlTRspwieuPSX5eH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggzEv0NRlb0KbyOSGlTRspwieuPSX5eH > .row > .video-iframe-container { display: none; }#ggzEv0NRlb0KbyOSGlTRspwieuPSX5eH > .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); }#ggzEv0NRlb0KbyOSGlTRspwieuPSX5eH > .row .container { border-width: 0; border-radius: 0; }#ggzEv0NRlb0KbyOSGlTRspwieuPSX5eH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ggzEv0NRlb0KbyOSGlTRspwieuPSX5eH > .row .container { font-size:0.875rem;font-family:arial;height:89.125rem;width:75rem;position:relative;display:block; }#Q2RDTgI3A1Kf68iwJUVR1MTeT2zBddIb { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:6.125rem;left:35.5625rem;display:block; }
#kM06capNPa2QMiTob41Tg98o6mDBOXWE { color:#484848;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9358260631561rem;left:26.718751907349rem;height:4.22433125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6EhGJsV6LoQqlaXK74ek2L8oQHg7BEz { color:#484848;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:56.125rem;left:53.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IaJgXoC2v8JSinqDdWr8ZAEizX3GaG7n { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15073;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e9a1886-22da-4bc1-bd17-d06c2527c2cf/luminarialeoresolve.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:35.5rem;left:52.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#IaJgXoC2v8JSinqDdWr8ZAEizX3GaG7n.adaptive-delivery-prevent-bg, #IaJgXoC2v8JSinqDdWr8ZAEizX3GaG7n.lazyload, #IaJgXoC2v8JSinqDdWr8ZAEizX3GaG7n.lazyloading { background-image: none; }
#gD0750GSwuWp5JOQrE55f8y6ETKXGlo0 { color:#484848;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:30.4375rem;left:53.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pgBK5QIFTDXLWM115BNvTHKSRzz3mtuV { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15070;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e9a1886-22da-4bc1-bd17-d06c2527c2cf/luminarialeoresolve.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:35.5rem;left:27.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#pgBK5QIFTDXLWM115BNvTHKSRzz3mtuV.adaptive-delivery-prevent-bg, #pgBK5QIFTDXLWM115BNvTHKSRzz3mtuV.lazyload, #pgBK5QIFTDXLWM115BNvTHKSRzz3mtuV.lazyloading { background-image: none; }
#eVetb4A9udHObawmlZKvfHiDO1QJz0iD { color:#484848;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.4375rem;left:28.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a5S1fOG5X6crtN5XhWgsHrrAUVpLTZ6l { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15060;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aff95384-9f81-4327-926b-d1ea795b477d/francescatosoliniLL9V0iMpStMphoto1560185009dddeb820c7b7.crop_800x800_87,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:9.75rem;left:27.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#a5S1fOG5X6crtN5XhWgsHrrAUVpLTZ6l.adaptive-delivery-prevent-bg, #a5S1fOG5X6crtN5XhWgsHrrAUVpLTZ6l.lazyload, #a5S1fOG5X6crtN5XhWgsHrrAUVpLTZ6l.lazyloading { background-image: none; }
#FqJP9SQdEDUM1oZwARn9odTKkgLmbC3O { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15064;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e9a1886-22da-4bc1-bd17-d06c2527c2cf/luminarialeoresolve.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:9.8125rem;left:53.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#FqJP9SQdEDUM1oZwARn9odTKkgLmbC3O.adaptive-delivery-prevent-bg, #FqJP9SQdEDUM1oZwARn9odTKkgLmbC3O.lazyload, #FqJP9SQdEDUM1oZwARn9odTKkgLmbC3O.lazyloading { background-image: none; }
#v0s6TwAWUXkVVCW5zOdQOLkUGTq8Nb2q { color:#484848;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:56.125rem;left:28.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lz3PshTtcfIIbzeKHWoVHZKXFFMSOLQe { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15056;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e9a1886-22da-4bc1-bd17-d06c2527c2cf/luminarialeoresolve.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:9.6875rem;left:2.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#Lz3PshTtcfIIbzeKHWoVHZKXFFMSOLQe.adaptive-delivery-prevent-bg, #Lz3PshTtcfIIbzeKHWoVHZKXFFMSOLQe.lazyload, #Lz3PshTtcfIIbzeKHWoVHZKXFFMSOLQe.lazyloading { background-image: none; }
#u3wTicgGX9wFPcmAT7p2XL74EGMXPPLQ { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15067;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/24228efd-52c1-4d5d-b6e4-bfe3ed58ed17/zacgudakovwwqZ8CM21ggphoto1628624747186a941c476b7ef.crop_655x798_276,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:35.5rem;left:2.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#u3wTicgGX9wFPcmAT7p2XL74EGMXPPLQ.adaptive-delivery-prevent-bg, #u3wTicgGX9wFPcmAT7p2XL74EGMXPPLQ.lazyload, #u3wTicgGX9wFPcmAT7p2XL74EGMXPPLQ.lazyloading { background-image: none; }
#Be4vSwmXBNWChpuFMDCAVRdOd78SXkiy { color:#484848;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:30.4375rem;left:3.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dkeHphx0pdExVRNqCVDtGo50NOOBfuyw { color:#484848;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:56.125rem;left:3.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsPFlNpCnveJPW5eAkgup7ErxDf97LbT { color:#484848;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:82rem;left:53.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JOXpvSJ4Toh0Lul35T63KQSrirf75gH0 { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15079;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e9a1886-22da-4bc1-bd17-d06c2527c2cf/luminarialeoresolve.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:61.375rem;left:52.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#JOXpvSJ4Toh0Lul35T63KQSrirf75gH0.adaptive-delivery-prevent-bg, #JOXpvSJ4Toh0Lul35T63KQSrirf75gH0.lazyload, #JOXpvSJ4Toh0Lul35T63KQSrirf75gH0.lazyloading { background-image: none; }
#xcxsFrKPF91Cc7xgt4CXhGkRlilrtMLb { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15076;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e9a1886-22da-4bc1-bd17-d06c2527c2cf/luminarialeoresolve.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:61.375rem;left:27.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#xcxsFrKPF91Cc7xgt4CXhGkRlilrtMLb.adaptive-delivery-prevent-bg, #xcxsFrKPF91Cc7xgt4CXhGkRlilrtMLb.lazyload, #xcxsFrKPF91Cc7xgt4CXhGkRlilrtMLb.lazyloading { background-image: none; }
#ytOcT7O203G4SvAsqhJqmmBBAZi0MmIr { color:#484848;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:82rem;left:28.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sr7LN3SxTBO2AeG39F0FVo7nhOLpZi28 { box-sizing:content-box;height:19.375rem;width:19.375rem;position:absolute;display:block;z-index:15073;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/24228efd-52c1-4d5d-b6e4-bfe3ed58ed17/zacgudakovwwqZ8CM21ggphoto1628624747186a941c476b7ef.crop_655x798_276,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:61.375rem;left:2.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#sr7LN3SxTBO2AeG39F0FVo7nhOLpZi28.adaptive-delivery-prevent-bg, #sr7LN3SxTBO2AeG39F0FVo7nhOLpZi28.lazyload, #sr7LN3SxTBO2AeG39F0FVo7nhOLpZi28.lazyloading { background-image: none; }
#Zt6N7g49xxXI45En3nDBTV9ZrA1LOpMF { color:#484848;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:82rem;left:3.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nyzv4AJv8bQqPTJcXXaI9IbXgtgbzts7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#52aae5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#nyzv4AJv8bQqPTJcXXaI9IbXgtgbzts7 > .row .container { background-color: transparent; background-image: none; }#nyzv4AJv8bQqPTJcXXaI9IbXgtgbzts7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyzv4AJv8bQqPTJcXXaI9IbXgtgbzts7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyzv4AJv8bQqPTJcXXaI9IbXgtgbzts7 > .row .container > .video-iframe-container { display: none; }#nyzv4AJv8bQqPTJcXXaI9IbXgtgbzts7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyzv4AJv8bQqPTJcXXaI9IbXgtgbzts7 > .row > .video-iframe-container { display: none; }#nyzv4AJv8bQqPTJcXXaI9IbXgtgbzts7 > .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); }#nyzv4AJv8bQqPTJcXXaI9IbXgtgbzts7 > .row .container { border-width: 0; border-radius: 0; }#nyzv4AJv8bQqPTJcXXaI9IbXgtgbzts7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nyzv4AJv8bQqPTJcXXaI9IbXgtgbzts7 > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#tSM8oZocnRKLK2DX0zJiXTi0uDPbxfWF { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:9.0625rem;left:14.6875rem;display:block; }
#fXR99BSloVAnrWmStQPI0TafkgvuTZZX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rf9yM84xWOTW6J0118HOkQVtw7p8XHqQ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.8125rem;left:11.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RwKcPc8Q1Mf1y4WSwR2TazPnK3BXP1rH { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:44.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tr0LwsZvTmXCBvrcM7vMQTIXbQMHiWpf { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:9.125rem;left:48.0625rem;display:block; }
#sTt9n2i8B2tyF1JIcZysLyb4gBAZFlsQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { background-color: transparent; background-image: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container > .video-iframe-container { display: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row > .video-iframe-container { display: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .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); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { border-width: 0; border-radius: 0; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#TVr33ESfCN2UrUQi3WL7Pe0Psf4yUPz4 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:4.15625rem;left:61.312505722046rem; }
#iOubNOMT4mmMzp5D8vooz8c9xf7lTVzQ { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.2561378479004rem;left:23.406251907349rem;height:1.2996625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tTc771xAmaoVf8KU7VERBlrhANuDf6xl { display:block; }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJN2JPOoWNRbi6N6siVyr1W7S30R1A24 { width:7.0625rem;height:3.4375rem;top:1.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pasg476ZdfhARdT8XbBAyntTmXI3bkpT { display:block; }
 }@media only screen and (max-width: 763px) { #CLbE8zETZlGSVsvNsma71DLv7f9TnFsR { width:7.0625rem;height:3.4375rem;top:1.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEsxzbLtrtWQg6N1bJl5NFRo4RPr2b3t { display:block; }
 }@media only screen and (max-width: 763px) { #y8mEsepWOTIiPeDUH6gDVpUxg5Gyyhh6 { width:7.0625rem;height:3.4375rem;top:1.5625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1TeLAnZQXXzBLrKSReaulVT6VQSThhR { display:block; }
 }@media only screen and (max-width: 763px) { #IpBlUEmXW4Vvh8A4M8X8AvRliHG201vN { width:14.375rem;height:3.4375rem;top:1.5625rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpE4oOgDpLf66xZJNXDvrTg8R4g1XtgW { display:block; }
 }@media only screen and (max-width: 763px) { #NT28ZuivvVw7GDHeTWBuzcUxvLtitKC6 { top:2.125rem;left:0rem;width:12.125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqG3K3a0J3U9Dz7D5p0Xfy6hTsVgTeLT { width:23.375rem;height:9.375rem;top:15.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5eS0sQVsxS2vCn6O30FUSJJemxrlEXx { width:23.9375rem;height:3.375rem;top:26.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuIluNT0dHMi23kP4OBim954aEgPovQF { top:7.4375rem;left:20.75rem;width:27rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLGRHWUCndv7shZVG6PnUxlu2VTR0hWm { width:15.625rem;height:3.4375rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFGb8mBmhuzMTvXwdCdw1mvwT19nmuAD { display:block; }
 }@media only screen and (max-width: 763px) { #bXM8fpQyRFb4IBTc4sOgipI2eKV24xoT { top:6.4375rem;left:0rem;width:29.125rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdgtl0QCal64PEeuymXBkcCfzaOS4Khw { display:block; }#cdgtl0QCal64PEeuymXBkcCfzaOS4Khw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFRE21t3bn1LrBHKveQIuiTUSbZToxM2 { width:46rem;height:1.4375rem;top:3.3125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoGoCCwBUUum7UbAkAyKRI8ePrTpaMuG { top:0.875rem;left:14.75rem;width:20rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 { display:block; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDmtQWEWl0ImmCCDre1p6bPJM78x04EZ { width:17.5rem;height:1.625rem;top:30.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHQ0o7T007Cod1bxd1BzaqZSeMCgO0ZT { top:9.375rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvRte4RVRXOqPspP537txhQ6fK2c4u0E { width:3.875rem;height:0.3125rem;top:6.1875rem;left:21.874441146851rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwpFF8VLRZzMhDVTKknaLQ9w2E6x1BZ7 { width:21.0625rem;height:2.0625rem;top:3.5rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRmh3AZVCuhpIeCs0kHMfyhtTZ6iCJHc { width:17.5rem;height:1.625rem;top:30.0625rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMSFiRxmpAQ4t3yJCUGn7QL5GwaeygBF { top:9.4375rem;left:12.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWif3cR9KuU0DCBGALbQNFcXw30ps8Ni { width:17.5rem;height:1.625rem;top:30.0625rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4QlEh23IxRwzAhTP8IzpGSrsBHHQ0Hy { top:9.5rem;left:28.25rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guxWJ0CHhurC086xxbWpVQ5NInEHfHRw { width:17.5rem;height:1.625rem;top:55.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPdvIctD5LIAknCwB1E6I3lBE9S1gLQW { top:35.1875rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT1WgGtMqTd3hHOBniFXGcAWQnutSp1V { width:17.5rem;height:1.625rem;top:55.8125rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqVamMk9ppoul8QFeOA7NkNzf8mxoXSC { top:35.1875rem;left:12.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMACl3iThni6rafJrPIzLVuCvpa6Zdxq { width:17.5rem;height:1.625rem;top:55.8125rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbUGyG4TZ7ZiHQGtkOJwAbTmT2Qfg6eA { top:35.1875rem;left:28.25rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWXMBoAdJaweL4DVMGCqS82VhIHPoA6A { top:35.1875rem;left:12.375rem;width:19.375rem;height:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoQKP7zEG2ziV1CQtqDwG4NJuynTliM9 { width:15.625rem;height:3.4375rem;top:2.6875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1M1SWWy7izGtgHXJCTaDI6EhtC6GqOA { display:block; }
 }@media only screen and (max-width: 763px) { #kXkl1L3TGO029qpGnnZu2C1ygAn08kJQ { width:12.875rem;height:4.875rem;top:2rem;left:10.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTrPUOvn7NQTWOKx1OZwPU917vUdvDST { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row .container { background-color: transparent; background-image: none; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row .container > .video-iframe-container { display: none; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row > .video-iframe-container { display: none; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .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); }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row .container { border-width: 0; border-radius: 0; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PENp0GTX7IG0hvhJ7m5RN0RxSOhyDxLN { width:20.4375rem;height:2.0625rem;top:3.25rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWJhaQnTiDxCauNNTwWGZLQNQIbhdiL4 { width:3.875rem;height:0.3125rem;top:6.0625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLaDDSkF1fJRbLHIAQIUc3fIwM1ACxmS { top:8.9375rem;left:0rem;width:15rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb029MTK9rc3heyaMeKcSKlTCvSoILbW { top:9.0625rem;left:7.6250019073488rem;width:16.1875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0fxEK3DQ1HTTr4Z77Jqg3OJxdZ569Xg { top:9.0625rem;left:25.812498092651rem;width:14.9375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDPUfX2EGWGS7kWTQhfseuU8eQsaOJUl { top:9.0625rem;left:33.125rem;width:14.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggzEv0NRlb0KbyOSGlTRspwieuPSX5eH { display:block; }#ggzEv0NRlb0KbyOSGlTRspwieuPSX5eH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2RDTgI3A1Kf68iwJUVR1MTeT2zBddIb { width:3.875rem;height:0.3125rem;top:6.125rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM06capNPa2QMiTob41Tg98o6mDBOXWE { width:21.5625rem;height:4.1875rem;top:1.875rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6EhGJsV6LoQqlaXK74ek2L8oQHg7BEz { width:17.5rem;height:1.625rem;top:56.125rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaJgXoC2v8JSinqDdWr8ZAEizX3GaG7n { top:35.5rem;left:28.25rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD0750GSwuWp5JOQrE55f8y6ETKXGlo0 { width:17.5rem;height:1.625rem;top:30.4375rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgBK5QIFTDXLWM115BNvTHKSRzz3mtuV { top:35.5rem;left:12.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVetb4A9udHObawmlZKvfHiDO1QJz0iD { width:17.5rem;height:1.625rem;top:30.4375rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5S1fOG5X6crtN5XhWgsHrrAUVpLTZ6l { top:9.75rem;left:12.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqJP9SQdEDUM1oZwARn9odTKkgLmbC3O { top:9.8125rem;left:28.25rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0s6TwAWUXkVVCW5zOdQOLkUGTq8Nb2q { width:17.5rem;height:1.625rem;top:56.125rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz3PshTtcfIIbzeKHWoVHZKXFFMSOLQe { top:9.6875rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3wTicgGX9wFPcmAT7p2XL74EGMXPPLQ { top:35.5rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be4vSwmXBNWChpuFMDCAVRdOd78SXkiy { width:17.5rem;height:;top:30.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkeHphx0pdExVRNqCVDtGo50NOOBfuyw { width:17.5rem;height:;top:56.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsPFlNpCnveJPW5eAkgup7ErxDf97LbT { width:17.5rem;height:1.625rem;top:82rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOXpvSJ4Toh0Lul35T63KQSrirf75gH0 { top:61.375rem;left:28.25rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcxsFrKPF91Cc7xgt4CXhGkRlilrtMLb { top:61.375rem;left:12.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytOcT7O203G4SvAsqhJqmmBBAZi0MmIr { width:17.5rem;height:1.625rem;top:82rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr7LN3SxTBO2AeG39F0FVo7nhOLpZi28 { top:61.375rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt6N7g49xxXI45En3nDBTV9ZrA1LOpMF { width:17.5rem;height:;top:82rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyzv4AJv8bQqPTJcXXaI9IbXgtgbzts7 { display:block; }#nyzv4AJv8bQqPTJcXXaI9IbXgtgbzts7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSM8oZocnRKLK2DX0zJiXTi0uDPbxfWF { width:15.625rem;height:3.4375rem;top:9.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXR99BSloVAnrWmStQPI0TafkgvuTZZX { display:block; }
 }@media only screen and (max-width: 763px) { #Rf9yM84xWOTW6J0118HOkQVtw7p8XHqQ { width:21.875rem;height:2.4375rem;top:5.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwKcPc8Q1Mf1y4WSwR2TazPnK3BXP1rH { width:21.875rem;height:2.4375rem;top:6rem;left:25.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr0LwsZvTmXCBvrcM7vMQTIXbQMHiWpf { width:15.625rem;height:3.4375rem;top:9.125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTt9n2i8B2tyF1JIcZysLyb4gBAZFlsQ { display:block; }
 }@media only screen and (max-width: 763px) { #ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm { display:block; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVr33ESfCN2UrUQi3WL7Pe0Psf4yUPz4 { width:1.5rem;height:1.5rem;top:4.125rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOubNOMT4mmMzp5D8vooz8c9xf7lTVzQ { width:28.1875rem;height:1.25rem;top:4.25rem;left:9.7812519073488rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tTc771xAmaoVf8KU7VERBlrhANuDf6xl { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-0),0.22);background-image:none;display:block; }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .row .container { background-color: transparent; background-image: none; }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .row .container > .video-iframe-container { display: none; }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .row > .video-iframe-container { display: none; }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .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); }#tTc771xAmaoVf8KU7VERBlrhANuDf6xl > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJN2JPOoWNRbi6N6siVyr1W7S30R1A24 { width:7.0625rem;height:3.4375rem;top:1.5625rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pasg476ZdfhARdT8XbBAyntTmXI3bkpT { display:block; }
 }@media only screen and (max-width: 763px) { #CLbE8zETZlGSVsvNsma71DLv7f9TnFsR { width:7.0625rem;height:3.4375rem;top:1.5625rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oEsxzbLtrtWQg6N1bJl5NFRo4RPr2b3t { display:block; }
 }@media only screen and (max-width: 763px) { #y8mEsepWOTIiPeDUH6gDVpUxg5Gyyhh6 { width:7.0625rem;height:3.4375rem;top:1.5625rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1TeLAnZQXXzBLrKSReaulVT6VQSThhR { display:block; }
 }@media only screen and (max-width: 763px) { #IpBlUEmXW4Vvh8A4M8X8AvRliHG201vN { width:6.25rem;height:2.5rem;top:1.5625rem;left:6.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpE4oOgDpLf66xZJNXDvrTg8R4g1XtgW { display:block; }
 }@media only screen and (max-width: 763px) { #NT28ZuivvVw7GDHeTWBuzcUxvLtitKC6 { width:15.875rem;height:2.4375rem;top:1.03125rem;left:2.0625000596046rem;font-size:1.875rem;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { background-color:transparent;background-image:none;display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { background-color: transparent; background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqG3K3a0J3U9Dz7D5p0Xfy6hTsVgTeLT { width:18.6875rem;height:5.8125rem;top:2.6875004768372rem;left:0.65625005960463rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5eS0sQVsxS2vCn6O30FUSJJemxrlEXx { width:17.4375rem;height:3rem;top:9.6875009536744rem;left:1.2812500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuIluNT0dHMi23kP4OBim954aEgPovQF { width:15.0625rem;height:18.9375rem;top:9.2187509536744rem;left:2.4687500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VLGRHWUCndv7shZVG6PnUxlu2VTR0hWm { width:13rem;height:2.8125rem;top:31.125rem;left:3.5000002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFGb8mBmhuzMTvXwdCdw1mvwT19nmuAD { display:block; }
 }@media only screen and (max-width: 763px) { #bXM8fpQyRFb4IBTc4sOgipI2eKV24xoT { width:20rem;height:13rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdgtl0QCal64PEeuymXBkcCfzaOS4Khw { display:block; }#cdgtl0QCal64PEeuymXBkcCfzaOS4Khw > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFRE21t3bn1LrBHKveQIuiTUSbZToxM2 { width:17.5rem;height:3.89899375rem;top:3.9118309020996rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoGoCCwBUUum7UbAkAyKRI8ePrTpaMuG { width:20rem;height:2.1121625rem;top:0.99720954895019rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 { display:block; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 { border-width: 0; border-radius: 0; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container { width:20rem;height:53rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDmtQWEWl0ImmCCDre1p6bPJM78x04EZ { width:9.3125rem;height:1.2996625rem;top:17.5rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;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) { #tHQ0o7T007Cod1bxd1BzaqZSeMCgO0ZT { width:8.9375rem;height:8.875rem;top:7.9687504768369rem;left:0rem;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d31acb1b-7b05-434e-9d47-7e4ff02ac998/exteriorpainting.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tHQ0o7T007Cod1bxd1BzaqZSeMCgO0ZT.adaptive-delivery-prevent-bg, #tHQ0o7T007Cod1bxd1BzaqZSeMCgO0ZT.lazyload, #tHQ0o7T007Cod1bxd1BzaqZSeMCgO0ZT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HvRte4RVRXOqPspP537txhQ6fK2c4u0E { width:3.875rem;height:0.3125rem;top:4.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwpFF8VLRZzMhDVTKknaLQ9w2E6x1BZ7 { width:12.5rem;height:3.73660625rem;top:2.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRmh3AZVCuhpIeCs0kHMfyhtTZ6iCJHc { width:8.75rem;height:1.2996625rem;top:44.436386108399rem;left:11.125000774861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMSFiRxmpAQ4t3yJCUGn7QL5GwaeygBF { width:9.125rem;height:8.8125rem;top:8.0000028610231rem;left:10.875000774861rem;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aff95384-9f81-4327-926b-d1ea795b477d/francescatosoliniLL9V0iMpStMphoto1560185009dddeb820c7b7.crop_800x800_87,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SMSFiRxmpAQ4t3yJCUGn7QL5GwaeygBF.adaptive-delivery-prevent-bg, #SMSFiRxmpAQ4t3yJCUGn7QL5GwaeygBF.lazyload, #SMSFiRxmpAQ4t3yJCUGn7QL5GwaeygBF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JWif3cR9KuU0DCBGALbQNFcXw30ps8Ni { width:8.8125rem;height:1.2996625rem;top:30.375000953674rem;left:11.187500774861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4QlEh23IxRwzAhTP8IzpGSrsBHHQ0Hy { width:9.0625rem;height:8.75rem;top:35.0625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/04dcf745-2679-4577-a780-72cb196076d0/zacgudakovZ8GlHfdn118photo1682888813734b1b0a4f79385.crop_800x800_225,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#k4QlEh23IxRwzAhTP8IzpGSrsBHHQ0Hy.adaptive-delivery-prevent-bg, #k4QlEh23IxRwzAhTP8IzpGSrsBHHQ0Hy.lazyload, #k4QlEh23IxRwzAhTP8IzpGSrsBHHQ0Hy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #guxWJ0CHhurC086xxbWpVQ5NInEHfHRw { width:9.0625rem;height:1.2996625rem;top:17.5rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1rem;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) { #gPdvIctD5LIAknCwB1E6I3lBE9S1gLQW { width:0.0625rem;height:0.0625rem;top:21.125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/04dcf745-2679-4577-a780-72cb196076d0/zacgudakovZ8GlHfdn118photo1682888813734b1b0a4f79385.crop_800x800_225,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gPdvIctD5LIAknCwB1E6I3lBE9S1gLQW.adaptive-delivery-prevent-bg, #gPdvIctD5LIAknCwB1E6I3lBE9S1gLQW.lazyload, #gPdvIctD5LIAknCwB1E6I3lBE9S1gLQW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JT1WgGtMqTd3hHOBniFXGcAWQnutSp1V { width:8.875rem;height:1.2996625rem;top:30.374444007874rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqVamMk9ppoul8QFeOA7NkNzf8mxoXSC { width:9.0625rem;height:9.0625rem;top:21.0625rem;left:10.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/04dcf745-2679-4577-a780-72cb196076d0/zacgudakovZ8GlHfdn118photo1682888813734b1b0a4f79385.crop_800x800_225,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OqVamMk9ppoul8QFeOA7NkNzf8mxoXSC.adaptive-delivery-prevent-bg, #OqVamMk9ppoul8QFeOA7NkNzf8mxoXSC.lazyload, #OqVamMk9ppoul8QFeOA7NkNzf8mxoXSC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CMACl3iThni6rafJrPIzLVuCvpa6Zdxq { width:8.5625rem;height:1.2996625rem;top:44.437501907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbUGyG4TZ7ZiHQGtkOJwAbTmT2Qfg6eA { width:8.875rem;height:8.875rem;top:35.0625rem;left:11.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/04dcf745-2679-4577-a780-72cb196076d0/zacgudakovZ8GlHfdn118photo1682888813734b1b0a4f79385.crop_800x800_225,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sbUGyG4TZ7ZiHQGtkOJwAbTmT2Qfg6eA.adaptive-delivery-prevent-bg, #sbUGyG4TZ7ZiHQGtkOJwAbTmT2Qfg6eA.lazyload, #sbUGyG4TZ7ZiHQGtkOJwAbTmT2Qfg6eA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gWXMBoAdJaweL4DVMGCqS82VhIHPoA6A { width:9.0625rem;height:9.0625rem;top:21.125000476837rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/04dcf745-2679-4577-a780-72cb196076d0/zacgudakovZ8GlHfdn118photo1682888813734b1b0a4f79385.crop_800x800_225,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15059;display:block; }#gWXMBoAdJaweL4DVMGCqS82VhIHPoA6A.adaptive-delivery-prevent-bg, #gWXMBoAdJaweL4DVMGCqS82VhIHPoA6A.lazyload, #gWXMBoAdJaweL4DVMGCqS82VhIHPoA6A.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoQKP7zEG2ziV1CQtqDwG4NJuynTliM9 { width:15.625rem;height:3.4375rem;top:7.625rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1M1SWWy7izGtgHXJCTaDI6EhtC6GqOA { display:block; }
 }@media only screen and (max-width: 763px) { #kXkl1L3TGO029qpGnnZu2C1ygAn08kJQ { width:16.3125rem;height:4.22433125rem;top:2.625rem;left:1.8437500596046rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTrPUOvn7NQTWOKx1OZwPU917vUdvDST { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid rgba(var(--color-secondary-0),1);display:block; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row .container { background-color: transparent; background-image: none; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row .container > .video-iframe-container { display: none; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row > .video-iframe-container { display: none; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .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); }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row .container { border-width: 0; border-radius: 0; }#WTrPUOvn7NQTWOKx1OZwPU917vUdvDST > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PENp0GTX7IG0hvhJ7m5RN0RxSOhyDxLN { width:20rem;height:1.86830625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWJhaQnTiDxCauNNTwWGZLQNQIbhdiL4 { width:3.875rem;height:0.3125rem;top:3.2433037757874rem;left:8.0625007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLaDDSkF1fJRbLHIAQIUc3fIwM1ACxmS { width:15.375rem;height:17.4375rem;top:4.4347105026245rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb029MTK9rc3heyaMeKcSKlTCvSoILbW { width:15.3125rem;height:15.8125rem;top:22.425784111023rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0fxEK3DQ1HTTr4Z77Jqg3OJxdZ569Xg { width:15.6875rem;height:17.625rem;top:39.528468132019rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDPUfX2EGWGS7kWTQhfseuU8eQsaOJUl { width:15.6875rem;height:17.9375rem;top:58.367746353149rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggzEv0NRlb0KbyOSGlTRspwieuPSX5eH { display:block; }#ggzEv0NRlb0KbyOSGlTRspwieuPSX5eH > .row .container { width:20rem;height:263.24331748486rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2RDTgI3A1Kf68iwJUVR1MTeT2zBddIb { width:3.875rem;height:0.3125rem;top:49.99330625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM06capNPa2QMiTob41Tg98o6mDBOXWE { width:12.5rem;height:1.86830625rem;top:46.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6EhGJsV6LoQqlaXK74ek2L8oQHg7BEz { width:17.5rem;height:0;top:236.86831736564rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaJgXoC2v8JSinqDdWr8ZAEizX3GaG7n { width:19.375rem;height:19.375rem;top:216.24331593514rem;left:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/04dcf745-2679-4577-a780-72cb196076d0/zacgudakovZ8GlHfdn118photo1682888813734b1b0a4f79385.crop_800x800_225,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IaJgXoC2v8JSinqDdWr8ZAEizX3GaG7n.adaptive-delivery-prevent-bg, #IaJgXoC2v8JSinqDdWr8ZAEizX3GaG7n.lazyload, #IaJgXoC2v8JSinqDdWr8ZAEizX3GaG7n.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gD0750GSwuWp5JOQrE55f8y6ETKXGlo0 { width:17.5rem;height:0;top:213.36831593514rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgBK5QIFTDXLWM115BNvTHKSRzz3mtuV { width:19.375rem;height:19.375rem;top:145.74331057072rem;left:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/04dcf745-2679-4577-a780-72cb196076d0/zacgudakovZ8GlHfdn118photo1682888813734b1b0a4f79385.crop_800x800_225,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pgBK5QIFTDXLWM115BNvTHKSRzz3mtuV.adaptive-delivery-prevent-bg, #pgBK5QIFTDXLWM115BNvTHKSRzz3mtuV.lazyload, #pgBK5QIFTDXLWM115BNvTHKSRzz3mtuV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eVetb4A9udHObawmlZKvfHiDO1QJz0iD { width:17.5rem;height:0;top:142.86831057072rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5S1fOG5X6crtN5XhWgsHrrAUVpLTZ6l { width:19.375rem;height:19.375rem;top:122.18080675602rem;left:0.3125rem;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aff95384-9f81-4327-926b-d1ea795b477d/francescatosoliniLL9V0iMpStMphoto1560185009dddeb820c7b7.crop_800x800_87,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a5S1fOG5X6crtN5XhWgsHrrAUVpLTZ6l.adaptive-delivery-prevent-bg, #a5S1fOG5X6crtN5XhWgsHrrAUVpLTZ6l.lazyload, #a5S1fOG5X6crtN5XhWgsHrrAUVpLTZ6l.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FqJP9SQdEDUM1oZwARn9odTKkgLmbC3O { width:19.375rem;height:19.375rem;top:192.74331212044rem;left:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/04dcf745-2679-4577-a780-72cb196076d0/zacgudakovZ8GlHfdn118photo1682888813734b1b0a4f79385.crop_800x800_225,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FqJP9SQdEDUM1oZwARn9odTKkgLmbC3O.adaptive-delivery-prevent-bg, #FqJP9SQdEDUM1oZwARn9odTKkgLmbC3O.lazyload, #FqJP9SQdEDUM1oZwARn9odTKkgLmbC3O.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #v0s6TwAWUXkVVCW5zOdQOLkUGTq8Nb2q { width:17.5rem;height:0;top:166.36831200123rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz3PshTtcfIIbzeKHWoVHZKXFFMSOLQe { width:19.375rem;height:19.375rem;top:51.555801391601rem;left:0.3125rem;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d31acb1b-7b05-434e-9d47-7e4ff02ac998/exteriorpainting.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Lz3PshTtcfIIbzeKHWoVHZKXFFMSOLQe.adaptive-delivery-prevent-bg, #Lz3PshTtcfIIbzeKHWoVHZKXFFMSOLQe.lazyload, #Lz3PshTtcfIIbzeKHWoVHZKXFFMSOLQe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u3wTicgGX9wFPcmAT7p2XL74EGMXPPLQ { width:19.375rem;height:19.375rem;top:75.1808052063rem;left:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/04dcf745-2679-4577-a780-72cb196076d0/zacgudakovZ8GlHfdn118photo1682888813734b1b0a4f79385.crop_800x800_225,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#u3wTicgGX9wFPcmAT7p2XL74EGMXPPLQ.adaptive-delivery-prevent-bg, #u3wTicgGX9wFPcmAT7p2XL74EGMXPPLQ.lazyload, #u3wTicgGX9wFPcmAT7p2XL74EGMXPPLQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Be4vSwmXBNWChpuFMDCAVRdOd78SXkiy { width:17.5rem;height:0;top:72.3058052063rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;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) { #dkeHphx0pdExVRNqCVDtGo50NOOBfuyw { width:17.5rem;height:0;top:95.805806636813rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;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) { #dsPFlNpCnveJPW5eAkgup7ErxDf97LbT { width:17.5rem;height:0;top:260.36831748486rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOXpvSJ4Toh0Lul35T63KQSrirf75gH0 { width:19.375rem;height:19.375rem;top:239.74331736564rem;left:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/04dcf745-2679-4577-a780-72cb196076d0/zacgudakovZ8GlHfdn118photo1682888813734b1b0a4f79385.crop_800x800_225,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JOXpvSJ4Toh0Lul35T63KQSrirf75gH0.adaptive-delivery-prevent-bg, #JOXpvSJ4Toh0Lul35T63KQSrirf75gH0.lazyload, #JOXpvSJ4Toh0Lul35T63KQSrirf75gH0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xcxsFrKPF91Cc7xgt4CXhGkRlilrtMLb { width:19.375rem;height:19.375rem;top:169.24331200123rem;left:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/04dcf745-2679-4577-a780-72cb196076d0/zacgudakovZ8GlHfdn118photo1682888813734b1b0a4f79385.crop_800x800_225,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xcxsFrKPF91Cc7xgt4CXhGkRlilrtMLb.adaptive-delivery-prevent-bg, #xcxsFrKPF91Cc7xgt4CXhGkRlilrtMLb.lazyload, #xcxsFrKPF91Cc7xgt4CXhGkRlilrtMLb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ytOcT7O203G4SvAsqhJqmmBBAZi0MmIr { width:17.5rem;height:0;top:189.86831212044rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr7LN3SxTBO2AeG39F0FVo7nhOLpZi28 { width:19.375rem;height:19.375rem;top:98.680806636813rem;left:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/04dcf745-2679-4577-a780-72cb196076d0/zacgudakovZ8GlHfdn118photo1682888813734b1b0a4f79385.crop_800x800_225,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sr7LN3SxTBO2AeG39F0FVo7nhOLpZi28.adaptive-delivery-prevent-bg, #sr7LN3SxTBO2AeG39F0FVo7nhOLpZi28.lazyload, #sr7LN3SxTBO2AeG39F0FVo7nhOLpZi28.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Zt6N7g49xxXI45En3nDBTV9ZrA1LOpMF { width:17.5rem;height:0;top:119.30580675602rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;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) { #nyzv4AJv8bQqPTJcXXaI9IbXgtgbzts7 { display:block; }#nyzv4AJv8bQqPTJcXXaI9IbXgtgbzts7 > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSM8oZocnRKLK2DX0zJiXTi0uDPbxfWF { width:15.625rem;height:3.4375rem;top:7.625rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXR99BSloVAnrWmStQPI0TafkgvuTZZX { display:block; }
 }@media only screen and (max-width: 763px) { #Rf9yM84xWOTW6J0118HOkQVtw7p8XHqQ { width:16.3125rem;height:4.22433125rem;top:2.625rem;left:1.8437500596046rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwKcPc8Q1Mf1y4WSwR2TazPnK3BXP1rH { width:20rem;height:0;top:12.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr0LwsZvTmXCBvrcM7vMQTIXbQMHiWpf { width:15.625rem;height:3.4375rem;top:16rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTt9n2i8B2tyF1JIcZysLyb4gBAZFlsQ { display:block; }
 }@media only screen and (max-width: 763px) { #ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm { display:block; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVr33ESfCN2UrUQi3WL7Pe0Psf4yUPz4 { width:1.5rem;height:1.5rem;top:7.52455625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOubNOMT4mmMzp5D8vooz8c9xf7lTVzQ { width:20rem;height:2.27455625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }