.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;
}
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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/9KocdhCD/Copy_of_100_TRANSFORMATIONS.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#PsLSlufS4cUZX0rzu6qSVX5F9bzvS9lI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#PsLSlufS4cUZX0rzu6qSVX5F9bzvS9lI > .row .container { background-color: transparent; background-image: none; }#PsLSlufS4cUZX0rzu6qSVX5F9bzvS9lI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PsLSlufS4cUZX0rzu6qSVX5F9bzvS9lI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PsLSlufS4cUZX0rzu6qSVX5F9bzvS9lI > .row .container > .video-iframe-container { display: none; }#PsLSlufS4cUZX0rzu6qSVX5F9bzvS9lI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PsLSlufS4cUZX0rzu6qSVX5F9bzvS9lI > .row > .video-iframe-container { display: none; }#PsLSlufS4cUZX0rzu6qSVX5F9bzvS9lI > .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); }#PsLSlufS4cUZX0rzu6qSVX5F9bzvS9lI > .row .container { border-width: 0; border-radius: 0; }#PsLSlufS4cUZX0rzu6qSVX5F9bzvS9lI > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#cTsBJe5md11Pnlf65A5TfOts9sTGJHno { background-color:#ea4d8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.03125rem;left:58rem;display:block; }
#VeiqsWgtJKmH0yV7ZyRwRqlbJPyviLKH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zehCCx4VTtukviA4W71Soqpus7mctSGH { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:4.125rem;top:0.8125rem;left:2.4375rem;overflow:hidden;display:block; }
#SWKC1itqEsnZ93w9qzi7WctBR4uM7crm { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.25rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:1.1875rem;left:19.71249961853rem;display:block; }
#S15JRTmG1BMTKQKGKNUDtmRLwSUO0Fk6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r33qyIVmk4rwq4syGUCaNxnmTkFABX1w { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.25rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:1.1875rem;left:27.21249961853rem;display:block; }
#MidHSVh8nQ1susWLVhZ9manOa8SpRk96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y7DGzzvNCk0dbzBTwdNF3sH2TqHwgdlK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.25rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:1.1875rem;left:41.02499961853rem;display:block; }
#LcJlhLEdc2IxAewZVMpt374CMJ0Uy6vG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:rgba(0,0,0,0.68);background-image:url("https://images.assets-landingi.com/YszLRolb/IMG_6096.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3.adaptive-delivery-prevent-bg, #oeO2Mgy3onsWt16dB99RUCILKf94O3H3.lazyload, #oeO2Mgy3onsWt16dB99RUCILKf94O3H3.lazyloading { background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { border-width: 0; border-radius: 0; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:75rem;height:50.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { display:block;width:50.6875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:300;z-index:100002;line-height:1;letter-spacing:0;top:9.5rem;left:12.15625rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HiEsy3470HStQEtAUhIQPxNSvfx49Xmo { display:block;width:48.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1;letter-spacing:0;top:7.4375rem;left:13.1875rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Dbk7TgRGA4ePGhnCPNWXof5fhkigT4wq { box-sizing:content-box;color:#ffffff;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:block;z-index:100012;top:25.28125rem;left:35.9375rem;display:block; }
#J8FW9eyfvT4h0Ago4Rm5SFburiq2r1bv { background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.9375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:20.5rem;left:28.75rem;display:block; }
#dEk5LKfbqkOdGNi1KwELrTk0xWBg4yS5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iU9Vp4itg7arB5pi7SfSMQrAb0hAfegf { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#000000;background-image:none;position:relative;display:block; }#iU9Vp4itg7arB5pi7SfSMQrAb0hAfegf > .row .container { background-color: transparent; background-image: none; }#iU9Vp4itg7arB5pi7SfSMQrAb0hAfegf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iU9Vp4itg7arB5pi7SfSMQrAb0hAfegf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iU9Vp4itg7arB5pi7SfSMQrAb0hAfegf > .row .container > .video-iframe-container { display: none; }#iU9Vp4itg7arB5pi7SfSMQrAb0hAfegf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iU9Vp4itg7arB5pi7SfSMQrAb0hAfegf > .row > .video-iframe-container { display: none; }#iU9Vp4itg7arB5pi7SfSMQrAb0hAfegf > .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); }#iU9Vp4itg7arB5pi7SfSMQrAb0hAfegf > .row .container { border-width: 0; border-radius: 0; }#iU9Vp4itg7arB5pi7SfSMQrAb0hAfegf > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#GflKFZGky5FoJR5AFpE7um5SrQUsesPD { display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1;letter-spacing:0;top:3.40625rem;left:0rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fytVcC7R8m1CXA4mqyxq4vbelSloLO4l { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/PoqrIIL9/nutrishop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:9rem;top:3rem;left:14.8125rem;display:block; }#fytVcC7R8m1CXA4mqyxq4vbelSloLO4l.adaptive-delivery-prevent-bg, #fytVcC7R8m1CXA4mqyxq4vbelSloLO4l.lazyload, #fytVcC7R8m1CXA4mqyxq4vbelSloLO4l.lazyloading { background-image: none; }
#lZRqGfg5tfflrfAlOE5F6RExGnP4vlMT { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/dI6G7Fzh/the_orange_county_register_logo_png_transparent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:10.25rem;top:2.8125rem;left:26.3125rem;display:block; }#lZRqGfg5tfflrfAlOE5F6RExGnP4vlMT.adaptive-delivery-prevent-bg, #lZRqGfg5tfflrfAlOE5F6RExGnP4vlMT.lazyload, #lZRqGfg5tfflrfAlOE5F6RExGnP4vlMT.lazyloading { background-image: none; }
#oe5KvxliBRBHLh7XzXB1Egok6B99qcbe { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/TeMJiMda/The_Doctors_logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:10.5rem;top:2.8125rem;left:39.1875rem;display:block; }#oe5KvxliBRBHLh7XzXB1Egok6B99qcbe.adaptive-delivery-prevent-bg, #oe5KvxliBRBHLh7XzXB1Egok6B99qcbe.lazyload, #oe5KvxliBRBHLh7XzXB1Egok6B99qcbe.lazyloading { background-image: none; }
#bqmr7BO9U0sLCJFsS2KgFQTJdnmBu3gS { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/T99N9Pwq/hsp_logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:12.0625rem;top:2.6875rem;left:51.9375rem;display:block; }#bqmr7BO9U0sLCJFsS2KgFQTJdnmBu3gS.adaptive-delivery-prevent-bg, #bqmr7BO9U0sLCJFsS2KgFQTJdnmBu3gS.lazyload, #bqmr7BO9U0sLCJFsS2KgFQTJdnmBu3gS.lazyloading { background-image: none; }
#A2f1TiJSrvTF8i29Lyzi5TC58yNT8RoT { position:absolute;display:block;z-index:100010;background-color:transparent;background-image:url("https://images.assets-landingi.com/SnSteSHE/wbfflogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:6.1875rem;top:1.96875rem;left:66.736110687256rem;display:block; }#A2f1TiJSrvTF8i29Lyzi5TC58yNT8RoT.adaptive-delivery-prevent-bg, #A2f1TiJSrvTF8i29Lyzi5TC58yNT8RoT.lazyload, #A2f1TiJSrvTF8i29Lyzi5TC58yNT8RoT.lazyloading { background-image: none; }
#ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/9nPriWPu/jsdr5095_2.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy.adaptive-delivery-prevent-bg, #ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy.lazyload, #ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy.lazyloading { background-image: none; }#ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy > .row .container { background-color: transparent; background-image: none; }#ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy > .row .container > .video-iframe-container { display: none; }#ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy > .row > .video-iframe-container { display: none; }#ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy > .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); }#ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy > .row .container { border-width: 0; border-radius: 0; }#ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#s8moIeilwXT2ZrbtJb5wvqPa6QT4naf9 { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100019;line-height:1.1;letter-spacing:0;top:7.375rem;left:16.78125rem;height:2.33615625rem;text-align:center;text-align-last:center;display:block; }
#nlwcEs5mW5EI5UXPwRyRfWykTuakOmX6 { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:normal;z-index:100019;line-height:1.1;letter-spacing:0;top:3.75rem;left:0rem;height:2.818575rem;text-align:center;text-align-last:center;display:block; }
#orxtLcLEJqeQVkd7x6F0G2ReRwpeI2NQ { position:absolute;display:block;z-index:100030;background-color:#ea4d8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:18.1875rem;top:11.75rem;left:0rem;display:block; }
#ney3XlTuOaLiQUiw2tW0ZH0GuGoqNClU { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100034;line-height:1.1;letter-spacing:0;top:16.561630249024rem;left:2rem;height:3.09245rem;text-align:center;text-align-last:center;display:block; }
#iBh8MDdfuFwC24LSFuE5hIeJVtcsVyTB { box-sizing:content-box;color:#ffffff;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:block;z-index:100042;top:13.09375rem;left:7.53125rem;display:block; }
#lVW9ZcMGnx5DHb4h6LUgMM4TmMT1SCr5 { position:absolute;display:block;z-index:100033;background-color:#ea4d8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:18.1875rem;top:11.75rem;left:19rem;display:block; }
#QLp3LGwxKreTBL4aXlBnGQsylOpCEeJi { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100037;line-height:1.1;letter-spacing:0;top:16.662330627441rem;left:20.28125rem;height:4.1232625rem;text-align:center;text-align-last:center;display:block; }
#q1PWmi5Tv41mwhz3DzCCDDzHKLG1AUJT { box-sizing:content-box;color:#ffffff;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:block;z-index:100045;top:13.09375rem;left:26.53125rem;display:block; }
#TppKgUq2OzeFs2giXVisaElNeT1hir1N { position:absolute;display:block;z-index:100036;background-color:#ea4d8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:18.1875rem;top:11.75rem;left:37.9375rem;display:block; }
#y9dMAdrmRzRZJoVICzXoFs4hKpH3ezMn { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100040;line-height:1.1;letter-spacing:0;top:16.561630249024rem;left:40.34375rem;height:3.09245rem;text-align:center;text-align-last:center;display:block; }
#xb4GIbgIVOhNBkLW85PX56Nxq0Ac5wUb { box-sizing:content-box;color:#ffffff;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:block;z-index:100048;top:13.09375rem;left:45.46875rem;display:block; }
#i4fHToEzPWX4CRWeVz5faI1TunwDwT5d { position:absolute;display:block;z-index:100039;background-color:#ea4d8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:18.1875rem;top:11.75rem;left:56.8125rem;display:block; }
#BHhvHTZLLBgtdHMIvZXcuWlKVtoahgo2 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100043;line-height:1.1;letter-spacing:0;top:16.561630249024rem;left:58.21875rem;height:4.1232625rem;text-align:center;text-align-last:center;display:block; }
#BJZ4duGanWWPvZQJqNvHZXwJUAXNhyb7 { box-sizing:content-box;color:#ffffff;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:block;z-index:100051;top:13.09375rem;left:64.34375rem;display:block; }
#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { background-color: transparent; background-image: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container > .video-iframe-container { display: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container { display: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .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); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { border-width: 0; border-radius: 0; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#s0ldv8L7aMikt9n93WAgOWTDVfyue1Mc { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:6.5121536254881rem;left:48rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UkRileUbRuIU3Pv1ToPSziCUImdHkH0D { color:#000000;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:4.6875rem;left:48rem;height:1.19965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PuK5iQ0w0o5PxZV9Wm9fiPlluTk1WBih { position:absolute;display:block;z-index:100026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ZvpnqqSv/jsdr4987.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.5rem;width:45.3125rem;top:4.6875rem;left:-0.037325859069824rem;display:block; }#PuK5iQ0w0o5PxZV9Wm9fiPlluTk1WBih.adaptive-delivery-prevent-bg, #PuK5iQ0w0o5PxZV9Wm9fiPlluTk1WBih.lazyload, #PuK5iQ0w0o5PxZV9Wm9fiPlluTk1WBih.lazyloading { background-image: none; }
#DUbP54ulWDRov8DosBXoGpNUhvsTquni { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:27rem;top:13.111976623535rem;left:48rem;display:block; }
#XlW1I8bzLZUdVIKnWr4g2CTn3y4THyfM { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:27rem;top:17.924476623535rem;left:48rem;display:block; }
#LSBMbiutZxS2xAunv6xWfB6hP8SQm6ZT { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:27rem;top:22.611976623535rem;left:48rem;display:block; }
#BBeshUe1JvIAT5AB89GDfyxIgD01sLo4 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:27rem;top:27.361976623535rem;left:48rem;display:block; }
#LCiIxU4zqVcVKvtXMfE6quHyaMuzZFxk { color:#ea4d8c;display:block;width:4.8125rem;position:absolute;font-family:"russo one";font-size:2.5625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:13.571182250976rem;left:48rem;height:3.33073125rem;text-align:center;text-align-last:center;display:block; }
#gJ6ZI7J5rUHRs0uWTFa8LLqPAf6MzRXp { color:#ea4d8c;display:block;width:4.8125rem;position:absolute;font-family:"russo one";font-size:2.5625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:18.383682250976rem;left:48rem;height:3.33073125rem;text-align:center;text-align-last:center;display:block; }
#TtL8Tl7yWqx2T6bCyrTBNi3hAaFpUv3R { color:#ea4d8c;display:block;width:4.8125rem;position:absolute;font-family:"russo one";font-size:2.5625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:23.071182250976rem;left:48rem;height:3.33073125rem;text-align:center;text-align-last:center;display:block; }
#OB8r20xifEd8TTp7RPrycZXnzOF367MI { color:#ea4d8c;display:block;width:4.8125rem;position:absolute;font-family:"russo one";font-size:2.5625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:27.821182250976rem;left:48rem;height:3.33073125rem;text-align:center;text-align-last:center;display:block; }
#OkGeaXX4oILtIESZl3ILlga971mal8Du { color:#000000;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100020;line-height:1.1;letter-spacing:0;top:14.024307250976rem;left:53.375rem;height:1.9249125rem;text-align:left;text-align-last:left;display:block; }
#XruoVQ6nCi36Oc8emwhT7iRwogfPz09q { color:#000000;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100021;line-height:1.1;letter-spacing:0;top:18.836807250976rem;left:53.375rem;height:1.9249125rem;text-align:left;text-align-last:left;display:block; }
#ahnDcUl4phFgZunpC8SRR87WewCcw6wP { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100022;line-height:1.1;letter-spacing:0;top:23.524307250976rem;left:53.375rem;height:0.96245625rem;text-align:left;text-align-last:left;display:block; }
#coe6M6Ol19OSuJCNs6zoSBTkuocJu7Hy { color:#000000;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100023;line-height:1.1;letter-spacing:0;top:28.274307250976rem;left:53.375rem;height:1.9249125rem;text-align:left;text-align-last:left;display:block; }
#Dc7BXZ9X2vM9LlNbJtDSOmcaX54z1HW1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Dc7BXZ9X2vM9LlNbJtDSOmcaX54z1HW1 > .row .container { background-color: transparent; background-image: none; }#Dc7BXZ9X2vM9LlNbJtDSOmcaX54z1HW1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dc7BXZ9X2vM9LlNbJtDSOmcaX54z1HW1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dc7BXZ9X2vM9LlNbJtDSOmcaX54z1HW1 > .row .container > .video-iframe-container { display: none; }#Dc7BXZ9X2vM9LlNbJtDSOmcaX54z1HW1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dc7BXZ9X2vM9LlNbJtDSOmcaX54z1HW1 > .row > .video-iframe-container { display: none; }#Dc7BXZ9X2vM9LlNbJtDSOmcaX54z1HW1 > .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); }#Dc7BXZ9X2vM9LlNbJtDSOmcaX54z1HW1 > .row .container { border-width: 0; border-radius: 0; }#Dc7BXZ9X2vM9LlNbJtDSOmcaX54z1HW1 > .row .container { font-size:0.875rem;font-family:arial;height:110.75rem;width:75rem;position:relative;display:block; }#fgrJyOT1W5NRZUSHZcEuwL6HSX6ahRk6 { color:#000000;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:100042;line-height:1.1;letter-spacing:0;top:4.3125rem;left:23.3125rem;height:1.51215rem;text-align:center;text-align-last:center;display:block; }
#XNx0yoDPl9Fze33cFAfD52gNodanqgp6 { position:absolute;display:block;z-index:100034;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/rTjNLbGV/lois.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:47.1875rem;top:13.5625rem;left:0rem;display:block; }#XNx0yoDPl9Fze33cFAfD52gNodanqgp6.adaptive-delivery-prevent-bg, #XNx0yoDPl9Fze33cFAfD52gNodanqgp6.lazyload, #XNx0yoDPl9Fze33cFAfD52gNodanqgp6.lazyloading { background-image: none; }
#GFnGWffbkaIuBukldQd1gb6T150G2IEK { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:18.937500774861rem;left:49.811719894409rem;height:10.234375rem;text-align:left;text-align-last:left;display:block; }
#DUgKLn3y9QxbanQmsSONmhz5cZGcD2UV { color:#000000;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:16.187499821186rem;left:49.811719894409rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#M5aWr5kcG05RBFnpV8mK9bTAmIQW9fTo { color:#000000;display:block;width:23rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:42.437501907349rem;left:49.811719894409rem;height:9.09725rem;text-align:left;text-align-last:left;display:block; }
#uSwLyGH7zLrT4LxZa7tVMOm6JGoVAz3C { position:absolute;display:block;z-index:100037;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/OxCOkTtb/rivka.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0rem solid #000000;border-right:0rem solid #000000;border-bottom:0rem solid #000000;height:21.4375rem;width:47.1875rem;top:36.875001907349rem;left:0rem;display:block; }#uSwLyGH7zLrT4LxZa7tVMOm6JGoVAz3C.adaptive-delivery-prevent-bg, #uSwLyGH7zLrT4LxZa7tVMOm6JGoVAz3C.lazyload, #uSwLyGH7zLrT4LxZa7tVMOm6JGoVAz3C.lazyloading { background-image: none; }
#dPcJkaFH9fRqXNQmHDG2Porr1ETNdvDT { color:#000000;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:39.625001907349rem;left:49.811719894409rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#nzdwN1h6VJVKUBFUDRu2hNFl2dPh5ti5 { color:#000000;display:block;width:22.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:66.5rem;left:49.811719894409rem;height:9.09725rem;text-align:left;text-align-last:left;display:block; }
#eT2n4p2tniLUKa4D9nNBags7CAMpMPTU { position:absolute;display:block;z-index:100040;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/tQAUGXea/sara.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:47.1875rem;top:60.312501907349rem;left:0rem;display:block; }#eT2n4p2tniLUKa4D9nNBags7CAMpMPTU.adaptive-delivery-prevent-bg, #eT2n4p2tniLUKa4D9nNBags7CAMpMPTU.lazyload, #eT2n4p2tniLUKa4D9nNBags7CAMpMPTU.lazyloading { background-image: none; }
#qtQmHruNKQtt1vAofaqokoBtBzMETPp1 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:63.4375rem;left:49.811719894409rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#rq8st0uX4f9dnFhz21kSe6PP4Js4HIci { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:89.8125038147rem;left:49.811719894409rem;height:6.8229375rem;text-align:left;text-align-last:left;display:block; }
#sqSnhhu8F3Xt31BNTicO0pF6WfOAmqMo { position:absolute;display:block;z-index:100043;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/nruVT87F/laurel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:47.1875rem;top:83.750005722044rem;left:0rem;display:block; }#sqSnhhu8F3Xt31BNTicO0pF6WfOAmqMo.adaptive-delivery-prevent-bg, #sqSnhhu8F3Xt31BNTicO0pF6WfOAmqMo.lazyload, #sqSnhhu8F3Xt31BNTicO0pF6WfOAmqMo.lazyloading { background-image: none; }
#g4s0WfMVDva1J4VVpU8Plnbiqobxu5Ls { color:#000000;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:86.6250038147rem;left:49.811719894409rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#fpql7OaMsCKUzoo908q7XUfig6JQntHM { color:#000000;display:block;width:39.125rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:normal;z-index:100043;line-height:1.1;letter-spacing:0;top:6.4375rem;left:17.9375rem;height:2.81846875rem;text-align:center;text-align-last:center;display:block; }
#QacPB4UGnlpMKMP6y09PPf1ANqzeF4MS { position:absolute;display:block;z-index:100031;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:27.9375rem;top:13.562500476837rem;left:47.187501907349rem;display:block; }
#QPxRRPTpKm3vppBuog4E8TORHxa6qoau { position:absolute;display:block;z-index:100032;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:27.9375rem;top:36.875001907349rem;left:47.062501907349rem;display:block; }
#r3GW7kcUlsMBGfrU9usk9ReKv8Jgq5TZ { position:absolute;display:block;z-index:100033;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:27.9375rem;top:60.312499046326rem;left:47.062501907349rem;display:block; }
#rbJTcTwhnRJXtMWg3Jl1K4WEnqkaO04F { position:absolute;display:block;z-index:100034;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:27.9375rem;top:83.750002861025rem;left:47.062501907349rem;display:block; }
#dHGH2Xepyay2OEH229IMyxQadwDRrKfA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bVxs4yAd/design.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#dHGH2Xepyay2OEH229IMyxQadwDRrKfA.adaptive-delivery-prevent-bg, #dHGH2Xepyay2OEH229IMyxQadwDRrKfA.lazyload, #dHGH2Xepyay2OEH229IMyxQadwDRrKfA.lazyloading { background-image: none; }#dHGH2Xepyay2OEH229IMyxQadwDRrKfA > .row .container { background-color: transparent; background-image: none; }#dHGH2Xepyay2OEH229IMyxQadwDRrKfA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#dHGH2Xepyay2OEH229IMyxQadwDRrKfA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dHGH2Xepyay2OEH229IMyxQadwDRrKfA > .row .container > .video-iframe-container { display: none; }#dHGH2Xepyay2OEH229IMyxQadwDRrKfA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#dHGH2Xepyay2OEH229IMyxQadwDRrKfA > .row > .video-iframe-container { display: none; }#dHGH2Xepyay2OEH229IMyxQadwDRrKfA > .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); }#dHGH2Xepyay2OEH229IMyxQadwDRrKfA > .row .container { border-width: 0; border-radius: 0; }#dHGH2Xepyay2OEH229IMyxQadwDRrKfA > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#ibAP7ymlwXCprxRPLgxKLSWz76mf6zxM { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:normal;z-index:100033;line-height:1.1;letter-spacing:0;top:3.4878439903259rem;left:17.375rem;height:5.63715rem;text-align:center;text-align-last:center;display:block; }
#ToRhAwqFL3X9b3zpBoPFtmqkHT2Lu76V { position:absolute;display:block;z-index:100031;background-color:#e6e6e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:34.8125rem;top:11.1875rem;left:1.625rem;display:block; }
#z9WrZyb7Cq5xTZs1Vu4ztxlWhJqksms4 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:100037;line-height:1.1;letter-spacing:0;top:13.5625rem;left:0rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#uOavUIicIXBoBJdUc6WnUCrP2SuhnR8w { position:absolute;display:block;z-index:100035;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:3.3125rem;width:3.3125rem;top:13.0625rem;left:0rem;display:block; }
#gnOUDcRHLUL9d6Iuds6cgTCnpo9ub4ac { color:#000000;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:13.15625rem;left:4.8125rem;height:2.27430625rem;text-align:left;text-align-last:left;display:block; }
#dTf6fVo8Qzd11lf2rWI6Lo4BCNvciXwc { position:absolute;display:block;z-index:100030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/mBmfjWoW/5M2A0014.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.875rem;width:37.5625rem;top:11.1875rem;left:37.500001907349rem;display:block; }#dTf6fVo8Qzd11lf2rWI6Lo4BCNvciXwc.adaptive-delivery-prevent-bg, #dTf6fVo8Qzd11lf2rWI6Lo4BCNvciXwc.lazyload, #dTf6fVo8Qzd11lf2rWI6Lo4BCNvciXwc.lazyloading { background-image: none; }
#ABvQWbNglFsBhSTknP0WfmTTIbzyVpBl { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:100052;line-height:1.1;letter-spacing:0;top:28.5625rem;left:42.312501907349rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#XuTrLZIzP8XWJFktThXCmVG5BBg8GGOC { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100053;line-height:1.1;letter-spacing:0;top:32rem;left:54.374998092651rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#iIrx6p3UspHaqP7lhOXe7vkZsT7ACnP5 { position:absolute;display:block;z-index:100035;background-color:#e6e6e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:34.75rem;top:19.125rem;left:1.625rem;display:block; }
#pi0aRtNd41qHO9S3B0cFCQKee6e6S4hd { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:21.125rem;left:4.8125rem;height:2.27430625rem;text-align:left;text-align-last:left;display:block; }
#xtJX3nZp4r43Jy7De5kWl9FWVbHOJfUu { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:100041;line-height:1.1;letter-spacing:0;top:21.5625rem;left:0rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#T3WhAlnS8uWl6C3Uks9CFed3N4nOuWn3 { position:absolute;display:block;z-index:100039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:3.3125rem;width:3.3125rem;top:21.1875rem;left:0rem;display:block; }
#sHzCbhUm1TphSd9NmRTquaBaeMey4pEM { position:absolute;display:block;z-index:100039;background-color:#e6e6e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:34.6875rem;top:27.375rem;left:1.625rem;display:block; }
#HqCTBb7hXUVUPhTItBJXoz0fOkylyULJ { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:29.375rem;left:4.8125rem;height:3.41145625rem;text-align:left;text-align-last:left;display:block; }
#W7Udi3uOoEOIX8b7ivyJESh44WyTltaA { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:100045;line-height:1.1;letter-spacing:0;top:29.75rem;left:0rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#vKtAM2txqGGXr5ZrANT4CPvWh2td0TRT { position:absolute;display:block;z-index:100043;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:3.3125rem;width:3.3125rem;top:29.375rem;left:0rem;display:block; }
#nRRorZvuJeK79foGf3WyZlN3bkdbN9LG { position:absolute;display:block;z-index:100043;background-color:#e6e6e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:34.75rem;top:35.625rem;left:1.625rem;display:block; }
#vzZPWwTVPhEMmkETxSrXZ34anTwyGusf { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100050;line-height:1.3;letter-spacing:0;top:37.625rem;left:4.8125rem;height:2.27430625rem;text-align:left;text-align-last:left;display:block; }
#HRfAeAhLkcOttcWvnuW6dn0Fw5gJ4l8n { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:100049;line-height:1.1;letter-spacing:0;top:38rem;left:0rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#MxX2ITaXNs5QV3VUhPJfqRdmiSQFeE20 { position:absolute;display:block;z-index:100047;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:3.3125rem;width:3.3125rem;top:37.625rem;left:0rem;display:block; }
#plT6lsO9JtDRMTTyxS8c2ic7A6fNAad0 { background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.75rem;height:2.9375rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:44.125rem;left:1.625rem;display:block; }
#TuzSTRDyIhbhxo11eaeo1qGTCMAsrlNH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TN7uox14LEFoQoPh1Zn5nSqxzbPlQZHg { box-sizing:content-box;color:#ea4d8c;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100055;top:44.65625rem;left:72.274999618531rem;display:block; }
#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container { background-color: transparent; background-image: none; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container > .video-iframe-container { display: none; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row > .video-iframe-container { display: none; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .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); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container { border-width: 0; border-radius: 0; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container { font-size:0.875rem;font-family:arial;height:117.625rem;width:75rem;position:relative;display:block; }#y1X05b6as6xTJTMlWqAaidtpQSlcIveJ { position:absolute;display:block;z-index:100033;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:22.9375rem;top:10.9921875rem;left:9.375rem;display:block; }
#vGn8W90fcpidDgCHgHMsvFrlc5UnGUSZ { color:#000000;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:100044;line-height:1.1;letter-spacing:0;top:4.0625rem;left:23.3125rem;height:1.51204375rem;text-align:center;text-align-last:center;display:block; }
#yIvmRfBpeVM7cgxXpOrVSkO1CdMLCgR2 { color:#000000;display:block;width:39.124875rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:normal;z-index:100045;line-height:1.1;letter-spacing:0;top:5.5734357833863rem;left:17.93673992157rem;height:2.81846875rem;text-align:center;text-align-last:center;display:block; }
#zFOow0GeVpCObwSDiWnT3rnSWqity2cH { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:33.5625rem;top:10.9921875rem;left:33.1875rem;display:block; }
#C0xBA5nDDluJJtt1cVhZvDBGq20UM3P3 { color:#000000;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:13.5546875rem;left:35.9375rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#aCkZ5EqhwuJc8DfTI4ZEL9Icr2uHAzwJ { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:15.756050109863rem;left:35.9375rem;height:4.5486125rem;text-align:left;text-align-last:left;display:block; }
#X0T2egGbxCM1oLpgtJgVlBl5daXZvMAh { position:absolute;display:block;z-index:100036;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:33.5625rem;top:26.625rem;left:33.1875rem;display:block; }
#Sz8bQWWubEA9xMqJa0xT76zvAXOTC67P { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:32.4375rem;left:35.9375rem;height:6.8229375rem;text-align:left;text-align-last:left;display:block; }
#CVAQNL8TaLBCT5w4E21isp9t7K6PXTaQ { position:absolute;display:block;z-index:100037;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:22.9375rem;top:26.625rem;left:9.375rem;display:block; }
#oVSMJSuq5tu57BsgdPJV3EnF9WKqfQbJ { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:29.1875rem;left:35.9375rem;height:2.27430625rem;text-align:left;text-align-last:left;display:block; }
#UHWZyvBtKtREGMNto7AgbexO61ef1O9l { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:33.5625rem;top:42.3125rem;left:33.1875rem;display:block; }
#r5yMokUtPsgA4ZEt9JeSiUKlImHNaWd3 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:46.9375rem;left:35.9375rem;height:4.5486125rem;text-align:left;text-align-last:left;display:block; }
#DnomrEwv0Jun2hpcCT4L7CzsGnnxoUNV { position:absolute;display:block;z-index:100042;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:22.9375rem;top:42.3125rem;left:9.375rem;display:block; }
#KnWdMzwSqLVJ5CATIeDwKBAviTQymBJz { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:44.875rem;left:35.9375rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#Tz6i7UMQ1VkJVGOcPfVQdeN2atxo9H3a { position:absolute;display:block;z-index:100046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:33.5625rem;top:58rem;left:33.1875rem;display:block; }
#M0Jh9da8ZSNQ3BZUd0T15JpPULgQmlqo { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100058;line-height:1.3;letter-spacing:0;top:63.81250190735rem;left:35.9375rem;height:5.6857625rem;text-align:left;text-align-last:left;display:block; }
#aTMrJdos6LU6D70co8rrU5Q3QfbKUJ08 { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:60.562501907349rem;left:35.9375rem;height:2.27430625rem;text-align:left;text-align-last:left;display:block; }
#C1cu0KPZTEtVtA75idEmGLzSmiy6bJqT { position:absolute;display:block;z-index:100047;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:22.9375rem;top:58rem;left:9.375rem;display:block; }
#G5s3xcf12H01LrAK057UHKQwvGJnyeS1 { position:absolute;display:block;z-index:100051;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:33.5625rem;top:73.75rem;left:33.1875rem;display:block; }
#zkSfWaylLShT4TPh9VHqzqJrWK4fOBTW { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100063;line-height:1.3;letter-spacing:0;top:79.5625rem;left:35.9375rem;height:4.5486125rem;text-align:left;text-align-last:left;display:block; }
#MTJy5Ou2AovS6PfxFV9OKOQ1ycLJereb { color:#000000;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100058;line-height:1.3;letter-spacing:0;top:76.3125rem;left:35.9375rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#Te3ZpxbVi1hP8L8pIBSyFeTRlFQ5uHDn { position:absolute;display:block;z-index:100052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:22.9375rem;top:73.75rem;left:9.375rem;display:block; }
#BEPtszSvv3P67NVNiZWmmbuzP6Qv2URh { position:absolute;display:block;z-index:100056;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:33.5625rem;top:89.4375rem;left:33.1875rem;display:block; }
#NTcsTPAtb8E1gMpoA64HO3MHlSZyqala { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100068;line-height:1.3;letter-spacing:0;top:95.25rem;left:35.9375rem;height:7.9600625rem;text-align:left;text-align-last:left;display:block; }
#n7piLgqs3aTaFroJAPbTkXBuf3xFyGwx { position:absolute;display:block;z-index:100057;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:22.9375rem;top:89.4375rem;left:9.375rem;display:block; }
#TcdLqyHJhC1KhNzGq8GcyanMw1RrQ6SA { color:#000000;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100063;line-height:1.3;letter-spacing:0;top:92rem;left:35.9375rem;height:2.27430625rem;text-align:left;text-align-last:left;display:block; }
#Vrp3dDfbTu0BZeTQH8XFBUQWkGS9fDSP { position:absolute;display:block;z-index:100074;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/LXsuTuLy/The_Lifestyle_Method_Submark_pink_8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:3.8125rem;top:63.37500190735rem;left:30.75rem;display:block; }#Vrp3dDfbTu0BZeTQH8XFBUQWkGS9fDSP.adaptive-delivery-prevent-bg, #Vrp3dDfbTu0BZeTQH8XFBUQWkGS9fDSP.lazyload, #Vrp3dDfbTu0BZeTQH8XFBUQWkGS9fDSP.lazyloading { background-image: none; }
#Z7k98KhZSv4Vk4W7r0ITDQQ2b0OvS65I { position:absolute;display:block;z-index:100075;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/LXsuTuLy/The_Lifestyle_Method_Submark_pink_8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:3.8125rem;top:47.687501907349rem;left:30.75rem;display:block; }#Z7k98KhZSv4Vk4W7r0ITDQQ2b0OvS65I.adaptive-delivery-prevent-bg, #Z7k98KhZSv4Vk4W7r0ITDQQ2b0OvS65I.lazyload, #Z7k98KhZSv4Vk4W7r0ITDQQ2b0OvS65I.lazyloading { background-image: none; }
#kwEoFruSHzHRahwqKR37Jb2uK6D9BRMT { position:absolute;display:block;z-index:100076;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/LXsuTuLy/The_Lifestyle_Method_Submark_pink_8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:3.8125rem;top:32.000000953674rem;left:30.75rem;display:block; }#kwEoFruSHzHRahwqKR37Jb2uK6D9BRMT.adaptive-delivery-prevent-bg, #kwEoFruSHzHRahwqKR37Jb2uK6D9BRMT.lazyload, #kwEoFruSHzHRahwqKR37Jb2uK6D9BRMT.lazyloading { background-image: none; }
#euUH5EktnGOaTWWzJFCAsZ3lF18zkADt { position:absolute;display:block;z-index:100077;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/391f72f4-4c46-4b51-a8be-78259485d8fe/Submark_Pink2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:3.8125rem;top:16.367211341858rem;left:30.75rem;display:block; }#euUH5EktnGOaTWWzJFCAsZ3lF18zkADt.adaptive-delivery-prevent-bg, #euUH5EktnGOaTWWzJFCAsZ3lF18zkADt.lazyload, #euUH5EktnGOaTWWzJFCAsZ3lF18zkADt.lazyloading { background-image: none; }
#AIsyv1gtqZSdw5C24VR1sPy73eegPGD9 { position:absolute;display:block;z-index:100078;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/LXsuTuLy/The_Lifestyle_Method_Submark_pink_8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:3.8125rem;top:79.12500190735rem;left:30.75rem;display:block; }#AIsyv1gtqZSdw5C24VR1sPy73eegPGD9.adaptive-delivery-prevent-bg, #AIsyv1gtqZSdw5C24VR1sPy73eegPGD9.lazyload, #AIsyv1gtqZSdw5C24VR1sPy73eegPGD9.lazyloading { background-image: none; }
#yGtSZW5e5KGs6DJi41AhADWAMPA0Wrzs { position:absolute;display:block;z-index:100079;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/LXsuTuLy/The_Lifestyle_Method_Submark_pink_8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:3.8125rem;top:94.8125rem;left:30.75rem;display:block; }#yGtSZW5e5KGs6DJi41AhADWAMPA0Wrzs.adaptive-delivery-prevent-bg, #yGtSZW5e5KGs6DJi41AhADWAMPA0Wrzs.lazyload, #yGtSZW5e5KGs6DJi41AhADWAMPA0Wrzs.lazyloading { background-image: none; }
#KitLg54E1SVmV6nxl2Oc3LoNQ2rfidkV { background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.9375rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:108rem;left:28.75rem;display:block; }
#X1A1veUvTDya8lBkIBdRZQvtZHVC1TNE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x88QPJzMpqcJhuTminEnrfpPlpsGOCQg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#x88QPJzMpqcJhuTminEnrfpPlpsGOCQg > .row .container { background-color: transparent; background-image: none; }#x88QPJzMpqcJhuTminEnrfpPlpsGOCQg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x88QPJzMpqcJhuTminEnrfpPlpsGOCQg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x88QPJzMpqcJhuTminEnrfpPlpsGOCQg > .row .container > .video-iframe-container { display: none; }#x88QPJzMpqcJhuTminEnrfpPlpsGOCQg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x88QPJzMpqcJhuTminEnrfpPlpsGOCQg > .row > .video-iframe-container { display: none; }#x88QPJzMpqcJhuTminEnrfpPlpsGOCQg > .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); }#x88QPJzMpqcJhuTminEnrfpPlpsGOCQg > .row .container { border-width: 0; border-radius: 0; }#x88QPJzMpqcJhuTminEnrfpPlpsGOCQg > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#rgrREbrXLRKE8P4JwXHHBHKpQk3pAstq { color:#000000;display:block;width:31.5rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:100044;line-height:1.1;letter-spacing:0;top:4.0295141525567rem;left:0rem;height:6.875rem;text-align:left;text-align-last:left;display:block; }
#XFZBlvxatx9byDD53wUwqBvG160ECyoy { position:absolute;display:block;z-index:99997;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;height:3.375rem;width:40.4375rem;top:13rem;left:0rem;display:block; }
#q4qDCyAWFrwDeI6i4qJwxRPZEgLuBd1t { position:absolute;display:block;z-index:99998;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;height:3.375rem;width:40.4375rem;top:16.374999362976rem;left:0rem;display:block; }
#JkULGrszVhdB9eVdbUqTQ6wQLlhvMQ9P { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:14.118923503906rem;left:2.8125rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#a3aHuT3wL0QqUCNbJledQ2qT8bEC3JJ9 { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:17.49392445758rem;left:2.8125rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#ZxGV1mFG92yQeegRJg4s5KqXIda9oDU2 { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;height:4.6875rem;width:40.4375rem;top:23.1875rem;left:0rem;display:block; }
#M632fl3AT1VU4uQNNpXTchSiCe9meegP { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:24.3125rem;left:2.8125rem;height:2.27430625rem;text-align:left;text-align-last:left;display:block; }
#eBqtdwetrSwU3NzzfaOaXwLyEyUTdeSg { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;height:3.375rem;width:40.4375rem;top:19.8125rem;left:0rem;display:block; }
#w2Ld5kQ533LcV0D9WXbpFPaWB750XlS9 { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:20.9375rem;left:2.8125rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#WAmCeD274sC8zXpTQ2Gu9A4wOuco0SnH { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;height:3.375rem;width:40.4375rem;top:32.375rem;left:0rem;display:block; }
#Dt05cHTxSuCVxCtXHqGu3lylLWJv7v75 { color:#000000;display:block;width:30.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:33.5rem;left:2.8125rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#Mq6lT3JXWTCri4VQxhiGTfNqw1SF1z8v { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;height:4.4375rem;width:40.4375rem;top:27.875rem;left:0rem;display:block; }
#oPcfBBmUK9Veay6XbwWkTfwrIavbFsXh { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:29rem;left:2.8125rem;height:2.27430625rem;text-align:left;text-align-last:left;display:block; }
#cQ87q6zxcRFr3d3LnrOAmPOKRJogV6aI { position:absolute;display:block;z-index:100009;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.0625rem solid #000000;height:3.375rem;width:40.4375rem;top:35.8125rem;left:0rem;display:block; }
#OX1XVslUgQ5zwGND0xUqz79OZiiQlNbw { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:36.9375rem;left:2.8125rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#yPDeIUo7Dx2aapwrTanG3HpTfLMkS1M1 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:14.150173503906rem;left:25.5rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#Xkdg1cQXv3Oo3dNmaqo1ulBsDtm6P1R3 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:17.52517445758rem;left:25.4375rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#ikawybvb7VaWkoTCNLCDbMlVaGxnvQxn { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:20.96267445758rem;left:25.4375rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#MJhrbh5i1SCmSeakDwTMmOBmgsdRxTfi { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:24.99392445758rem;left:25.4375rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#Knm43lowdivoUgSJDu3702QUXZraqbyg { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:29.55642445758rem;left:25.4375rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#yXPe4R43BWDkQrBva86JXnTA2cS5iRQC { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:33.52517445758rem;left:25.4375rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#T5B2nz3kpxcs35vQ4SLrSum96vZbO9CM { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:36.99392445758rem;left:25.4375rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#w4zZMeutwrteS8ASZhzxLhe8qUR2PRt7 { box-sizing:content-box;color:#ea4d8c;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:13.842881679535rem;left:0rem;display:block; }
#oGC7ioJAaqkexy2cvA2hMuHVgir8Ouk6 { box-sizing:content-box;color:#ea4d8c;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:17.218749523163rem;left:0rem;display:block; }
#y74zq8bAU7sUXGwxAz00WDI2O8M9F4Hg { box-sizing:content-box;color:#ea4d8c;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:20.656249523163rem;left:0rem;display:block; }
#KTTzVCW7Gf4uaJ3Xm5fiF2K6XzpG4PHz { box-sizing:content-box;color:#ea4d8c;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:24.687499523163rem;left:0rem;display:block; }
#lEA2EISatdznrpxSxp8aoiQ8EtnytsxJ { box-sizing:content-box;color:#ea4d8c;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:29.249999523163rem;left:0rem;display:block; }
#P0TBkPQJU5Gy2kzy82S8NPkNUAdFnkgM { box-sizing:content-box;color:#ea4d8c;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100052;top:33.218749523163rem;left:0rem;display:block; }
#V6G4TMomADrBWUTWPAwEcCU566krhKoS { box-sizing:content-box;color:#ea4d8c;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:36.687499523163rem;left:0rem;display:block; }
#N3sXwzxCMcq9aLDJZMl7f6T9Xqh2V8hG { position:absolute;display:block;z-index:100058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.125rem;width:30.9375rem;top:5.3750002384186rem;left:44.0625rem;display:block; }
#e6MERv2ivI305qsDMDTwMcNH0P84nEGi { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:40.333318073303rem;left:17.1875rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#crXcbcn82mOq5RfbSb8BzFmxl3fgJp5n { color:#000000;display:block;width:5.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:40.332465171814rem;left:34.5625rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#UGXQDdd3y2zJ3MGzzNlhUPL2SMnkGO5w { background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.9375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:43.652777910233rem;left:23rem;display:block; }
#NX73pTdqpoKWIG8U6d3lcUTWa70XBGCP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uA5bgN0uP98rC5KnFUw2GOD7qaaztiFz { position:absolute;display:block;z-index:100077;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/LXsuTuLy/The_Lifestyle_Method_Submark_pink_8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:3.8125rem;top:41.097222328186rem;left:69.9375rem;display:block; }#uA5bgN0uP98rC5KnFUw2GOD7qaaztiFz.adaptive-delivery-prevent-bg, #uA5bgN0uP98rC5KnFUw2GOD7qaaztiFz.lazyload, #uA5bgN0uP98rC5KnFUw2GOD7qaaztiFz.lazyloading { background-image: none; }
#HQauBeNaP3i8FDNPx608mxxzgTExH7UW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zRTbzwFe/0001_21551484740.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#HQauBeNaP3i8FDNPx608mxxzgTExH7UW.adaptive-delivery-prevent-bg, #HQauBeNaP3i8FDNPx608mxxzgTExH7UW.lazyload, #HQauBeNaP3i8FDNPx608mxxzgTExH7UW.lazyloading { background-image: none; }#HQauBeNaP3i8FDNPx608mxxzgTExH7UW > .row .container { background-color: transparent; background-image: none; }#HQauBeNaP3i8FDNPx608mxxzgTExH7UW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #efefef; }#HQauBeNaP3i8FDNPx608mxxzgTExH7UW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HQauBeNaP3i8FDNPx608mxxzgTExH7UW > .row .container > .video-iframe-container { display: none; }#HQauBeNaP3i8FDNPx608mxxzgTExH7UW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #efefef; }#HQauBeNaP3i8FDNPx608mxxzgTExH7UW > .row > .video-iframe-container { display: none; }#HQauBeNaP3i8FDNPx608mxxzgTExH7UW > .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); }#HQauBeNaP3i8FDNPx608mxxzgTExH7UW > .row .container { border-width: 0; border-radius: 0; }#HQauBeNaP3i8FDNPx608mxxzgTExH7UW > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;position:relative;display:block; }#ZyiPoeOu0XQHzsmNR4S4JgJHNP2Z4Fyv { color:#000000;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:100046;line-height:1.1;letter-spacing:0;top:4.4375rem;left:22.8125rem;height:1.51215rem;text-align:center;text-align-last:center;display:block; }
#zlcmoPIgGo43ZT2FOI0PEahsQTvIuhGA { color:#000000;display:block;width:39.125rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:normal;z-index:100047;line-height:1.1;letter-spacing:0;top:6.5625rem;left:17.4375rem;height:2.818575rem;text-align:center;text-align-last:center;display:block; }
#tLpJ7U4vxKlX3TLWdL5B9UpwPrg7s3LM { position:absolute;display:block;z-index:100059;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.625rem;width:35.5625rem;top:11.4921875rem;left:0rem;display:block; }
#IMNwUGUAmxOSK4n2watk4tu3A2k1LsUA { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:normal;z-index:100061;line-height:1.1;letter-spacing:0;top:13.659722805023rem;left:3.03125rem;height:2.818575rem;text-align:center;text-align-last:center;display:block; }
#QlxKLqd3miR7hsUFvTRmnPTmT3DwFtaF { position:absolute;display:block;z-index:100091;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.375rem;width:75rem;top:17.290798822418rem;left:0rem;display:block; }
#ZVI1HMhwaPNnLsEq6OUeGi3sp3i418Xc { box-sizing:content-box;color:#ea4d8c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100064;top:18.875868320465rem;left:3.125rem;display:block; }
#RA38tkVbxTuaaV7Wsix1ihAHE79W5TR2 { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100065;line-height:1.3;letter-spacing:0;top:19.339409351349rem;left:6.09375rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#p3kEFMLBcFEF9RJmGzXocknegoXDtelC { color:#000000;display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100066;line-height:1.3;letter-spacing:0;top:19.339409351349rem;left:26.625rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#bWpShxqWnSlcAVPOQETxNyUTQk4UtGTB { box-sizing:content-box;color:#ea4d8c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100065;top:21.735243320465rem;left:3.125rem;display:block; }
#sufp4qnhk4wPy9DLCckqoVa6DcsV8SBw { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100066;line-height:1.3;letter-spacing:0;top:22.198784351349rem;left:6.09375rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#OaECzTm0mzGuMfUbma97wby9W0luISsT { color:#000000;display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100067;line-height:1.3;letter-spacing:0;top:22.198784351349rem;left:26.625rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#fxve3be76W30PCtsGOhaFTbnvhI8mMNo { background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.9375rem;text-decoration:none;z-index:100068;text-align:center;text-align-last:center;top:33.978300729766rem;left:8.625rem;display:block; }
#RT2qQMOrB2wgCtI3JiudweJ63gissLyr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mCz95Zp6TpgQH2tD4i6hXfrfsxtOO8x4 { box-sizing:content-box;color:#ea4d8c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100066;top:24.604166666046rem;left:3.125rem;display:block; }
#DoJGJpDLULR1XtoQBxP9ZHJkP4PZXzST { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100067;line-height:1.3;letter-spacing:0;top:25.066839853302rem;left:6.09375rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#Gy87uv0pCItw1TDXv6yKIoFNbm6BNLs8 { color:#000000;display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100068;line-height:1.3;letter-spacing:0;top:25.066839853302rem;left:26.625rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#z3otWvzEG6Niah8Em9wVdNHXW9tgJ0gw { box-sizing:content-box;color:#ea4d8c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100067;top:27.541666666046rem;left:3.125rem;display:block; }
#u0Py5URGEumV27eNzLQi6SWKutamSH1B { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100068;line-height:1.3;letter-spacing:0;top:28.004339853302rem;left:6.09375rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#KryatMLIFX2hdohiMEx8D61UVgqwGXqi { color:#000000;display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100069;line-height:1.3;letter-spacing:0;top:28.004339853302rem;left:26.6875rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#ihfnlzT1bclOUAelxfcEOqxs3Wdq9PsF { box-sizing:content-box;color:#ea4d8c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100068;top:30.291666666046rem;left:3.125rem;display:block; }
#OqQh8ZpQOxa8fiE7RWJXMdIK3G1eOGSd { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100069;line-height:1.3;letter-spacing:0;top:30.754339853302rem;left:6.09375rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#gIivrsKTw6GtR1PvSV3dFIsPsZzcEW5Z { color:#000000;display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100070;line-height:1.3;letter-spacing:0;top:30.754339853302rem;left:26.625rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#qDuZEr9IKsCdJXdTx8TXZolWNB45hoWE { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:100071;line-height:1.3;letter-spacing:0;top:37.725693225861rem;left:8.6875rem;height:1.62435rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#pLfWpxzkrMQzoQKwMlAlJ2RWe5OTbBgX { position:absolute;display:block;z-index:100078;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.625rem;width:35.5625rem;top:11.5rem;left:39.4375rem;display:block; }
#FsEqZTpVyzFS60M9UPON0Wk0kOpBVw7W { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100085;line-height:1.3;letter-spacing:0;top:22.197916666046rem;left:45.59375rem;height:;text-align:left;text-align-last:left;display:block; }
#SwxwTWwuTUKD87q6qJn49rnNsdyTkoMG { color:#000000;display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100086;line-height:1.3;letter-spacing:0;top:22.1875rem;left:66.0625rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#DiXCK1NHMr6GiRyJBTgATxO35MF5wGLM { background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.9375rem;text-decoration:none;z-index:100087;text-align:center;text-align-last:center;top:34rem;left:48.0625rem;display:block; }
#OBriL5K34i8SX99xyCeg0Gri39vsSsFw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UuFKboUPvZEegAkMiPhs2Z812pGhmTBN { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100086;line-height:1.3;letter-spacing:0;top:24.498264947906rem;left:45.625rem;height:2.27430625rem;text-align:left;text-align-last:left;display:block; }
#boAly8cLxfUsB2hO8OxysJaUiQOeB44s { color:#000000;display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100087;line-height:1.3;letter-spacing:0;top:25.0625rem;left:66.0625rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#sAtvTul57UbpJe8pvXmfCAtsIO0mQQRT { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:100090;line-height:1.3;letter-spacing:0;top:37.75rem;left:48.125rem;height:1.62435rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#fr6hKO85eCFCHinJTea609kTAABfPNH2 { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:normal;z-index:100080;line-height:1.1;letter-spacing:0;top:13.6875rem;left:42.5rem;height:2.818575rem;text-align:center;text-align-last:center;display:block; }
#NTxTmNtTtOX0dWFwoOv4WqPB2aAmH1KZ { color:#000000;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100084;line-height:1.3;letter-spacing:0;top:19.3125rem;left:42.875rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#UqiUPhwW2aPHREGEatsOKi0s6tZQoHTa { box-sizing:content-box;color:#ea4d8c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100084;top:21.75rem;left:42.5625rem;display:block; }
#O78SOWhon5ysn7Fivy10fvHTl9f9xbxD { box-sizing:content-box;color:#ea4d8c;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100085;top:24.625rem;left:42.5625rem;display:block; }
#Ak02Zt4nNeoz0dbviqmsDV24v7rTh3Mm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ak02Zt4nNeoz0dbviqmsDV24v7rTh3Mm > .row .container { background-color: transparent; background-image: none; }#Ak02Zt4nNeoz0dbviqmsDV24v7rTh3Mm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ak02Zt4nNeoz0dbviqmsDV24v7rTh3Mm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ak02Zt4nNeoz0dbviqmsDV24v7rTh3Mm > .row .container > .video-iframe-container { display: none; }#Ak02Zt4nNeoz0dbviqmsDV24v7rTh3Mm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ak02Zt4nNeoz0dbviqmsDV24v7rTh3Mm > .row > .video-iframe-container { display: none; }#Ak02Zt4nNeoz0dbviqmsDV24v7rTh3Mm > .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); }#Ak02Zt4nNeoz0dbviqmsDV24v7rTh3Mm > .row .container { border-width: 0; border-radius: 0; }#Ak02Zt4nNeoz0dbviqmsDV24v7rTh3Mm > .row .container { font-size:0.875rem;font-family:arial;height:68.9375rem;width:75rem;position:relative;display:block; }#ZwFmNmT3fBGsMthwnl5tDfwZ7Zhr7thT { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:100045;line-height:1.1;letter-spacing:0;top:3.1015627384186rem;left:10.78125rem;height:6.875rem;text-align:center;text-align-last:center;display:block; }
#nV2x9TfTousxiA7zdTXbZTtmVKszhf50 { color:#000000;display:block;width:56.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100069;line-height:1.3;letter-spacing:0;top:11.624132394791rem;left:9.21875rem;height:2.27430625rem;text-align:center;text-align-last:center;display:block; }
#XdkANBZLA5LW047taDp0kNTR6o6Q0P6r { position:absolute;display:block;z-index:100048;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:16.8125rem;top:17.256944656372rem;left:0rem;display:block; }
#diugrN9bmGO1Ue7OR5TbHlPgptC78uh1 { position:absolute;display:block;z-index:100049;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:16.8125rem;top:17.256944656372rem;left:19.4375rem;display:block; }
#T8FuULRf89ZLyAMevhtroTWkoDnhH7vx { position:absolute;display:block;z-index:100050;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:16.8125rem;top:17.256944656372rem;left:38.8125rem;display:block; }
#ViQccq5Vc8wWFshQxSG1wEGrFCVq1rri { position:absolute;display:block;z-index:100051;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:16.8125rem;top:17.256944656372rem;left:58.1875rem;display:block; }
#eak1LhrP33aAuWrck98C1HWtBdKBc25X { color:#000000;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:34.881944656372rem;left:0rem;height:2.27430625rem;text-align:center;text-align-last:center;display:block; }
#Ar7cQJSFNASlqMqgmG5AzVzVooNO0Hiq { color:#000000;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:34.881944656372rem;left:19.46875rem;height:2.2743rem;text-align:center;text-align-last:center;display:block; }
#XDlXNilEn758CcIHEtOkbFHntaIBlD0A { color:#000000;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:34.881944656372rem;left:38.84375rem;height:2.27430625rem;text-align:center;text-align-last:center;display:block; }
#iIk4xLbpCVk7HbSAHvmET81o8dzVSrwb { color:#000000;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:34.881944656372rem;left:58.25rem;height:2.27430625rem;text-align:center;text-align-last:center;display:block; }
#edACUVaVGNOfuMlPxzZMa5T3lvGpZKKF { color:#ea4d8c;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:33.375rem;left:0rem;height:1.381075rem;text-align:center;text-align-last:center;display:block; }
#BTXTMXuwhl6t5sWhNqTexxJeELSglXAf { color:#ea4d8c;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:33.374132156372rem;left:19.46875rem;height:1.381075rem;text-align:center;text-align-last:center;display:block; }
#UevTEbpgdZyDBiihTXCmw4izbEDrXuPk { color:#ea4d8c;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:33.374132156372rem;left:38.84375rem;height:1.381075rem;text-align:center;text-align-last:center;display:block; }
#KVhHWyFux9U3ZuEKMEvGmOmIXG8fA1s5 { color:#ea4d8c;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:33.374132156372rem;left:58.25rem;height:1.381075rem;text-align:center;text-align-last:center;display:block; }
#TBUs8mt2uAACEGwCHAT9R4MMfZk9p2oF { color:#000000;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100070;line-height:1.3;letter-spacing:0;top:38.339412689209rem;left:0rem;height:6.8229375rem;text-align:center;text-align-last:center;display:block; }
#abCcCTQ5XCcMWZHCUTradk28I3T14hs8 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:38.337673187256rem;left:19.53125rem;height:6.8229375rem;text-align:center;text-align-last:center;display:block; }
#HW6ZqetBfTbVCxqvPUAyEbJ5bayMeZLz { color:#000000;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:38.337673187256rem;left:38.90625rem;height:4.5486125rem;text-align:center;text-align-last:center;display:block; }
#IUNIOGR0EEAUJrPzw2t8yeLxNJepmuRu { color:#000000;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:38.339408874512rem;left:58.375rem;height:4.5486125rem;text-align:center;text-align-last:center;display:block; }
#R7m54OCnF7s6lfOZx5Fm8FOzLQz7dd8W { box-sizing:content-box;color:#ea4d8c;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:block;z-index:100074;top:17.256944656372rem;left:19.4375rem;display:block; }
#fhrTNSyzxHkSyhhkifgbfCpuoLkNzhy1 { box-sizing:content-box;color:#ea4d8c;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:block;z-index:100075;top:17.256944656372rem;left:0rem;display:block; }
#vEznnzkbd6ZzfxE4Gd7M0oNsFXu0PZS0 { box-sizing:content-box;color:#ea4d8c;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:block;z-index:100075;top:17.256944656372rem;left:38.8125rem;display:block; }
#iChGrbn6T635fzh1DvBUbdB0wxSSovTi { box-sizing:content-box;color:#ea4d8c;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:block;z-index:100076;top:17.256944656372rem;left:58.1875rem;display:block; }
#E9CMGQirdTHyETdaftJX8TXBDzIVoPOS { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:100046;line-height:1.1;letter-spacing:0;top:53.428819656372rem;left:7.9375rem;height:2.40614375rem;text-align:left;text-align-last:left;display:block; }
#VQcSvXbbMrmgDpyoThDyZLO9qZwPfm6o { color:#ea4d8c;display:block;width:32.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100047;line-height:1.1;letter-spacing:0;top:56.741319656372rem;left:7.9375rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ea4d8c;background-image:none;color:#ffffff;padding-top:0.808125rem;padding-right:0.73875rem;padding-bottom:0.808125rem;padding-left:0.73875rem;display:block;align-items:center;width:4.4325rem;min-width:4.4325rem;height:4.3425rem;position:relative;font-family:montserrat;font-size:3.231875rem;font-weight:700;line-height:69.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.505625rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:5.91125rem;height:0;position:relative;font-family:"open sans";font-size:1.211875rem;font-weight:400;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:27.625rem;height:6.464375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:53.089408874512rem;left:38.8125rem;z-index:100077; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #KzrtkVpq1nZsTR9QG4dcWheQ4Ld8O89r { display:flex;position:relative;top:0rem;left:0rem; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #vlgZ6umscQ850NOaOIshEXupi4NFephZ { width:auto; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #KULRyLcoq9BvbrPuOK3bpG8ed4tS5oX6 {  }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #hdNAUTTDNxEQfmcLVACZhbirXvxzfa1S { display:flex;position:relative;top:0rem;left:0rem; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #ZKRaGaF00mE1cfchiflu94eumCAsixDn {  }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #Q31cosEuQElC1TBCQMKHeow7a5rLt2KE {  }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #erZ0Pc4Ph3Kw2ehi3x6JaUxzIiC0sSaW { display:flex;position:relative;top:0rem;left:0rem; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #qGioRKnhAViOLLlPlxkdtt4sZk0KmaXQ {  }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #wLuyf0MX4IxSxun713fJmTkJrDVOnNRT {  }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #eySz4WSrgMpnMhe7qkwdMw3Qzu1eHiN5 { display:flex;position:relative;top:0rem;left:0rem; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #tOECXgSS9xvhPSpEsu2IdoPidfNc4TNy {  }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #wr0H0o5fm0ty2KkPgrmQI3dkK9p9DSTD {  }
#gat7ND7O5wT4IgsVFv6yTqLvZ4ywsvmK { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ea4d8c;border-left:0.0625rem solid #ea4d8c;border-right:0.0625rem solid #ea4d8c;border-bottom:0.0625rem solid #ea4d8c;height:13.3125rem;width:65.0625rem;top:50.055555343628rem;left:4.90625rem;display:block; }
#LOJ79rrksosMdckuUFMaufhKL3l33Ztz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container { background-color: transparent; background-image: none; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container > .video-iframe-container { display: none; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row > .video-iframe-container { display: none; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .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); }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container { border-width: 0; border-radius: 0; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:75rem;position:relative;display:block; }#T6P6x0an3LTpi4TBRyQ12lLC5NTx2QMk { color:#000000;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:5.75rem;left:45.625rem;height:1.29948125rem;text-align:left;text-align-last:left;display:block; }
#socmhIpF6di1UNMQ2XyuTUaz9Usgp49F { color:#000000;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:7.9375rem;left:45.625rem;height:4.5486125rem;text-align:left;text-align-last:left;display:block; }
#TQPpuv96Rw6k24EDUrJVppPdHwX3ltV7 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100045;line-height:1.1;letter-spacing:0;top:8.3281247615813rem;left:25.0625rem;height:3.09375rem;text-align:left;text-align-last:left;display:block; }
#HTJk0HVUvPLo33x0eawxM5JvhcUZNQTS { position:absolute;display:block;z-index:100034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/01OZB4xG/jsdr4725.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.75rem;width:41.8125rem;top:5.7500002384186rem;left:0rem;display:block; }#HTJk0HVUvPLo33x0eawxM5JvhcUZNQTS.adaptive-delivery-prevent-bg, #HTJk0HVUvPLo33x0eawxM5JvhcUZNQTS.lazyload, #HTJk0HVUvPLo33x0eawxM5JvhcUZNQTS.lazyloading { background-image: none; }
#hTqSc4CvSnOa04PisQLWSPPb1ZgaTF1V { position:absolute;display:block;z-index:100044;background-color:#ea4d8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:20.125rem;top:7.9375rem;left:23.3125rem;display:block; }
#udGMOUJKJN5mPckWhI96VZWhndRciEox { color:#000000;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:17.875rem;left:45.625rem;height:4.5486125rem;text-align:left;text-align-last:left;display:block; }
#xm8ipcoGXi3XGF0XsJvby6DzFMtCyzq0 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:15.6875rem;left:45.625rem;height:1.29948125rem;text-align:left;text-align-last:left;display:block; }
#ldPJ3BaI8qTThlzGsVywDmZADiMzMg6E { color:#000000;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:28.0625rem;left:45.625rem;height:5.6857625rem;text-align:left;text-align-last:left;display:block; }
#U6MeuUDx45FHIpBWzHNyg6eGWws8mme8 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:25.875rem;left:45.625rem;height:1.29948125rem;text-align:left;text-align-last:left;display:block; }
#bu36bIDU5aN5QlScfQMGPXqqgTrP9iB2 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:39.5rem;left:45.625rem;height:7.9600625rem;text-align:left;text-align-last:left;display:block; }
#TwXF0fpODs2bFzTe4al0fp3UBvGSK0To { color:#000000;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:37.3125rem;left:45.625rem;height:1.29948125rem;text-align:left;text-align-last:left;display:block; }
#sAQBuEGX6b4xeOlUKrRdNBrgdcd70nGf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#sAQBuEGX6b4xeOlUKrRdNBrgdcd70nGf > .row .container { background-color: transparent; background-image: none; }#sAQBuEGX6b4xeOlUKrRdNBrgdcd70nGf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sAQBuEGX6b4xeOlUKrRdNBrgdcd70nGf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sAQBuEGX6b4xeOlUKrRdNBrgdcd70nGf > .row .container > .video-iframe-container { display: none; }#sAQBuEGX6b4xeOlUKrRdNBrgdcd70nGf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sAQBuEGX6b4xeOlUKrRdNBrgdcd70nGf > .row > .video-iframe-container { display: none; }#sAQBuEGX6b4xeOlUKrRdNBrgdcd70nGf > .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); }#sAQBuEGX6b4xeOlUKrRdNBrgdcd70nGf > .row .container { border-width: 0; border-radius: 0; }#sAQBuEGX6b4xeOlUKrRdNBrgdcd70nGf > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:75rem;position:relative;display:block; }#hHXKprQ6cTgmNvc6RJ8cxSdOu09LGMoa { position:absolute;display:block;z-index:100000;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:25.0625rem;top:0rem;left:7.5rem;display:block; }
#LzaBJZEyETFTFGSbNX2yxley8oUyO3A2 { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:100046;line-height:1.1;letter-spacing:0;top:3.8368053436279rem;left:10.6875rem;height:6.875rem;text-align:left;text-align-last:left;display:block; }
#tOPI3dhbiNza9EeGse1MNmCkSwuqRIhT { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:3.8758678436279rem;left:36.75rem;height:6.8229125rem;text-align:left;text-align-last:left;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; }
#wv0riSqRpWWdnI4TJ1hkzHZlq71ALoUF { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:12.401041030884rem;left:36.6875rem;height:3.41145625rem;text-align:left;text-align-last:left;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; }
#x52HBHlfOCGnWgO4uwuy37X3xAP5BDqI { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100049;line-height:1.3;letter-spacing:0;top:17.659722328186rem;left:36.6875rem;height:4.54860625rem;text-align:left;text-align-last:left;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; }
#K7m7TmFfuFvgqoVcSmw0BreHx83fma0b { position:absolute;display:block;z-index:100035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VsnUv37q/jsdr4996.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43rem;width:25.0625rem;top:16.9375rem;left:7.5rem;display:block; }#K7m7TmFfuFvgqoVcSmw0BreHx83fma0b.adaptive-delivery-prevent-bg, #K7m7TmFfuFvgqoVcSmw0BreHx83fma0b.lazyload, #K7m7TmFfuFvgqoVcSmw0BreHx83fma0b.lazyloading { background-image: none; }
#UMcJ8JtfaEXQGENfS7bEFQUztLhkuaD1 { color:#000000;display:block;width:38.3121875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:24.1097022295rem;left:36.687285423279rem;height:4.54860625rem;text-align:left;text-align-last:left;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; }
#LeyNvRKBXadvHNfscCMHJKVBp2rrfJS6 { color:#000000;display:block;width:38.3121875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:30.486111760139rem;left:36.687285423279rem;height:5.68575625rem;text-align:left;text-align-last:left;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; }
#cbpudiQf9oSSxS8JhCuKxfU50g6cbZu0 { color:#000000;display:block;width:38.3121875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:36.733401417733rem;left:36.687285423279rem;height:7.9600875rem;text-align:left;text-align-last:left;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; }
#fKaK9ha0SDskmky10tnPkGUa774f9Vby { color:#000000;display:block;width:38.3121875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:47.122939229011rem;left:36.687285423279rem;height:5.6857625rem;text-align:left;text-align-last:left;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; }
#VvnLqGtiLgXHCFM1zdnucK42LaVzDMTZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(234,77,140,0.95);background-image:none;position:relative;display:block; }#VvnLqGtiLgXHCFM1zdnucK42LaVzDMTZ > .row .container { background-color: transparent; background-image: none; }#VvnLqGtiLgXHCFM1zdnucK42LaVzDMTZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VvnLqGtiLgXHCFM1zdnucK42LaVzDMTZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VvnLqGtiLgXHCFM1zdnucK42LaVzDMTZ > .row .container > .video-iframe-container { display: none; }#VvnLqGtiLgXHCFM1zdnucK42LaVzDMTZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VvnLqGtiLgXHCFM1zdnucK42LaVzDMTZ > .row > .video-iframe-container { display: none; }#VvnLqGtiLgXHCFM1zdnucK42LaVzDMTZ > .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); }#VvnLqGtiLgXHCFM1zdnucK42LaVzDMTZ > .row .container { border-width: 0; border-radius: 0; }#VvnLqGtiLgXHCFM1zdnucK42LaVzDMTZ > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#zf4bpNN5yPVCPgPCGabUge2QQA0Km95U { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:2.78125rem;left:55.25rem;height:0.87510625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tr7Sx2FybVPBVAwRhns8alMSXvflywW4 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.25rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:2.125rem;left:0rem;display:block; }
#USBJmNOZGZJ9Eet4LipawwwVIoFB7fQZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vCT0To22ZtHN0P3ETvntwV6KRZg2JF8c { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.25rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:2.125rem;left:8.125rem;display:block; }
#qB3ZgDGu3sROenh65KlPyU9wKcPsFney { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JQpOX6vVpMTvaxTvFuXUnBOnyW25cbGw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.25rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:2.125rem;left:21.625rem;display:block; }
#PaloWKTcGE0dE8bJn5NNuWkvF51TG27B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mfahUIZKMmwPKIdODdf1K1KfRyodzJLo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.25rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:2.09375rem;left:37.25rem;display:block; }
#mbMvyl8uwFW2zTwyh30Afhu5XIEhyFM1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PsLSlufS4cUZX0rzu6qSVX5F9bzvS9lI { display:block; }#PsLSlufS4cUZX0rzu6qSVX5F9bzvS9lI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTsBJe5md11Pnlf65A5TfOts9sTGJHno { width:15.3125rem;height:2.5625rem;top:1rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeiqsWgtJKmH0yV7ZyRwRqlbJPyviLKH { display:block; }
 }@media only screen and (max-width: 763px) { #zehCCx4VTtukviA4W71Soqpus7mctSGH { width:4.125rem;height:3.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWKC1itqEsnZ93w9qzi7WctBR4uM7crm { width:7.25rem;height:2.25rem;top:1.1875rem;left:6.0874996185303rem;display:block; }
 }@media only screen and (max-width: 763px) { #S15JRTmG1BMTKQKGKNUDtmRLwSUO0Fk6 { display:block; }
 }@media only screen and (max-width: 763px) { #r33qyIVmk4rwq4syGUCaNxnmTkFABX1w { width:12.125rem;height:2.25rem;top:1.1875rem;left:13.58749961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #MidHSVh8nQ1susWLVhZ9manOa8SpRk96 { display:block; }
 }@media only screen and (max-width: 763px) { #y7DGzzvNCk0dbzBTwdNF3sH2TqHwgdlK { width:14.875rem;height:2.25rem;top:1.1875rem;left:27.39999961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcJlhLEdc2IxAewZVMpt374CMJ0Uy6vG { display:block; }
 }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiEsy3470HStQEtAUhIQPxNSvfx49Xmo { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbk7TgRGA4ePGhnCPNWXof5fhkigT4wq { top:25.25rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8FW9eyfvT4h0Ago4Rm5SFburiq2r1bv { width:17.5rem;height:2.9375rem;top:20.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEk5LKfbqkOdGNi1KwELrTk0xWBg4yS5 { display:block; }
 }@media only screen and (max-width: 763px) { #iU9Vp4itg7arB5pi7SfSMQrAb0hAfegf { display:block; }#iU9Vp4itg7arB5pi7SfSMQrAb0hAfegf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GflKFZGky5FoJR5AFpE7um5SrQUsesPD { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fytVcC7R8m1CXA4mqyxq4vbelSloLO4l { top:3rem;left:2.9375rem;width:9rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZRqGfg5tfflrfAlOE5F6RExGnP4vlMT { top:2.8125rem;left:13.625rem;width:10.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe5KvxliBRBHLh7XzXB1Egok6B99qcbe { top:2.8125rem;left:23.875rem;width:10.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqmr7BO9U0sLCJFsS2KgFQTJdnmBu3gS { top:2.6875rem;left:23.75rem;width:12.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2f1TiJSrvTF8i29Lyzi5TC58yNT8RoT { top:1.9375rem;left:41.5625rem;width:6.1875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy { display:block; }#ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8moIeilwXT2ZrbtJb5wvqPa6QT4naf9 { top:7.375rem;left:0rem;width:41.4375rem;height:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlwcEs5mW5EI5UXPwRyRfWykTuakOmX6 { top:3.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orxtLcLEJqeQVkd7x6F0G2ReRwpeI2NQ { top:11.75rem;left:0rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ney3XlTuOaLiQUiw2tW0ZH0GuGoqNClU { top:16.5rem;left:0rem;width:14.1875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBh8MDdfuFwC24LSFuE5hIeJVtcsVyTB { top:13.0625rem;left:0.71875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVW9ZcMGnx5DHb4h6LUgMM4TmMT1SCr5 { top:11.75rem;left:5.6875rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLp3LGwxKreTBL4aXlBnGQsylOpCEeJi { top:16.625rem;left:8.25rem;width:15.625rem;height:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1PWmi5Tv41mwhz3DzCCDDzHKLG1AUJT { top:13.0625rem;left:19.71875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TppKgUq2OzeFs2giXVisaElNeT1hir1N { top:11.75rem;left:23.875rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9dMAdrmRzRZJoVICzXoFs4hKpH3ezMn { top:16.5rem;left:23.875rem;width:13.375rem;height:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb4GIbgIVOhNBkLW85PX56Nxq0Ac5wUb { top:13.0625rem;left:25.03125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4fHToEzPWX4CRWeVz5faI1TunwDwT5d { top:11.75rem;left:29.5625rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHhvHTZLLBgtdHMIvZXcuWlKVtoahgo2 { top:16.5rem;left:32.125rem;width:15.625rem;height:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJZ4duGanWWPvZQJqNvHZXwJUAXNhyb7 { top:13.0625rem;left:43.90625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0ldv8L7aMikt9n93WAgOWTDVfyue1Mc { top:6.5rem;left:21.0625rem;width:26.6875rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkRileUbRuIU3Pv1ToPSziCUImdHkH0D { top:4.6875rem;left:26.375rem;width:21.375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuK5iQ0w0o5PxZV9Wm9fiPlluTk1WBih { top:4.6875rem;left:0rem;width:45.3125rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUbP54ulWDRov8DosBXoGpNUhvsTquni { width:27rem;height:3.75rem;top:13.0625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlW1I8bzLZUdVIKnWr4g2CTn3y4THyfM { width:27rem;height:3.75rem;top:17.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSBMbiutZxS2xAunv6xWfB6hP8SQm6ZT { width:27rem;height:3.75rem;top:22.5625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBeshUe1JvIAT5AB89GDfyxIgD01sLo4 { width:27rem;height:3.75rem;top:27.3125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCiIxU4zqVcVKvtXMfE6quHyaMuzZFxk { top:13.5625rem;left:34.375rem;width:4.8125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ6ZI7J5rUHRs0uWTFa8LLqPAf6MzRXp { top:18.375rem;left:34.375rem;width:4.8125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtL8Tl7yWqx2T6bCyrTBNi3hAaFpUv3R { top:23.0625rem;left:34.375rem;width:4.8125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB8r20xifEd8TTp7RPrycZXnzOF367MI { top:27.8125rem;left:34.375rem;width:4.8125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkGeaXX4oILtIESZl3ILlga971mal8Du { top:14rem;left:27.125rem;width:20.625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XruoVQ6nCi36Oc8emwhT7iRwogfPz09q { top:18.8125rem;left:27.125rem;width:20.625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahnDcUl4phFgZunpC8SRR87WewCcw6wP { top:23.5rem;left:26.9375rem;width:20.8125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coe6M6Ol19OSuJCNs6zoSBTkuocJu7Hy { top:28.25rem;left:27.125rem;width:20.625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc7BXZ9X2vM9LlNbJtDSOmcaX54z1HW1 { display:block; }#Dc7BXZ9X2vM9LlNbJtDSOmcaX54z1HW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgrJyOT1W5NRZUSHZcEuwL6HSX6ahRk6 { top:4.3125rem;left:9.6875rem;width:28.375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNx0yoDPl9Fze33cFAfD52gNodanqgp6 { top:13.5625rem;left:0rem;width:47.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFnGWffbkaIuBukldQd1gb6T150G2IEK { top:18.9375rem;left:24.5625rem;width:23.1875rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUgKLn3y9QxbanQmsSONmhz5cZGcD2UV { top:16.125rem;left:23.25rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5aWr5kcG05RBFnpV8mK9bTAmIQW9fTo { top:42.4375rem;left:24.75rem;width:23rem;height:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSwLyGH7zLrT4LxZa7tVMOm6JGoVAz3C { top:36.875rem;left:0rem;width:47.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPcJkaFH9fRqXNQmHDG2Porr1ETNdvDT { top:39.625rem;left:23.25rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzdwN1h6VJVKUBFUDRu2hNFl2dPh5ti5 { top:66.5rem;left:24.875rem;width:22.875rem;height:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT2n4p2tniLUKa4D9nNBags7CAMpMPTU { top:60.3125rem;left:0rem;width:47.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtQmHruNKQtt1vAofaqokoBtBzMETPp1 { top:63.4375rem;left:23.25rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq8st0uX4f9dnFhz21kSe6PP4Js4HIci { top:89.8125rem;left:25.0625rem;width:22.6875rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqSnhhu8F3Xt31BNTicO0pF6WfOAmqMo { top:83.75rem;left:0rem;width:47.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4s0WfMVDva1J4VVpU8Plnbiqobxu5Ls { top:86.625rem;left:23.25rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpql7OaMsCKUzoo908q7XUfig6JQntHM { top:6.375rem;left:4.3122854232788rem;width:39.0625rem;height:2.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QacPB4UGnlpMKMP6y09PPf1ANqzeF4MS { top:13.5625rem;left:19.8125rem;width:27.9375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPxRRPTpKm3vppBuog4E8TORHxa6qoau { top:36.875rem;left:19.8125rem;width:27.9375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3GW7kcUlsMBGfrU9usk9ReKv8Jgq5TZ { top:60.25rem;left:19.8125rem;width:27.9375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbJTcTwhnRJXtMWg3Jl1K4WEnqkaO04F { top:83.75rem;left:19.8125rem;width:27.9375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHGH2Xepyay2OEH229IMyxQadwDRrKfA { display:block; }#dHGH2Xepyay2OEH229IMyxQadwDRrKfA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibAP7ymlwXCprxRPLgxKLSWz76mf6zxM { top:3.4375rem;left:0rem;width:40.6875rem;height:5.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToRhAwqFL3X9b3zpBoPFtmqkHT2Lu76V { top:11.1875rem;left:0rem;width:34.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9WrZyb7Cq5xTZs1Vu4ztxlWhJqksms4 { top:13.5625rem;left:0rem;width:3.3125rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOavUIicIXBoBJdUc6WnUCrP2SuhnR8w { top:13.0625rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnOUDcRHLUL9d6Iuds6cgTCnpo9ub4ac { top:13.125rem;left:0rem;width:27.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTf6fVo8Qzd11lf2rWI6Lo4BCNvciXwc { top:11.1875rem;left:8.4375rem;width:37.5625rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABvQWbNglFsBhSTknP0WfmTTIbzyVpBl { top:28.5625rem;left:19.875rem;width:27.875rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuTrLZIzP8XWJFktThXCmVG5BBg8GGOC { top:32rem;left:32.4375rem;width:15.3125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIrx6p3UspHaqP7lhOXe7vkZsT7ACnP5 { top:19.125rem;left:0rem;width:34.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi0aRtNd41qHO9S3B0cFCQKee6e6S4hd { top:21.125rem;left:0rem;width:29.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtJX3nZp4r43Jy7De5kWl9FWVbHOJfUu { top:21.5625rem;left:0rem;width:3.3125rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3WhAlnS8uWl6C3Uks9CFed3N4nOuWn3 { top:21.1875rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHzCbhUm1TphSd9NmRTquaBaeMey4pEM { top:27.375rem;left:0rem;width:34.6875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqCTBb7hXUVUPhTItBJXoz0fOkylyULJ { top:29.375rem;left:0rem;width:29.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Udi3uOoEOIX8b7ivyJESh44WyTltaA { top:29.75rem;left:0rem;width:3.3125rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKtAM2txqGGXr5ZrANT4CPvWh2td0TRT { top:29.375rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRRorZvuJeK79foGf3WyZlN3bkdbN9LG { top:35.625rem;left:0rem;width:34.75rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzZPWwTVPhEMmkETxSrXZ34anTwyGusf { top:37.625rem;left:0rem;width:29.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRfAeAhLkcOttcWvnuW6dn0Fw5gJ4l8n { top:38rem;left:0rem;width:3.3125rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxX2ITaXNs5QV3VUhPJfqRdmiSQFeE20 { top:37.625rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plT6lsO9JtDRMTTyxS8c2ic7A6fNAad0 { width:34.75rem;height:2.9375rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuzSTRDyIhbhxo11eaeo1qGTCMAsrlNH { display:block; }
 }@media only screen and (max-width: 763px) { #TN7uox14LEFoQoPh1Zn5nSqxzbPlQZHg { top:44.625rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg { display:block; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1X05b6as6xTJTMlWqAaidtpQSlcIveJ { top:10.9375rem;left:0rem;width:22.9375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGn8W90fcpidDgCHgHMsvFrlc5UnGUSZ { top:4.0625rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIvmRfBpeVM7cgxXpOrVSkO1CdMLCgR2 { top:5.5625rem;left:0rem;width:39.0625rem;height:2.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFOow0GeVpCObwSDiWnT3rnSWqity2cH { top:10.9375rem;left:0rem;width:33.5625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0xBA5nDDluJJtt1cVhZvDBGq20UM3P3 { top:13.5rem;left:3.9375rem;width:27.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCkZ5EqhwuJc8DfTI4ZEL9Icr2uHAzwJ { top:15.75rem;left:4.375rem;width:27.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0T2egGbxCM1oLpgtJgVlBl5daXZvMAh { top:26.625rem;left:0rem;width:33.5625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz8bQWWubEA9xMqJa0xT76zvAXOTC67P { top:32.375rem;left:4.375rem;width:27.375rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVAQNL8TaLBCT5w4E21isp9t7K6PXTaQ { top:26.625rem;left:0rem;width:22.9375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVSMJSuq5tu57BsgdPJV3EnF9WKqfQbJ { top:29.125rem;left:10.1875rem;width:21.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHWZyvBtKtREGMNto7AgbexO61ef1O9l { top:42.3125rem;left:0rem;width:33.5625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5yMokUtPsgA4ZEt9JeSiUKlImHNaWd3 { top:46.875rem;left:4.375rem;width:27.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnomrEwv0Jun2hpcCT4L7CzsGnnxoUNV { top:42.3125rem;left:0rem;width:22.9375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnWdMzwSqLVJ5CATIeDwKBAviTQymBJz { top:44.8125rem;left:10.1875rem;width:21.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz6i7UMQ1VkJVGOcPfVQdeN2atxo9H3a { top:58rem;left:0rem;width:33.5625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0Jh9da8ZSNQ3BZUd0T15JpPULgQmlqo { top:63.75rem;left:4.375rem;width:27.375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTMrJdos6LU6D70co8rrU5Q3QfbKUJ08 { top:60.5625rem;left:4.125rem;width:27.5625rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1cu0KPZTEtVtA75idEmGLzSmiy6bJqT { top:58rem;left:0rem;width:22.9375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5s3xcf12H01LrAK057UHKQwvGJnyeS1 { top:73.75rem;left:0rem;width:33.5625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkSfWaylLShT4TPh9VHqzqJrWK4fOBTW { top:79.5rem;left:4.375rem;width:27.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTJy5Ou2AovS6PfxFV9OKOQ1ycLJereb { top:76.25rem;left:4.1875rem;width:27.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te3ZpxbVi1hP8L8pIBSyFeTRlFQ5uHDn { top:73.75rem;left:0rem;width:22.9375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEPtszSvv3P67NVNiZWmmbuzP6Qv2URh { top:89.4375rem;left:0rem;width:33.5625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcsTPAtb8E1gMpoA64HO3MHlSZyqala { top:95.1875rem;left:4.375rem;width:27.375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7piLgqs3aTaFroJAPbTkXBuf3xFyGwx { top:89.4375rem;left:0rem;width:22.9375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcdLqyHJhC1KhNzGq8GcyanMw1RrQ6SA { top:92rem;left:4.125rem;width:27.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrp3dDfbTu0BZeTQH8XFBUQWkGS9fDSP { top:63.375rem;left:17.0625rem;width:3.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7k98KhZSv4Vk4W7r0ITDQQ2b0OvS65I { top:47.6875rem;left:17.0625rem;width:3.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwEoFruSHzHRahwqKR37Jb2uK6D9BRMT { top:32rem;left:17.0625rem;width:3.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #euUH5EktnGOaTWWzJFCAsZ3lF18zkADt { top:16.3125rem;left:17.0625rem;width:3.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIsyv1gtqZSdw5C24VR1sPy73eegPGD9 { top:79.125rem;left:17.0625rem;width:3.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGtSZW5e5KGs6DJi41AhADWAMPA0Wrzs { top:94.8125rem;left:17.0625rem;width:3.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #KitLg54E1SVmV6nxl2Oc3LoNQ2rfidkV { width:17.5rem;height:2.9375rem;top:108rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1A1veUvTDya8lBkIBdRZQvtZHVC1TNE { display:block; }
 }@media only screen and (max-width: 763px) { #x88QPJzMpqcJhuTminEnrfpPlpsGOCQg { display:block; }#x88QPJzMpqcJhuTminEnrfpPlpsGOCQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgrREbrXLRKE8P4JwXHHBHKpQk3pAstq { top:4rem;left:0rem;width:31.5rem;height:6.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFZBlvxatx9byDD53wUwqBvG160ECyoy { top:13rem;left:0rem;width:40.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4qDCyAWFrwDeI6i4qJwxRPZEgLuBd1t { top:16.3125rem;left:0rem;width:40.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkULGrszVhdB9eVdbUqTQ6wQLlhvMQ9P { top:14.0625rem;left:0rem;width:25.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3aHuT3wL0QqUCNbJledQ2qT8bEC3JJ9 { top:17.4375rem;left:0rem;width:25.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxGV1mFG92yQeegRJg4s5KqXIda9oDU2 { top:23.1875rem;left:0rem;width:40.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M632fl3AT1VU4uQNNpXTchSiCe9meegP { top:24.3125rem;left:0rem;width:28.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBqtdwetrSwU3NzzfaOaXwLyEyUTdeSg { top:19.8125rem;left:0rem;width:40.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Ld5kQ533LcV0D9WXbpFPaWB750XlS9 { top:20.9375rem;left:0rem;width:25.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAmCeD274sC8zXpTQ2Gu9A4wOuco0SnH { top:32.375rem;left:0rem;width:40.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt05cHTxSuCVxCtXHqGu3lylLWJv7v75 { top:33.5rem;left:0rem;width:30.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq6lT3JXWTCri4VQxhiGTfNqw1SF1z8v { top:27.875rem;left:0rem;width:40.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPcfBBmUK9Veay6XbwWkTfwrIavbFsXh { top:29rem;left:0rem;width:30.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ87q6zxcRFr3d3LnrOAmPOKRJogV6aI { top:35.8125rem;left:0rem;width:40.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX1XVslUgQ5zwGND0xUqz79OZiiQlNbw { top:36.9375rem;left:0rem;width:29.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPDeIUo7Dx2aapwrTanG3HpTfLMkS1M1 { top:14.125rem;left:11.875rem;width:15.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkdg1cQXv3Oo3dNmaqo1ulBsDtm6P1R3 { top:17.5rem;left:11.8125rem;width:15.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikawybvb7VaWkoTCNLCDbMlVaGxnvQxn { top:20.9375rem;left:11.8125rem;width:15.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJhrbh5i1SCmSeakDwTMmOBmgsdRxTfi { top:24.9375rem;left:11.8125rem;width:15.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knm43lowdivoUgSJDu3702QUXZraqbyg { top:29.5rem;left:11.8125rem;width:15.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPe4R43BWDkQrBva86JXnTA2cS5iRQC { top:33.5rem;left:11.8125rem;width:15.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5B2nz3kpxcs35vQ4SLrSum96vZbO9CM { top:36.9375rem;left:11.8125rem;width:15.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4zZMeutwrteS8ASZhzxLhe8qUR2PRt7 { top:13.8125rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGC7ioJAaqkexy2cvA2hMuHVgir8Ouk6 { top:17.1875rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y74zq8bAU7sUXGwxAz00WDI2O8M9F4Hg { top:20.625rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTTzVCW7Gf4uaJ3Xm5fiF2K6XzpG4PHz { top:24.625rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEA2EISatdznrpxSxp8aoiQ8EtnytsxJ { top:29.1875rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0TBkPQJU5Gy2kzy82S8NPkNUAdFnkgM { top:33.1875rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6G4TMomADrBWUTWPAwEcCU566krhKoS { top:36.625rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3sXwzxCMcq9aLDJZMl7f6T9Xqh2V8hG { top:5.375rem;left:16.8125rem;width:30.9375rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6MERv2ivI305qsDMDTwMcNH0P84nEGi { top:40.3125rem;left:3.5625rem;width:16rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crXcbcn82mOq5RfbSb8BzFmxl3fgJp5n { top:40.3125rem;left:20.9375rem;width:5.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGXQDdd3y2zJ3MGzzNlhUPL2SMnkGO5w { width:17.5rem;height:2.9375rem;top:43.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX73pTdqpoKWIG8U6d3lcUTWa70XBGCP { display:block; }
 }@media only screen and (max-width: 763px) { #uA5bgN0uP98rC5KnFUw2GOD7qaaztiFz { top:41.0625rem;left:43.9375rem;width:3.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQauBeNaP3i8FDNPx608mxxzgTExH7UW { display:block; }#HQauBeNaP3i8FDNPx608mxxzgTExH7UW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyiPoeOu0XQHzsmNR4S4JgJHNP2Z4Fyv { top:4.4375rem;left:0rem;width:28.375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlcmoPIgGo43ZT2FOI0PEahsQTvIuhGA { top:6.5625rem;left:0rem;width:39.125rem;height:2.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLpJ7U4vxKlX3TLWdL5B9UpwPrg7s3LM { top:11.4375rem;left:0rem;width:35.5625rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMNwUGUAmxOSK4n2watk4tu3A2k1LsUA { top:13.625rem;left:0rem;width:28.6875rem;height:2.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlxKLqd3miR7hsUFvTRmnPTmT3DwFtaF { top:17.25rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVI1HMhwaPNnLsEq6OUeGi3sp3i418Xc { top:18.875rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA38tkVbxTuaaV7Wsix1ihAHE79W5TR2 { top:19.3125rem;left:0rem;width:18.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3kEFMLBcFEF9RJmGzXocknegoXDtelC { top:19.3125rem;left:18rem;width:5.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWpShxqWnSlcAVPOQETxNyUTQk4UtGTB { top:21.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sufp4qnhk4wPy9DLCckqoVa6DcsV8SBw { top:22.1875rem;left:0rem;width:18.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaECzTm0mzGuMfUbma97wby9W0luISsT { top:22.1875rem;left:18rem;width:5.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxve3be76W30PCtsGOhaFTbnvhI8mMNo { width:17.5rem;height:2.9375rem;top:33.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT2qQMOrB2wgCtI3JiudweJ63gissLyr { display:block; }
 }@media only screen and (max-width: 763px) { #mCz95Zp6TpgQH2tD4i6hXfrfsxtOO8x4 { top:24.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJGJpDLULR1XtoQBxP9ZHJkP4PZXzST { top:25.0625rem;left:0rem;width:18.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy87uv0pCItw1TDXv6yKIoFNbm6BNLs8 { top:25.0625rem;left:18rem;width:5.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3otWvzEG6Niah8Em9wVdNHXW9tgJ0gw { top:27.5rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0Py5URGEumV27eNzLQi6SWKutamSH1B { top:28rem;left:0rem;width:18.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KryatMLIFX2hdohiMEx8D61UVgqwGXqi { top:28rem;left:18rem;width:5.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihfnlzT1bclOUAelxfcEOqxs3Wdq9PsF { top:30.25rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqQh8ZpQOxa8fiE7RWJXMdIK3G1eOGSd { top:30.75rem;left:0rem;width:18.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIivrsKTw6GtR1PvSV3dFIsPsZzcEW5Z { top:30.75rem;left:18rem;width:5.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDuZEr9IKsCdJXdTx8TXZolWNB45hoWE { top:37.6875rem;left:1.8745660781861rem;width:17.3125rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLfWpxzkrMQzoQKwMlAlJ2RWe5OTbBgX { top:11.5rem;left:12.1875rem;width:35.5625rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsEqZTpVyzFS60M9UPON0Wk0kOpBVw7W { top:22.1875rem;left:25.156035423279rem;width:21.25rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwxwTWwuTUKD87q6qJn49rnNsdyTkoMG { top:22.1875rem;left:41.875rem;width:5.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiXCK1NHMr6GiRyJBTgATxO35MF5wGLM { width:17.5rem;height:2.9375rem;top:34rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBriL5K34i8SX99xyCeg0Gri39vsSsFw { display:block; }
 }@media only screen and (max-width: 763px) { #UuFKboUPvZEegAkMiPhs2Z812pGhmTBN { top:24.4375rem;left:25.1875rem;width:18.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boAly8cLxfUsB2hO8OxysJaUiQOeB44s { top:25.0625rem;left:41.875rem;width:5.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAtvTul57UbpJe8pvXmfCAtsIO0mQQRT { top:37.6875rem;left:27.687502861023rem;width:17.3125rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr6hKO85eCFCHinJTea609kTAABfPNH2 { top:13.6875rem;left:19.0625rem;width:28.6875rem;height:2.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTxTmNtTtOX0dWFwoOv4WqPB2aAmH1KZ { top:19.3125rem;left:18.75rem;width:29rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqiUPhwW2aPHREGEatsOKi0s6tZQoHTa { top:21.75rem;left:23.875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O78SOWhon5ysn7Fivy10fvHTl9f9xbxD { top:24.625rem;left:23.875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak02Zt4nNeoz0dbviqmsDV24v7rTh3Mm { display:block; }#Ak02Zt4nNeoz0dbviqmsDV24v7rTh3Mm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwFmNmT3fBGsMthwnl5tDfwZ7Zhr7thT { top:3.0625rem;left:0rem;width:47.75rem;height:6.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV2x9TfTousxiA7zdTXbZTtmVKszhf50 { top:11.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdkANBZLA5LW047taDp0kNTR6o6Q0P6r { top:17.25rem;left:0rem;width:16.8125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #diugrN9bmGO1Ue7OR5TbHlPgptC78uh1 { top:17.25rem;left:5.8125rem;width:16.8125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8FuULRf89ZLyAMevhtroTWkoDnhH7vx { top:17.25rem;left:25.1875rem;width:16.8125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViQccq5Vc8wWFshQxSG1wEGrFCVq1rri { top:17.25rem;left:30.9375rem;width:16.8125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eak1LhrP33aAuWrck98C1HWtBdKBc25X { top:34.875rem;left:0rem;width:16.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar7cQJSFNASlqMqgmG5AzVzVooNO0Hiq { top:34.875rem;left:5.84375rem;width:16.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDlXNilEn758CcIHEtOkbFHntaIBlD0A { top:34.875rem;left:25.21875rem;width:16.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIk4xLbpCVk7HbSAHvmET81o8dzVSrwb { top:34.875rem;left:31rem;width:16.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edACUVaVGNOfuMlPxzZMa5T3lvGpZKKF { top:33.375rem;left:0rem;width:16.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTXTMXuwhl6t5sWhNqTexxJeELSglXAf { top:33.3125rem;left:5.84375rem;width:16.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UevTEbpgdZyDBiihTXCmw4izbEDrXuPk { top:33.3125rem;left:25.21875rem;width:16.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVhHWyFux9U3ZuEKMEvGmOmIXG8fA1s5 { top:33.3125rem;left:31rem;width:16.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBUs8mt2uAACEGwCHAT9R4MMfZk9p2oF { top:38.3125rem;left:0rem;width:16.625rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abCcCTQ5XCcMWZHCUTradk28I3T14hs8 { top:38.3125rem;left:5.90625rem;width:16.625rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW6ZqetBfTbVCxqvPUAyEbJ5bayMeZLz { top:38.3125rem;left:25.28125rem;width:16.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUNIOGR0EEAUJrPzw2t8yeLxNJepmuRu { top:38.3125rem;left:31.125rem;width:16.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7m54OCnF7s6lfOZx5Fm8FOzLQz7dd8W { top:17.25rem;left:5.8125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhrTNSyzxHkSyhhkifgbfCpuoLkNzhy1 { top:17.25rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEznnzkbd6ZzfxE4Gd7M0oNsFXu0PZS0 { top:17.25rem;left:25.1875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iChGrbn6T635fzh1DvBUbdB0wxSSovTi { top:17.25rem;left:44.5625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9CMGQirdTHyETdaftJX8TXBDzIVoPOS { top:53.375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQcSvXbbMrmgDpyoThDyZLO9qZwPfm6o { top:56.6875rem;left:0rem;width:32.4375rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE { display:flex;width:18rem;height:5.0625rem;top:52.5rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #KzrtkVpq1nZsTR9QG4dcWheQ4Ld8O89r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #vlgZ6umscQ850NOaOIshEXupi4NFephZ {  }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #KULRyLcoq9BvbrPuOK3bpG8ed4tS5oX6 {  }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #hdNAUTTDNxEQfmcLVACZhbirXvxzfa1S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #ZKRaGaF00mE1cfchiflu94eumCAsixDn {  }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #Q31cosEuQElC1TBCQMKHeow7a5rLt2KE {  }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #erZ0Pc4Ph3Kw2ehi3x6JaUxzIiC0sSaW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #qGioRKnhAViOLLlPlxkdtt4sZk0KmaXQ {  }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #wLuyf0MX4IxSxun713fJmTkJrDVOnNRT {  }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #eySz4WSrgMpnMhe7qkwdMw3Qzu1eHiN5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #tOECXgSS9xvhPSpEsu2IdoPidfNc4TNy {  }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #wr0H0o5fm0ty2KkPgrmQI3dkK9p9DSTD {  }
 }@media only screen and (max-width: 763px) { #gat7ND7O5wT4IgsVFv6yTqLvZ4ywsvmK { top:50rem;left:0rem;width:47.625rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOJ79rrksosMdckuUFMaufhKL3l33Ztz { display:block; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6P6x0an3LTpi4TBRyQ12lLC5NTx2QMk { top:5.75rem;left:23.25rem;width:24.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #socmhIpF6di1UNMQ2XyuTUaz9Usgp49F { top:7.9375rem;left:18.375rem;width:29.375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPpuv96Rw6k24EDUrJVppPdHwX3ltV7 { top:8.3125rem;left:11.4375rem;width:22.875rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTJk0HVUvPLo33x0eawxM5JvhcUZNQTS { top:5.75rem;left:0rem;width:41.8125rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTqSc4CvSnOa04PisQLWSPPb1ZgaTF1V { top:7.9375rem;left:9.6875rem;width:20.125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udGMOUJKJN5mPckWhI96VZWhndRciEox { top:17.875rem;left:18.375rem;width:29.375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm8ipcoGXi3XGF0XsJvby6DzFMtCyzq0 { top:15.6875rem;left:23.25rem;width:24.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldPJ3BaI8qTThlzGsVywDmZADiMzMg6E { top:28.0625rem;left:18.375rem;width:29.375rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6MeuUDx45FHIpBWzHNyg6eGWws8mme8 { top:25.875rem;left:23.25rem;width:24.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu36bIDU5aN5QlScfQMGPXqqgTrP9iB2 { top:39.5rem;left:18.375rem;width:29.375rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwXF0fpODs2bFzTe4al0fp3UBvGSK0To { top:37.3125rem;left:23.25rem;width:24.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAQBuEGX6b4xeOlUKrRdNBrgdcd70nGf { display:block; }#sAQBuEGX6b4xeOlUKrRdNBrgdcd70nGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHXKprQ6cTgmNvc6RJ8cxSdOu09LGMoa { width:25.0625rem;height:21.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzaBJZEyETFTFGSbNX2yxley8oUyO3A2 { top:3.8125rem;left:0rem;width:26.875rem;height:10.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOPI3dhbiNza9EeGse1MNmCkSwuqRIhT { top:3.875rem;left:9.4375rem;width:38.3125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv0riSqRpWWdnI4TJ1hkzHZlq71ALoUF { top:12.375rem;left:9.5rem;width:38.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x52HBHlfOCGnWgO4uwuy37X3xAP5BDqI { top:17.625rem;left:9.4375rem;width:38.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7m7TmFfuFvgqoVcSmw0BreHx83fma0b { top:16.9375rem;left:0rem;width:25.0625rem;height:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMcJ8JtfaEXQGENfS7bEFQUztLhkuaD1 { top:24.0625rem;left:9.5rem;width:38.25rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeyNvRKBXadvHNfscCMHJKVBp2rrfJS6 { top:30.4375rem;left:9.5rem;width:38.25rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbpudiQf9oSSxS8JhCuKxfU50g6cbZu0 { top:36.6875rem;left:9.5rem;width:38.25rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKaK9ha0SDskmky10tnPkGUa774f9Vby { top:47.0625rem;left:9.5rem;width:38.25rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvnLqGtiLgXHCFM1zdnucK42LaVzDMTZ { display:block; }#VvnLqGtiLgXHCFM1zdnucK42LaVzDMTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf4bpNN5yPVCPgPCGabUge2QQA0Km95U { top:2.75rem;left:28rem;width:19.75rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr7Sx2FybVPBVAwRhns8alMSXvflywW4 { width:7.25rem;height:2.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USBJmNOZGZJ9Eet4LipawwwVIoFB7fQZ { display:block; }
 }@media only screen and (max-width: 763px) { #vCT0To22ZtHN0P3ETvntwV6KRZg2JF8c { width:12.125rem;height:2.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB3ZgDGu3sROenh65KlPyU9wKcPsFney { display:block; }
 }@media only screen and (max-width: 763px) { #JQpOX6vVpMTvaxTvFuXUnBOnyW25cbGw { width:14.875rem;height:2.25rem;top:2.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaloWKTcGE0dE8bJn5NNuWkvF51TG27B { display:block; }
 }@media only screen and (max-width: 763px) { #mfahUIZKMmwPKIdODdf1K1KfRyodzJLo { width:7.875rem;height:2.25rem;top:2.0625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbMvyl8uwFW2zTwyh30Afhu5XIEhyFM1 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PsLSlufS4cUZX0rzu6qSVX5F9bzvS9lI { position:relative;z-index:auto;display:block; }#PsLSlufS4cUZX0rzu6qSVX5F9bzvS9lI > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTsBJe5md11Pnlf65A5TfOts9sTGJHno { width:20rem;height:2.3125rem;top:0rem;left:0rem;z-index:100005;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VeiqsWgtJKmH0yV7ZyRwRqlbJPyviLKH { display:block; }
 }@media only screen and (max-width: 763px) { #zehCCx4VTtukviA4W71Soqpus7mctSGH { width:5.3125rem;height:4.125rem;top:2.203125rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWKC1itqEsnZ93w9qzi7WctBR4uM7crm { width:7.25rem;height:2.25rem;top:7.578125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S15JRTmG1BMTKQKGKNUDtmRLwSUO0Fk6 { display:block; }
 }@media only screen and (max-width: 763px) { #r33qyIVmk4rwq4syGUCaNxnmTkFABX1w { width:12.125rem;height:2.25rem;top:9.828125rem;left:3.9374998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #MidHSVh8nQ1susWLVhZ9manOa8SpRk96 { display:block; }
 }@media only screen and (max-width: 763px) { #y7DGzzvNCk0dbzBTwdNF3sH2TqHwgdlK { width:14.875rem;height:2.25rem;top:12.078125rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcJlhLEdc2IxAewZVMpt374CMJ0Uy6vG { display:block; }
 }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { width:20rem;height:13.125rem;top:4.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiEsy3470HStQEtAUhIQPxNSvfx49Xmo { width:20rem;height:1.25rem;top:15.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbk7TgRGA4ePGhnCPNWXof5fhkigT4wq { width:3.125rem;height:3.125rem;top:18.9375rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8FW9eyfvT4h0Ago4Rm5SFburiq2r1bv { width:17.5rem;height:2.9375rem;top:22rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEk5LKfbqkOdGNi1KwELrTk0xWBg4yS5 { display:block; }
 }@media only screen and (max-width: 763px) { #iU9Vp4itg7arB5pi7SfSMQrAb0hAfegf { display:block; }#iU9Vp4itg7arB5pi7SfSMQrAb0hAfegf > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GflKFZGky5FoJR5AFpE7um5SrQUsesPD { width:13.3125rem;height:1.25rem;top:1.5rem;left:3.3437498807907rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fytVcC7R8m1CXA4mqyxq4vbelSloLO4l { width:12.5rem;height:3.0625rem;top:3.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZRqGfg5tfflrfAlOE5F6RExGnP4vlMT { width:12.5rem;height:3.0625rem;top:8.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe5KvxliBRBHLh7XzXB1Egok6B99qcbe { width:10.5rem;height:2.4375rem;top:12.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqmr7BO9U0sLCJFsS2KgFQTJdnmBu3gS { width:12.0625rem;height:2.6875rem;top:16.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2f1TiJSrvTF8i29Lyzi5TC58yNT8RoT { width:6.1875rem;height:4.125rem;top:20rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy { display:block; }#ao8aQJAdPcq3E1MZJ3tRbXx8iZCi12yy > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8moIeilwXT2ZrbtJb5wvqPa6QT4naf9 { width:17.5625rem;height:5.15625rem;top:6.8984375rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nlwcEs5mW5EI5UXPwRyRfWykTuakOmX6 { width:18.6875rem;height:4.39930625rem;top:1.625rem;left:1.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #orxtLcLEJqeQVkd7x6F0G2ReRwpeI2NQ { width:17.6875rem;height:13.125rem;top:13.05078125rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ney3XlTuOaLiQUiw2tW0ZH0GuGoqNClU { width:14.1875rem;height:5.8420125rem;top:18.3291015625rem;left:2.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iBh8MDdfuFwC24LSFuE5hIeJVtcsVyTB { width:3.125rem;height:3.125rem;top:14.20703125rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVW9ZcMGnx5DHb4h6LUgMM4TmMT1SCr5 { width:18.1875rem;height:13.125rem;top:27.23828125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLp3LGwxKreTBL4aXlBnGQsylOpCEeJi { width:15.625rem;height:7.01075rem;top:31.9013671875rem;left:2.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1PWmi5Tv41mwhz3DzCCDDzHKLG1AUJT { width:3.125rem;height:3.125rem;top:28.33203125rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TppKgUq2OzeFs2giXVisaElNeT1hir1N { width:18.1875rem;height:13.125rem;top:41.61328125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9dMAdrmRzRZJoVICzXoFs4hKpH3ezMn { width:13.375rem;height:5.8420125rem;top:46.7978515625rem;left:3.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xb4GIbgIVOhNBkLW85PX56Nxq0Ac5wUb { width:3.125rem;height:3.125rem;top:42.64453125rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4fHToEzPWX4CRWeVz5faI1TunwDwT5d { width:18.1875rem;height:13.125rem;top:56.05078125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHhvHTZLLBgtdHMIvZXcuWlKVtoahgo2 { width:15.625rem;height:7.01075rem;top:60.5263671875rem;left:2.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJZ4duGanWWPvZQJqNvHZXwJUAXNhyb7 { width:3.125rem;height:3.125rem;top:56.95703125rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { width:20rem;height:141.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0ldv8L7aMikt9n93WAgOWTDVfyue1Mc { width:20rem;height:4rem;top:31.4487875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UkRileUbRuIU3Pv1ToPSziCUImdHkH0D { width:20rem;height:1.19965rem;top:29rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PuK5iQ0w0o5PxZV9Wm9fiPlluTk1WBih { width:20rem;height:26.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUbP54ulWDRov8DosBXoGpNUhvsTquni { width:20rem;height:3.75rem;top:36.6987875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlW1I8bzLZUdVIKnWr4g2CTn3y4THyfM { width:20rem;height:3.75rem;top:41.6987875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSBMbiutZxS2xAunv6xWfB6hP8SQm6ZT { width:20rem;height:3.75rem;top:46.6987875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBeshUe1JvIAT5AB89GDfyxIgD01sLo4 { width:20rem;height:3.75rem;top:51.6987875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCiIxU4zqVcVKvtXMfE6quHyaMuzZFxk { width:4.8125rem;height:2.599825rem;top:37.157993127441rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ6ZI7J5rUHRs0uWTFa8LLqPAf6MzRXp { width:4.8125rem;height:2.599825rem;top:42.157993127441rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtL8Tl7yWqx2T6bCyrTBNi3hAaFpUv3R { width:4.8125rem;height:2.599825rem;top:47.157993127441rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB8r20xifEd8TTp7RPrycZXnzOF367MI { width:4.8125rem;height:2.599825rem;top:52.157993127441rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkGeaXX4oILtIESZl3ILlga971mal8Du { width:20rem;height:1.9236125rem;top:37.611118127441rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XruoVQ6nCi36Oc8emwhT7iRwogfPz09q { width:20rem;height:1.9236125rem;top:42.611118127441rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ahnDcUl4phFgZunpC8SRR87WewCcw6wP { width:20rem;height:1.9236125rem;top:47.611118127441rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #coe6M6Ol19OSuJCNs6zoSBTkuocJu7Hy { width:20rem;height:1.9236125rem;top:52.611118127441rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dc7BXZ9X2vM9LlNbJtDSOmcaX54z1HW1 { display:block; }#Dc7BXZ9X2vM9LlNbJtDSOmcaX54z1HW1 > .row .container { width:20rem;height:296.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgrJyOT1W5NRZUSHZcEuwL6HSX6ahRk6 { width:20rem;height:1.16861875rem;top:2.56201171875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XNx0yoDPl9Fze33cFAfD52gNodanqgp6 { width:20rem;height:9.1875rem;top:10.97265625rem;left:0rem;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/rTjNLbGV/lois.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#XNx0yoDPl9Fze33cFAfD52gNodanqgp6.adaptive-delivery-prevent-bg, #XNx0yoDPl9Fze33cFAfD52gNodanqgp6.lazyload, #XNx0yoDPl9Fze33cFAfD52gNodanqgp6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GFnGWffbkaIuBukldQd1gb6T150G2IEK { width:17.6875rem;height:27.7743125rem;top:23.87109375rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUgKLn3y9QxbanQmsSONmhz5cZGcD2UV { width:8.5625rem;height:1.46180625rem;top:21.16015625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5aWr5kcG05RBFnpV8mK9bTAmIQW9fTo { width:17.625rem;height:24.8506875rem;top:67.6220703125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSwLyGH7zLrT4LxZa7tVMOm6JGoVAz3C { width:20rem;height:9.1875rem;top:54.3486328125rem;left:0rem;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/OxCOkTtb/rivka.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uSwLyGH7zLrT4LxZa7tVMOm6JGoVAz3C.adaptive-delivery-prevent-bg, #uSwLyGH7zLrT4LxZa7tVMOm6JGoVAz3C.lazyload, #uSwLyGH7zLrT4LxZa7tVMOm6JGoVAz3C.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dPcJkaFH9fRqXNQmHDG2Porr1ETNdvDT { width:11.625rem;height:1.46180625rem;top:64.9111328125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzdwN1h6VJVKUBFUDRu2hNFl2dPh5ti5 { width:17.125rem;height:23.388875rem;top:109.0732421875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT2n4p2tniLUKa4D9nNBags7CAMpMPTU { width:20rem;height:9.1875rem;top:96.0498046875rem;left:0rem;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/tQAUGXea/sara.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#eT2n4p2tniLUKa4D9nNBags7CAMpMPTU.adaptive-delivery-prevent-bg, #eT2n4p2tniLUKa4D9nNBags7CAMpMPTU.lazyload, #eT2n4p2tniLUKa4D9nNBags7CAMpMPTU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qtQmHruNKQtt1vAofaqokoBtBzMETPp1 { width:8.375rem;height:1.46180625rem;top:106.3623046875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq8st0uX4f9dnFhz21kSe6PP4Js4HIci { width:17.5rem;height:19.0035rem;top:148.6884765625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqSnhhu8F3Xt31BNTicO0pF6WfOAmqMo { width:20rem;height:9.1875rem;top:135.7275390625rem;left:0rem;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/nruVT87F/laurel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#sqSnhhu8F3Xt31BNTicO0pF6WfOAmqMo.adaptive-delivery-prevent-bg, #sqSnhhu8F3Xt31BNTicO0pF6WfOAmqMo.lazyload, #sqSnhhu8F3Xt31BNTicO0pF6WfOAmqMo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #g4s0WfMVDva1J4VVpU8Plnbiqobxu5Ls { width:9.5625rem;height:1.46180625rem;top:145.9775390625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpql7OaMsCKUzoo908q7XUfig6JQntHM { width:20rem;height:4.39930625rem;top:4.01171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QacPB4UGnlpMKMP6y09PPf1ANqzeF4MS { width:20rem;height:21.4375rem;top:168.94188500977rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPxRRPTpKm3vppBuog4E8TORHxa6qoau { width:20rem;height:21.4375rem;top:191.62938500977rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3GW7kcUlsMBGfrU9usk9ReKv8Jgq5TZ { width:20rem;height:21.4375rem;top:214.31688500977rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbJTcTwhnRJXtMWg3Jl1K4WEnqkaO04F { width:20rem;height:21.4375rem;top:237.00438500977rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHGH2Xepyay2OEH229IMyxQadwDRrKfA { display:block; }#dHGH2Xepyay2OEH229IMyxQadwDRrKfA > .row .container { width:20rem;height:121.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibAP7ymlwXCprxRPLgxKLSWz76mf6zxM { width:20rem;height:6.599125rem;top:2.5615234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToRhAwqFL3X9b3zpBoPFtmqkHT2Lu76V { width:20rem;height:12.125rem;top:13.6591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9WrZyb7Cq5xTZs1Vu4ztxlWhJqksms4 { width:3.3125rem;height:2.19986875rem;top:12.4658203125rem;left:8.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOavUIicIXBoBJdUc6WnUCrP2SuhnR8w { width:3.3125rem;height:3.3125rem;top:11.9091796875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnOUDcRHLUL9d6Iuds6cgTCnpo9ub4ac { width:18.3125rem;height:8.125rem;top:16.2529296875rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTf6fVo8Qzd11lf2rWI6Lo4BCNvciXwc { width:20rem;height:29.25rem;top:83.7529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABvQWbNglFsBhSTknP0WfmTTIbzyVpBl { width:18.3121875rem;height:2.19970625rem;top:98.871535301206rem;left:0.8436415195465rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XuTrLZIzP8XWJFktThXCmVG5BBg8GGOC { width:18.3121875rem;height:2.19970625rem;top:101.07097053528rem;left:0.8436415195465rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iIrx6p3UspHaqP7lhOXe7vkZsT7ACnP5 { width:20rem;height:16.125rem;top:29.6904296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi0aRtNd41qHO9S3B0cFCQKee6e6S4hd { width:17.875rem;height:11.375rem;top:32.7529296875rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xtJX3nZp4r43Jy7De5kWl9FWVbHOJfUu { width:3.3125rem;height:2.19986875rem;top:28.5458984375rem;left:8.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3WhAlnS8uWl6C3Uks9CFed3N4nOuWn3 { width:3.3125rem;height:3.3125rem;top:28.1279296875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHzCbhUm1TphSd9NmRTquaBaeMey4pEM { width:20rem;height:14.6875rem;top:49.7529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqCTBb7hXUVUPhTItBJXoz0fOkylyULJ { width:18.125rem;height:9.75rem;top:53.0654296875rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W7Udi3uOoEOIX8b7ivyJESh44WyTltaA { width:3.3125rem;height:2.19986875rem;top:48.6279296875rem;left:8.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKtAM2txqGGXr5ZrANT4CPvWh2td0TRT { width:3.3125rem;height:3.3125rem;top:48.2529296875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRRorZvuJeK79foGf3WyZlN3bkdbN9LG { width:20rem;height:15.375rem;top:68.4404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzZPWwTVPhEMmkETxSrXZ34anTwyGusf { width:18.4375rem;height:9.75rem;top:71.8154296875rem;left:0.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRfAeAhLkcOttcWvnuW6dn0Fw5gJ4l8n { width:3.3125rem;height:2.19986875rem;top:67.3779296875rem;left:8.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxX2ITaXNs5QV3VUhPJfqRdmiSQFeE20 { width:3.3125rem;height:3.3125rem;top:67.0029296875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plT6lsO9JtDRMTTyxS8c2ic7A6fNAad0 { width:19rem;height:2.9375rem;top:114.25262451172rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuzSTRDyIhbhxo11eaeo1qGTCMAsrlNH { display:block; }
 }@media only screen and (max-width: 763px) { #TN7uox14LEFoQoPh1Zn5nSqxzbPlQZHg { width:1.875rem;height:1.875rem;top:118.44012451172rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg { display:block; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg { background-color: transparent; background-image: none; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(239,239,239,0.99); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container > .video-iframe-container { display: none; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row > .video-iframe-container { display: none; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(239,239,239,0.99); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container { width:20rem;height:245.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/bVxs4yAd/design.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container.adaptive-delivery-prevent-bg, #DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container.lazyload, #DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #y1X05b6as6xTJTMlWqAaidtpQSlcIveJ { width:20rem;height:14.75rem;top:7.116325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGn8W90fcpidDgCHgHMsvFrlc5UnGUSZ { width:20rem;height:1.1684rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIvmRfBpeVM7cgxXpOrVSkO1CdMLCgR2 { width:20rem;height:2.19965rem;top:3.6675375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFOow0GeVpCObwSDiWnT3rnSWqity2cH { width:20rem;height:14.75rem;top:103.116325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0xBA5nDDluJJtt1cVhZvDBGq20UM3P3 { width:20rem;height:1.13715rem;top:105.678825rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCkZ5EqhwuJc8DfTI4ZEL9Icr2uHAzwJ { width:20rem;height:16.079875rem;top:107.87935600586rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0T2egGbxCM1oLpgtJgVlBl5daXZvMAh { width:20rem;height:14.75rem;top:125.20923100586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz8bQWWubEA9xMqJa0xT76zvAXOTC67P { width:20rem;height:16.079875rem;top:131.02173100586rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVAQNL8TaLBCT5w4E21isp9t7K6PXTaQ { width:20rem;height:14.75rem;top:23.116325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVSMJSuq5tu57BsgdPJV3EnF9WKqfQbJ { width:20rem;height:2.27430625rem;top:127.77173100586rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHWZyvBtKtREGMNto7AgbexO61ef1O9l { width:20rem;height:14.75rem;top:148.35160600586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5yMokUtPsgA4ZEt9JeSiUKlImHNaWd3 { width:20rem;height:16.079875rem;top:152.97660600586rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnomrEwv0Jun2hpcCT4L7CzsGnnxoUNV { width:20rem;height:14.75rem;top:39.116325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnWdMzwSqLVJ5CATIeDwKBAviTQymBJz { width:20rem;height:1.13715rem;top:150.91410600586rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tz6i7UMQ1VkJVGOcPfVQdeN2atxo9H3a { width:20rem;height:14.75rem;top:170.30648100586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0Jh9da8ZSNQ3BZUd0T15JpPULgQmlqo { width:20rem;height:16.079875rem;top:176.11898100586rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTMrJdos6LU6D70co8rrU5Q3QfbKUJ08 { width:20rem;height:3.41145625rem;top:172.86898100586rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1cu0KPZTEtVtA75idEmGLzSmiy6bJqT { width:20rem;height:14.75rem;top:55.116325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5s3xcf12H01LrAK057UHKQwvGJnyeS1 { width:20rem;height:14.75rem;top:193.44885600586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkSfWaylLShT4TPh9VHqzqJrWK4fOBTW { width:20rem;height:16.079875rem;top:199.26135600586rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTJy5Ou2AovS6PfxFV9OKOQ1ycLJereb { width:20rem;height:3.41145625rem;top:196.01135600586rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Te3ZpxbVi1hP8L8pIBSyFeTRlFQ5uHDn { width:20rem;height:14.75rem;top:71.116325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEPtszSvv3P67NVNiZWmmbuzP6Qv2URh { width:20rem;height:14.75rem;top:216.59123100586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcsTPAtb8E1gMpoA64HO3MHlSZyqala { width:20rem;height:16.079875rem;top:222.40373100586rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7piLgqs3aTaFroJAPbTkXBuf3xFyGwx { width:20rem;height:14.75rem;top:87.116325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcdLqyHJhC1KhNzGq8GcyanMw1RrQ6SA { width:20rem;height:2.27430625rem;top:219.15373100586rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vrp3dDfbTu0BZeTQH8XFBUQWkGS9fDSP { width:3.8125rem;height:4rem;top:60.491325rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7k98KhZSv4Vk4W7r0ITDQQ2b0OvS65I { width:3.8125rem;height:4rem;top:44.491325rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwEoFruSHzHRahwqKR37Jb2uK6D9BRMT { width:3.8125rem;height:4rem;top:28.491325rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euUH5EktnGOaTWWzJFCAsZ3lF18zkADt { width:3.8125rem;height:4rem;top:12.491325rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIsyv1gtqZSdw5C24VR1sPy73eegPGD9 { width:3.8125rem;height:4rem;top:76.491325rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGtSZW5e5KGs6DJi41AhADWAMPA0Wrzs { width:3.8125rem;height:4rem;top:92.491325rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KitLg54E1SVmV6nxl2Oc3LoNQ2rfidkV { width:17.5rem;height:2.9375rem;top:239.73360600586rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1A1veUvTDya8lBkIBdRZQvtZHVC1TNE { display:block; }
 }@media only screen and (max-width: 763px) { #x88QPJzMpqcJhuTminEnrfpPlpsGOCQg { display:block; }#x88QPJzMpqcJhuTminEnrfpPlpsGOCQg > .row .container { width:20rem;height:122.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgrREbrXLRKE8P4JwXHHBHKpQk3pAstq { width:20rem;height:4.39930625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFZBlvxatx9byDD53wUwqBvG160ECyoy { width:20rem;height:3.375rem;top:6.89930625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4qDCyAWFrwDeI6i4qJwxRPZEgLuBd1t { width:20rem;height:3.375rem;top:12.191845751953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkULGrszVhdB9eVdbUqTQ6wQLlhvMQ9P { width:20rem;height:2.9236125rem;top:8.0182332519531rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3aHuT3wL0QqUCNbJledQ2qT8bEC3JJ9 { width:20rem;height:2.9236125rem;top:13.310772753906rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxGV1mFG92yQeegRJg4s5KqXIda9oDU2 { width:20rem;height:4.6875rem;top:22.171885253906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M632fl3AT1VU4uQNNpXTchSiCe9meegP { width:20rem;height:5.847225rem;top:23.296885253906rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBqtdwetrSwU3NzzfaOaXwLyEyUTdeSg { width:20rem;height:3.375rem;top:17.484385253906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Ld5kQ533LcV0D9WXbpFPaWB750XlS9 { width:20rem;height:1.46180625rem;top:18.609385253906rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAmCeD274sC8zXpTQ2Gu9A4wOuco0SnH { width:20rem;height:3.375rem;top:38.616335253906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt05cHTxSuCVxCtXHqGu3lylLWJv7v75 { width:20rem;height:2.9236125rem;top:39.741335253906rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq6lT3JXWTCri4VQxhiGTfNqw1SF1z8v { width:20rem;height:4.4375rem;top:30.394110253906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPcfBBmUK9Veay6XbwWkTfwrIavbFsXh { width:20rem;height:5.847225rem;top:31.519110253906rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ87q6zxcRFr3d3LnrOAmPOKRJogV6aI { width:20rem;height:3.375rem;top:43.914947753906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX1XVslUgQ5zwGND0xUqz79OZiiQlNbw { width:20rem;height:2.9236125rem;top:45.039947753906rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPDeIUo7Dx2aapwrTanG3HpTfLMkS1M1 { width:15.0625rem;height:1.46180625rem;top:8.0494832519531rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkdg1cQXv3Oo3dNmaqo1ulBsDtm6P1R3 { width:15.0625rem;height:1.46180625rem;top:13.342022753906rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikawybvb7VaWkoTCNLCDbMlVaGxnvQxn { width:15.0625rem;height:1.46180625rem;top:18.634562255859rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJhrbh5i1SCmSeakDwTMmOBmgsdRxTfi { width:15.0625rem;height:1.46180625rem;top:23.978312255859rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knm43lowdivoUgSJDu3702QUXZraqbyg { width:15.0625rem;height:1.46180625rem;top:32.075537255859rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPe4R43BWDkQrBva86JXnTA2cS5iRQC { width:15.0625rem;height:1.46180625rem;top:39.766512255859rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5B2nz3kpxcs35vQ4SLrSum96vZbO9CM { width:15.0625rem;height:1.46180625rem;top:45.096374755859rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4zZMeutwrteS8ASZhzxLhe8qUR2PRt7 { width:1.75rem;height:1.75rem;top:7.7422017578125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGC7ioJAaqkexy2cvA2hMuHVgir8Ouk6 { width:1.75rem;height:1.75rem;top:13.035595751953rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y74zq8bAU7sUXGwxAz00WDI2O8M9F4Hg { width:1.75rem;height:1.75rem;top:18.328135253906rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTTzVCW7Gf4uaJ3Xm5fiF2K6XzpG4PHz { width:1.75rem;height:1.75rem;top:23.671885253906rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEA2EISatdznrpxSxp8aoiQ8EtnytsxJ { width:1.75rem;height:1.75rem;top:31.769110253906rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0TBkPQJU5Gy2kzy82S8NPkNUAdFnkgM { width:1.75rem;height:1.75rem;top:39.460085253906rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6G4TMomADrBWUTWPAwEcCU566krhKoS { width:1.75rem;height:1.75rem;top:44.789947753906rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3sXwzxCMcq9aLDJZMl7f6T9Xqh2V8hG { width:20rem;height:41.125rem;top:58.824672753906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6MERv2ivI305qsDMDTwMcNH0P84nEGi { width:16rem;height:1.46180625rem;top:49.213560253906rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crXcbcn82mOq5RfbSb8BzFmxl3fgJp5n { width:5.9375rem;height:1.46180625rem;top:51.925366503906rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGXQDdd3y2zJ3MGzzNlhUPL2SMnkGO5w { width:17.5rem;height:2.9375rem;top:54.637172753906rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX73pTdqpoKWIG8U6d3lcUTWa70XBGCP { display:block; }
 }@media only screen and (max-width: 763px) { #uA5bgN0uP98rC5KnFUw2GOD7qaaztiFz { width:3.8125rem;height:4rem;top:94.546901757813rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQauBeNaP3i8FDNPx608mxxzgTExH7UW { display:block; }#HQauBeNaP3i8FDNPx608mxxzgTExH7UW > .row .container { width:20rem;height:190.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyiPoeOu0XQHzsmNR4S4JgJHNP2Z4Fyv { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zlcmoPIgGo43ZT2FOI0PEahsQTvIuhGA { width:20rem;height:0;top:4.01204375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLpJ7U4vxKlX3TLWdL5B9UpwPrg7s3LM { width:20rem;height:31.625rem;top:8.0805125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMNwUGUAmxOSK4n2watk4tu3A2k1LsUA { width:20rem;height:0;top:10.247931933594rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QlxKLqd3miR7hsUFvTRmnPTmT3DwFtaF { width:20rem;height:0.375rem;top:13.879127001953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVI1HMhwaPNnLsEq6OUeGi3sp3i418Xc { width:2.0625rem;height:2.0625rem;top:15.464423632812rem;left:3.1249990463257rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA38tkVbxTuaaV7Wsix1ihAHE79W5TR2 { width:18.5rem;height:0;top:15.927741503906rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3kEFMLBcFEF9RJmGzXocknegoXDtelC { width:5.875rem;height:0;top:15.927741503906rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWpShxqWnSlcAVPOQETxNyUTQk4UtGTB { width:2.0625rem;height:2.0625rem;top:18.323585009766rem;left:3.1249990463257rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sufp4qnhk4wPy9DLCckqoVa6DcsV8SBw { width:18.5rem;height:0;top:18.786902880859rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaECzTm0mzGuMfUbma97wby9W0luISsT { width:5.875rem;height:0;top:18.786902880859rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxve3be76W30PCtsGOhaFTbnvhI8mMNo { width:17.5rem;height:2.9375rem;top:30.566413378906rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT2qQMOrB2wgCtI3JiudweJ63gissLyr { display:block; }
 }@media only screen and (max-width: 763px) { #mCz95Zp6TpgQH2tD4i6hXfrfsxtOO8x4 { width:2.0625rem;height:2.0625rem;top:21.192481494141rem;left:3.1249990463257rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJGJpDLULR1XtoQBxP9ZHJkP4PZXzST { width:18.5625rem;height:0;top:21.655280566406rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy87uv0pCItw1TDXv6yKIoFNbm6BNLs8 { width:5.875rem;height:0;top:21.655280566406rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3otWvzEG6Niah8Em9wVdNHXW9tgJ0gw { width:2.0625rem;height:2.0625rem;top:24.129767871094rem;left:3.1249990463257rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0Py5URGEumV27eNzLQi6SWKutamSH1B { width:18.5625rem;height:0;top:24.592566943359rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KryatMLIFX2hdohiMEx8D61UVgqwGXqi { width:5.875rem;height:0;top:24.592566943359rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihfnlzT1bclOUAelxfcEOqxs3Wdq9PsF { width:2.0625rem;height:2.0625rem;top:26.879889941406rem;left:3.1249990463257rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqQh8ZpQOxa8fiE7RWJXMdIK3G1eOGSd { width:18.5rem;height:0;top:27.342658496094rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIivrsKTw6GtR1PvSV3dFIsPsZzcEW5Z { width:5.875rem;height:0;top:27.342658496094rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDuZEr9IKsCdJXdTx8TXZolWNB45hoWE { width:17.3125rem;height:0;top:34.313697314453rem;left:2.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLfWpxzkrMQzoQKwMlAlJ2RWe5OTbBgX { width:20rem;height:31.625rem;top:40.9555125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsEqZTpVyzFS60M9UPON0Wk0kOpBVw7W { width:20rem;height:0;top:51.6537546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwxwTWwuTUKD87q6qJn49rnNsdyTkoMG { width:5.875rem;height:0;top:51.643439746094rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiXCK1NHMr6GiRyJBTgATxO35MF5wGLM { width:17.5rem;height:2.9375rem;top:63.4555125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBriL5K34i8SX99xyCeg0Gri39vsSsFw { display:block; }
 }@media only screen and (max-width: 763px) { #UuFKboUPvZEegAkMiPhs2Z812pGhmTBN { width:18.5625rem;height:0;top:53.954108691406rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boAly8cLxfUsB2hO8OxysJaUiQOeB44s { width:5.875rem;height:0;top:54.518348193359rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAtvTul57UbpJe8pvXmfCAtsIO0mQQRT { width:17.3125rem;height:0;top:67.2055125rem;left:2.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr6hKO85eCFCHinJTea609kTAABfPNH2 { width:20rem;height:0;top:43.1430125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTxTmNtTtOX0dWFwoOv4WqPB2aAmH1KZ { width:20rem;height:0;top:48.7680125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqiUPhwW2aPHREGEatsOKi0s6tZQoHTa { width:2.0625rem;height:2.0625rem;top:51.205634570312rem;left:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O78SOWhon5ysn7Fivy10fvHTl9f9xbxD { width:2.0625rem;height:2.0625rem;top:54.0805125rem;left:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak02Zt4nNeoz0dbviqmsDV24v7rTh3Mm { display:block; }#Ak02Zt4nNeoz0dbviqmsDV24v7rTh3Mm > .row .container { width:20rem;height:205.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwFmNmT3fBGsMthwnl5tDfwZ7Zhr7thT { width:20rem;height:0;top:6.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nV2x9TfTousxiA7zdTXbZTtmVKszhf50 { width:20rem;height:0;top:14.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdkANBZLA5LW047taDp0kNTR6o6Q0P6r { width:16.8125rem;height:14.75rem;top:17.96180625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diugrN9bmGO1Ue7OR5TbHlPgptC78uh1 { width:16.8125rem;height:14.75rem;top:33.96180625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8FuULRf89ZLyAMevhtroTWkoDnhH7vx { width:16.8125rem;height:14.75rem;top:49.96180625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViQccq5Vc8wWFshQxSG1wEGrFCVq1rri { width:16.8125rem;height:14.75rem;top:65.96180625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eak1LhrP33aAuWrck98C1HWtBdKBc25X { width:16.75rem;height:0;top:92.48480625rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar7cQJSFNASlqMqgmG5AzVzVooNO0Hiq { width:16.75rem;height:0;top:96.0091125rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDlXNilEn758CcIHEtOkbFHntaIBlD0A { width:16.75rem;height:0;top:99.532875rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIk4xLbpCVk7HbSAHvmET81o8dzVSrwb { width:16.75rem;height:0;top:103.05718125rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edACUVaVGNOfuMlPxzZMa5T3lvGpZKKF { width:16.75rem;height:0;top:81.96180625rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTXTMXuwhl6t5sWhNqTexxJeELSglXAf { width:16.75rem;height:0;top:84.59255625rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UevTEbpgdZyDBiihTXCmw4izbEDrXuPk { width:16.75rem;height:0;top:87.22330625rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVhHWyFux9U3ZuEKMEvGmOmIXG8fA1s5 { width:16.75rem;height:0;top:89.85405625rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBUs8mt2uAACEGwCHAT9R4MMfZk9p2oF { width:16.625rem;height:0;top:106.5814875rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abCcCTQ5XCcMWZHCUTradk28I3T14hs8 { width:16.625rem;height:0;top:114.654425rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW6ZqetBfTbVCxqvPUAyEbJ5bayMeZLz { width:16.625rem;height:0;top:122.7273625rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUNIOGR0EEAUJrPzw2t8yeLxNJepmuRu { width:16.625rem;height:0;top:128.525975rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7m54OCnF7s6lfOZx5Fm8FOzLQz7dd8W { width:3.125rem;height:3.125rem;top:33.96180625rem;left:1.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhrTNSyzxHkSyhhkifgbfCpuoLkNzhy1 { width:3.125rem;height:3.125rem;top:17.96180625rem;left:1.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEznnzkbd6ZzfxE4Gd7M0oNsFXu0PZS0 { width:3.125rem;height:3.125rem;top:49.96180625rem;left:1.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iChGrbn6T635fzh1DvBUbdB0wxSSovTi { width:3.125rem;height:3.125rem;top:65.96180625rem;left:1.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9CMGQirdTHyETdaftJX8TXBDzIVoPOS { width:20rem;height:0;top:137.69806162109rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQcSvXbbMrmgDpyoThDyZLO9qZwPfm6o { width:20rem;height:0;top:141.01025644531rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE { display:flex;width:18rem;height:5.0625rem;top:52.4375rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #KzrtkVpq1nZsTR9QG4dcWheQ4Ld8O89r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #vlgZ6umscQ850NOaOIshEXupi4NFephZ {  }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #KULRyLcoq9BvbrPuOK3bpG8ed4tS5oX6 {  }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #hdNAUTTDNxEQfmcLVACZhbirXvxzfa1S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #ZKRaGaF00mE1cfchiflu94eumCAsixDn {  }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #Q31cosEuQElC1TBCQMKHeow7a5rLt2KE {  }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #erZ0Pc4Ph3Kw2ehi3x6JaUxzIiC0sSaW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #qGioRKnhAViOLLlPlxkdtt4sZk0KmaXQ {  }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #wLuyf0MX4IxSxun713fJmTkJrDVOnNRT {  }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #eySz4WSrgMpnMhe7qkwdMw3Qzu1eHiN5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #tOECXgSS9xvhPSpEsu2IdoPidfNc4TNy {  }
 }@media only screen and (max-width: 763px) { #rKiXHRaLtLNJHCRkHgfDQSWGu9TxzsrE #wr0H0o5fm0ty2KkPgrmQI3dkK9p9DSTD {  }
 }@media only screen and (max-width: 763px) { #gat7ND7O5wT4IgsVFv6yTqLvZ4ywsvmK { width:19.875rem;height:13.3125rem;top:134.3245875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOJ79rrksosMdckuUFMaufhKL3l33Ztz { display:block; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container { width:20rem;height:296.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6P6x0an3LTpi4TBRyQ12lLC5NTx2QMk { width:8.5625rem;height:1.46180625rem;top:21.16015625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #socmhIpF6di1UNMQ2XyuTUaz9Usgp49F { width:17.125rem;height:23.388875rem;top:109.0732421875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPpuv96Rw6k24EDUrJVppPdHwX3ltV7 { width:20rem;height:4.39930625rem;top:4.01171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTJk0HVUvPLo33x0eawxM5JvhcUZNQTS { width:20rem;height:43.75rem;top:133.69799804688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTqSc4CvSnOa04PisQLWSPPb1ZgaTF1V { width:20rem;height:3.875rem;top:135.88549804688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udGMOUJKJN5mPckWhI96VZWhndRciEox { width:20rem;height:0;top:181.24736679688rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm8ipcoGXi3XGF0XsJvby6DzFMtCyzq0 { width:20rem;height:0;top:178.69799804688rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldPJ3BaI8qTThlzGsVywDmZADiMzMg6E { width:20rem;height:0;top:189.59534804687rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6MeuUDx45FHIpBWzHNyg6eGWws8mme8 { width:20rem;height:0;top:187.04597929688rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu36bIDU5aN5QlScfQMGPXqqgTrP9iB2 { width:20rem;height:0;top:199.07993554687rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwXF0fpODs2bFzTe4al0fp3UBvGSK0To { width:20rem;height:0;top:196.53056679688rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAQBuEGX6b4xeOlUKrRdNBrgdcd70nGf { display:block; }#sAQBuEGX6b4xeOlUKrRdNBrgdcd70nGf > .row .container { width:20rem;height:127.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHXKprQ6cTgmNvc6RJ8cxSdOu09LGMoa { width:20rem;height:19.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzaBJZEyETFTFGSbNX2yxley8oUyO3A2 { width:20rem;height:0;top:20.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOPI3dhbiNza9EeGse1MNmCkSwuqRIhT { width:20rem;height:0;top:28.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv0riSqRpWWdnI4TJ1hkzHZlq71ALoUF { width:20rem;height:0;top:36.697375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x52HBHlfOCGnWgO4uwuy37X3xAP5BDqI { width:20rem;height:0;top:85.60829375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7m7TmFfuFvgqoVcSmw0BreHx83fma0b { width:20rem;height:43rem;top:41.35829375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMcJ8JtfaEXQGENfS7bEFQUztLhkuaD1 { width:20rem;height:0;top:91.4063625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeyNvRKBXadvHNfscCMHJKVBp2rrfJS6 { width:20rem;height:0;top:97.20443125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbpudiQf9oSSxS8JhCuKxfU50g6cbZu0 { width:20rem;height:0;top:104.13965rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKaK9ha0SDskmky10tnPkGUa774f9Vby { width:20rem;height:0;top:113.3497125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvnLqGtiLgXHCFM1zdnucK42LaVzDMTZ { display:block; }#VvnLqGtiLgXHCFM1zdnucK42LaVzDMTZ > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf4bpNN5yPVCPgPCGabUge2QQA0Km95U { width:20rem;height:0.750325rem;top:4.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr7Sx2FybVPBVAwRhns8alMSXvflywW4 { width:7.25rem;height:2.25rem;top:6.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USBJmNOZGZJ9Eet4LipawwwVIoFB7fQZ { display:block; }
 }@media only screen and (max-width: 763px) { #vCT0To22ZtHN0P3ETvntwV6KRZg2JF8c { width:12.125rem;height:2.25rem;top:9.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB3ZgDGu3sROenh65KlPyU9wKcPsFney { display:block; }
 }@media only screen and (max-width: 763px) { #JQpOX6vVpMTvaxTvFuXUnBOnyW25cbGw { width:14.875rem;height:2.25rem;top:13.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaloWKTcGE0dE8bJn5NNuWkvF51TG27B { display:block; }
 }@media only screen and (max-width: 763px) { #mfahUIZKMmwPKIdODdf1K1KfRyodzJLo { width:7.875rem;height:2.25rem;top:16.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbMvyl8uwFW2zTwyh30Afhu5XIEhyFM1 { display:block; }
 }