.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;
}
@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { background-color:#ffffff;background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { background-color: transparent; background-image: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container > .video-iframe-container { display: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container { display: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .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); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { border-width: 0; border-radius: 0; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { font-size:0.875rem;font-family:lato;height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.15625rem;left:60.25rem;display:block; }
#oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zUwi3T83TqSFuDJUvvuc2LBeynel9wCT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5rem;left:53rem;display:block; }
#NwMbO3NPISau8yUZUMPidGOT7AFk3B9M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O8GkpM0KkSsRoaJXblO308zWuz8OTTBk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.75rem;left:25.3125rem;display:block; }
#LLSCH2BxQ5ONmmBIhu5baLWURqq6nfkm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NwlfaMkAGfWEHNIHUTCiJDKFzGDnLAqD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.8125rem;left:18.875rem;display:block; }
#yzDhATbhZKQJfR2IWHaorGdTnx1vXHeL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qu1zzWOx94BKADcQlPEKB5UpVZyahp7t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.78125rem;left:32.625rem;display:block; }
#PKUy6DvRRmabxNrdt5t8Q3McO0kGaDVp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#plKEgKtN5ohHHfgATGkePuKgtNVwdKqA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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;opacity:1;top:1.90625rem;left:51.5625rem; }
#RVz2U8TBQOm1lETwFPG11nwmdhuFyR5X { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.78125rem;left:26.9375rem;display:none; }
#JtIAOPzNEUwO0TpVmQBJiTPIHJ9sfq8o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTNwCs00dTnM9QRieORtamJ1dyrXCSIr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#b5Jwu81zd788XBTcB8gmUTxOZSwPhUlv { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:2.724609375rem;left:53.375rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#PGGOIw5J2oyUq4BEOqBAMo88iEb8XEic { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zKTsOTMCEeXxUKkorQsNPxWgmC8i8V50 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:13.75rem;top:1.625rem;left:5.0625rem;overflow:hidden;display:block; }
#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD { background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/ca25d5dd-df0b-404f-bc63-1bbf0c65166d/brookecagleG30mauGjSzIunsplash.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD.adaptive-delivery-prevent-bg, #FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD.lazyload, #FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD.lazyloading { background-image: none; }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .row .container { background-color: transparent; background-image: none; }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .row .container > .video-iframe-container { display: none; }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .row > .video-iframe-container { display: none; }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .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); }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .row .container { border-width: 0; border-radius: 0; }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .row .container { font-size:0.875rem;font-family:lato;height:46.25rem;width:75rem;overflow:visible;position:relative;display:block; }#nPoM29oEXOxZMoLfJwg9HCO6q82snWw0 { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.875rem;left:4.4375rem;display:block; }
#aBO0q4vE1e7uHeV1dUJ2cT2O21kT0iOZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JduDXbTQGCJZmCdOTVf0JeTqUoTl2iII { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:poppins;font-size:5.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.21875rem;left:4.4375rem;height:29.5605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QuWp6OqQu6Z3GInSNexZCtAJVOTq4mtJ { background-color:#ffffff;background-image:none;z-index:;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QuWp6OqQu6Z3GInSNexZCtAJVOTq4mtJ > .row .container { background-color: transparent; background-image: none; }#QuWp6OqQu6Z3GInSNexZCtAJVOTq4mtJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuWp6OqQu6Z3GInSNexZCtAJVOTq4mtJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuWp6OqQu6Z3GInSNexZCtAJVOTq4mtJ > .row .container > .video-iframe-container { display: none; }#QuWp6OqQu6Z3GInSNexZCtAJVOTq4mtJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuWp6OqQu6Z3GInSNexZCtAJVOTq4mtJ > .row > .video-iframe-container { display: none; }#QuWp6OqQu6Z3GInSNexZCtAJVOTq4mtJ > .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); }#QuWp6OqQu6Z3GInSNexZCtAJVOTq4mtJ > .row .container { border-width: 0; border-radius: 0; }#QuWp6OqQu6Z3GInSNexZCtAJVOTq4mtJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QuWp6OqQu6Z3GInSNexZCtAJVOTq4mtJ > .row .container { font-size:0.875rem;font-family:lato;height:46.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#h7MOqypVwRWrXlfS73tw9qHMwPEF607l { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:18.375rem;left:33.625rem;height:2.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#shVKtFai5g0l5mdtioaSVoGe6dUfXd1W { color:#000000;display:block;width:17.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:22.625rem;left:53.375rem;height:6.9375rem;display:block; }#shVKtFai5g0l5mdtioaSVoGe6dUfXd1W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#shVKtFai5g0l5mdtioaSVoGe6dUfXd1W li:before{  }
#wHkSnJfEZPSeDlhdKvWR8DMX2sOe2EUi { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:22.5625rem;left:7.375rem;height:6.9375rem;text-align:left;text-align-last:left;display:block; }#wHkSnJfEZPSeDlhdKvWR8DMX2sOe2EUi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wHkSnJfEZPSeDlhdKvWR8DMX2sOe2EUi li:before{  }
#DxKeDFkuDS8ia1oeJhELeb5bITLhTTPi { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:18.375rem;left:11.09375rem;height:2.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xnV1lk2aPPTv63cq9W8GsDUnv9vWeMxX { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:22.625rem;left:29.3125rem;height:6.9375rem;display:block; }#xnV1lk2aPPTv63cq9W8GsDUnv9vWeMxX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xnV1lk2aPPTv63cq9W8GsDUnv9vWeMxX li:before{  }
#Xhvr2ATpuSAx8T2eP7gCs34U93Gsn6OE { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:18.375rem;left:56.46875rem;height:2.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sFPXFAQDH3H7s8FBa2QfUguWTI3PPRWA { box-sizing:content-box;height:11rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:0rem;left:0rem;display:block; }
#dpWP5JKtT85lVMwDo8Tacv8fRsg8EhFo { color:#191919;display:block;width:47.0625rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:2.8125rem;left:5rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mWc5twMdKET1bxfgBnnEiVJnvq45uOx0 { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:36.875rem;left:5.875rem;display:block; }
#tiyFiQ5ogunV4umcQZvHVeCs6IAJQa6L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXnTcJgS7H3deBWlM2HQdEH94Mr2Wy6d { background-color:#373636;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:36.9375rem;left:29.75rem;display:block; }
#hcT6KiXftaoeb9kilx4X22sKy5pdzQS1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fSmVQHkU6cBfSP4MtLkHxSsu6Nt0md0r { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:36.9375rem;left:52.875rem;display:block; }
#mPXmwS1rdVxqrN0GhKZpTRn5dDkmWc9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVIEOZNZFWx1SlEidgtp1K3NI5x26yTQ { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:15.875rem;left:34.28125rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S90GMqITxeznX57QAR65w0PTZVnkOnPR { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:31.8125rem;left:8.375rem;height:2.4375rem;font-style:normal;display:block; }
#TVeu7IKahWnoRais8T8WqNJevqp35TNc { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:31.875rem;left:31.9375rem;height:2.4375rem;font-style:normal;display:block; }
#LJGR7lMI1rI5MrOyZU203Ddap8x9hoey { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:31.875rem;left:55.375rem;height:2.4375rem;font-style:normal;display:block; }
#NHUx3sKxLR9pgl3PUGafoN4xGmBVNzMf { box-sizing:content-box;height:30.1875rem;width:23.9375rem;position:absolute;display:block;z-index:15014;background-color:#34a853;background-image:none;top:13.5rem;left:26.5625rem;display:block; }
#yRwtRiB0rWAef7Cq12cxRCootdLf8rT0 { box-sizing:content-box;height:30.1875rem;width:19.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:13.4375rem;left:5rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#QA16KykIKpmeTylgFBX3dceO51CRKlbc { box-sizing:content-box;height:30.1875rem;width:19.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:13.4375rem;left:52.0625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn { background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/f3934ade-4471-4b23-ad53-2da01e04a0cb/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn.adaptive-delivery-prevent-bg, #Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn.lazyload, #Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn.lazyloading { background-image: none; }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .row .container { background-color: transparent; background-image: none; }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .row .container > .video-iframe-container { display: none; }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .row > .video-iframe-container { display: none; }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .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); }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .row .container { border-width: 0; border-radius: 0; }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .row .container { font-size:0.875rem;font-family:lato;height:46.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#eEEhQnhApxgmo13W9VLLEOQKqupZ9n8x { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.375rem;left:5.65625rem;height:6.46875rem;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; }
#blUxBEnW7LfyH7GBRau9H8uQirgf8K5w { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:32.25rem;left:24.78125rem;display:block; }
#yAGSfFFG77JNohyk8yK1ABdWiW2eKagI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iRpTsUDAkOka0ax6OqzZwp591ZNDRVE2 { background-color:#fec128;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:32.25rem;left:5.65625rem;display:block; }
#ST5QEmAcK1fBDnhOnVaaS4micGWVhW9G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rJ0VchI1gnt2wWVa9OelF7qQcgStmrbd { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.3125rem;left:5.65625rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { background-color: transparent; background-image: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .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); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { border-width: 0; border-radius: 0; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { font-size:0.875rem;font-family:lato;height:46.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { color:#191919;display:block;width:20.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:24.3125rem;left:51.25rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#urgI1itdplflaP3TcAp5CXt6JZSON0XB { color:#191919;display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:24.3125rem;left:28.1875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { color:#191919;display:block;width:20.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:24.3125rem;left:4.8125rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { color:#191919;display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:20.75rem;left:9.4375rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aLRpQ3OTkiqvXuSlBv58RsUdBHEMiGuO { color:#191919;display:block;width:29.3125rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:3rem;left:4.8125rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tTCFwQmCyNuu41Gi2L5DCknPtCKPw1tq { color:#191919;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:20.75rem;left:33.25rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JSG2ZFouSZlHCo4qRce1rRq75gzBToO1 { color:#191919;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:20.75rem;left:54.0625rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JX5moZrOmS1aPZFMP3BwvafhMgT1yRZ6 { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:33.8125rem;left:6.03125rem;display:block; }
#arM9HRSi2xOuDwALpCpRMJfCHrlqzq6u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cenNcSqxLCwcKuds93LJNGReWqTRePBO { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:33.8125rem;left:28.9375rem;display:block; }
#qt2kWxiUw3EqWpke5MHa8coDWUvnZKkn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sAEuPydkMEZ4rKyMKWx6RXzxw36KTmth { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:33.8125rem;left:52.625rem;display:block; }
#GVzce8b7WP4EE2Ouw1sw4ocOsfrEwIa2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pgpl3C66NaTBblTqMZv6o33LByPvmN1h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:16.625rem;left:12.3125rem; }
#iKHvP6GMSdupaog94lpyvdBQF3Af1q3K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:16.625rem;left:35.9375rem; }
#xqWen2a3GT6nrx4qiHxoW5f8G4a51FNS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:16.625rem;left:57.78125rem; }
#W057WkF3UI8uKXkKPpl62dyVyhF44gFT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a8b4d3e7-0b66-4db6-b7f7-f136dfdae35b/Projektbeznazwy25.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT.adaptive-delivery-prevent-bg, #W057WkF3UI8uKXkKPpl62dyVyhF44gFT.lazyload, #W057WkF3UI8uKXkKPpl62dyVyhF44gFT.lazyloading { background-image: none; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { background-color: transparent; background-image: none; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container > .video-iframe-container { display: none; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row > .video-iframe-container { display: none; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .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); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { border-width: 0; border-radius: 0; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { font-size:0.875rem;font-family:lato;height:46.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#Sqv8n9eZuZKhpXM7VVmZ41hAIbMPCE6I { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:4.4375rem;left:5.1875rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qJNmMcSav9qwpBVg6ONtlMAG7A1EtCbV { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.5;letter-spacing:0;top:16.40625rem;left:5.1875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nIT003DgkN2wpfRcILJC4migTyFJe97T { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31.25rem;left:5.1875rem;display:block; }
#NF3nktum90JurTRDAKnL5sQRNBOvX5V4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WNStK527Bys8TPswdAp6DBg5Xxlw8l3u { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/204aab13-606d-4cf1-8d43-d7aa255c56e1/stylemoodboardy_9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt.adaptive-delivery-prevent-bg, #ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt.lazyload, #ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt.lazyloading { background-image: none; }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .row .container { background-color: transparent; background-image: none; }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .row .container > .video-iframe-container { display: none; }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .row > .video-iframe-container { display: none; }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .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); }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .row .container { border-width: 0; border-radius: 0; }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .row .container { font-size:0.875rem;font-family:lato;height:68.75rem;width:75rem;overflow:visible;position:relative;display:block; }#tMViVtDNTqwJ5R3oVN0L4kTPzf0UeKK3 { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:41.25rem;left:1.125rem;display:block; }
#b1NGA3nd98f0LMS3yqmwgT1H1mlD5yNd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WcyOmZ1cI0wJ1xMl23o42GQ6FQLpv8b8 { color:#000000;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:32.8125rem;left:1.125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ms3WyT2LnkxtymV8DdlTGdSRslifi7hS { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:36.6875rem;left:1.125rem;height:3.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cqvci4T3Tcz7qq4GqTvaTReliB4vW5KT { box-sizing:content-box;height:15.5625rem;width:35.625rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:31.25rem;left:0rem;display:block; }
#tlF0RFIRNRyXLxTK4hDlFnePQfwclGfJ { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.25rem;top:32.1875rem;left:23.375rem;overflow:hidden;display:block; }
#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dad2fe16-6e1b-4c34-83f5-a8065f321c24/stylemoodboardy_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS.adaptive-delivery-prevent-bg, #VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS.lazyload, #VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS.lazyloading { background-image: none; }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .row .container { background-color: transparent; background-image: none; }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .row .container > .video-iframe-container { display: none; }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .row > .video-iframe-container { display: none; }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .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); }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .row .container { border-width: 0; border-radius: 0; }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .row .container { font-size:0.875rem;font-family:lato;height:68.75rem;width:75rem;overflow:visible;position:relative;display:block; }#QCIsJT1b4DHiHLzknplEeCUEFBV83AK8 { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:41.25rem;left:1.125rem;display:block; }
#UQThm7lddwldHT0Egv5WXiXU87EIPvlv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfG0BZUokzJr1WKRSiR9fgSUWWw5UTRE { color:#000000;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:32.8125rem;left:1.125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bPW3g3AHyJuUFwQ0aS7NbONaUrD02KIV { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:36.6875rem;left:1.125rem;height:3.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EZzxorBiPzwRpiqTwi69B2cPky4H3D3c { box-sizing:content-box;height:15.5625rem;width:35.625rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:31.25rem;left:0rem;display:block; }
#FOQzuC2re75FlCx3cSqTTSl1Kct7dxtu { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.25rem;top:32.1875rem;left:23.375rem;overflow:hidden;display:block; }
#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c05f8506-7451-4eb8-960f-6da19ab4f42d/stylemoodboardy_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD.adaptive-delivery-prevent-bg, #nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD.lazyload, #nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD.lazyloading { background-image: none; }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .row .container { background-color: transparent; background-image: none; }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .row .container > .video-iframe-container { display: none; }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .row > .video-iframe-container { display: none; }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .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); }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .row .container { border-width: 0; border-radius: 0; }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .row .container { font-size:0.875rem;font-family:lato;height:68.75rem;width:75rem;overflow:visible;position:relative;display:block; }#duCbhxEln6lnWCL3CRRFP6GsnTw1vXqD { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:41.25rem;left:1.125rem;display:block; }
#IhP8vhJF53mMoNmT9dU4LKA3ku1ASzWd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nfPX9maOCqhDRHWJAp7E6qVb5Vzqlhko { color:#000000;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:32.8125rem;left:1.125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VMwvXs8S1JA9HsNH8WoAbpghDQRfFEaD { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:36.1875rem;left:1.125rem;height:4.125rem;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; }
#dqPeyBz28p62Bd0ziAZBhleQy9MViTSb { box-sizing:content-box;height:15.5625rem;width:35.625rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:31.25rem;left:0rem;display:block; }
#ldFGJW5FFiPDSc5QA09DCQK0cZ4yvd7G { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.25rem;top:32.1875rem;left:23.375rem;overflow:hidden;display:block; }
#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc95e032-6d86-4e29-9c51-6d28a058f5be/stylemoodboardy_5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ.adaptive-delivery-prevent-bg, #by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ.lazyload, #by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ.lazyloading { background-image: none; }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .row .container { background-color: transparent; background-image: none; }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .row .container > .video-iframe-container { display: none; }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .row > .video-iframe-container { display: none; }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .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); }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .row .container { border-width: 0; border-radius: 0; }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .row .container { font-size:0.875rem;font-family:lato;height:68.75rem;width:75rem;overflow:visible;position:relative;display:block; }#qXWzMu89XTwt2naq8PtkSm0P2HeTDqdW { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:41.25rem;left:1.125rem;display:block; }
#nfTrOv1Lha4GNTnsLQGVDcrzQSGEeGpQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChQIt4M3128FThGATrSg8rKeBv6C4fFs { color:#000000;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:32.8125rem;left:1.125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sPTTT2i3qiAu3gI1cXghZotyyuMpv8aK { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:36.1875rem;left:1.125rem;height:4.125rem;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; }
#cGAksTv8P8wipBPTRhPXaTN3EyyaAVPN { box-sizing:content-box;height:15.5625rem;width:35.625rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:31.25rem;left:0rem;display:block; }
#VWDJglqEnGtkto6Vr1RWou3yVVh567hF { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.25rem;top:32.1875rem;left:23.375rem;overflow:hidden;display:block; }
#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/15fd1a7d-d8dc-4a14-8b35-721ae454ee37/stylemoodboardy_7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc.adaptive-delivery-prevent-bg, #utGFt5XKLbGrVRBXdOqq0N0txDNcblXc.lazyload, #utGFt5XKLbGrVRBXdOqq0N0txDNcblXc.lazyloading { background-image: none; }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .row .container { background-color: transparent; background-image: none; }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .row .container > .video-iframe-container { display: none; }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .row > .video-iframe-container { display: none; }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .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); }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .row .container { border-width: 0; border-radius: 0; }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .row .container { font-size:0.875rem;font-family:lato;height:68.75rem;width:75rem;overflow:visible;position:relative;display:block; }#cKoeCOMZyF2mGxgKCPgLSsddFaGGmEmE { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:41.25rem;left:1.125rem;display:block; }
#Cnv4uVB03fSlEfCbv3nO7sVOyFy2XdCw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vbB3fPlJ1WzAKVGoQTWdu2xrMoRUyETg { color:#000000;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:32.8125rem;left:1.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rKDqUiH0f00FViifMtyGkFUgcmk6rETR { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:36.1875rem;left:1.125rem;height:3.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qz9wfqXCRGelaZoRwqQ4cdtgwl55mxeF { box-sizing:content-box;height:15.5625rem;width:35.625rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:31.25rem;left:0rem;display:block; }
#yxd8JpHET5J56SCE4J7fexdQv6hEdC5M { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.25rem;top:32.1875rem;left:23.375rem;overflow:hidden;display:block; }
#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0d79e7a-1385-47d0-afa4-f8d71eae1d8f/stylemoodboardy_11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J.adaptive-delivery-prevent-bg, #pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J.lazyload, #pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J.lazyloading { background-image: none; }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .row .container { background-color: transparent; background-image: none; }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .row .container > .video-iframe-container { display: none; }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .row > .video-iframe-container { display: none; }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .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); }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .row .container { border-width: 0; border-radius: 0; }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .row .container { font-size:0.875rem;font-family:lato;height:68.75rem;width:75rem;overflow:visible;position:relative;display:block; }#gsvFfSLhCKNT32khpVsU2FDHAGZvddkT { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:41.25rem;left:1.125rem;display:block; }
#T4SKzkDfVxcgmFN0nMNe2irNZwwhDTbu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nGgc1TiehkBEipgSAUFX3zwBDzmZxl64 { color:#000000;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:32.8125rem;left:1.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NeGaEotImmOwAGUntdNwgEQwy1RzsGt5 { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:35.3125rem;left:1.125rem;height:5.15625rem;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; }
#zZI0gt5BdnvGOTSAKzkKizOSSToT5aMO { box-sizing:content-box;height:15.5625rem;width:35.625rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:31.25rem;left:0rem;display:block; }
#LPkOhuATJnFmM98wyVNbpoAq35b1KKc5 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.25rem;top:32.1875rem;left:23.375rem;overflow:hidden;display:block; }
#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ead98ac4-885c-4493-b610-1c5f58d7624a/stylemoodboardy_13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh.adaptive-delivery-prevent-bg, #htPGPQT6u36QMb0znn3DuzXJqT3PdhEh.lazyload, #htPGPQT6u36QMb0znn3DuzXJqT3PdhEh.lazyloading { background-image: none; }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .row .container { background-color: transparent; background-image: none; }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .row .container > .video-iframe-container { display: none; }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .row > .video-iframe-container { display: none; }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .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); }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .row .container { border-width: 0; border-radius: 0; }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .row .container { font-size:0.875rem;font-family:lato;height:68.75rem;width:75rem;overflow:visible;position:relative;display:block; }#olFwbSRp7K0UpXgK9vS3gPePtUwi5AEo { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:41.25rem;left:1.125rem;display:block; }
#rzs1JIu5igrwB1BsCw7ZIVCnnfpwHSdQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfNkMQTpPAtEitk5G30yqdw3wMGlJKHR { color:#000000;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:32.8125rem;left:1.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rySwIgi5NipWRZJ3TNRr8yHxUpk1lbn1 { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:35.6875rem;left:1.125rem;height:4.125rem;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; }
#dlwHI8OyMVKPLVqSJFXTAS8xr3IJiVP7 { box-sizing:content-box;height:15.5625rem;width:35.625rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:31.25rem;left:0rem;display:block; }
#Mkb43w8VS8TJOm3lfQ5dgxNbWKH5tQif { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.25rem;top:32.1875rem;left:23.375rem;overflow:hidden;display:block; }
#c5imhn5BgClce7JKA39h2EsauN8gicgn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d815c41-bcd6-48be-8496-e9c1ef4af7bc/stylemoodboardy_15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#c5imhn5BgClce7JKA39h2EsauN8gicgn.adaptive-delivery-prevent-bg, #c5imhn5BgClce7JKA39h2EsauN8gicgn.lazyload, #c5imhn5BgClce7JKA39h2EsauN8gicgn.lazyloading { background-image: none; }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .row .container { background-color: transparent; background-image: none; }#c5imhn5BgClce7JKA39h2EsauN8gicgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .row .container > .video-iframe-container { display: none; }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .row > .video-iframe-container { display: none; }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .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); }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .row .container { border-width: 0; border-radius: 0; }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .row .container { font-size:0.875rem;font-family:lato;height:68.75rem;width:75rem;overflow:visible;position:relative;display:block; }#RghHJeZwW4FbGIUeivyKA6vegLttwzcn { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:41.25rem;left:1.125rem;display:block; }
#pt8xdJgTOBl6T4PlkaI9X3M59T2ALWP4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rvl8XWbLINboIUefU6UlG09SREtegVx5 { color:#000000;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:32.8125rem;left:1.125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uODbSHh5LL124asoKn0JvcMcWhNMobwQ { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:36.0625rem;left:1.125rem;height:3.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EI1LMogWlLRThD3LOLXpxQ4Qvxknaz5U { box-sizing:content-box;height:15.5625rem;width:35.625rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:31.25rem;left:0rem;display:block; }
#zL8tUJTwkCKku3JMyuKKAwCmNtpgBth3 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.25rem;top:32.1875rem;left:23.375rem;overflow:hidden;display:block; }
#LcuLnmabRiv7J02M0Q6RX44COnuViu0n { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8b5f6d48-4718-4381-8513-0a6ea3995a18/stylemoodboardy_17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n.adaptive-delivery-prevent-bg, #LcuLnmabRiv7J02M0Q6RX44COnuViu0n.lazyload, #LcuLnmabRiv7J02M0Q6RX44COnuViu0n.lazyloading { background-image: none; }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .row .container { background-color: transparent; background-image: none; }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .row .container > .video-iframe-container { display: none; }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .row > .video-iframe-container { display: none; }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .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); }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .row .container { border-width: 0; border-radius: 0; }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .row .container { font-size:0.875rem;font-family:lato;height:68.75rem;width:75rem;overflow:visible;position:relative;display:block; }#qdnTH00LqIxRX68q4Jw1GZy8g6bo57q0 { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:41.25rem;left:1.125rem;display:block; }
#yGNrK1cJiA1brzTLu5PQeB2su9p3NglV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rv35oZrPO5fTfQsLqUk1EHfp389ZXtZd { color:#000000;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:32.8125rem;left:1.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GaR8egQr388EvNKKGhG3K5otQMTGKuST { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:36.0625rem;left:1.125rem;height:3.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JgKbcZbGKTBQnTFK5OnUzwdmU1mN58oA { box-sizing:content-box;height:15.5625rem;width:35.625rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:31.25rem;left:0rem;display:block; }
#Z14kCngvh7GeMMCtXXUN3aNfdBG29w7u { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.25rem;top:32.1875rem;left:23.375rem;overflow:hidden;display:block; }
#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/263f43f2-e2b0-481c-aa0f-8f24eee155c0/Projektbeznazwy40.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq.adaptive-delivery-prevent-bg, #pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq.lazyload, #pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq.lazyloading { background-image: none; }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .row .container { background-color: transparent; background-image: none; }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .row .container > .video-iframe-container { display: none; }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .row > .video-iframe-container { display: none; }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .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); }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .row .container { border-width: 0; border-radius: 0; }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .row .container { font-size:0.875rem;font-family:lato;height:46.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#PGkTMWq7o6sNJHTmiTynTgxTHpnCMDnd { color:#191919;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:3.818359375rem;left:5.21875rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QvhFKNi3iAg9BUkWLpbk2GwRifqdTbTl { color:#191919;display:block;width:31.125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.9;letter-spacing:0;top:15.5rem;left:7.8125rem;height:8.90625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lJUqlwktg19P1Z0VOKTNGbmrgxfwGCI3 { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:29.25rem;left:5.21875rem;display:block; }
#onJCq4eP1tAFFMTRgahd6eQJW3fcVTFh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PlS8vZhuPvBzy4MeTuTKU9sSL6EDUUaJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:16.1875rem;left:5.25rem; }
#ucCftgQJ1KUBD0Lrg0ae93Tc52zBi4xg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:19.1875rem;left:5.25rem; }
#gPvCq7XkCBoVu9gGbEhdfoVITW1tSBBp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:22.125rem;left:5.25rem; }
#nlIAoVceMWsEq1fCiEh3ORUXPl2l5I41 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.8125rem;left:6.5rem;display:block; }
#cFV9rsIPqNTT4cx1Fw5gNw1yVJXTcMxp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qPNHJJrQRG08k0lRyG2StUkczApL2gzl { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container { background-color: transparent; background-image: none; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container > .video-iframe-container { display: none; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row > .video-iframe-container { display: none; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .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); }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container { border-width: 0; border-radius: 0; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container { font-size:0.875rem;font-family:lato;height:51.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#kGgiv42TnbHpGHOzJqKIbL7OQMRcmqMN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:9.375rem;width:9.375rem;top:16.75rem;left:6.5rem;overflow:hidden;display:block; }
#m551b1uSgSsmBeL6y4cyz8cf6uTQFaVA { color:#191919;display:block;width:13.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:24.4375rem;left:19.0625rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nIxqc7Qe6KQRc6saAXxGqoQmHM2ZvmgM { color:#000000;display:block;width:21rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:16.75rem;left:19.0625rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Pr5iuuTWwDpQ2EkiW2M3HKNrux9XJ0k3 { color:#191919;display:block;width:12rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:24.38671875rem;left:53.75rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ula84srx8i4HLqrpAaDB0z7A67lJTo3D { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:16.75rem;left:53.75rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cGLX2PfsFQD6EOvppsWg6fgPodR5fObT { color:#191919;display:block;width:11.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:37.5625rem;left:19.0625rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#o3bTN9rMh7X3FnHXkBQCPsMlBKwRvwsd { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:29.875rem;left:19.0625rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nnC2PxxvIe58dLGT4ChgHTuG1d2UoyG0 { color:#191919;display:block;width:14.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:37.5751953125rem;left:53.75rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eb6z7avQodqQZalfmVmCq1hqZhFpmhcs { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:29.875rem;left:53.75rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UPcvs7xtCenlDF2X0OEThfN9SB7mXCtp { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:9.375rem;width:9.375rem;top:28.5625rem;left:42.1875rem;overflow:hidden;display:block; }
#oh2VRdfSH3pgLZdGrDd8430xl4B7KTgy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:9.375rem;width:9.375rem;top:28.5625rem;left:6.5rem;overflow:hidden;display:block; }
#VVMbuREeHQnw9ggAQpHpE8rOFGvlGJox { color:#191919;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:4.625rem;left:6.46875rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iXTs2O843tBGm718bCcVx5ZzNqIQ6QVB { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.25rem;border-top-right-radius:7.25rem;border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:16.75rem;left:42.1875rem;overflow:hidden;display:block; }
#iwObnUVbUwmMcylviK1GhymPmH4BoeuT { background-color:#34a853;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:44.3125rem;left:28.4375rem;display:block; }
#HZuswC4EToog7XVGpnbWMOt4kF2fqBkF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl { background-color:#dcdcdc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row .container { background-color: transparent; background-image: none; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row .container > .video-iframe-container { display: none; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row > .video-iframe-container { display: none; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .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); }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row .container { border-width: 0; border-radius: 0; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row .container { font-size:0.875rem;font-family:lato;height:35.125rem;width:75rem;overflow:visible;position:relative;display:block; }#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-form-header {  }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:#000000;width:19.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.3;overflow:hidden; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";line-height:1.3; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-text {padding-top: 0; padding-bottom: 0;}#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";line-height:1.3; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-select {padding-top: 0; padding-bottom: 0;}#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-button { border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;background-color:#34a853;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:400;color:#ffffff;width:19.625rem;height:3.4375rem;font-family:poppins;overflow:hidden;font-style:normal;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.25rem;overflow:hidden;font-style:normal; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-container:first-of-type{padding-top:0;}#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-container:last-of-type{padding-bottom:0;}#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:6.1875rem;left:26.375rem; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.625rem; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O {display:block;}#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:6.1875rem;left:26.375rem; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #gTDH0UC8esi7vsBLBFMyqkXsHn7XiFTH { position:relative; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #N5o3NRTr85TNwJK6PPTibNmVzJ0VPX2z { position:relative;display:block; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #t7ByAqIKDKBXc85MJquIQQtJ5ibtKiCz { position:relative; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #lX0bfraJeH6aHqhqy3EanT128Cfl0GUv { position:relative; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #QzvBrziRm9bsszT0NsEIald8iFFuUQES { position:relative;display:block; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #PhFxSViliLKpaIDUl3n4mZvWd1o1CrGT { position:relative; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #Uxp6nqUJGx2dQ5BGsg2aOLVnUnMTwWxa { position:relative; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #KxyTx2afeJGOE75TrXkIfA6zGAcXGGRp { position:relative;display:block; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #qKFZIHQhm0RNP0gNBPV2VTxG3Z7PVn0y { position:relative; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #erzvx8nQ3qJh2XPfRb9kbTMQnfWrkb0D { position:relative; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #WgLRKE2LvZ872OFARMmXFe2tmqHOEmcU { position:relative; }
#SPE5NJn5sb6Pk0kA3iwMT06SxkTveLn9 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:1.875rem;left:26.375rem;height:2.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EcDFePwZryRPxbq25Ad78mi3c5HbpRRm { color:#666666;display:block;width:22.3125rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:30.875rem;left:26.34375rem;height:2.4375rem;display:block; }
#STa0pItotsIJ464bKTdq4M6Bmn4T4oUx { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#STa0pItotsIJ464bKTdq4M6Bmn4T4oUx > .row .container { background-color: transparent; background-image: none; }#STa0pItotsIJ464bKTdq4M6Bmn4T4oUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STa0pItotsIJ464bKTdq4M6Bmn4T4oUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STa0pItotsIJ464bKTdq4M6Bmn4T4oUx > .row .container > .video-iframe-container { display: none; }#STa0pItotsIJ464bKTdq4M6Bmn4T4oUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STa0pItotsIJ464bKTdq4M6Bmn4T4oUx > .row > .video-iframe-container { display: none; }#STa0pItotsIJ464bKTdq4M6Bmn4T4oUx > .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); }#STa0pItotsIJ464bKTdq4M6Bmn4T4oUx > .row .container { border-width: 0; border-radius: 0; }#STa0pItotsIJ464bKTdq4M6Bmn4T4oUx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#STa0pItotsIJ464bKTdq4M6Bmn4T4oUx > .row .container { font-size:0.875rem;font-family:lato;height:5.875rem;width:75rem;overflow:visible;position:relative;display:block; }#QKWbZ1PUlzdaDlfqc2HtPxM4sI9qZv8L { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.2;letter-spacing:0;top:3.625rem;left:6.6875rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EqFvLplNLUUpTzW8V7PdAMRkvKSZJwZO { color:#666666;display:block;width:9.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.2;letter-spacing:0;top:3.625rem;left:17.1875rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#I8kShuWB8FHPzwO3TgTQ89zJ4eRXDx5K { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:2.724609375rem;left:53.375rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iTMtXxKf4DSZWZ3lR8dKdAfwRxfigxtt { color:#666666;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15047;line-height:1.2;letter-spacing:0;top:3.625rem;left:28.34375rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uTPR9SnkVbufe0bRvlw2kXGGBobTKHPy { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#uTPR9SnkVbufe0bRvlw2kXGGBobTKHPy > .row .container { border-width: 0; border-radius: 0; }#uTPR9SnkVbufe0bRvlw2kXGGBobTKHPy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uTPR9SnkVbufe0bRvlw2kXGGBobTKHPy > .row .container { font-size:0.875rem;font-family:lato;height:5.875rem;width:75rem;overflow:visible;position:relative;display:none; }#ePNUAOLZHmGgSMMaf17M3bvt7usp6yRt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:18.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block; }
 }@media only screen and (max-width: 763px) { #zUwi3T83TqSFuDJUvvuc2LBeynel9wCT { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwMbO3NPISau8yUZUMPidGOT7AFk3B9M { display:block; }
 }@media only screen and (max-width: 763px) { #O8GkpM0KkSsRoaJXblO308zWuz8OTTBk { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLSCH2BxQ5ONmmBIhu5baLWURqq6nfkm { display:block; }
 }@media only screen and (max-width: 763px) { #NwlfaMkAGfWEHNIHUTCiJDKFzGDnLAqD { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzDhATbhZKQJfR2IWHaorGdTnx1vXHeL { display:block; }
 }@media only screen and (max-width: 763px) { #Qu1zzWOx94BKADcQlPEKB5UpVZyahp7t { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKUy6DvRRmabxNrdt5t8Q3McO0kGaDVp { display:block; }
 }@media only screen and (max-width: 763px) { #plKEgKtN5ohHHfgATGkePuKgtNVwdKqA { top:1.875rem;left:37.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVz2U8TBQOm1lETwFPG11nwmdhuFyR5X { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtIAOPzNEUwO0TpVmQBJiTPIHJ9sfq8o { display:block; }
 }@media only screen and (max-width: 763px) { #VTNwCs00dTnM9QRieORtamJ1dyrXCSIr { display:none; }
 }@media only screen and (max-width: 763px) { #b5Jwu81zd788XBTcB8gmUTxOZSwPhUlv { top:0.4375rem;left:0rem;width:9.5625rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGGOIw5J2oyUq4BEOqBAMo88iEb8XEic { display:none; }
 }@media only screen and (max-width: 763px) { #zKTsOTMCEeXxUKkorQsNPxWgmC8i8V50 { top:1.625rem;left:0rem;width:13.75rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD { display:block; }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPoM29oEXOxZMoLfJwg9HCO6q82snWw0 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBO0q4vE1e7uHeV1dUJ2cT2O21kT0iOZ { display:block; }
 }@media only screen and (max-width: 763px) { #JduDXbTQGCJZmCdOTVf0JeTqUoTl2iII { top:7.1875rem;left:0rem;width:39.0625rem;height:29.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuWp6OqQu6Z3GInSNexZCtAJVOTq4mtJ { display:block; }#QuWp6OqQu6Z3GInSNexZCtAJVOTq4mtJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7MOqypVwRWrXlfS73tw9qHMwPEF607l { top:18.375rem;left:20rem;width:10.375rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shVKtFai5g0l5mdtioaSVoGe6dUfXd1W { top:22.625rem;left:30.5rem;width:17.25rem;height:6.9375rem;font-size:0.9375rem;display:block; }#shVKtFai5g0l5mdtioaSVoGe6dUfXd1W li:before{  }
 }@media only screen and (max-width: 763px) { #wHkSnJfEZPSeDlhdKvWR8DMX2sOe2EUi { top:22.5625rem;left:0rem;width:17.0625rem;height:6.9375rem;font-size:0.9375rem;display:block; }#wHkSnJfEZPSeDlhdKvWR8DMX2sOe2EUi li:before{  }
 }@media only screen and (max-width: 763px) { #DxKeDFkuDS8ia1oeJhELeb5bITLhTTPi { top:18.375rem;left:0rem;width:7.6875rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnV1lk2aPPTv63cq9W8GsDUnv9vWeMxX { top:22.625rem;left:15.6875rem;width:18.4375rem;height:6.9375rem;font-size:0.9375rem;display:block; }#xnV1lk2aPPTv63cq9W8GsDUnv9vWeMxX li:before{  }
 }@media only screen and (max-width: 763px) { #Xhvr2ATpuSAx8T2eP7gCs34U93Gsn6OE { top:18.375rem;left:36.6875rem;width:11.0625rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFPXFAQDH3H7s8FBa2QfUguWTI3PPRWA { top:0rem;left:0rem;width:47.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpWP5JKtT85lVMwDo8Tacv8fRsg8EhFo { top:2.8125rem;left:0rem;width:47.0625rem;height:8.25rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWc5twMdKET1bxfgBnnEiVJnvq45uOx0 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiyFiQ5ogunV4umcQZvHVeCs6IAJQa6L { display:block; }
 }@media only screen and (max-width: 763px) { #mXnTcJgS7H3deBWlM2HQdEH94Mr2Wy6d { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcT6KiXftaoeb9kilx4X22sKy5pdzQS1 { display:block; }
 }@media only screen and (max-width: 763px) { #fSmVQHkU6cBfSP4MtLkHxSsu6Nt0md0r { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPXmwS1rdVxqrN0GhKZpTRn5dDkmWc9A { display:block; }
 }@media only screen and (max-width: 763px) { #MVIEOZNZFWx1SlEidgtp1K3NI5x26yTQ { top:15.875rem;left:20.65625rem;width:8.5rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S90GMqITxeznX57QAR65w0PTZVnkOnPR { top:31.8125rem;left:0rem;width:13.1875rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVeu7IKahWnoRais8T8WqNJevqp35TNc { top:31.875rem;left:18.3125rem;width:13.8125rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJGR7lMI1rI5MrOyZU203Ddap8x9hoey { top:31.875rem;left:34.5625rem;width:13.1875rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHUx3sKxLR9pgl3PUGafoN4xGmBVNzMf { top:13.5rem;left:12.9375rem;width:23.9375rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRwtRiB0rWAef7Cq12cxRCootdLf8rT0 { top:13.4375rem;left:0rem;width:19.6875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA16KykIKpmeTylgFBX3dceO51CRKlbc { top:13.4375rem;left:27.9375rem;width:19.6875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn { display:block; }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEEhQnhApxgmo13W9VLLEOQKqupZ9n8x { top:15.375rem;left:0rem;width:31.875rem;height:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blUxBEnW7LfyH7GBRau9H8uQirgf8K5w { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAGSfFFG77JNohyk8yK1ABdWiW2eKagI { display:block; }
 }@media only screen and (max-width: 763px) { #iRpTsUDAkOka0ax6OqzZwp591ZNDRVE2 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST5QEmAcK1fBDnhOnVaaS4micGWVhW9G { display:block; }
 }@media only screen and (max-width: 763px) { #rJ0VchI1gnt2wWVa9OelF7qQcgStmrbd { top:3.3125rem;left:0rem;width:25.875rem;height:8.25rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { top:24.3125rem;left:26.875rem;width:20.875rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urgI1itdplflaP3TcAp5CXt6JZSON0XB { top:24.3125rem;left:14.5625rem;width:19.625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { top:24.3125rem;left:0rem;width:20.5625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { top:20.75rem;left:0rem;width:8.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLRpQ3OTkiqvXuSlBv58RsUdBHEMiGuO { top:3rem;left:0rem;width:29.3125rem;height:8.25rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTCFwQmCyNuu41Gi2L5DCknPtCKPw1tq { top:20.75rem;left:19.625rem;width:8.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSG2ZFouSZlHCo4qRce1rRq75gzBToO1 { top:20.75rem;left:37.125rem;width:10.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX5moZrOmS1aPZFMP3BwvafhMgT1yRZ6 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #arM9HRSi2xOuDwALpCpRMJfCHrlqzq6u { display:block; }
 }@media only screen and (max-width: 763px) { #cenNcSqxLCwcKuds93LJNGReWqTRePBO { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt2kWxiUw3EqWpke5MHa8coDWUvnZKkn { display:block; }
 }@media only screen and (max-width: 763px) { #sAEuPydkMEZ4rKyMKWx6RXzxw36KTmth { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVzce8b7WP4EE2Ouw1sw4ocOsfrEwIa2 { display:block; }
 }@media only screen and (max-width: 763px) { #Pgpl3C66NaTBblTqMZv6o33LByPvmN1h { top:16.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKHvP6GMSdupaog94lpyvdBQF3Af1q3K { top:16.625rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqWen2a3GT6nrx4qiHxoW5f8G4a51FNS { top:16.625rem;left:44.15625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W057WkF3UI8uKXkKPpl62dyVyhF44gFT { display:block; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sqv8n9eZuZKhpXM7VVmZ41hAIbMPCE6I { top:4.4375rem;left:0rem;width:34.0625rem;height:8.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJNmMcSav9qwpBVg6ONtlMAG7A1EtCbV { top:16.375rem;left:0rem;width:32.4375rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIT003DgkN2wpfRcILJC4migTyFJe97T { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF3nktum90JurTRDAKnL5sQRNBOvX5V4 { display:block; }
 }@media only screen and (max-width: 763px) { #WNStK527Bys8TPswdAp6DBg5Xxlw8l3u { display:none; }
 }@media only screen and (max-width: 763px) { #ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt { display:block; }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMViVtDNTqwJ5R3oVN0L4kTPzf0UeKK3 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1NGA3nd98f0LMS3yqmwgT1H1mlD5yNd { display:block; }
 }@media only screen and (max-width: 763px) { #WcyOmZ1cI0wJ1xMl23o42GQ6FQLpv8b8 { top:32.8125rem;left:0rem;width:22.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms3WyT2LnkxtymV8DdlTGdSRslifi7hS { top:36.6875rem;left:0rem;width:33.4375rem;height:3.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqvci4T3Tcz7qq4GqTvaTReliB4vW5KT { top:31.25rem;left:0rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlF0RFIRNRyXLxTK4hDlFnePQfwclGfJ { top:32.1875rem;left:9.75rem;width:11.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS { display:block; }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCIsJT1b4DHiHLzknplEeCUEFBV83AK8 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQThm7lddwldHT0Egv5WXiXU87EIPvlv { display:block; }
 }@media only screen and (max-width: 763px) { #TfG0BZUokzJr1WKRSiR9fgSUWWw5UTRE { top:32.8125rem;left:0rem;width:22.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPW3g3AHyJuUFwQ0aS7NbONaUrD02KIV { top:36.6875rem;left:0rem;width:33.4375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZzxorBiPzwRpiqTwi69B2cPky4H3D3c { top:31.25rem;left:0rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOQzuC2re75FlCx3cSqTTSl1Kct7dxtu { top:32.1875rem;left:9.75rem;width:11.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD { display:block; }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duCbhxEln6lnWCL3CRRFP6GsnTw1vXqD { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhP8vhJF53mMoNmT9dU4LKA3ku1ASzWd { display:block; }
 }@media only screen and (max-width: 763px) { #nfPX9maOCqhDRHWJAp7E6qVb5Vzqlhko { top:32.8125rem;left:0rem;width:22.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMwvXs8S1JA9HsNH8WoAbpghDQRfFEaD { top:36.1875rem;left:0rem;width:33.4375rem;height:4.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqPeyBz28p62Bd0ziAZBhleQy9MViTSb { top:31.25rem;left:0rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldFGJW5FFiPDSc5QA09DCQK0cZ4yvd7G { top:32.1875rem;left:9.75rem;width:11.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ { display:block; }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXWzMu89XTwt2naq8PtkSm0P2HeTDqdW { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfTrOv1Lha4GNTnsLQGVDcrzQSGEeGpQ { display:block; }
 }@media only screen and (max-width: 763px) { #ChQIt4M3128FThGATrSg8rKeBv6C4fFs { top:32.8125rem;left:0rem;width:23.125rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPTTT2i3qiAu3gI1cXghZotyyuMpv8aK { top:36.1875rem;left:0rem;width:33.4375rem;height:4.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGAksTv8P8wipBPTRhPXaTN3EyyaAVPN { top:31.25rem;left:0rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWDJglqEnGtkto6Vr1RWou3yVVh567hF { top:32.1875rem;left:9.75rem;width:11.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utGFt5XKLbGrVRBXdOqq0N0txDNcblXc { display:block; }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKoeCOMZyF2mGxgKCPgLSsddFaGGmEmE { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnv4uVB03fSlEfCbv3nO7sVOyFy2XdCw { display:block; }
 }@media only screen and (max-width: 763px) { #vbB3fPlJ1WzAKVGoQTWdu2xrMoRUyETg { top:32.8125rem;left:0rem;width:23.125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKDqUiH0f00FViifMtyGkFUgcmk6rETR { top:36.1875rem;left:0rem;width:33.4375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz9wfqXCRGelaZoRwqQ4cdtgwl55mxeF { top:31.25rem;left:0rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxd8JpHET5J56SCE4J7fexdQv6hEdC5M { top:32.1875rem;left:9.75rem;width:11.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J { display:block; }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsvFfSLhCKNT32khpVsU2FDHAGZvddkT { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4SKzkDfVxcgmFN0nMNe2irNZwwhDTbu { display:block; }
 }@media only screen and (max-width: 763px) { #nGgc1TiehkBEipgSAUFX3zwBDzmZxl64 { top:32.8125rem;left:0rem;width:23.125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeGaEotImmOwAGUntdNwgEQwy1RzsGt5 { top:35.3125rem;left:0rem;width:33.4375rem;height:5.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZI0gt5BdnvGOTSAKzkKizOSSToT5aMO { top:31.25rem;left:0rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPkOhuATJnFmM98wyVNbpoAq35b1KKc5 { top:32.1875rem;left:9.75rem;width:11.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #htPGPQT6u36QMb0znn3DuzXJqT3PdhEh { display:block; }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olFwbSRp7K0UpXgK9vS3gPePtUwi5AEo { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzs1JIu5igrwB1BsCw7ZIVCnnfpwHSdQ { display:block; }
 }@media only screen and (max-width: 763px) { #WfNkMQTpPAtEitk5G30yqdw3wMGlJKHR { top:32.8125rem;left:0rem;width:23.125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rySwIgi5NipWRZJ3TNRr8yHxUpk1lbn1 { top:35.6875rem;left:0rem;width:33.4375rem;height:4.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlwHI8OyMVKPLVqSJFXTAS8xr3IJiVP7 { top:31.25rem;left:0rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkb43w8VS8TJOm3lfQ5dgxNbWKH5tQif { top:32.1875rem;left:9.75rem;width:11.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5imhn5BgClce7JKA39h2EsauN8gicgn { display:block; }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RghHJeZwW4FbGIUeivyKA6vegLttwzcn { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt8xdJgTOBl6T4PlkaI9X3M59T2ALWP4 { display:block; }
 }@media only screen and (max-width: 763px) { #Rvl8XWbLINboIUefU6UlG09SREtegVx5 { top:32.8125rem;left:0rem;width:20.375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uODbSHh5LL124asoKn0JvcMcWhNMobwQ { top:36.0625rem;left:0rem;width:33.4375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI1LMogWlLRThD3LOLXpxQ4Qvxknaz5U { top:31.25rem;left:0rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL8tUJTwkCKku3JMyuKKAwCmNtpgBth3 { top:32.1875rem;left:9.75rem;width:11.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcuLnmabRiv7J02M0Q6RX44COnuViu0n { display:block; }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdnTH00LqIxRX68q4Jw1GZy8g6bo57q0 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGNrK1cJiA1brzTLu5PQeB2su9p3NglV { display:block; }
 }@media only screen and (max-width: 763px) { #Rv35oZrPO5fTfQsLqUk1EHfp389ZXtZd { top:32.8125rem;left:0rem;width:20.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaR8egQr388EvNKKGhG3K5otQMTGKuST { top:36.0625rem;left:0rem;width:33.4375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgKbcZbGKTBQnTFK5OnUzwdmU1mN58oA { top:31.25rem;left:0rem;width:35.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z14kCngvh7GeMMCtXXUN3aNfdBG29w7u { top:32.1875rem;left:9.75rem;width:11.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq { display:block; }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGkTMWq7o6sNJHTmiTynTgxTHpnCMDnd { top:3.8125rem;left:0rem;width:31.625rem;height:4.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvhFKNi3iAg9BUkWLpbk2GwRifqdTbTl { top:15.5rem;left:0rem;width:31.125rem;height:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJUqlwktg19P1Z0VOKTNGbmrgxfwGCI3 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onJCq4eP1tAFFMTRgahd6eQJW3fcVTFh { display:block; }
 }@media only screen and (max-width: 763px) { #PlS8vZhuPvBzy4MeTuTKU9sSL6EDUUaJ { top:16.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucCftgQJ1KUBD0Lrg0ae93Tc52zBi4xg { top:19.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPvCq7XkCBoVu9gGbEhdfoVITW1tSBBp { top:22.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlIAoVceMWsEq1fCiEh3ORUXPl2l5I41 { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFV9rsIPqNTT4cx1Fw5gNw1yVJXTcMxp { display:block; }
 }@media only screen and (max-width: 763px) { #qPNHJJrQRG08k0lRyG2StUkczApL2gzl { display:block; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGgiv42TnbHpGHOzJqKIbL7OQMRcmqMN { top:16.75rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m551b1uSgSsmBeL6y4cyz8cf6uTQFaVA { top:24.4375rem;left:5.4375rem;width:13.8125rem;height:0;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIxqc7Qe6KQRc6saAXxGqoQmHM2ZvmgM { top:16.75rem;left:5.4375rem;width:21rem;height:6.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr5iuuTWwDpQ2EkiW2M3HKNrux9XJ0k3 { top:24.375rem;left:35.75rem;width:12rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ula84srx8i4HLqrpAaDB0z7A67lJTo3D { top:16.75rem;left:26.5rem;width:21.25rem;height:5.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGLX2PfsFQD6EOvppsWg6fgPodR5fObT { top:37.5625rem;left:5.4375rem;width:11.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3bTN9rMh7X3FnHXkBQCPsMlBKwRvwsd { top:29.875rem;left:5.4375rem;width:21.25rem;height:6.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnC2PxxvIe58dLGT4ChgHTuG1d2UoyG0 { top:37.5625rem;left:33.4375rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb6z7avQodqQZalfmVmCq1hqZhFpmhcs { top:29.875rem;left:26.5rem;width:21.25rem;height:5.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPcvs7xtCenlDF2X0OEThfN9SB7mXCtp { top:28.5625rem;left:28.5625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh2VRdfSH3pgLZdGrDd8430xl4B7KTgy { top:28.5625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVMbuREeHQnw9ggAQpHpE8rOFGvlGJox { top:4.625rem;left:0rem;width:30.4375rem;height:8.25rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXTs2O843tBGm718bCcVx5ZzNqIQ6QVB { top:16.75rem;left:28.5625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwObnUVbUwmMcylviK1GhymPmH4BoeuT { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZuswC4EToog7XVGpnbWMOt4kF2fqBkF { display:block; }
 }@media only screen and (max-width: 763px) { #DkLK1T36kO7QF34T3sCyxfWBZeozNKTl { display:block; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-regular-label { width:19.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-text { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-text {padding-top: 0; padding-bottom: 0;}#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-textarea { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-select { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-select {padding-top: 0; padding-bottom: 0;}#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-checkbox-label { width:18.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O  { width:19.625rem;height:auto;top:6.1875rem;left:12.75rem; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .radio-container { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O {display:block;}#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O { width:19.625rem;height:auto;top:6.1875rem;left:12.75rem; }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #gTDH0UC8esi7vsBLBFMyqkXsHn7XiFTH {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #N5o3NRTr85TNwJK6PPTibNmVzJ0VPX2z {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #t7ByAqIKDKBXc85MJquIQQtJ5ibtKiCz {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #lX0bfraJeH6aHqhqy3EanT128Cfl0GUv {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #QzvBrziRm9bsszT0NsEIald8iFFuUQES {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #PhFxSViliLKpaIDUl3n4mZvWd1o1CrGT {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #Uxp6nqUJGx2dQ5BGsg2aOLVnUnMTwWxa {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #KxyTx2afeJGOE75TrXkIfA6zGAcXGGRp {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #qKFZIHQhm0RNP0gNBPV2VTxG3Z7PVn0y {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #erzvx8nQ3qJh2XPfRb9kbTMQnfWrkb0D {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #WgLRKE2LvZ872OFARMmXFe2tmqHOEmcU {  }
 }@media only screen and (max-width: 763px) { #SPE5NJn5sb6Pk0kA3iwMT06SxkTveLn9 { top:1.875rem;left:12.75rem;width:16.9375rem;height:2.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcDFePwZryRPxbq25Ad78mi3c5HbpRRm { top:30.875rem;left:12.71875rem;width:22.3125rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STa0pItotsIJ464bKTdq4M6Bmn4T4oUx { display:block; }#STa0pItotsIJ464bKTdq4M6Bmn4T4oUx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKWbZ1PUlzdaDlfqc2HtPxM4sI9qZv8L { top:3.625rem;left:0rem;width:8.4375rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqFvLplNLUUpTzW8V7PdAMRkvKSZJwZO { top:3.625rem;left:3.5625rem;width:9.25rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8kShuWB8FHPzwO3TgTQ89zJ4eRXDx5K { top:2.6875rem;left:31.0625rem;width:16.6875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTMtXxKf4DSZWZ3lR8dKdAfwRxfigxtt { top:3.625rem;left:14.71875rem;width:12.5625rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTPR9SnkVbufe0bRvlw2kXGGBobTKHPy { display:none; }#uTPR9SnkVbufe0bRvlw2kXGGBobTKHPy > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ePNUAOLZHmGgSMMaf17M3bvt7usp6yRt { width:18.75rem;height:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { width:15.625rem;height:3.125rem;top:9.25rem;left:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block; }
 }@media only screen and (max-width: 763px) { #zUwi3T83TqSFuDJUvvuc2LBeynel9wCT { width:7.5625rem;height:1.875rem;top:13.03125rem;left:7.8125rem;font-size:0.75rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #NwMbO3NPISau8yUZUMPidGOT7AFk3B9M { display:block; }
 }@media only screen and (max-width: 763px) { #O8GkpM0KkSsRoaJXblO308zWuz8OTTBk { width:4.875rem;height:0.9375rem;top:4.5rem;left:14rem;font-size:0.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #LLSCH2BxQ5ONmmBIhu5baLWURqq6nfkm { display:block; }
 }@media only screen and (max-width: 763px) { #NwlfaMkAGfWEHNIHUTCiJDKFzGDnLAqD { width:3.75rem;height:0.9375rem;top:3.3125rem;left:15.125rem;font-size:0.75rem;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #yzDhATbhZKQJfR2IWHaorGdTnx1vXHeL { display:block; }
 }@media only screen and (max-width: 763px) { #Qu1zzWOx94BKADcQlPEKB5UpVZyahp7t { width:5.25rem;height:1rem;top:5.625rem;left:13.625rem;font-size:0.75rem;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #PKUy6DvRRmabxNrdt5t8Q3McO0kGaDVp { display:block; }
 }@media only screen and (max-width: 763px) { #plKEgKtN5ohHHfgATGkePuKgtNVwdKqA { display:flex;width:1.1875rem;height:1.1875rem;top:13.375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVz2U8TBQOm1lETwFPG11nwmdhuFyR5X { width:4.25rem;height:1rem;top:6.6875rem;left:14.625rem;font-size:0.75rem;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:right;text-align-last:right;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #JtIAOPzNEUwO0TpVmQBJiTPIHJ9sfq8o { display:block; }
 }@media only screen and (max-width: 763px) { #VTNwCs00dTnM9QRieORtamJ1dyrXCSIr { display:flex;top:0.53125rem;left:17rem;width:1.9375rem;height:1.9375rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #b5Jwu81zd788XBTcB8gmUTxOZSwPhUlv { width:6.5rem;height:1.125rem;top:1.3125rem;left:12.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15047;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PGGOIw5J2oyUq4BEOqBAMo88iEb8XEic { display:flex;top:1.25rem;left:11.375rem;width:1.25rem;height:1.25rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #zKTsOTMCEeXxUKkorQsNPxWgmC8i8V50 { width:8.25rem;height:1.25rem;top:1.09375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD { background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/ca25d5dd-df0b-404f-bc63-1bbf0c65166d/brookecagleG30mauGjSzIunsplash.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD.adaptive-delivery-prevent-bg, #FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD.lazyload, #FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD.lazyloading { background-image: none; }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .row .container { background-color: transparent; background-image: none; }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .row .container > .video-iframe-container { display: none; }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .row > .video-iframe-container { display: none; }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .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); }#FCdyN3FbPXM91zTr7e1QyoUzKSgdDHhD > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPoM29oEXOxZMoLfJwg9HCO6q82snWw0 { width:15.625rem;height:3.125rem;top:37.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBO0q4vE1e7uHeV1dUJ2cT2O21kT0iOZ { display:block; }
 }@media only screen and (max-width: 763px) { #JduDXbTQGCJZmCdOTVf0JeTqUoTl2iII { width:17.6875rem;height:13.75rem;top:21.21875rem;left:1.15625rem;font-size:2.5rem;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #QuWp6OqQu6Z3GInSNexZCtAJVOTq4mtJ { display:block; }#QuWp6OqQu6Z3GInSNexZCtAJVOTq4mtJ > .row .container { width:20rem;height:77.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7MOqypVwRWrXlfS73tw9qHMwPEF607l { width:11.875rem;height:1.79980625rem;top:35.1875rem;left:4.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #shVKtFai5g0l5mdtioaSVoGe6dUfXd1W { width:16.25rem;height:6.5625rem;top:60.625rem;left:1.875rem;font-size:0.9375rem;display:block; }#shVKtFai5g0l5mdtioaSVoGe6dUfXd1W li:before{  }
 }@media only screen and (max-width: 763px) { #wHkSnJfEZPSeDlhdKvWR8DMX2sOe2EUi { width:16rem;height:6.5625rem;top:13.537109375rem;left:2rem;font-size:0.9375rem;display:block; }#wHkSnJfEZPSeDlhdKvWR8DMX2sOe2EUi li:before{  }
 }@media only screen and (max-width: 763px) { #DxKeDFkuDS8ia1oeJhELeb5bITLhTTPi { width:4.625rem;height:1.79980625rem;top:10.9375rem;left:7.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnV1lk2aPPTv63cq9W8GsDUnv9vWeMxX { width:17.5625rem;height:6.5625rem;top:38.0625rem;left:1.21875rem;font-size:0.9375rem;display:block; }#xnV1lk2aPPTv63cq9W8GsDUnv9vWeMxX li:before{  }
 }@media only screen and (max-width: 763px) { #Xhvr2ATpuSAx8T2eP7gCs34U93Gsn6OE { width:8.5625rem;height:1.79980625rem;top:57.8125rem;left:5.71875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFPXFAQDH3H7s8FBa2QfUguWTI3PPRWA { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpWP5JKtT85lVMwDo8Tacv8fRsg8EhFo { width:20rem;height:6.1875rem;top:1.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mWc5twMdKET1bxfgBnnEiVJnvq45uOx0 { width:15.625rem;height:3.125rem;top:24.0615234375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiyFiQ5ogunV4umcQZvHVeCs6IAJQa6L { display:block; }
 }@media only screen and (max-width: 763px) { #mXnTcJgS7H3deBWlM2HQdEH94Mr2Wy6d { width:15.625rem;height:3.125rem;top:49.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcT6KiXftaoeb9kilx4X22sKy5pdzQS1 { display:block; }
 }@media only screen and (max-width: 763px) { #fSmVQHkU6cBfSP4MtLkHxSsu6Nt0md0r { width:15.625rem;height:3.125rem;top:71.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPXmwS1rdVxqrN0GhKZpTRn5dDkmWc9A { display:block; }
 }@media only screen and (max-width: 763px) { #MVIEOZNZFWx1SlEidgtp1K3NI5x26yTQ { width:8.5rem;height:1.57421875rem;top:32rem;left:5.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S90GMqITxeznX57QAR65w0PTZVnkOnPR { width:8.5rem;height:1.54296875rem;top:21.099609375rem;left:5.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVeu7IKahWnoRais8T8WqNJevqp35TNc { width:8.4375rem;height:1.54296875rem;top:46rem;left:5.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJGR7lMI1rI5MrOyZU203Ddap8x9hoey { width:8.4375rem;height:1.54296875rem;top:68.8125rem;left:5.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHUx3sKxLR9pgl3PUGafoN4xGmBVNzMf { width:20rem;height:24.4375rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRwtRiB0rWAef7Cq12cxRCootdLf8rT0 { width:19.6875rem;height:30.1875rem;top:78.375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QA16KykIKpmeTylgFBX3dceO51CRKlbc { width:19.6875rem;height:30.1875rem;top:109.9375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn { background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/f3934ade-4471-4b23-ad53-2da01e04a0cb/2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn.adaptive-delivery-prevent-bg, #Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn.lazyload, #Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn.lazyloading { background-image: none; }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .row .container { background-color: transparent; background-image: none; }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .row .container > .video-iframe-container { display: none; }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .row > .video-iframe-container { display: none; }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .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); }#Ow25afzmythQwIP1rXQOFHI5Hbb1GRdn > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEEhQnhApxgmo13W9VLLEOQKqupZ9n8x { width:18.375rem;height:6.375rem;top:10.03125rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #blUxBEnW7LfyH7GBRau9H8uQirgf8K5w { width:15.625rem;height:3.125rem;top:25.8125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAGSfFFG77JNohyk8yK1ABdWiW2eKagI { display:block; }
 }@media only screen and (max-width: 763px) { #iRpTsUDAkOka0ax6OqzZwp591ZNDRVE2 { width:15.625rem;height:3.125rem;top:21.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST5QEmAcK1fBDnhOnVaaS4micGWVhW9G { display:block; }
 }@media only screen and (max-width: 763px) { #rJ0VchI1gnt2wWVa9OelF7qQcgStmrbd { width:15.0625rem;height:4.125rem;top:4.375rem;left:2.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { width:20rem;height:4.875rem;top:55.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #urgI1itdplflaP3TcAp5CXt6JZSON0XB { width:20rem;height:4.875rem;top:36.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { width:20rem;height:5.25rem;top:17.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { width:12.5rem;height:1.6494125rem;top:14.4375rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLRpQ3OTkiqvXuSlBv58RsUdBHEMiGuO { width:20rem;height:4.798825rem;top:2.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTCFwQmCyNuu41Gi2L5DCknPtCKPw1tq { width:8.5rem;height:1.6494125rem;top:34.125rem;left:5.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSG2ZFouSZlHCo4qRce1rRq75gzBToO1 { width:10.625rem;height:1.6494125rem;top:53.4375rem;left:4.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JX5moZrOmS1aPZFMP3BwvafhMgT1yRZ6 { width:15.625rem;height:3.125rem;top:24rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #arM9HRSi2xOuDwALpCpRMJfCHrlqzq6u { display:block; }
 }@media only screen and (max-width: 763px) { #cenNcSqxLCwcKuds93LJNGReWqTRePBO { width:15.625rem;height:3.125rem;top:43.125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt2kWxiUw3EqWpke5MHa8coDWUvnZKkn { display:block; }
 }@media only screen and (max-width: 763px) { #sAEuPydkMEZ4rKyMKWx6RXzxw36KTmth { width:15.625rem;height:3.125rem;top:62.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVzce8b7WP4EE2Ouw1sw4ocOsfrEwIa2 { display:block; }
 }@media only screen and (max-width: 763px) { #Pgpl3C66NaTBblTqMZv6o33LByPvmN1h { display:flex;width:3.125rem;height:3.125rem;top:10.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #iKHvP6GMSdupaog94lpyvdBQF3Af1q3K { display:flex;width:3.125rem;height:3.125rem;top:30.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #xqWen2a3GT6nrx4qiHxoW5f8G4a51FNS { display:flex;width:3.125rem;height:3.125rem;top:49.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #W057WkF3UI8uKXkKPpl62dyVyhF44gFT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b181737c-3397-4a2f-8dc6-7a4c2f1579d1/Agacrop_883x981_0263.crop_699x981_73,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT.adaptive-delivery-prevent-bg, #W057WkF3UI8uKXkKPpl62dyVyhF44gFT.lazyload, #W057WkF3UI8uKXkKPpl62dyVyhF44gFT.lazyloading { background-image: none; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { background-color: transparent; background-image: none; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container > .video-iframe-container { display: none; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row > .video-iframe-container { display: none; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .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); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sqv8n9eZuZKhpXM7VVmZ41hAIbMPCE6I { width:19rem;height:4.798825rem;top:47.9052734375rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15050;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #qJNmMcSav9qwpBVg6ONtlMAG7A1EtCbV { width:17.5rem;height:3.65625rem;top:53.328125rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nIT003DgkN2wpfRcILJC4migTyFJe97T { width:15.625rem;height:3.125rem;top:58.375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF3nktum90JurTRDAKnL5sQRNBOvX5V4 { display:block; }
 }@media only screen and (max-width: 763px) { #WNStK527Bys8TPswdAp6DBg5Xxlw8l3u { top:46.2802734375rem;left:0rem;width:20rem;height:16.3125rem;z-index:15021;background-color:rgba(0,0,0,0.32);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/204aab13-606d-4cf1-8d43-d7aa255c56e1/stylemoodboardy_9.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt.adaptive-delivery-prevent-bg, #ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt.lazyload, #ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt.lazyloading { background-image: none; }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .row .container { background-color: transparent; background-image: none; }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .row .container > .video-iframe-container { display: none; }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .row > .video-iframe-container { display: none; }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .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); }#ll2BB4bk4P6lN7XE1Dbx9fdgEI2hqNrt > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMViVtDNTqwJ5R3oVN0L4kTPzf0UeKK3 { width:15.625rem;height:3.125rem;top:41.0712890625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1NGA3nd98f0LMS3yqmwgT1H1mlD5yNd { display:block; }
 }@media only screen and (max-width: 763px) { #WcyOmZ1cI0wJ1xMl23o42GQ6FQLpv8b8 { width:15.0625rem;height:1.875rem;top:30.3212890625rem;left:2.46875rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15050;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ms3WyT2LnkxtymV8DdlTGdSRslifi7hS { width:19.0625rem;height:4.6875rem;top:35.2900390625rem;left:0.46875rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cqvci4T3Tcz7qq4GqTvaTReliB4vW5KT { width:20rem;height:16.625rem;top:29.3212890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlF0RFIRNRyXLxTK4hDlFnePQfwclGfJ { width:6.25rem;height:1.875rem;top:32.1962890625rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dad2fe16-6e1b-4c34-83f5-a8065f321c24/stylemoodboardy_1.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS.adaptive-delivery-prevent-bg, #VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS.lazyload, #VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS.lazyloading { background-image: none; }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .row .container { background-color: transparent; background-image: none; }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .row .container > .video-iframe-container { display: none; }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .row > .video-iframe-container { display: none; }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .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); }#VRyAzO6DTSIMgVEy5bNNSFllsT0EDFsS > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCIsJT1b4DHiHLzknplEeCUEFBV83AK8 { width:15.625rem;height:3.125rem;top:40.4462890625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQThm7lddwldHT0Egv5WXiXU87EIPvlv { display:block; }
 }@media only screen and (max-width: 763px) { #TfG0BZUokzJr1WKRSiR9fgSUWWw5UTRE { width:13.0625rem;height:1.875rem;top:30.5087890625rem;left:3.46875rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15050;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bPW3g3AHyJuUFwQ0aS7NbONaUrD02KIV { width:19.3125rem;height:4.125rem;top:35.0400390625rem;left:0.34375rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EZzxorBiPzwRpiqTwi69B2cPky4H3D3c { width:20rem;height:15.5625rem;top:29.3212890625rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #FOQzuC2re75FlCx3cSqTTSl1Kct7dxtu { width:6.25rem;height:1.875rem;top:32.3837890625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c05f8506-7451-4eb8-960f-6da19ab4f42d/stylemoodboardy_3.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD.adaptive-delivery-prevent-bg, #nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD.lazyload, #nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD.lazyloading { background-image: none; }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .row .container { background-color: transparent; background-image: none; }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .row .container > .video-iframe-container { display: none; }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .row > .video-iframe-container { display: none; }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .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); }#nGLgOFhGsy1oTCb9l1Ai1XdZkoF6txOD > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duCbhxEln6lnWCL3CRRFP6GsnTw1vXqD { width:15.625rem;height:3.125rem;top:40.6806640625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhP8vhJF53mMoNmT9dU4LKA3ku1ASzWd { display:block; }
 }@media only screen and (max-width: 763px) { #nfPX9maOCqhDRHWJAp7E6qVb5Vzqlhko { width:12.875rem;height:1.875rem;top:27.7587890625rem;left:3.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15050;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VMwvXs8S1JA9HsNH8WoAbpghDQRfFEaD { width:19.625rem;height:7.21875rem;top:32.3369140625rem;left:0.1875rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dqPeyBz28p62Bd0ziAZBhleQy9MViTSb { width:20rem;height:17.875rem;top:27.0087890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldFGJW5FFiPDSc5QA09DCQK0cZ4yvd7G { width:6.25rem;height:1.875rem;top:29.6337890625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc95e032-6d86-4e29-9c51-6d28a058f5be/stylemoodboardy_5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ.adaptive-delivery-prevent-bg, #by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ.lazyload, #by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ.lazyloading { background-image: none; }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .row .container { background-color: transparent; background-image: none; }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .row .container > .video-iframe-container { display: none; }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .row > .video-iframe-container { display: none; }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .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); }#by7kFSLefTW1h7QpbTZL9fsG4ht7RyhZ > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXWzMu89XTwt2naq8PtkSm0P2HeTDqdW { width:15.625rem;height:3.125rem;top:40.9462890625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfTrOv1Lha4GNTnsLQGVDcrzQSGEeGpQ { display:block; }
 }@media only screen and (max-width: 763px) { #ChQIt4M3128FThGATrSg8rKeBv6C4fFs { width:17.125rem;height:1.875rem;top:30.2734375rem;left:1.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15050;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sPTTT2i3qiAu3gI1cXghZotyyuMpv8aK { width:19.1875rem;height:6.1875rem;top:34.0087890625rem;left:0.40625rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cGAksTv8P8wipBPTRhPXaTN3EyyaAVPN { width:20rem;height:15.5625rem;top:29.3212890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWDJglqEnGtkto6Vr1RWou3yVVh567hF { width:6.25rem;height:1.875rem;top:32.1484375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utGFt5XKLbGrVRBXdOqq0N0txDNcblXc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/15fd1a7d-d8dc-4a14-8b35-721ae454ee37/stylemoodboardy_7.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc.adaptive-delivery-prevent-bg, #utGFt5XKLbGrVRBXdOqq0N0txDNcblXc.lazyload, #utGFt5XKLbGrVRBXdOqq0N0txDNcblXc.lazyloading { background-image: none; }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .row .container { background-color: transparent; background-image: none; }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .row .container > .video-iframe-container { display: none; }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .row > .video-iframe-container { display: none; }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .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); }#utGFt5XKLbGrVRBXdOqq0N0txDNcblXc > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKoeCOMZyF2mGxgKCPgLSsddFaGGmEmE { width:15.625rem;height:3.125rem;top:40.5712890625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnv4uVB03fSlEfCbv3nO7sVOyFy2XdCw { display:block; }
 }@media only screen and (max-width: 763px) { #vbB3fPlJ1WzAKVGoQTWdu2xrMoRUyETg { width:15.75rem;height:1.875rem;top:30.4462890625rem;left:2.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15050;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rKDqUiH0f00FViifMtyGkFUgcmk6rETR { width:19.25rem;height:4.125rem;top:35.0400390625rem;left:0.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qz9wfqXCRGelaZoRwqQ4cdtgwl55mxeF { width:20rem;height:15.5625rem;top:29.3212890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxd8JpHET5J56SCE4J7fexdQv6hEdC5M { width:6.25rem;height:1.875rem;top:32.3212890625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0d79e7a-1385-47d0-afa4-f8d71eae1d8f/stylemoodboardy_11.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J.adaptive-delivery-prevent-bg, #pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J.lazyload, #pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J.lazyloading { background-image: none; }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .row .container { background-color: transparent; background-image: none; }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .row .container > .video-iframe-container { display: none; }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .row > .video-iframe-container { display: none; }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .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); }#pA73oGpom7MvNXvfWvwrkQvqhz5aiN1J > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsvFfSLhCKNT32khpVsU2FDHAGZvddkT { width:15.625rem;height:3.125rem;top:40.6962890625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4SKzkDfVxcgmFN0nMNe2irNZwwhDTbu { display:block; }
 }@media only screen and (max-width: 763px) { #nGgc1TiehkBEipgSAUFX3zwBDzmZxl64 { width:18.0625rem;height:1.875rem;top:28.0087890625rem;left:0.96875rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15050;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NeGaEotImmOwAGUntdNwgEQwy1RzsGt5 { width:19.3125rem;height:8.25rem;top:31.8837890625rem;left:0.34375rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zZI0gt5BdnvGOTSAKzkKizOSSToT5aMO { width:20rem;height:17.75rem;top:27.1337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPkOhuATJnFmM98wyVNbpoAq35b1KKc5 { width:6.25rem;height:1.875rem;top:29.8837890625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htPGPQT6u36QMb0znn3DuzXJqT3PdhEh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ead98ac4-885c-4493-b610-1c5f58d7624a/stylemoodboardy_13.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh.adaptive-delivery-prevent-bg, #htPGPQT6u36QMb0znn3DuzXJqT3PdhEh.lazyload, #htPGPQT6u36QMb0znn3DuzXJqT3PdhEh.lazyloading { background-image: none; }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .row .container { background-color: transparent; background-image: none; }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .row .container > .video-iframe-container { display: none; }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .row > .video-iframe-container { display: none; }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .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); }#htPGPQT6u36QMb0znn3DuzXJqT3PdhEh > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olFwbSRp7K0UpXgK9vS3gPePtUwi5AEo { width:15.625rem;height:3.125rem;top:40.6337890625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzs1JIu5igrwB1BsCw7ZIVCnnfpwHSdQ { display:block; }
 }@media only screen and (max-width: 763px) { #WfNkMQTpPAtEitk5G30yqdw3wMGlJKHR { width:8.9375rem;height:1.875rem;top:29.8837890625rem;left:5.53125rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15050;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rySwIgi5NipWRZJ3TNRr8yHxUpk1lbn1 { width:18.875rem;height:6.1875rem;top:33.75rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dlwHI8OyMVKPLVqSJFXTAS8xr3IJiVP7 { width:20rem;height:15.5625rem;top:29.3212890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkb43w8VS8TJOm3lfQ5dgxNbWKH5tQif { width:6.25rem;height:1.875rem;top:31.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5imhn5BgClce7JKA39h2EsauN8gicgn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d815c41-bcd6-48be-8496-e9c1ef4af7bc/stylemoodboardy_15.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#c5imhn5BgClce7JKA39h2EsauN8gicgn.adaptive-delivery-prevent-bg, #c5imhn5BgClce7JKA39h2EsauN8gicgn.lazyload, #c5imhn5BgClce7JKA39h2EsauN8gicgn.lazyloading { background-image: none; }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .row .container { background-color: transparent; background-image: none; }#c5imhn5BgClce7JKA39h2EsauN8gicgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .row .container > .video-iframe-container { display: none; }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .row > .video-iframe-container { display: none; }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .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); }#c5imhn5BgClce7JKA39h2EsauN8gicgn > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RghHJeZwW4FbGIUeivyKA6vegLttwzcn { width:15.625rem;height:3.125rem;top:41.0712890625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt8xdJgTOBl6T4PlkaI9X3M59T2ALWP4 { display:block; }
 }@media only screen and (max-width: 763px) { #Rvl8XWbLINboIUefU6UlG09SREtegVx5 { width:10.9375rem;height:1.875rem;top:30.0625rem;left:4.53125rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15050;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uODbSHh5LL124asoKn0JvcMcWhNMobwQ { width:18.25rem;height:6.1875rem;top:34.0087890625rem;left:0.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EI1LMogWlLRThD3LOLXpxQ4Qvxknaz5U { width:20rem;height:15.5625rem;top:29.3212890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL8tUJTwkCKku3JMyuKKAwCmNtpgBth3 { width:6.25rem;height:1.875rem;top:31.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcuLnmabRiv7J02M0Q6RX44COnuViu0n { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8b5f6d48-4718-4381-8513-0a6ea3995a18/stylemoodboardy_17.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n.adaptive-delivery-prevent-bg, #LcuLnmabRiv7J02M0Q6RX44COnuViu0n.lazyload, #LcuLnmabRiv7J02M0Q6RX44COnuViu0n.lazyloading { background-image: none; }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .row .container { background-color: transparent; background-image: none; }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .row .container > .video-iframe-container { display: none; }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .row > .video-iframe-container { display: none; }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .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); }#LcuLnmabRiv7J02M0Q6RX44COnuViu0n > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdnTH00LqIxRX68q4Jw1GZy8g6bo57q0 { width:15.625rem;height:3.125rem;top:40.7587890625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGNrK1cJiA1brzTLu5PQeB2su9p3NglV { display:block; }
 }@media only screen and (max-width: 763px) { #Rv35oZrPO5fTfQsLqUk1EHfp389ZXtZd { width:14.375rem;height:1.875rem;top:29.8837890625rem;left:2.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15050;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GaR8egQr388EvNKKGhG3K5otQMTGKuST { width:17.9375rem;height:5.15625rem;top:34.5244140625rem;left:1.03125rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JgKbcZbGKTBQnTFK5OnUzwdmU1mN58oA { width:20rem;height:15.5625rem;top:29.3212890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z14kCngvh7GeMMCtXXUN3aNfdBG29w7u { width:6.25rem;height:1.875rem;top:31.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/94f7e6ed-abe2-4e6a-8319-1adb6616de0a/4A.crop_4812x3469_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq.adaptive-delivery-prevent-bg, #pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq.lazyload, #pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq.lazyloading { background-image: none; }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .row .container { background-color: transparent; background-image: none; }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .row .container > .video-iframe-container { display: none; }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .row > .video-iframe-container { display: none; }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .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); }#pli6ZFv17GSAy6BKJI8g1yZWyxqgN5Fq > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGkTMWq7o6sNJHTmiTynTgxTHpnCMDnd { width:17.3125rem;height:2.3994125rem;top:35.1875rem;left:1.34375rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QvhFKNi3iAg9BUkWLpbk2GwRifqdTbTl { width:15.3125rem;height:5.5107375rem;top:38.5625rem;left:3.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:2.1;color:#000000;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #lJUqlwktg19P1Z0VOKTNGbmrgxfwGCI3 { width:15.625rem;height:3.125rem;top:45.75rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onJCq4eP1tAFFMTRgahd6eQJW3fcVTFh { display:block; }
 }@media only screen and (max-width: 763px) { #PlS8vZhuPvBzy4MeTuTKU9sSL6EDUUaJ { display:flex;width:1.25rem;height:1.25rem;top:38.75rem;left:1.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ucCftgQJ1KUBD0Lrg0ae93Tc52zBi4xg { display:flex;width:1.25rem;height:1.25rem;top:40.6875rem;left:1.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #gPvCq7XkCBoVu9gGbEhdfoVITW1tSBBp { display:flex;width:1.25rem;height:1.25rem;top:42.625rem;left:1.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #nlIAoVceMWsEq1fCiEh3ORUXPl2l5I41 { width:15.5625rem;height:2.5rem;top:48.875rem;left:2.21875rem;font-size:0.9375rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cFV9rsIPqNTT4cx1Fw5gNw1yVJXTcMxp { display:block; }
 }@media only screen and (max-width: 763px) { #qPNHJJrQRG08k0lRyG2StUkczApL2gzl { background-color:#ffffff;background-image:none;display:block; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container { background-color: transparent; background-image: none; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container > .video-iframe-container { display: none; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row > .video-iframe-container { display: none; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .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); }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGgiv42TnbHpGHOzJqKIbL7OQMRcmqMN { width:5.625rem;height:5.625rem;top:8.609375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m551b1uSgSsmBeL6y4cyz8cf6uTQFaVA { width:12.5rem;height:1.6494125rem;top:18.671875rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nIxqc7Qe6KQRc6saAXxGqoQmHM2ZvmgM { width:20rem;height:3.09375rem;top:14.984375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pr5iuuTWwDpQ2EkiW2M3HKNrux9XJ0k3 { width:12.5rem;height:1.6494125rem;top:32.9462890625rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Ula84srx8i4HLqrpAaDB0z7A67lJTo3D { width:15.75rem;height:3.09375rem;top:29.0087890625rem;left:2.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cGLX2PfsFQD6EOvppsWg6fgPodR5fObT { width:12.5rem;height:1.6494125rem;top:46.7822265625rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3bTN9rMh7X3FnHXkBQCPsMlBKwRvwsd { width:15.3125rem;height:3.09375rem;top:43.0322265625rem;left:2.34375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnC2PxxvIe58dLGT4ChgHTuG1d2UoyG0 { width:12.5rem;height:1.6494125rem;top:59.8056640625rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eb6z7avQodqQZalfmVmCq1hqZhFpmhcs { width:15.8125rem;height:3.09375rem;top:56.0947265625rem;left:2.09375rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UPcvs7xtCenlDF2X0OEThfN9SB7mXCtp { width:5.625rem;height:5.625rem;top:49.9306640625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh2VRdfSH3pgLZdGrDd8430xl4B7KTgy { width:5.625rem;height:5.625rem;top:36.8447265625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVMbuREeHQnw9ggAQpHpE8rOFGvlGJox { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iXTs2O843tBGm718bCcVx5ZzNqIQ6QVB { width:5.625rem;height:5.625rem;top:22.4453125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwObnUVbUwmMcylviK1GhymPmH4BoeuT { width:15.625rem;height:3.125rem;top:63.6416015625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZuswC4EToog7XVGpnbWMOt4kF2fqBkF { display:block; }
 }@media only screen and (max-width: 763px) { #DkLK1T36kO7QF34T3sCyxfWBZeozNKTl { display:block; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-text {padding-top: 0; padding-bottom: 0;}#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-select {padding-top: 0; padding-bottom: 0;}#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O  { width:17.375rem;height:auto;top:6.4501953125rem;left:0rem; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O {display:block;}#voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O { width:17.375rem;height:auto;top:6.4501953125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #gTDH0UC8esi7vsBLBFMyqkXsHn7XiFTH {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #N5o3NRTr85TNwJK6PPTibNmVzJ0VPX2z {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #t7ByAqIKDKBXc85MJquIQQtJ5ibtKiCz {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #lX0bfraJeH6aHqhqy3EanT128Cfl0GUv {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #QzvBrziRm9bsszT0NsEIald8iFFuUQES {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #PhFxSViliLKpaIDUl3n4mZvWd1o1CrGT {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #Uxp6nqUJGx2dQ5BGsg2aOLVnUnMTwWxa {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #KxyTx2afeJGOE75TrXkIfA6zGAcXGGRp {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #qKFZIHQhm0RNP0gNBPV2VTxG3Z7PVn0y {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #erzvx8nQ3qJh2XPfRb9kbTMQnfWrkb0D {  }
 }@media only screen and (max-width: 763px) { #voXsnJqdxZLFVNW2MDNTfbGamr0Hdc9O #WgLRKE2LvZ872OFARMmXFe2tmqHOEmcU {  }
 }@media only screen and (max-width: 763px) { #SPE5NJn5sb6Pk0kA3iwMT06SxkTveLn9 { width:16.9375rem;height:2.71875rem;top:1.9375rem;left:1.53125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EcDFePwZryRPxbq25Ad78mi3c5HbpRRm { width:18.875rem;height:3.25rem;top:30.421875rem;left:0.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STa0pItotsIJ464bKTdq4M6Bmn4T4oUx { display:block; }#STa0pItotsIJ464bKTdq4M6Bmn4T4oUx > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKWbZ1PUlzdaDlfqc2HtPxM4sI9qZv8L { width:8.4375rem;height:0.82421875rem;top:1.099609375rem;left:1.65625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EqFvLplNLUUpTzW8V7PdAMRkvKSZJwZO { width:8.3125rem;height:0.82421875rem;top:1.099609375rem;left:10.09375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I8kShuWB8FHPzwO3TgTQ89zJ4eRXDx5K { width:16.6875rem;height:1.79980625rem;top:3.537109375rem;left:1.65625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTMtXxKf4DSZWZ3lR8dKdAfwRxfigxtt { width:12.5625rem;height:0.82421875rem;top:6.586915625rem;left:3.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTPR9SnkVbufe0bRvlw2kXGGBobTKHPy { background-color:rgba(0,0,0,0);background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#uTPR9SnkVbufe0bRvlw2kXGGBobTKHPy > .row .container { background-color: transparent; background-image: none; }#uTPR9SnkVbufe0bRvlw2kXGGBobTKHPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTPR9SnkVbufe0bRvlw2kXGGBobTKHPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTPR9SnkVbufe0bRvlw2kXGGBobTKHPy > .row .container > .video-iframe-container { display: none; }#uTPR9SnkVbufe0bRvlw2kXGGBobTKHPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTPR9SnkVbufe0bRvlw2kXGGBobTKHPy > .row > .video-iframe-container { display: none; }#uTPR9SnkVbufe0bRvlw2kXGGBobTKHPy > .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); }#uTPR9SnkVbufe0bRvlw2kXGGBobTKHPy > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePNUAOLZHmGgSMMaf17M3bvt7usp6yRt { top:0rem;left:14.4375rem;width:5.5625rem;height:5.5625rem;z-index:15000;overflow:hidden;display:block; }
 }