.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:#000000;background-image:none;position:relative;display:block; }
#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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); }#D5iLBANcrgXA9oJc5xOvPHHTftA4l2iL { 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; }#D5iLBANcrgXA9oJc5xOvPHHTftA4l2iL > .row .container { background-color: transparent; background-image: none; }#D5iLBANcrgXA9oJc5xOvPHHTftA4l2iL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5iLBANcrgXA9oJc5xOvPHHTftA4l2iL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5iLBANcrgXA9oJc5xOvPHHTftA4l2iL > .row .container > .video-iframe-container { display: none; }#D5iLBANcrgXA9oJc5xOvPHHTftA4l2iL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5iLBANcrgXA9oJc5xOvPHHTftA4l2iL > .row > .video-iframe-container { display: none; }#D5iLBANcrgXA9oJc5xOvPHHTftA4l2iL > .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); }#D5iLBANcrgXA9oJc5xOvPHHTftA4l2iL > .row .container { border-width: 0; border-radius: 0; }#D5iLBANcrgXA9oJc5xOvPHHTftA4l2iL > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#wqXHQNP5zDMNiSH2Hu3cx6IbnnprzOAs { 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:16.4375rem;height:2.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.03125rem;left:58.498699188233rem;display:block; }
#naRSv89adF05ULJKrAC6aoNT1ziog0Js { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CtVa9uCLlSEEynHPdsvMfXqAt2EdFzZl { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:12.4375rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#MllEFp0Lbuk7KvFPlDlI9IGhg4bhMPRn { 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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.25rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:1.1848958730698rem;left:13.0859375rem;display:block; }
#xeikaiJkwAbwLB4B7Zg1LMvXtTWSs1Sr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FMTW5kELpeiM9pywAxaURwXZm1oz99UW { 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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.25rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:1.1875rem;left:18.76953125rem;display:block; }
#CHZ8IX5aTWRAFKNmpM4zNZ8tUgRGZUK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b1MVy5IBPlTmATvvQuTIo082rbeuGngq { 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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.25rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:1.1875rem;left:29.516925811767rem;display:block; }
#MusJKRX5WW1ewD6vi8QBGoUWBlowlPmn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qQqI4dety4qo1OT1tov6xVTzrHE2qlmf { 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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.25rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:1.1875rem;left:39.766925811767rem;display:block; }
#RNUbl8kRTkg3GeTssnTNQ6wt5nAyaxlM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mm0PIv0X8P2TM0cPUzybx0s7w6Z6Lk3H { 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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.25rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:1.1875rem;left:50.145832061767rem;display:block; }
#zFNT8CMWIt6vItRPn2tbXq1SZ7WdbVAg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bMUAP3UJPNU83iDqPbZ4TmLqd1cewFcR { position:relative;display:none; }#bMUAP3UJPNU83iDqPbZ4TmLqd1cewFcR { border-width: 0; border-radius: 0; }#bMUAP3UJPNU83iDqPbZ4TmLqd1cewFcR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#WdgNDAxNq9n4Dda1Q6HkrNFpKT9PDu6Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;display:none; }
#cqUie8uIDnUVz09kCkfKCctXBI1TkkC1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:9.4375rem;top:7.1875rem;left:5.875rem;display:none; }
#eQxwasIyuS1TMbSNOvfaiNOz8LElqTXE { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:12.4375rem;top:0.8125rem;left:0rem;overflow:hidden;display:none; }
#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/duP5fgwu/0001_21551555930.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,12,0.72); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,12,0.72); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { border-width: 0; border-radius: 0; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { font-size:0.875rem;font-family:arial;height:62.5625rem;width:75rem;position:relative;display:block; }#mBko3nE7meLCwJTWrvxVLeTOePrkox4T { color:#ffffff;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:8.75rem;font-weight:400;z-index:100001;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5);top:11.750061035156rem;left:12.5rem;height:15.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R7FcbwB6kG0NyzFAgJCRTouoGgBkICRm { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:"pacific beach";font-size:2.6875rem;font-weight:400;z-index:100002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5);top:12.500061035156rem;left:6.6875rem;height:2.6879875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oHnoxTl90KT5TyNaRUXy8Ctg0idL3B4n { box-sizing:content-box;color:#ffffff;font-size:3.9375rem;font-weight:400;line-height:1;height:5.6875rem;width:5.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:49.5625rem;left:34.6875rem;display:block; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 .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;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; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 .widget-text.counter-number { border-top:0.155rem solid #ffffff;border-left:0.158125rem solid #ffffff;border-right:0.158125rem solid #ffffff;border-bottom:0.155rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:1.250625rem;padding-right:1.116875rem;padding-bottom:1.250625rem;padding-left:1.116875rem;display:block;align-items:center;width:6.699375rem;min-width:6.699375rem;height:6.719375rem;position:relative;font-family:arial;font-size:5.000625rem;font-weight:700;line-height:107.51px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.781875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:8.93375rem;height:2.65625rem;position:relative;font-family:"open sans";font-size:1.875rem;font-weight:700;line-height:42.5px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:41rem;height:12.96875rem;padding-top:0.15625rem;padding-right:0.159375rem;padding-bottom:0.15625rem;padding-left:0.159375rem;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:35.5rem;left:15.75rem;z-index:100012; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #HSTVQWfZt8D9T6ZRsuRCp2phLdS6JVPz { display:flex;position:relative;top:0rem;left:0rem; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #XEH3BEJSt5eEBmSie816A5sIbr66Z4J4 { width:auto; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #I12TRuGlCT8pHft2h7osGKcVJIvTVBvz {  }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #KFx0Od2QEqLAluxGNCvO565zlHV7ioSA { display:flex;position:relative;top:0rem;left:0rem; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #gkAtV97LSTWJFedMGKJgLUy6cgum2JxW {  }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #uV7a3PbK73kJk5zrmGVLOnmqeXX4E3Tw {  }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #p5l3nsWOqyT4rvT4W6EUGKEXWNByzEIl { display:flex;position:relative;top:0rem;left:0rem; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #Fywf361yUkBALTQkaOECaWvSBUDmiO6R {  }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #tyut7esUIFOBVJStLzUNdNuLg8ThArpk {  }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #Z2yh2zWkRLfVPWsOsbTfMVNyqXJGHFwk { display:flex;position:relative;top:0rem;left:0rem; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #lsXoNAUwUKiC5x1RPUFdOGW35UyIUggx {  }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #u8IZA2AGAPKSSUaGVCAkda1KrpcpWSI9 {  }
#Z6CsfBh3NecW8VBaigBPLwzcSszuhfTN { z-index:100000;top:29.562561035156rem;left:23.34375rem;background-color:transparent;background-image: -webkit-linear-gradient(248deg, #ea4d8c, #ea4d8c);background-image: -moz-linear-gradient(248deg, #ea4d8c, #ea4d8c);background-image: -ms-linear-gradient(248deg, #ea4d8c, #ea4d8c);background-image: -o-linear-gradient(248deg, #ea4d8c, #ea4d8c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4d8c', endColorstr='#ea4d8c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4d8c', endColorstr='#ea4d8c' );";background-image: linear-gradient(248deg, #ea4d8c, #ea4d8c);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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CLwS10arkuR3c9VHidOJ0QcJEzqh11vX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container { background-color: transparent; background-image: none; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container > .video-iframe-container { display: none; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row > .video-iframe-container { display: none; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .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); }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container { border-width: 0; border-radius: 0; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:75rem;position:relative;display:block; }#huaiF0XAKo79SRAwB54cISQz6ZGcSLLm { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:30.28857421875rem;left:2.90478515625rem;height:17.87231875rem;text-align:left;text-align-last:left;display:block; }
#Uiplx4fSZpNmxyp1bnlbbVcfEOq6oMId { position:absolute;display:block;z-index:100000;background-color:#ea4d8c;background-image:url("https://images.assets-landingi.com/eUb3yi63/5M2A9807.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:54.4375rem;width:75rem;top:1.78125rem;left:19.498699188233rem;display:block; }#Uiplx4fSZpNmxyp1bnlbbVcfEOq6oMId.adaptive-delivery-prevent-bg, #Uiplx4fSZpNmxyp1bnlbbVcfEOq6oMId.lazyload, #Uiplx4fSZpNmxyp1bnlbbVcfEOq6oMId.lazyloading { background-image: none; }
#HwTHT1OhTTviZidMZ1wCS4rFJeWBttE3 { position:absolute;display:block;z-index:100052;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ykRcYXAl/Main_Square_Logo_White_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:15.5625rem;width:15.5625rem;top:1.78125rem;left:30.9990234375rem;display:block; }#HwTHT1OhTTviZidMZ1wCS4rFJeWBttE3.adaptive-delivery-prevent-bg, #HwTHT1OhTTviZidMZ1wCS4rFJeWBttE3.lazyload, #HwTHT1OhTTviZidMZ1wCS4rFJeWBttE3.lazyloading { background-image: none; }
#Uo8DOrgALmCrMiVWLFsffi3OgiFhCle9 { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:"pacific beach";font-size:5rem;font-weight:normal;z-index:100038;line-height:1;letter-spacing:0;top:9.5625rem;left:2.2470703125rem;height:5rem;text-align:left;text-align-last:left;display:block; }
#JrRbAzUn5NmV5PROi1cqscJyTvo2x75K { position:absolute;display:block;z-index:100001;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:43.3125rem;width:51.8125rem;top:6.729164123535rem;left:-10.812500476837rem;display:block; }
#AxBZDZOpt5r3HCQDnPk57AavZgW2SdTh { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:montserrat;font-size:4.625rem;font-weight:normal;z-index:100044;line-height:.9;letter-spacing:0;top:15.76904296875rem;left:2.43603515625rem;height:12.4878125rem;text-align:left;text-align-last:left;display:block; }
#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.46);background-image:url("https://images.assets-landingi.com/F6ucQIT0/DSC_8808.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0.adaptive-delivery-prevent-bg, #SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0.lazyload, #SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0.lazyloading { background-image: none; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container { background-color: transparent; background-image: none; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container > .video-iframe-container { display: none; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row > .video-iframe-container { display: none; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .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); }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container { border-width: 0; border-radius: 0; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container { font-size:0.875rem;font-family:arial;height:83.625rem;width:75rem;position:relative;display:block; }#Qyb8cqcqrLsxVEgCGgnzkNEXBaCOe8qg { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.92);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:46.5625rem;width:45.1875rem;top:7.78125rem;left:15.59375rem;display:block; }
#G8A6iIw8UWgXBRRyZVKB0nGulDL0qMyT { color:#000000;display:block;width:34.875rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:normal;z-index:100032;line-height:1.1;letter-spacing:0;top:20.52734375rem;left:20.75rem;height:7.6281875rem;text-align:center;text-align-last:center;display:block; }
#JXy8VnGEfkNlWSpx8WOwxdzFy53qCV1r { color:#000000;display:block;width:32.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100022;line-height:1.1;letter-spacing:0;top:29.885416030884rem;left:21.875rem;height:17.31445rem;text-align:center;text-align-last:center;display:block; }
#Ur330VZheiXGHRTO42UwVdp60vp4hnPP { position:absolute;display:block;z-index:100034;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:8.875rem;width:9.4375rem;top:4.3541660308838rem;left:33.468753814698rem;display:block; }#Ur330VZheiXGHRTO42UwVdp60vp4hnPP.adaptive-delivery-prevent-bg, #Ur330VZheiXGHRTO42UwVdp60vp4hnPP.lazyload, #Ur330VZheiXGHRTO42UwVdp60vp4hnPP.lazyloading { background-image: none; }
#NyAtyQIRCoQsB96DNfIxuoz0UBwJcq6h { color:#000000;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100036;line-height:1.1;letter-spacing:0;top:17.962240219116rem;left:29.375003814698rem;height:1.6497375rem;text-align:center;text-align-last:center;display:block; }
#BqkoTnDSKT81fidp44ofuQIfTfUWgtBm { z-index:100004;top:48.706600189209rem;left:28.125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ea4d8c, #ea4d8c);background-image: -moz-linear-gradient(216deg, #ea4d8c, #ea4d8c);background-image: -ms-linear-gradient(216deg, #ea4d8c, #ea4d8c);background-image: -o-linear-gradient(216deg, #ea4d8c, #ea4d8c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4d8c', endColorstr='#ea4d8c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4d8c', endColorstr='#ea4d8c' );";background-image: linear-gradient(216deg, #ea4d8c, #ea4d8c);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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oroPgTCUOm1d71THv97GiT0E0htg70Tn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hSwWSXPfnRrQ0A6dSx5Q39JavdFfWXIM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hSwWSXPfnRrQ0A6dSx5Q39JavdFfWXIM > .row .container { background-color: transparent; background-image: none; }#hSwWSXPfnRrQ0A6dSx5Q39JavdFfWXIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSwWSXPfnRrQ0A6dSx5Q39JavdFfWXIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSwWSXPfnRrQ0A6dSx5Q39JavdFfWXIM > .row .container > .video-iframe-container { display: none; }#hSwWSXPfnRrQ0A6dSx5Q39JavdFfWXIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSwWSXPfnRrQ0A6dSx5Q39JavdFfWXIM > .row > .video-iframe-container { display: none; }#hSwWSXPfnRrQ0A6dSx5Q39JavdFfWXIM > .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); }#hSwWSXPfnRrQ0A6dSx5Q39JavdFfWXIM > .row .container { border-width: 0; border-radius: 0; }#hSwWSXPfnRrQ0A6dSx5Q39JavdFfWXIM > .row .container { font-size:0.875rem;font-family:arial;height:63.0625rem;width:75rem;position:relative;display:block; }#LQXZOKAus5UVZrmZLcfgn7yD7ZQD2har { 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.51123125rem;text-align:center;text-align-last:center;display:block; }
#tt2efO09DZqluJ3rd81BLw60DLvctihA { 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;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:47.1875rem;top:13.5625rem;left:0rem;display:block; }#tt2efO09DZqluJ3rd81BLw60DLvctihA.adaptive-delivery-prevent-bg, #tt2efO09DZqluJ3rd81BLw60DLvctihA.lazyload, #tt2efO09DZqluJ3rd81BLw60DLvctihA.lazyloading { background-image: none; }
#B8St36QeOhMU02Ube6pMFwFkQcHvx6TK { color:#000000;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:15.5rem;left:50.5rem;height:21.12183125rem;text-align:left;text-align-last:left;display:block; }
#AAH9ESEywIdDybWmfJU1RZFXPDJMiEwg { 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:13.375rem;left:50.5rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#sHQ8n9R05H0mrkFru61fkdTedawalyO7 { color:#000000;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:39.374995231628rem;left:50.750003814698rem;height:11.37329375rem;text-align:left;text-align-last:left;display:block; }
#xPFPwhMyOJIActpP075q5bCy04tZkNJe { 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;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:47.1875rem;top:39.375rem;left:0rem;display:block; }#xPFPwhMyOJIActpP075q5bCy04tZkNJe.adaptive-delivery-prevent-bg, #xPFPwhMyOJIActpP075q5bCy04tZkNJe.lazyload, #xPFPwhMyOJIActpP075q5bCy04tZkNJe.lazyloading { background-image: none; }
#ibc4nFoHnd93kNArB7dBW16oeTrlXEg6 { 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:37.975689888001rem;left:50.499134063721rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#pXckToTZQDsytMAFt0RBc2Gk5mJ3dA47 { 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.818575rem;text-align:center;text-align-last:center;display:block; }
#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe { 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; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe.adaptive-delivery-prevent-bg, #mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe.lazyload, #mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe.lazyloading { background-image: none; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container { background-color: transparent; background-image: none; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container > .video-iframe-container { display: none; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row > .video-iframe-container { display: none; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .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); }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container { border-width: 0; border-radius: 0; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container { font-size:0.875rem;font-family:arial;height:66.875rem;width:75rem;position:relative;display:block; }#xwp25FJ7TPtkATc4cH08RDcfewJPktkI { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:100033;line-height:1.1;letter-spacing:0;top:2.55078125rem;left:11.498699188233rem;height:6.737rem;text-align:center;text-align-last:center;display:block; }
#JTX5Xol5wBsZPgisdcJ0bS6VwdLazBJb { 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:8.875rem;width:33.25rem;top:11.1875rem;left:1.625rem;display:block; }
#Tr7gT9L7F1zrTxx8J84VzxFrlI6GMrG4 { 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:14.51171875rem;left:0rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#xf6bhQJ3E6UdEwvqwy0rrDxNdB4pGbBK { 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.96875rem;left:0rem;display:block; }
#APuLJntKEyJB8OfhbTDb9UgNPyo1J1Fy { color:#000000;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:13.15625rem;left:4.8125rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#rpIw2i7JBLI3SbW2M6l96uG6slBsgrdq { position:absolute;display:block;z-index:100030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/llPkyB5Z/5M2A9916.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.625rem;width:40rem;top:11.1875rem;left:35.75rem;display:block; }#rpIw2i7JBLI3SbW2M6l96uG6slBsgrdq.adaptive-delivery-prevent-bg, #rpIw2i7JBLI3SbW2M6l96uG6slBsgrdq.lazyload, #rpIw2i7JBLI3SbW2M6l96uG6slBsgrdq.lazyloading { background-image: none; }
#nDULHg7TQ4R8ztgSSA1SncynD260cnVF { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:100052;line-height:1.1;letter-spacing:0;top:47.144533157349rem;left:49.875003814698rem;height:2.474825rem;text-align:left;text-align-last:left;display:block; }
#TKR31dor0JiF3BBHokMTb386b7kOFe7d { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:100053;line-height:1.1;letter-spacing:0;top:49.533853530884rem;left:56.093753814698rem;height:3.2995625rem;text-align:left;text-align-last:left;display:block; }
#JZWQICRvQobKksfpxlpZC1LMwpr7Lmym { 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:10.625rem;width:33.25rem;top:21rem;left:1.625rem;display:block; }
#SBxr3FqrVdVSVHxe4Rh4Qru9ACu6SJGT { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:23rem;left:4.8125rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#TBFrNLFA2WiT5K70P2crxUKLcPKuOJow { 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:24.82421875rem;left:0rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#eyH3ts2rctSMuhprlewF8SbetqyhmzBP { 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:24.40625rem;left:0rem;display:block; }
#IgoCgUUwFyVTOz45ACzT00U4WirGo4Ce { 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:10.625rem;width:33.25rem;top:32.625rem;left:1.625rem;display:block; }
#xwEgiV3ULtfARQPvSW0smktwgkLH3s1K { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:34.625rem;left:4.8125rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#r0wSy0Um8ybRKo1aCtbMAWJDkTuxR4UV { 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:36.4375rem;left:0rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#E4QlyQhAuoPdRGXGbbvHThMdKMGufWD9 { 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:36.0625rem;left:0rem;display:block; }
#E8C1OCQx1IJH5h5tg4eaqLex5zavwlsn { 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:10.625rem;width:33.25rem;top:44.25rem;left:1.625rem;display:block; }
#JvMKz40nWftnaaJvCgcQilTe6BByJESk { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100050;line-height:1.3;letter-spacing:0;top:46.25rem;left:4.8125rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#rVJX9ktffCxFe6yoHbkZha0Uv3zHT4um { 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:48.0625rem;left:0rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#ydZ2KPVQTfanD7V4PsAuEnZCwy4sboKs { 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:47.6875rem;left:0rem;display:block; }
#iLexPRykUOeXSgGSl14yoD3xZ2LOn0Cx { z-index:100002;top:57.562505722046rem;left:27.157550811767rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ea4d8c, #ea4d8c);background-image: -moz-linear-gradient(216deg, #ea4d8c, #ea4d8c);background-image: -ms-linear-gradient(216deg, #ea4d8c, #ea4d8c);background-image: -o-linear-gradient(216deg, #ea4d8c, #ea4d8c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4d8c', endColorstr='#ea4d8c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4d8c', endColorstr='#ea4d8c' );";background-image: linear-gradient(216deg, #ea4d8c, #ea4d8c);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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.122375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RQrgnDLc4M5msHRkb4GzQ9XWJTDVEIpN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xLvY6jZ9/Main_Square_Logo_White_8.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2.adaptive-delivery-prevent-bg, #L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2.lazyload, #L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2.lazyloading { background-image: none; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row .container { background-color: transparent; background-image: none; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #020000; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row .container > .video-iframe-container { display: none; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #020000; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row > .video-iframe-container { display: none; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .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); }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row .container { border-width: 0; border-radius: 0; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row .container { font-size:0.875rem;font-family:arial;height:77.3125rem;width:75rem;position:relative;display:block; }#W5dJWdD7VAvUqeEIrsyVUUEAVILCkudG { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:300;z-index:100028;line-height:1;letter-spacing:0;top:5.5rem;left:0rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uQwcHTBWRCTCeg2LTdkABKMRayZUnyE6 { color:#ffffff;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:13.96875rem;left:37.625rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#ATO1DUnpWTOxHUIy4dmGkflJTzTAzmRr { color:#ec4c8c;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:100029;line-height:1;letter-spacing:0;top:11.5625rem;left:37.375rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NOe4MHxcwBSByfhWxzPpxfkIthDwD9hc { position:absolute;display:block;z-index:100030;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;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:2rem;width:2rem;top:11.34375rem;left:33.6875rem;display:block; }
#HHSLhTsH2CtnW8deQEwNDxilnHULzIAK { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:25.875rem;left:37.5rem;height:7.312rem;text-align:left;text-align-last:left;display:block; }
#Iku7iToo2NdHAs0wyNMFOxVMnCzp7DEg { color:#ea4d8c;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:100031;line-height:1;letter-spacing:0;top:23.4375rem;left:37.375rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZCboR0ZJG9QvEywg3fTZPXOzcgkRSZ0 { position:absolute;display:block;z-index:100014;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:48.625rem;width:0.1875rem;top:12.4375rem;left:34.59375rem;display:block; }
#Ck5wBlU0xJG6InPmnA3K3xtJbrb60dkr { position:absolute;display:block;z-index:100031;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;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:2rem;width:2rem;top:25.09375rem;left:33.6875rem;display:block; }
#dazzyq1bkrRksarN12PtD6DAmtHBJch5 { position:absolute;display:block;z-index:100032;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/8LHldxoz/brittneyTLM2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.9375rem;width:30.9375rem;top:11.5625rem;left:0rem;display:block; }#dazzyq1bkrRksarN12PtD6DAmtHBJch5.adaptive-delivery-prevent-bg, #dazzyq1bkrRksarN12PtD6DAmtHBJch5.lazyload, #dazzyq1bkrRksarN12PtD6DAmtHBJch5.lazyloading { background-image: none; }
#cQnN5vOV6wzWW9OmK92q4vcDlODvx4Dk { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:39.5rem;left:37.5rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#RASzKXqK1qBPI30irkulLwTNeGLRTTth { color:#ea4d8c;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:100033;line-height:1;letter-spacing:0;top:37rem;left:37.5rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UFTz7F6rc7dEo4XbXCudgy2lTcWMVpL3 { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:51.71240234375rem;left:37.5rem;height:7.312rem;text-align:left;text-align-last:left;display:block; }
#VfIK2CEVWZsQAH6yb1fKMM7uT89ApQ8P { color:#ea4d8c;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:100035;line-height:1;letter-spacing:0;top:49.25rem;left:37.5rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DIrTbkFAD7bCfspydMGC1h6GXuySRd0Z { position:absolute;display:block;z-index:100032;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;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:2rem;width:2rem;top:36.78125rem;left:33.6875rem;display:block; }
#aOgCzLH70BnkHcbdl5zTrsWAESkgGX2s { position:absolute;display:block;z-index:100033;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;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:2rem;width:2rem;top:49.03125rem;left:33.6875rem;display:block; }
#Bdvi3T0D2BRZnEhiLc4isNNsA7wsQUzg { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:59.75rem;left:0.65625rem;height:4.875rem;text-align:right;text-align-last:right;display:block; }
#WGPWOg9QZXf0e0MvA8aTMyO1zkt8MTCz { position:absolute;display:block;z-index:100041;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.25rem;width:3.1875rem;top:61.0625rem;left:31.59375rem;display:block; }
#uJyOgImDOyBfRThJPUnd6hxXVwiahT1y { box-sizing:content-box;color:#f4f1ef;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100042;top:11.28125rem;left:33.625rem;display:block; }
#mmXvI1zkoqNeQSUGTHrwH2u7OCbKfJtm { box-sizing:content-box;color:#f4f1ef;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:25rem;left:33.625rem;display:block; }
#skUAUcAE6KU9F9soMV2ChiTnzKLC2Duw { box-sizing:content-box;color:#f4f1ef;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100044;top:36.71875rem;left:33.625rem;display:block; }
#lq6KJeDegWlphOpdQMUKgkeVVChq9eiC { box-sizing:content-box;color:#f4f1ef;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:48.96875rem;left:33.625rem;display:block; }
#aiiKk2VGwMCVGPuRQ0JQNauHcQr6slXX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#mgblc4clbpU9fmKOtwf6qy3xKJwJJQPL { z-index:100003;top:67.4375rem;left:26.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ea4d8c, #ea4d8c);background-image: -moz-linear-gradient(216deg, #ea4d8c, #ea4d8c);background-image: -ms-linear-gradient(216deg, #ea4d8c, #ea4d8c);background-image: -o-linear-gradient(216deg, #ea4d8c, #ea4d8c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4d8c', endColorstr='#ea4d8c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4d8c', endColorstr='#ea4d8c' );";background-image: linear-gradient(216deg, #ea4d8c, #ea4d8c);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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.121125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TuBTysr8E2BHBVaCgS3w5R1ZeN9QB5c6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa { 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; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa.adaptive-delivery-prevent-bg, #T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa.lazyload, #T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa.lazyloading { background-image: none; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container { background-color: transparent; background-image: none; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container > .video-iframe-container { display: none; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row > .video-iframe-container { display: none; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .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); }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container { border-width: 0; border-radius: 0; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#V4Kz3tuVUDK9VW7ghoqC7dW7yzSTLwnp { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:100041;line-height:1.1;letter-spacing:0;top:8.0625rem;left:3.125rem;height:2.474825rem;text-align:center;text-align-last:center;display:block; }
#uusQxavKPQDEdaal0uVo95tlJ8DNxHPs { color:#000000;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:7.375rem;left:33.5rem;height:2.92480625rem;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; }
#il02zZXrQiQCiEQT3ussbek1yBX5ucAn { position:absolute;display:block;z-index:100040;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:3.8125rem;width:19.5625rem;top:7.375rem;left:3.125rem;display:block; }
#MT7D5Sb1iZ2tC104PUXfawA4AHtzA1TF { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:normal;z-index:100062;line-height:1.1;letter-spacing:0;top:12.3125rem;left:0rem;height:2.61230625rem;text-align:right;text-align-last:right;display:block; }
#cwe9uVOBx1ly5qMrPbI0q1BwDzu1KE3o { position:absolute;display:block;z-index:100061;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:3.3125rem;width:28.875rem;top:11.9375rem;left:0rem;display:block; }
#EHoXu5eqKKQD6zS5TfUQWAB5tTZLNmuZ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100044;line-height:1.1;letter-spacing:0;top:16.6875rem;left:8.8125rem;height:1.6497375rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#DSyvNhpWraUxoCurCvnfQ99AbGqkWP9s { 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;height:3.375rem;width:15.125rem;top:15.8125rem;left:13.8125rem;display:block; }
#UTEEr7Mtm0PqyPfPNKdyTDiIeemw6bIT { color:#ea4d8c;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:7.375rem;left:48.5rem;height:2.84375rem;text-align:right;text-align-last:right;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; }
#tPpfdvKqBMS5nP3BDKev6ArJ6mfsBmOf { color:#000000;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:11.8125rem;left:33.5rem;height:2.92480625rem;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; }
#ptEuXmNT4chllINpIGdWRZFFfNaee8HT { color:#ea4d8c;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:11.8125rem;left:48.5rem;height:2.84375rem;text-align:right;text-align-last:right;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; }
#oNiExQ2uLOFs1XqTtfTHBHZTKzCbA9Ub { color:#000000;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:29.4375rem;left:33.5rem;height:2.92480625rem;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; }
#BsGmsw6vBJqy0mhbMF20k6m0ppKE3EGo { color:#ea4d8c;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:29.9375rem;left:48.5rem;height:2.84375rem;text-align:right;text-align-last:right;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; }
#gqSSLJ5HKuvWs18ZkSpIQsfT2TSnCuDd { color:#000000;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:20.75rem;left:33.5rem;height:2.92480625rem;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; }
#T1nSHfNtPyrRTN3w2rao8bbF6DUmqfLL { color:#ea4d8c;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:20.75rem;left:57.6875rem;height:2.84375rem;text-align:right;text-align-last:right;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; }
#bNJMqaKI6z3utkv3SNMwHetlIx89zZcV { color:#000000;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:25.375rem;left:33.5rem;height:2.92480625rem;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; }
#kpM3bhkxp1qwHCKQ2lIup2x8Cf06yB56 { color:#ea4d8c;display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:25.4375rem;left:57.75rem;height:2.84375rem;text-align:right;text-align-last:right;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; }
#sNfZsPztaCya2QXDWoE0B95zLwvz6UQ3 { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:16.0625rem;left:33.5rem;height:2.92480625rem;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; }
#Ofml91z39FTzTss3RmsLFe4TA3WBW8Zi { color:#ea4d8c;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:16.125rem;left:48.5rem;height:2.84375rem;text-align:right;text-align-last:right;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; }
#NkuZI7InHoOksXMh3mTCPuM6LDNIIohc { color:#000000;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100049;line-height:1.3;letter-spacing:0;top:34.5rem;left:33.5rem;height:2.92480625rem;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; }
#FVTpELGPJVSqEGcoNz2Itz28xXNgTg26 { color:#ea4d8c;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:100050;line-height:1.3;letter-spacing:0;top:34.5625rem;left:48.5rem;height:2.84375rem;text-align:right;text-align-last:right;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; }
#CK04k1cF2sBeHf5VdH7Nlh7S1B1NBTAE { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:normal;z-index:100050;line-height:1.3;letter-spacing:0;top:39.5rem;left:52.4375rem;height:2.5183125rem;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; }
#JWNoemxF0DwM4RhXyiLUOJ1pSGzTfC9E { color:#ea4d8c;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:100051;line-height:1.3;letter-spacing:0;top:39.375rem;left:64.625rem;height:2.84375rem;text-align:right;text-align-last:right;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; }
#FnlmAgvOAqC6FP2csFin7T8XrXabE5Hv { position:absolute;display:block;z-index:100043;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.25rem;width:44.8125rem;top:38.1875rem;left:30.1875rem;display:block; }
#VyR8fKJfGfQp4TffZg24NUBzTMw0MbNU { 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:100052;top:7.25rem;left:29.375rem;display:block; }
#MgONtLnzlFnSTsPQKBaAKAMGiMmW2QIn { 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:100053;top:11.6875rem;left:29.375rem;display:block; }
#l7qyXOkGCSoTd7n1rZ9KcINPyzvFHTLG { 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:100054;top:16.125rem;left:29.375rem;display:block; }
#O6e2JHfzX1QVvC6rUhsZdJFkp5rKVvaU { 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:100055;top:20.625rem;left:29.375rem;display:block; }
#T2BcLK0D9lNTAV3oo0eTy95b1UCsmIFe { 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:100056;top:25.25rem;left:29.375rem;display:block; }
#CiE230OX8EGVZH44d6LzrB8KGh1rIWdB { 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:100057;top:29.75rem;left:29.375rem;display:block; }
#CRvDO5cPLc8ehMeXCWmmzgiFOyA5nG8E { 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:100058;top:34.375rem;left:29.375rem;display:block; }
#Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3 { position:absolute;display:block;z-index:100059;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/1mD7D6zM/Untitled_design.gif");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:19.8125rem;width:26.1875rem;top:20.75rem;left:1.3125rem;display:block; }#Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3.adaptive-delivery-prevent-bg, #Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3.lazyload, #Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3.lazyloading { background-image: none; }
#BRhe6CkJhx52fCpn73Tap6yWEu2OqD7K { z-index:100004;top:44.062482833862rem;left:27.437503814698rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ea4d8c, #ea4d8c);background-image: -moz-linear-gradient(216deg, #ea4d8c, #ea4d8c);background-image: -ms-linear-gradient(216deg, #ea4d8c, #ea4d8c);background-image: -o-linear-gradient(216deg, #ea4d8c, #ea4d8c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4d8c', endColorstr='#ea4d8c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4d8c', endColorstr='#ea4d8c' );";background-image: linear-gradient(216deg, #ea4d8c, #ea4d8c);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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.121125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J1iFZJqgJJrlU81d0s5L34TBrnEBruEN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#huQMbvngDuCwluUwnA2HB6xx42MVdOtt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/toB7tKXne7U/unsplash/peter-fogden-toB7tKXne7U-photo-1514125669375-59ee3985d08b.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt.adaptive-delivery-prevent-bg, #huQMbvngDuCwluUwnA2HB6xx42MVdOtt.lazyload, #huQMbvngDuCwluUwnA2HB6xx42MVdOtt.lazyloading { background-image: none; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row .container { background-color: transparent; background-image: none; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #e6e6e6; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row .container > .video-iframe-container { display: none; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #e6e6e6; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row > .video-iframe-container { display: none; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .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); }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row .container { border-width: 0; border-radius: 0; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row .container { font-size:0.875rem;font-family:arial;height:75rem;width:75rem;position:relative;display:block; }#ZUyxcKVXM6IgVmzsI0gImqgiIUBDEfkN { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;border-top:0.125rem dotted #ea4d8c;border-left:0.125rem dotted #ea4d8c;border-right:0.125rem dotted #ea4d8c;border-bottom:0.125rem dotted #ea4d8c;height:35.6875rem;width:27.4375rem;top:29.625rem;left:6.375rem;display:block; }
#MfhgQcyTeRZSQadtcXVCedzGU7f6dVb4 { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;border-top:0.125rem dotted #ea4d8c;border-left:0.125rem dotted #ea4d8c;border-right:0.125rem dotted #ea4d8c;border-bottom:0.125rem dotted #ea4d8c;height:35.625rem;width:27.4375rem;top:29.625rem;left:41.1875rem;display:block; }
#SZufQOhVq9RbyTmWfIJ1FywJk43k4TqU { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:34.125rem;left:6.375rem;height:2.11198125rem;text-align:center;text-align-last:center;display:block; }
#g131i6gfCmJBfd2Cc7V1fheD1lcUq5nl { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:34.125rem;left:41.25rem;height:2.11198125rem;text-align:center;text-align-last:center;display:block; }
#r6wS42BnCfXPumJZKRPsgWSrozOoxE4d { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100037;line-height:1;letter-spacing:0;top:38rem;left:9.625rem;height:12.3803625rem;text-align:center;text-align-last:center;display:block; }
#T0g1t4WMZA6nKqBro5wyuDZtRGUS8ZNp { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100038;line-height:1.5;letter-spacing:0;top:38rem;left:44.4375rem;height:11.81761875rem;text-align:center;text-align-last:center;display:block; }
#SOzzs0vXvfA0BboyZxnVSkQpB9I5S64H { 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.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;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:"source sans pro";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.5rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:52.25rem;left:9.0625rem;display:block; }
#TU3gZ7hoI2hs48JTGPoxzUZNbeQA3QB6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vRyH0za3IJLBmuypzVDTtisTruXfliX9 { 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.1875rem solid rgba(0,0,0,0);border-left:0.1875rem solid rgba(0,0,0,0);border-right:0.1875rem solid rgba(0,0,0,0);border-bottom:0.1875rem solid rgba(0,0,0,0);border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;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:"source sans pro";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.5rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:52.25rem;left:43.875rem;display:block; }
#xc5FisvDeTwkG2RHQyHrU2pEgUDUth9I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UtnolLqze38zlaUAN39nQrUR17moox0C { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:100046;line-height:1;letter-spacing:0;top:28.625000953674rem;left:9.75rem;height:0.6875rem;text-align:center;text-align-last:center;display:block; }
#zJuTeBsqRkp14MpV8X61lm969AaQGu9V { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:100047;line-height:1;letter-spacing:0;top:29.5rem;left:9.75rem;height:1.18774375rem;text-align:center;text-align-last:center;display:block; }
#abUzaWcGVJk6e96XPNiOQpvnFT2xuUTp { position:absolute;display:block;z-index:100014;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;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:7.5rem;width:7.5rem;top:25.21875rem;left:16.46875rem;display:block; }
#gXFRAtt7QZ9LkdXlMvbiz0Ok7AuIifi6 { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:100050;line-height:1;letter-spacing:0;top:28.625rem;left:44.5625rem;height:0.6875rem;text-align:center;text-align-last:center;display:block; }
#ipylxMkqwNPx8sTKGMTU9hOTMtOy9BRa { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:100051;line-height:1;letter-spacing:0;top:29.5rem;left:44.5625rem;height:1.18774375rem;text-align:center;text-align-last:center;display:block; }
#l2qv7Wt206HL1dONupNUAqlvngXhP5ys { 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.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;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:"source sans pro";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.5rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:59.3125rem;left:43.875rem;display:block; }
#JTDIT1NGVlE3qCQ8tuJkUrRZw9iNa2gL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zWV0WNtBLczi7Vrz7ms5LOoPrp2MR00p { 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.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;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:"source sans pro";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.5rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:59.3125rem;left:9.0625rem;display:block; }
#Vc1Fey0A3K78m8l3xJKzZfba5I1d1igX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Wf0uTqP6737sc8iegBxa4V35KDE7TRAf { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100038;line-height:1;letter-spacing:0;top:57rem;left:9.75rem;height:1.1254875rem;text-align:center;text-align-last:center;display:block; }
#TBKklzeq00VHaL0STo6tXNoTEpJ0mqWh { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100039;line-height:1;letter-spacing:0;top:57rem;left:44.5625rem;height:1.1254875rem;text-align:center;text-align-last:center;display:block; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 .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;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; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 .widget-text.counter-number { border-top:0.124375rem solid #000000;border-left:0.125625rem solid #000000;border-right:0.125625rem solid #000000;border-bottom:0.124375rem solid #000000;background-color:transparent;background-image:none;color:#000000;padding-top:1.211875rem;padding-right:1.090625rem;padding-bottom:1.211875rem;padding-left:1.090625rem;display:block;align-items:center;width:6.543125rem;min-width:6.543125rem;height:6.510625rem;position:relative;font-family:arial;font-size:4.84625rem;font-weight:700;line-height:104.17px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 .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.7575rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:8.725rem;height:2.573125rem;position:relative;font-family:"open sans";font-size:1.8175rem;font-weight:700;line-height:41.17px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:41.625rem;height:12.4375rem;padding-top:0.15125rem;padding-right:0.155625rem;padding-bottom:0.15125rem;padding-left:0.155625rem;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:11.421864509582rem;left:16.530382156372rem;z-index:100013; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #ax150MELL907348sGuTBvB5q5gIFKfDk { display:flex;position:relative;top:0rem;left:0rem; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #VfTw3u39COWVEI3S4kXrEbF66vN8tR0r { width:auto; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #EXN4bW8spsDzQTlan4yeDx0ZZ8FTUg9d {  }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #fwC36hLEVUTKp7n76gKk8zuRtKgydKkB { display:flex;position:relative;top:0rem;left:0rem; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #BMarex1qm2ZBX1LPC842UGUDCPPX0kNG {  }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #cUn3vGSMBEbIDZaGw8pOh1he64yK2MTm {  }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #Dq8ziI6Cnrb5mzJvvSMzadALvowudfNW { display:flex;position:relative;top:0rem;left:0rem; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #eQTOZN2aMawvs1srT4QF1XT2SdzcVduP {  }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #Bg0dlVCZXyHWqN6733fGZCsxbf1q1TOR {  }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #VBOUTUBZT2tIWmFuFLXE0Se5HncGkshW { display:flex;position:relative;top:0rem;left:0rem; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #Hw1pX9xLtqaJWcaIXWGXSSfHcFtew2Tq {  }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #IkJTRmn7beg90SWAZrWHgWx5cSsF6p4p {  }
#QhDlURE7ggsNU5G1DSepth1f5NMzH7m5 { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:100034;line-height:1.1;letter-spacing:0;top:0.81162190437319rem;left:19.09375rem;height:9.89745rem;text-align:center;text-align-last:center;display:block; }
#krh2anHtSJbcqydh5SflTZWCHh0MicSE { position:absolute;display:block;z-index:100049;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;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:7.5rem;width:7.5rem;top:25.28125rem;left:51.281253814698rem;display:block; }
#z2GEuu1U319m0IKoT45fUvzw6kRth2mB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#z2GEuu1U319m0IKoT45fUvzw6kRth2mB > .row .container { background-color: transparent; background-image: none; }#z2GEuu1U319m0IKoT45fUvzw6kRth2mB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GEuu1U319m0IKoT45fUvzw6kRth2mB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GEuu1U319m0IKoT45fUvzw6kRth2mB > .row .container > .video-iframe-container { display: none; }#z2GEuu1U319m0IKoT45fUvzw6kRth2mB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GEuu1U319m0IKoT45fUvzw6kRth2mB > .row > .video-iframe-container { display: none; }#z2GEuu1U319m0IKoT45fUvzw6kRth2mB > .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); }#z2GEuu1U319m0IKoT45fUvzw6kRth2mB > .row .container { border-width: 0; border-radius: 0; }#z2GEuu1U319m0IKoT45fUvzw6kRth2mB > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#X0VTAXAwZAyTQKykXhEsN9zRQm3sCdWr { 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.9375rem;left:23.25rem;height:1.51215rem;text-align:center;text-align-last:center;display:block; }
#FxClTy8BGRDd6Ai1znamvW4vs8LourQU { color:#000000;display:block;width:39.125rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:normal;z-index:100045;line-height:1.1;letter-spacing:0;top:7.0625rem;left:17.875rem;height:2.818575rem;text-align:center;text-align-last:center;display:block; }
#lbNBW9ZW83OlppvPL1BH1tv25UZZsAra { box-sizing:content-box;color:rgba(255,255,255,0.68);font-size:9.625rem;font-weight:400;line-height:1;height:13.75rem;width:13.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:14.375rem;left:12.0625rem;display:block; }
#lQcQtbhI1cKKEDLxb1es5uC0tsmWfhJb { box-sizing:content-box;color:rgba(255,255,255,0.68);font-size:9.625rem;font-weight:400;line-height:1;height:13.75rem;width:13.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:14.375rem;left:49.1875rem;display:block; }
#LF4yImZVdQ3BhondFyox8nIianluRN4J { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.6875rem;width:33.4375rem;top:11.9375rem;left:39.0625rem;overflow:hidden;display:block; }
#ewzZrlGhUzEu30H7h4uO8PPDdMp5TIwc { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.6875rem;width:33.3125rem;top:11.9375rem;left:2.4375rem;overflow:hidden;display:block; }
#SaH8ooqJETECExTVOotoKp80in3SGUhT { z-index:100005;top:32.625rem;left:24.34375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ea4d8c, #ea4d8c);background-image: -moz-linear-gradient(216deg, #ea4d8c, #ea4d8c);background-image: -ms-linear-gradient(216deg, #ea4d8c, #ea4d8c);background-image: -o-linear-gradient(216deg, #ea4d8c, #ea4d8c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4d8c', endColorstr='#ea4d8c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4d8c', endColorstr='#ea4d8c' );";background-image: linear-gradient(216deg, #ea4d8c, #ea4d8c);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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XObM5oJXa98Veqg6TTzC5XQVzT2UpKB1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m9Zfw8wuKopSTJ6dORt2E0RTnSBGZ2Wb { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.625rem;width:36.375rem;top:39.123699188233rem;left:0rem;overflow:hidden;display:block; }
#tEmK4QveBuTKcTOHn5qE62T0NPslDvZu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;background-image:none;position:relative;display:block; }#tEmK4QveBuTKcTOHn5qE62T0NPslDvZu > .row .container { background-color: transparent; background-image: none; }#tEmK4QveBuTKcTOHn5qE62T0NPslDvZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEmK4QveBuTKcTOHn5qE62T0NPslDvZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEmK4QveBuTKcTOHn5qE62T0NPslDvZu > .row .container > .video-iframe-container { display: none; }#tEmK4QveBuTKcTOHn5qE62T0NPslDvZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEmK4QveBuTKcTOHn5qE62T0NPslDvZu > .row > .video-iframe-container { display: none; }#tEmK4QveBuTKcTOHn5qE62T0NPslDvZu > .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); }#tEmK4QveBuTKcTOHn5qE62T0NPslDvZu > .row .container { border-width: 0; border-radius: 0; }#tEmK4QveBuTKcTOHn5qE62T0NPslDvZu > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#L2DRwguk3e0p2oz9XGlZzSudyMA9dnoI { color:#000000;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:100042;line-height:1.1;letter-spacing:0;top:7.9375rem;left:38.0625rem;height:3.3rem;text-align:left;text-align-last:left;display:block; }
#wLJNUbaSOpwu0aHLM4u0WAO51ciBQ9PJ { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:100043;line-height:1.1;letter-spacing:0;top:11.4375rem;left:38.0625rem;height:1.58125rem;text-align:left;text-align-last:left;display:block; }
#Cu35ZUkG6BiblTaANHmWC1K5ct5QUF3q { color:#000000;display:block;width:37rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:14.6875rem;left:38.0625rem;height:24.8608375rem;text-align:left;text-align-last:left;display:block; }
#aOEfFh9HO27RXaRzPXdaoQvCrdxDFCk9 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100045;line-height:.8;letter-spacing:0;top:5.3125rem;left:39.0625rem;height:0.9rem;text-align:left;text-align-last:left;display:block; }
#trrNPI0XPKTE4eOkT7IckqVAfLEha0qc { position:absolute;display:block;z-index:100044;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:2.1875rem;width:7.3125rem;top:4.6875rem;left:38.0625rem;display:block; }
#HQzZl6boxMZFIgwS4cQq3uUHFpxaOCku { position:absolute;display:block;z-index:100048;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/h11usKsi/lifestlyemthod.webp");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:40.125rem;width:46.75rem;top:4.5rem;left:-6.6875rem;display:none; }#HQzZl6boxMZFIgwS4cQq3uUHFpxaOCku.adaptive-delivery-prevent-bg, #HQzZl6boxMZFIgwS4cQq3uUHFpxaOCku.lazyload, #HQzZl6boxMZFIgwS4cQq3uUHFpxaOCku.lazyloading { background-image: none; }
#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS > .row .container { background-color: transparent; background-image: none; }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS > .row .container > .video-iframe-container { display: none; }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS > .row > .video-iframe-container { display: none; }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS > .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); }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS > .row .container { border-width: 0; border-radius: 0; }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS > .row .container { font-size:0.875rem;font-family:arial;height:66.0625rem;width:75rem;position:relative;display:block; }#N5f2lmerBQr70zFLvTv4nc6aTEFHlWVz { 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.51123125rem;text-align:center;text-align-last:center;display:block; }
#ETW2CJJrA7Wgpb6DtXIaHuouBm2E5a2g { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:14.8125rem;left:50.5rem;height:17.5488125rem;text-align:left;text-align-last:left;display:block; }
#vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5 { 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;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:47.1875rem;top:13.1875rem;left:0rem;display:block; }#vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5.adaptive-delivery-prevent-bg, #vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5.lazyload, #vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5.lazyloading { background-image: none; }
#ki7nO9SP4FtUTdUBT7KBEzhbGapq92ya { 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:13rem;left:50.5rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#xrNhuAoTPZ1vaODuxEVQ11z9AxqOBEVq { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:41.25rem;left:50.5rem;height:14.624rem;text-align:left;text-align-last:left;display:block; }
#xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP { 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;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:47.1875rem;top:39.4375rem;left:0rem;display:block; }#xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP.adaptive-delivery-prevent-bg, #xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP.lazyload, #xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP.lazyloading { background-image: none; }
#toCDwdKfJSBC2mNZbPJJ2w64SbPH8RPh { 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:39.25rem;left:50.5rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#QQeFTmlsrt0NfOMXTuEFgdqIwTD8yp47 { 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.81738125rem;text-align:center;text-align-last:center;display:block; }
#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c0c;background-image:none;position:relative;display:block; }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row .container { background-color: transparent; background-image: none; }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row .container > .video-iframe-container { display: none; }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row > .video-iframe-container { display: none; }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .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); }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row .container { border-width: 0; border-radius: 0; }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#AN6XfaKDgWBz3qS76CvT1BqNV70VVxAA { color:#ea4d8c;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:100042;line-height:1.1;letter-spacing:0;top:5.8125rem;left:0rem;height:6.599125rem;text-align:left;text-align-last:left;display:block; }
#KxNL4NmzW7dHpQBzTgy6I9qMX2gazJ4D { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:26.3125rem;left:0rem;height:14.62401875rem;text-align:left;text-align-last:left;display:block; }
#quGeLqzMpw6zn8FymdZXQFe2rDaQi3Z4 { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100043;line-height:1.1;letter-spacing:0;top:13.0625rem;left:0rem;height:3.29948125rem;text-align:left;text-align-last:left;display:block; }
#aA0UC0nURgBMNleEV5WplT8irZJXvWpc { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:17.6875rem;left:0rem;height:7.312rem;text-align:left;text-align-last:left;display:block; }
#oVbbSpICesoRRgmTJnaR8aLBt9UAOu9J { position:absolute;display:block;z-index:100033;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/2EgrQvX9/brittneyTLM1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.8125rem;width:48.0625rem;top:-0.0625rem;left:27.281253814698rem;display:block; }#oVbbSpICesoRRgmTJnaR8aLBt9UAOu9J.adaptive-delivery-prevent-bg, #oVbbSpICesoRRgmTJnaR8aLBt9UAOu9J.lazyload, #oVbbSpICesoRRgmTJnaR8aLBt9UAOu9J.lazyloading { background-image: none; }
#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row .container { background-color: transparent; background-image: none; }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row .container > .video-iframe-container { display: none; }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row > .video-iframe-container { display: none; }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .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); }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row .container { border-width: 0; border-radius: 0; }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:75rem;position:relative;display:block; }#sbXukc4Elx6ZxtDwdce8mn41vbU6c0UZ { color:#000000;display:block;width:24.625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100030;line-height:1;letter-spacing:0;top:3.529296875rem;left:38.125rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#dHNHN1Tm3qbodn4rDqTFnn8c94MwRTEX { display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:11.671875rem;left:38.125rem;height:;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }#dHNHN1Tm3qbodn4rDqTFnn8c94MwRTEX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dHNHN1Tm3qbodn4rDqTFnn8c94MwRTEX li:before{  }
#mgW44WsLTLqnuArKB4mucIU09Sp1MTn5 { position:absolute;display:block;z-index:100044;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/LnbEJmvV/brittneyTLM7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52.625rem;width:35rem;top:3.875rem;left:0rem;display:block; }#mgW44WsLTLqnuArKB4mucIU09Sp1MTn5.adaptive-delivery-prevent-bg, #mgW44WsLTLqnuArKB4mucIU09Sp1MTn5.lazyload, #mgW44WsLTLqnuArKB4mucIU09Sp1MTn5.lazyloading { background-image: none; }
#GPbg8sCcKt4223Nr7cZ23AnSCDuTbGGg { 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; }#GPbg8sCcKt4223Nr7cZ23AnSCDuTbGGg > .row .container { background-color: transparent; background-image: none; }#GPbg8sCcKt4223Nr7cZ23AnSCDuTbGGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbg8sCcKt4223Nr7cZ23AnSCDuTbGGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbg8sCcKt4223Nr7cZ23AnSCDuTbGGg > .row .container > .video-iframe-container { display: none; }#GPbg8sCcKt4223Nr7cZ23AnSCDuTbGGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbg8sCcKt4223Nr7cZ23AnSCDuTbGGg > .row > .video-iframe-container { display: none; }#GPbg8sCcKt4223Nr7cZ23AnSCDuTbGGg > .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); }#GPbg8sCcKt4223Nr7cZ23AnSCDuTbGGg > .row .container { border-width: 0; border-radius: 0; }#GPbg8sCcKt4223Nr7cZ23AnSCDuTbGGg > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#yqrlTksBl1yPi5NvTqnvqBtwClVv6XBt { 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:54.500001907349rem;height:0.87524375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MZ1KTxmh7pgkhmBbDBxkehXtzSEV3bev { 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; }
#InwsN1J95NmZpdl2GHHnKoVMUoTcuUUp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KtktM3uXzTBIoDoO7hTMMvtby3sh0lTu { 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; }
#TiJ2ADBgsaDLRAtsFx725LqC4GUo5J9G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZpGDnMq1R0N4GDB703usUHQtT5pL6GTs { 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; }
#IUfeJF8A98uaZpGLvnXlCgQFnnIa9LJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h9G3IASPy3B3RuEJdIcHvpCVP5hU4ZPz { 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; }
#gUTwvG11ZvBizEEHG05sAtn3oXCKG7JQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;background-image:none;position:relative;display:none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { border-width: 0; border-radius: 0; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:none; }#I9MBrh3ViER3mCnINbp62a72ZCage33R { color:#000000;display:block;width:38rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100044;line-height:1.1;letter-spacing:0;top:4.318359375rem;left:5.125rem;height:1.23751875rem;text-align:left;text-align-last:left;display:block; }
#epmMRsMa74tENPyeDDy2MlTNe0PPT48a { position:absolute;display:block;z-index:100046;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/hxU0yTmL/The_Lifestyle_Method_Submark_Black_Outline_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:3.875rem;width:3.875rem;top:3rem;left:0rem;display:block; }#epmMRsMa74tENPyeDDy2MlTNe0PPT48a.adaptive-delivery-prevent-bg, #epmMRsMa74tENPyeDDy2MlTNe0PPT48a.lazyload, #epmMRsMa74tENPyeDDy2MlTNe0PPT48a.lazyloading { background-image: none; }
#Mx5gHqngCm8XxIz6DpQ0Nuwm0gpG4C5B { color:#000000;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100045;line-height:1.1;letter-spacing:0;top:4.3125rem;left:58.875rem;height:1.23751875rem;text-align:right;text-align-last:right;display:block; }
#t4GnDJ297ZzISt7MNrnn55QI5Ve2BVS2 { box-sizing:content-box;color:#000000;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:100047;top:3.375rem;left:57.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D5iLBANcrgXA9oJc5xOvPHHTftA4l2iL { display:block; }#D5iLBANcrgXA9oJc5xOvPHHTftA4l2iL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqXHQNP5zDMNiSH2Hu3cx6IbnnprzOAs { width:16.4375rem;height:2.5625rem;top:1rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #naRSv89adF05ULJKrAC6aoNT1ziog0Js { display:block; }
 }@media only screen and (max-width: 763px) { #CtVa9uCLlSEEynHPdsvMfXqAt2EdFzZl { width:12.4375rem;height:3rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MllEFp0Lbuk7KvFPlDlI9IGhg4bhMPRn { width:4.6875rem;height:2.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeikaiJkwAbwLB4B7Zg1LMvXtTWSs1Sr { display:block; }
 }@media only screen and (max-width: 763px) { #FMTW5kELpeiM9pywAxaURwXZm1oz99UW { width:9.375rem;height:2.25rem;top:1.1875rem;left:5.14453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHZ8IX5aTWRAFKNmpM4zNZ8tUgRGZUK1 { display:block; }
 }@media only screen and (max-width: 763px) { #b1MVy5IBPlTmATvvQuTIo082rbeuGngq { width:8.0625rem;height:2.25rem;top:1.1875rem;left:15.891925811767rem;display:block; }
 }@media only screen and (max-width: 763px) { #MusJKRX5WW1ewD6vi8QBGoUWBlowlPmn { display:block; }
 }@media only screen and (max-width: 763px) { #qQqI4dety4qo1OT1tov6xVTzrHE2qlmf { width:9.0625rem;height:2.25rem;top:1.1875rem;left:26.141925811767rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNUbl8kRTkg3GeTssnTNQ6wt5nAyaxlM { display:block; }
 }@media only screen and (max-width: 763px) { #mm0PIv0X8P2TM0cPUzybx0s7w6Z6Lk3H { width:6.8125rem;height:2.25rem;top:1.1875rem;left:36.520832061767rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFNT8CMWIt6vItRPn2tbXq1SZ7WdbVAg { display:block; }
 }@media only screen and (max-width: 763px) { #bMUAP3UJPNU83iDqPbZ4TmLqd1cewFcR { display:none; }#bMUAP3UJPNU83iDqPbZ4TmLqd1cewFcR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WdgNDAxNq9n4Dda1Q6HkrNFpKT9PDu6Z { display:none; }
 }@media only screen and (max-width: 763px) { #cqUie8uIDnUVz09kCkfKCctXBI1TkkC1 { top:7.1875rem;left:0rem;width:12.5rem;height:9.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQxwasIyuS1TMbSNOvfaiNOz8LElqTXE { width:12.4375rem;height:3rem;top:0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBko3nE7meLCwJTWrvxVLeTOePrkox4T { width:47.75rem;height:15.75rem;top:11.75rem;left:0rem;font-size:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7FcbwB6kG0NyzFAgJCRTouoGgBkICRm { width:8.625rem;height:2.6875rem;top:12.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHnoxTl90KT5TyNaRUXy8Ctg0idL3B4n { top:49.5625rem;left:21.0625rem;width:5.6875rem;height:5.6875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 .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; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 .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; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 { width:19.25rem;height:5.3725rem;display:flex;top:0rem;left:0rem;z-index:100012; }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #HSTVQWfZt8D9T6ZRsuRCp2phLdS6JVPz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #XEH3BEJSt5eEBmSie816A5sIbr66Z4J4 {  }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #I12TRuGlCT8pHft2h7osGKcVJIvTVBvz {  }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #KFx0Od2QEqLAluxGNCvO565zlHV7ioSA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #gkAtV97LSTWJFedMGKJgLUy6cgum2JxW {  }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #uV7a3PbK73kJk5zrmGVLOnmqeXX4E3Tw {  }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #p5l3nsWOqyT4rvT4W6EUGKEXWNByzEIl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #Fywf361yUkBALTQkaOECaWvSBUDmiO6R {  }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #tyut7esUIFOBVJStLzUNdNuLg8ThArpk {  }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #Z2yh2zWkRLfVPWsOsbTfMVNyqXJGHFwk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #lsXoNAUwUKiC5x1RPUFdOGW35UyIUggx {  }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #u8IZA2AGAPKSSUaGVCAkda1KrpcpWSI9 {  }
 }@media only screen and (max-width: 763px) { #Z6CsfBh3NecW8VBaigBPLwzcSszuhfTN { top:29.5625rem;left:9.71875rem;width:28.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLwS10arkuR3c9VHidOJ0QcJEzqh11vX { display:block; }
 }@media only screen and (max-width: 763px) { #zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T { display:block; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huaiF0XAKo79SRAwB54cISQz6ZGcSLLm { top:30.25rem;left:0rem;width:33.75rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uiplx4fSZpNmxyp1bnlbbVcfEOq6oMId { top:1.75rem;left:0rem;width:47.75rem;height:54.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwTHT1OhTTviZidMZ1wCS4rFJeWBttE3 { top:1.75rem;left:8.3125rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo8DOrgALmCrMiVWLFsffi3OgiFhCle9 { top:9.5625rem;left:0rem;width:29.5rem;height:4.9375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrRbAzUn5NmV5PROi1cqscJyTvo2x75K { top:6.6875rem;left:0rem;width:47.75rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxBZDZOpt5r3HCQDnPk57AavZgW2SdTh { top:15.75rem;left:0rem;width:34.6875rem;height:12.4375rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 { display:block; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qyb8cqcqrLsxVEgCGgnzkNEXBaCOe8qg { top:7.75rem;left:0rem;width:45.1875rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8A6iIw8UWgXBRRyZVKB0nGulDL0qMyT { top:20.5rem;left:0rem;width:34.875rem;height:7.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXy8VnGEfkNlWSpx8WOwxdzFy53qCV1r { top:29.875rem;left:0rem;width:32.625rem;height:17.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur330VZheiXGHRTO42UwVdp60vp4hnPP { top:4.3125rem;left:14.4375rem;width:9.4375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyAtyQIRCoQsB96DNfIxuoz0UBwJcq6h { top:17.9375rem;left:6.25rem;width:17.625rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqkoTnDSKT81fidp44ofuQIfTfUWgtBm { top:48.6875rem;left:3.75rem;width:20.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oroPgTCUOm1d71THv97GiT0E0htg70Tn { display:block; }
 }@media only screen and (max-width: 763px) { #hSwWSXPfnRrQ0A6dSx5Q39JavdFfWXIM { display:block; }#hSwWSXPfnRrQ0A6dSx5Q39JavdFfWXIM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQXZOKAus5UVZrmZLcfgn7yD7ZQD2har { 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) { #tt2efO09DZqluJ3rd81BLw60DLvctihA { top:13.5625rem;left:0rem;width:47.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8St36QeOhMU02Ube6pMFwFkQcHvx6TK { top:15.5rem;left:23.25rem;width:24.5rem;height:21.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAH9ESEywIdDybWmfJU1RZFXPDJMiEwg { top:13.375rem;left:23.25rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHQ8n9R05H0mrkFru61fkdTedawalyO7 { top:39.3125rem;left:23.75rem;width:24rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPFPwhMyOJIActpP075q5bCy04tZkNJe { top:39.375rem;left:0rem;width:47.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibc4nFoHnd93kNArB7dBW16oeTrlXEg6 { top:37.9375rem;left:23.25rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXckToTZQDsytMAFt0RBc2Gk5mJ3dA47 { top:6.4375rem;left:4.3125rem;width:39.125rem;height:2.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe { display:block; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwp25FJ7TPtkATc4cH08RDcfewJPktkI { top:2.5rem;left:0rem;width:47.75rem;height:6.6875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTX5Xol5wBsZPgisdcJ0bS6VwdLazBJb { top:11.1875rem;left:0rem;width:33.25rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7gT9L7F1zrTxx8J84VzxFrlI6GMrG4 { top:14.5rem;left:0rem;width:3.3125rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf6bhQJ3E6UdEwvqwy0rrDxNdB4pGbBK { top:13.9375rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APuLJntKEyJB8OfhbTDb9UgNPyo1J1Fy { top:13.125rem;left:0rem;width:27.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpIw2i7JBLI3SbW2M6l96uG6slBsgrdq { top:11.1875rem;left:0rem;width:40rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDULHg7TQ4R8ztgSSA1SncynD260cnVF { top:47.125rem;left:29.4375rem;width:18.3125rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKR31dor0JiF3BBHokMTb386b7kOFe7d { top:49.5rem;left:29.4375rem;width:18.3125rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZWQICRvQobKksfpxlpZC1LMwpr7Lmym { top:21rem;left:0rem;width:33.25rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBxr3FqrVdVSVHxe4Rh4Qru9ACu6SJGT { top:23rem;left:0rem;width:29.1875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBFrNLFA2WiT5K70P2crxUKLcPKuOJow { top:24.8125rem;left:0rem;width:3.3125rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyH3ts2rctSMuhprlewF8SbetqyhmzBP { top:24.375rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgoCgUUwFyVTOz45ACzT00U4WirGo4Ce { top:32.625rem;left:0rem;width:33.25rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwEgiV3ULtfARQPvSW0smktwgkLH3s1K { top:34.625rem;left:0rem;width:29.1875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0wSy0Um8ybRKo1aCtbMAWJDkTuxR4UV { top:36.4375rem;left:0rem;width:3.3125rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4QlyQhAuoPdRGXGbbvHThMdKMGufWD9 { top:36.0625rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8C1OCQx1IJH5h5tg4eaqLex5zavwlsn { top:44.25rem;left:0rem;width:33.25rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvMKz40nWftnaaJvCgcQilTe6BByJESk { top:46.25rem;left:0rem;width:29.1875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVJX9ktffCxFe6yoHbkZha0Uv3zHT4um { top:48.0625rem;left:0rem;width:3.3125rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydZ2KPVQTfanD7V4PsAuEnZCwy4sboKs { top:47.6875rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLexPRykUOeXSgGSl14yoD3xZ2LOn0Cx { top:57.5625rem;left:3.8125rem;width:20.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQrgnDLc4M5msHRkb4GzQ9XWJTDVEIpN { display:block; }
 }@media only screen and (max-width: 763px) { #L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 { display:block; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5dJWdD7VAvUqeEIrsyVUUEAVILCkudG { top:5.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQwcHTBWRCTCeg2LTdkABKMRayZUnyE6 { top:13.9375rem;left:13.75rem;width:34rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATO1DUnpWTOxHUIy4dmGkflJTzTAzmRr { top:11.5625rem;left:4.625rem;width:19.25rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOe4MHxcwBSByfhWxzPpxfkIthDwD9hc { top:11.3125rem;left:21.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHSLhTsH2CtnW8deQEwNDxilnHULzIAK { top:25.875rem;left:12.25rem;width:35.5rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iku7iToo2NdHAs0wyNMFOxVMnCzp7DEg { top:23.4375rem;left:4.625rem;width:19.25rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZCboR0ZJG9QvEywg3fTZPXOzcgkRSZ0 { top:12.4375rem;left:23.6875rem;width:0.1875rem;height:48.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck5wBlU0xJG6InPmnA3K3xtJbrb60dkr { top:25.0625rem;left:21.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dazzyq1bkrRksarN12PtD6DAmtHBJch5 { top:11.5625rem;left:0rem;width:30.9375rem;height:45.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQnN5vOV6wzWW9OmK92q4vcDlODvx4Dk { top:39.5rem;left:12.6875rem;width:35.0625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RASzKXqK1qBPI30irkulLwTNeGLRTTth { top:37rem;left:23.875rem;width:19.25rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFTz7F6rc7dEo4XbXCudgy2lTcWMVpL3 { top:51.6875rem;left:12.25rem;width:35.5rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfIK2CEVWZsQAH6yb1fKMM7uT89ApQ8P { top:49.25rem;left:23.875rem;width:19.25rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIrTbkFAD7bCfspydMGC1h6GXuySRd0Z { top:36.75rem;left:21.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOgCzLH70BnkHcbdl5zTrsWAESkgGX2s { top:49rem;left:21.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdvi3T0D2BRZnEhiLc4isNNsA7wsQUzg { top:59.75rem;left:0rem;width:29.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGPWOg9QZXf0e0MvA8aTMyO1zkt8MTCz { top:61.0625rem;left:20.6875rem;width:3.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJyOgImDOyBfRThJPUnd6hxXVwiahT1y { top:11.25rem;left:21.75rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmXvI1zkoqNeQSUGTHrwH2u7OCbKfJtm { top:25rem;left:21.75rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skUAUcAE6KU9F9soMV2ChiTnzKLC2Duw { top:36.6875rem;left:21.75rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq6KJeDegWlphOpdQMUKgkeVVChq9eiC { top:48.9375rem;left:21.75rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiiKk2VGwMCVGPuRQ0JQNauHcQr6slXX { display:none; }
 }@media only screen and (max-width: 763px) { #mgblc4clbpU9fmKOtwf6qy3xKJwJJQPL { top:67.4375rem;left:3.8125rem;width:20.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBTysr8E2BHBVaCgS3w5R1ZeN9QB5c6 { display:block; }
 }@media only screen and (max-width: 763px) { #T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa { display:block; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4Kz3tuVUDK9VW7ghoqC7dW7yzSTLwnp { top:8.0625rem;left:0rem;width:19.1875rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uusQxavKPQDEdaal0uVo95tlJ8DNxHPs { top:7.375rem;left:0rem;width:26.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #il02zZXrQiQCiEQT3ussbek1yBX5ucAn { top:7.375rem;left:0rem;width:19.5625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT7D5Sb1iZ2tC104PUXfawA4AHtzA1TF { top:12.3125rem;left:0rem;width:27.4375rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwe9uVOBx1ly5qMrPbI0q1BwDzu1KE3o { top:11.9375rem;left:0rem;width:28.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHoXu5eqKKQD6zS5TfUQWAB5tTZLNmuZ { top:16.6875rem;left:2rem;width:18.75rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSyvNhpWraUxoCurCvnfQ99AbGqkWP9s { top:15.8125rem;left:7rem;width:15.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTEEr7Mtm0PqyPfPNKdyTDiIeemw6bIT { top:7.375rem;left:21.25rem;width:26.5rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPpfdvKqBMS5nP3BDKev6ArJ6mfsBmOf { top:11.8125rem;left:0rem;width:26.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptEuXmNT4chllINpIGdWRZFFfNaee8HT { top:11.8125rem;left:21.25rem;width:26.5rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNiExQ2uLOFs1XqTtfTHBHZTKzCbA9Ub { top:29.4375rem;left:0rem;width:26.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsGmsw6vBJqy0mhbMF20k6m0ppKE3EGo { top:29.9375rem;left:21.25rem;width:26.5rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqSSLJ5HKuvWs18ZkSpIQsfT2TSnCuDd { top:20.75rem;left:1.375rem;width:22.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1nSHfNtPyrRTN3w2rao8bbF6DUmqfLL { top:20.75rem;left:30.4375rem;width:17.3125rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNJMqaKI6z3utkv3SNMwHetlIx89zZcV { top:25.375rem;left:0rem;width:26.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpM3bhkxp1qwHCKQ2lIup2x8Cf06yB56 { top:25.4375rem;left:30.5rem;width:17.25rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfZsPztaCya2QXDWoE0B95zLwvz6UQ3 { top:16.0625rem;left:0rem;width:30.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofml91z39FTzTss3RmsLFe4TA3WBW8Zi { top:16.125rem;left:21.25rem;width:26.5rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkuZI7InHoOksXMh3mTCPuM6LDNIIohc { top:34.5rem;left:0rem;width:26.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVTpELGPJVSqEGcoNz2Itz28xXNgTg26 { top:34.5625rem;left:21.25rem;width:26.5rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK04k1cF2sBeHf5VdH7Nlh7S1B1NBTAE { top:39.5rem;left:32rem;width:11.4375rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWNoemxF0DwM4RhXyiLUOJ1pSGzTfC9E { top:39.375rem;left:37.375rem;width:10.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnlmAgvOAqC6FP2csFin7T8XrXabE5Hv { top:38.1875rem;left:0rem;width:44.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyR8fKJfGfQp4TffZg24NUBzTMw0MbNU { top:7.25rem;left:20.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgONtLnzlFnSTsPQKBaAKAMGiMmW2QIn { top:11.6875rem;left:20.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7qyXOkGCSoTd7n1rZ9KcINPyzvFHTLG { top:16.125rem;left:20.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6e2JHfzX1QVvC6rUhsZdJFkp5rKVvaU { top:20.625rem;left:20.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2BcLK0D9lNTAV3oo0eTy95b1UCsmIFe { top:25.25rem;left:20.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiE230OX8EGVZH44d6LzrB8KGh1rIWdB { top:29.75rem;left:20.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRvDO5cPLc8ehMeXCWmmzgiFOyA5nG8E { top:34.375rem;left:20.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3 { top:20.75rem;left:0rem;width:26.1875rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRhe6CkJhx52fCpn73Tap6yWEu2OqD7K { top:44rem;left:3.8125rem;width:20.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1iFZJqgJJrlU81d0s5L34TBrnEBruEN { display:block; }
 }@media only screen and (max-width: 763px) { #huQMbvngDuCwluUwnA2HB6xx42MVdOtt { display:block; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUyxcKVXM6IgVmzsI0gImqgiIUBDEfkN { top:29.625rem;left:0rem;width:27.4375rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfhgQcyTeRZSQadtcXVCedzGU7f6dVb4 { top:29.625rem;left:4.0625rem;width:27.4375rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZufQOhVq9RbyTmWfIJ1FywJk43k4TqU { top:34.125rem;left:0rem;width:27.3125rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g131i6gfCmJBfd2Cc7V1fheD1lcUq5nl { top:34.125rem;left:4.4375rem;width:27.3125rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6wS42BnCfXPumJZKRPsgWSrozOoxE4d { top:38rem;left:0rem;width:20.9375rem;height:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0g1t4WMZA6nKqBro5wyuDZtRGUS8ZNp { top:38rem;left:10.8125rem;width:20.9375rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOzzs0vXvfA0BboyZxnVSkQpB9I5S64H { width:22.25rem;height:3.4375rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU3gZ7hoI2hs48JTGPoxzUZNbeQA3QB6 { display:block; }
 }@media only screen and (max-width: 763px) { #vRyH0za3IJLBmuypzVDTtisTruXfliX9 { width:22.3125rem;height:3.5rem;top:52.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc5FisvDeTwkG2RHQyHrU2pEgUDUth9I { display:block; }
 }@media only screen and (max-width: 763px) { #UtnolLqze38zlaUAN39nQrUR17moox0C { top:28.625rem;left:0rem;width:20.9375rem;height:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJuTeBsqRkp14MpV8X61lm969AaQGu9V { top:29.5rem;left:0rem;width:20.9375rem;height:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abUzaWcGVJk6e96XPNiOQpvnFT2xuUTp { top:25.1875rem;left:8.375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXFRAtt7QZ9LkdXlMvbiz0Ok7AuIifi6 { top:28.625rem;left:10.8125rem;width:20.9375rem;height:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipylxMkqwNPx8sTKGMTU9hOTMtOy9BRa { top:29.5rem;left:10.8125rem;width:20.9375rem;height:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2qv7Wt206HL1dONupNUAqlvngXhP5ys { width:22.25rem;height:3.4375rem;top:59.3125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDIT1NGVlE3qCQ8tuJkUrRZw9iNa2gL { display:block; }
 }@media only screen and (max-width: 763px) { #zWV0WNtBLczi7Vrz7ms5LOoPrp2MR00p { width:22.25rem;height:3.4375rem;top:59.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc1Fey0A3K78m8l3xJKzZfba5I1d1igX { display:block; }
 }@media only screen and (max-width: 763px) { #Wf0uTqP6737sc8iegBxa4V35KDE7TRAf { top:57rem;left:0rem;width:20.9375rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBKklzeq00VHaL0STo6tXNoTEpJ0mqWh { top:57rem;left:10.8125rem;width:20.9375rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 .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; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 .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; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 { width:18.5rem;height:5.1875rem;display:flex;top:0rem;left:0rem;z-index:100012; }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #ax150MELL907348sGuTBvB5q5gIFKfDk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #VfTw3u39COWVEI3S4kXrEbF66vN8tR0r {  }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #EXN4bW8spsDzQTlan4yeDx0ZZ8FTUg9d {  }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #fwC36hLEVUTKp7n76gKk8zuRtKgydKkB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #BMarex1qm2ZBX1LPC842UGUDCPPX0kNG {  }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #cUn3vGSMBEbIDZaGw8pOh1he64yK2MTm {  }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #Dq8ziI6Cnrb5mzJvvSMzadALvowudfNW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #eQTOZN2aMawvs1srT4QF1XT2SdzcVduP {  }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #Bg0dlVCZXyHWqN6733fGZCsxbf1q1TOR {  }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #VBOUTUBZT2tIWmFuFLXE0Se5HncGkshW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #Hw1pX9xLtqaJWcaIXWGXSSfHcFtew2Tq {  }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #IkJTRmn7beg90SWAZrWHgWx5cSsF6p4p {  }
 }@media only screen and (max-width: 763px) { #QhDlURE7ggsNU5G1DSepth1f5NMzH7m5 { top:0.75rem;left:0rem;width:35.6875rem;height:9.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krh2anHtSJbcqydh5SflTZWCHh0MicSE { top:25.25rem;left:31.75rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GEuu1U319m0IKoT45fUvzw6kRth2mB { display:block; }#z2GEuu1U319m0IKoT45fUvzw6kRth2mB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0VTAXAwZAyTQKykXhEsN9zRQm3sCdWr { top:4.9375rem;left:9.625rem;width:28.375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxClTy8BGRDd6Ai1znamvW4vs8LourQU { top:7.0625rem;left:4.25rem;width:39.125rem;height:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbNBW9ZW83OlppvPL1BH1tv25UZZsAra { top:14.375rem;left:0rem;width:13.75rem;height:13.75rem;font-size:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQcQtbhI1cKKEDLxb1es5uC0tsmWfhJb { top:14.375rem;left:34rem;width:13.75rem;height:13.75rem;font-size:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF4yImZVdQ3BhondFyox8nIianluRN4J { top:11.9375rem;left:14.3125rem;width:33.4375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewzZrlGhUzEu30H7h4uO8PPDdMp5TIwc { top:11.9375rem;left:0rem;width:33.3125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaH8ooqJETECExTVOotoKp80in3SGUhT { top:32.625rem;left:10.71875rem;width:26.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XObM5oJXa98Veqg6TTzC5XQVzT2UpKB1 { display:block; }
 }@media only screen and (max-width: 763px) { #m9Zfw8wuKopSTJ6dORt2E0RTnSBGZ2Wb { top:39.0625rem;left:0rem;width:36.375rem;height:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEmK4QveBuTKcTOHn5qE62T0NPslDvZu { display:block; }#tEmK4QveBuTKcTOHn5qE62T0NPslDvZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2DRwguk3e0p2oz9XGlZzSudyMA9dnoI { top:7.9375rem;left:19.375rem;width:28.375rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLJNUbaSOpwu0aHLM4u0WAO51ciBQ9PJ { top:11.4375rem;left:23.0625rem;width:24.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu35ZUkG6BiblTaANHmWC1K5ct5QUF3q { top:14.6875rem;left:10.75rem;width:37rem;height:24.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOEfFh9HO27RXaRzPXdaoQvCrdxDFCk9 { top:5.3125rem;left:25.4375rem;width:18.3125rem;height:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trrNPI0XPKTE4eOkT7IckqVAfLEha0qc { top:4.6875rem;left:24.4375rem;width:7.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQzZl6boxMZFIgwS4cQq3uUHFpxaOCku { top:4.5rem;left:0rem;width:46.75rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS { display:block; }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5f2lmerBQr70zFLvTv4nc6aTEFHlWVz { 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) { #ETW2CJJrA7Wgpb6DtXIaHuouBm2E5a2g { top:14.8125rem;left:23.9375rem;width:23.8125rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5 { top:13.1875rem;left:0rem;width:47.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki7nO9SP4FtUTdUBT7KBEzhbGapq92ya { top:13rem;left:23.25rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrNhuAoTPZ1vaODuxEVQ11z9AxqOBEVq { top:41.25rem;left:23.9375rem;width:23.8125rem;height:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP { top:39.4375rem;left:0rem;width:47.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toCDwdKfJSBC2mNZbPJJ2w64SbPH8RPh { top:39.25rem;left:23.25rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQeFTmlsrt0NfOMXTuEFgdqIwTD8yp47 { top:6.4375rem;left:4.3125rem;width:39.125rem;height:2.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f { display:block; }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AN6XfaKDgWBz3qS76CvT1BqNV70VVxAA { top:5.8125rem;left:0rem;width:28.375rem;height:6.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxNL4NmzW7dHpQBzTgy6I9qMX2gazJ4D { top:26.3125rem;left:0rem;width:24.3125rem;height:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quGeLqzMpw6zn8FymdZXQFe2rDaQi3Z4 { top:13.0625rem;left:0rem;width:24.5625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA0UC0nURgBMNleEV5WplT8irZJXvWpc { top:17.6875rem;left:0rem;width:25.1875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVbbSpICesoRRgmTJnaR8aLBt9UAOu9J { top:-0.0625rem;left:0rem;width:47.75rem;height:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqEslIeQ817qGdSbTM3GQtWoABqaHuuR { display:block; }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbXukc4Elx6ZxtDwdce8mn41vbU6c0UZ { top:3.5rem;left:23.125rem;width:24.625rem;height:5.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHNHN1Tm3qbodn4rDqTFnn8c94MwRTEX { width:36.875rem;height:;top:11.625rem;left:10.875rem;font-size:1rem;display:block; }#dHNHN1Tm3qbodn4rDqTFnn8c94MwRTEX li:before{  }
 }@media only screen and (max-width: 763px) { #mgW44WsLTLqnuArKB4mucIU09Sp1MTn5 { top:3.875rem;left:0rem;width:35rem;height:52.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPbg8sCcKt4223Nr7cZ23AnSCDuTbGGg { display:none; }#GPbg8sCcKt4223Nr7cZ23AnSCDuTbGGg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yqrlTksBl1yPi5NvTqnvqBtwClVv6XBt { top:2.75rem;left:28rem;width:19.75rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ1KTxmh7pgkhmBbDBxkehXtzSEV3bev { width:7.25rem;height:2.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InwsN1J95NmZpdl2GHHnKoVMUoTcuUUp { display:block; }
 }@media only screen and (max-width: 763px) { #KtktM3uXzTBIoDoO7hTMMvtby3sh0lTu { width:12.125rem;height:2.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJ2ADBgsaDLRAtsFx725LqC4GUo5J9G { display:block; }
 }@media only screen and (max-width: 763px) { #ZpGDnMq1R0N4GDB703usUHQtT5pL6GTs { width:14.875rem;height:2.25rem;top:2.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUfeJF8A98uaZpGLvnXlCgQFnnIa9LJM { display:block; }
 }@media only screen and (max-width: 763px) { #h9G3IASPy3B3RuEJdIcHvpCVP5hU4ZPz { width:7.875rem;height:2.25rem;top:2.0625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUTwvG11ZvBizEEHG05sAtn3oXCKG7JQ { display:block; }
 }@media only screen and (max-width: 763px) { #DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { display:block; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9MBrh3ViER3mCnINbp62a72ZCage33R { top:4.3125rem;left:0rem;width:38rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epmMRsMa74tENPyeDDy2MlTNe0PPT48a { top:3rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx5gHqngCm8XxIz6DpQ0Nuwm0gpG4C5B { top:4.3125rem;left:31.625rem;width:16.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4GnDJ297ZzISt7MNrnn55QI5Ve2BVS2 { top:3.375rem;left:36.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D5iLBANcrgXA9oJc5xOvPHHTftA4l2iL { position:relative;z-index:auto;display:none; }#D5iLBANcrgXA9oJc5xOvPHHTftA4l2iL > .row .container { width:20rem;height:27.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wqXHQNP5zDMNiSH2Hu3cx6IbnnprzOAs { 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) { #naRSv89adF05ULJKrAC6aoNT1ziog0Js { display:block; }
 }@media only screen and (max-width: 763px) { #CtVa9uCLlSEEynHPdsvMfXqAt2EdFzZl { width:12.0625rem;height:3.125rem;top:2.203125rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MllEFp0Lbuk7KvFPlDlI9IGhg4bhMPRn { width:7.1875rem;height:2.1875rem;top:16.890191078186rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeikaiJkwAbwLB4B7Zg1LMvXtTWSs1Sr { display:block; }
 }@media only screen and (max-width: 763px) { #FMTW5kELpeiM9pywAxaURwXZm1oz99UW { width:12.0625rem;height:2.1875rem;top:13.452691078186rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHZ8IX5aTWRAFKNmpM4zNZ8tUgRGZUK1 { display:block; }
 }@media only screen and (max-width: 763px) { #b1MVy5IBPlTmATvvQuTIo082rbeuGngq { width:14.8125rem;height:2.1875rem;top:10.015191078186rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MusJKRX5WW1ewD6vi8QBGoUWBlowlPmn { display:block; }
 }@media only screen and (max-width: 763px) { #qQqI4dety4qo1OT1tov6xVTzrHE2qlmf { width:14.8125rem;height:2.1875rem;top:20.327692031861rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNUbl8kRTkg3GeTssnTNQ6wt5nAyaxlM { display:block; }
 }@media only screen and (max-width: 763px) { #mm0PIv0X8P2TM0cPUzybx0s7w6Z6Lk3H { width:6.8125rem;height:2.25rem;top:23.765192031861rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFNT8CMWIt6vItRPn2tbXq1SZ7WdbVAg { display:block; }
 }@media only screen and (max-width: 763px) { #bMUAP3UJPNU83iDqPbZ4TmLqd1cewFcR { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bMUAP3UJPNU83iDqPbZ4TmLqd1cewFcR > .row .container { background-color: transparent; background-image: none; }#bMUAP3UJPNU83iDqPbZ4TmLqd1cewFcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMUAP3UJPNU83iDqPbZ4TmLqd1cewFcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMUAP3UJPNU83iDqPbZ4TmLqd1cewFcR > .row .container > .video-iframe-container { display: none; }#bMUAP3UJPNU83iDqPbZ4TmLqd1cewFcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMUAP3UJPNU83iDqPbZ4TmLqd1cewFcR > .row > .video-iframe-container { display: none; }#bMUAP3UJPNU83iDqPbZ4TmLqd1cewFcR > .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); }#bMUAP3UJPNU83iDqPbZ4TmLqd1cewFcR > .row .container { border-width: 0; border-radius: 0; }#bMUAP3UJPNU83iDqPbZ4TmLqd1cewFcR > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdgNDAxNq9n4Dda1Q6HkrNFpKT9PDu6Z { top:1.048583984375rem;left:15.33447265625rem;width:3.125rem;height:3.125rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #cqUie8uIDnUVz09kCkfKCctXBI1TkkC1 { top:7.235107421875rem;left:5.88134765625rem;width:12.5rem;height:10.089125rem;z-index:100026;text-align:right;text-align-last:right;line-height:1.9;font-weight:700;font-style:normal;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQxwasIyuS1TMbSNOvfaiNOz8LElqTXE { width:11.25rem;height:2.8125rem;top:1.204833984375rem;left:0rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { background-color:transparent;background-image:url("https://images.assets-landingi.com/duP5fgwu/0001_21551555930.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBko3nE7meLCwJTWrvxVLeTOePrkox4T { width:20rem;height:4.375rem;top:11.9375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #R7FcbwB6kG0NyzFAgJCRTouoGgBkICRm { width:4.875rem;height:2.1875rem;top:11.125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oHnoxTl90KT5TyNaRUXy8Ctg0idL3B4n { width:5.6875rem;height:5.6875rem;top:27.1875rem;left:7.1875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 .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; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 .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; }
#GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 { width:19.25rem;height:5.3725rem;display:flex;top:2.8125rem;left:0.6875rem;z-index:100012; }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #HSTVQWfZt8D9T6ZRsuRCp2phLdS6JVPz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #XEH3BEJSt5eEBmSie816A5sIbr66Z4J4 {  }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #I12TRuGlCT8pHft2h7osGKcVJIvTVBvz {  }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #KFx0Od2QEqLAluxGNCvO565zlHV7ioSA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #gkAtV97LSTWJFedMGKJgLUy6cgum2JxW {  }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #uV7a3PbK73kJk5zrmGVLOnmqeXX4E3Tw {  }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #p5l3nsWOqyT4rvT4W6EUGKEXWNByzEIl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #Fywf361yUkBALTQkaOECaWvSBUDmiO6R {  }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #tyut7esUIFOBVJStLzUNdNuLg8ThArpk {  }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #Z2yh2zWkRLfVPWsOsbTfMVNyqXJGHFwk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #lsXoNAUwUKiC5x1RPUFdOGW35UyIUggx {  }
 }@media only screen and (max-width: 763px) { #GbfIqxR2fXTceXJTouIxyBQPIouVlDn5 #u8IZA2AGAPKSSUaGVCAkda1KrpcpWSI9 {  }
 }@media only screen and (max-width: 763px) { #Z6CsfBh3NecW8VBaigBPLwzcSszuhfTN { top:34.125rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLwS10arkuR3c9VHidOJ0QcJEzqh11vX { display:block; }
 }@media only screen and (max-width: 763px) { #zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T { display:block; }#zcy9U0cLao9xFR1TPSQByXd3qs3aSP3T > .row .container { width:20rem;height:148.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huaiF0XAKo79SRAwB54cISQz6ZGcSLLm { width:18.6875rem;height:22.0898125rem;top:9.75rem;left:1.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uiplx4fSZpNmxyp1bnlbbVcfEOq6oMId { width:20rem;height:22.375rem;top:75.9716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwTHT1OhTTviZidMZ1wCS4rFJeWBttE3 { width:9.4375rem;height:9.4375rem;top:89.7216796875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo8DOrgALmCrMiVWLFsffi3OgiFhCle9 { width:20rem;height:2rem;top:103.24350738526rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrRbAzUn5NmV5PROi1cqscJyTvo2x75K { width:20rem;height:43.3125rem;top:100.40887451172rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxBZDZOpt5r3HCQDnPk57AavZgW2SdTh { width:20rem;height:3.59895625rem;top:109.44924163818rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 { display:block; }#SNh1cA1vWoZWpqO82b8z2tzaTHknbTJ0 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qyb8cqcqrLsxVEgCGgnzkNEXBaCOe8qg { width:20rem;height:39.3125rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8A6iIw8UWgXBRRyZVKB0nGulDL0qMyT { width:16.625rem;height:7.1484375rem;top:10.53125rem;left:1.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXy8VnGEfkNlWSpx8WOwxdzFy53qCV1r { width:17.5rem;height:19.8596125rem;top:19.12109375rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ur330VZheiXGHRTO42UwVdp60vp4hnPP { width:3.75rem;height:3.5625rem;top:44.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyAtyQIRCoQsB96DNfIxuoz0UBwJcq6h { width:17.625rem;height:1.4433625rem;top:6.2578125rem;left:1.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqkoTnDSKT81fidp44ofuQIfTfUWgtBm { top:38.25rem;left:1.71875rem;width:16.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oroPgTCUOm1d71THv97GiT0E0htg70Tn { display:block; }
 }@media only screen and (max-width: 763px) { #hSwWSXPfnRrQ0A6dSx5Q39JavdFfWXIM { display:block; }#hSwWSXPfnRrQ0A6dSx5Q39JavdFfWXIM > .row .container { width:20rem;height:171.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQXZOKAus5UVZrmZLcfgn7yD7ZQD2har { 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) { #tt2efO09DZqluJ3rd81BLw60DLvctihA { 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; }#tt2efO09DZqluJ3rd81BLw60DLvctihA.adaptive-delivery-prevent-bg, #tt2efO09DZqluJ3rd81BLw60DLvctihA.lazyload, #tt2efO09DZqluJ3rd81BLw60DLvctihA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B8St36QeOhMU02Ube6pMFwFkQcHvx6TK { width:17.6875rem;height:21.9360125rem;top:23.87109375rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAH9ESEywIdDybWmfJU1RZFXPDJMiEwg { width:8.5625rem;height:1.4624rem;top:21.16015625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHQ8n9R05H0mrkFru61fkdTedawalyO7 { width:17.625rem;height:11.6992125rem;top:67.6220703125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPFPwhMyOJIActpP075q5bCy04tZkNJe { 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; }#xPFPwhMyOJIActpP075q5bCy04tZkNJe.adaptive-delivery-prevent-bg, #xPFPwhMyOJIActpP075q5bCy04tZkNJe.lazyload, #xPFPwhMyOJIActpP075q5bCy04tZkNJe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ibc4nFoHnd93kNArB7dBW16oeTrlXEg6 { width:11.625rem;height:1.4624rem;top:64.9111328125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXckToTZQDsytMAFt0RBc2Gk5mJ3dA47 { width:20rem;height:4.396975rem;top:4.01171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe { display:block; }#mAoS9nKC6dTQIazpxvc6ibWBoAV5TEQe > .row .container { width:20rem;height:113.00169140625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwp25FJ7TPtkATc4cH08RDcfewJPktkI { width:20rem;height:6.5954375rem;top:2.5615234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTX5Xol5wBsZPgisdcJ0bS6VwdLazBJb { width:20rem;height:12.125rem;top:13.6591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7gT9L7F1zrTxx8J84VzxFrlI6GMrG4 { width:3.3125rem;height:2.1984875rem;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) { #xf6bhQJ3E6UdEwvqwy0rrDxNdB4pGbBK { width:3.3125rem;height:3.3125rem;top:11.9091796875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APuLJntKEyJB8OfhbTDb9UgNPyo1J1Fy { width:18.3125rem;height:8.12375rem;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) { #rpIw2i7JBLI3SbW2M6l96uG6slBsgrdq { width:20rem;height:29.25rem;top:83.7529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDULHg7TQ4R8ztgSSA1SncynD260cnVF { 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) { #TKR31dor0JiF3BBHokMTb386b7kOFe7d { 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) { #JZWQICRvQobKksfpxlpZC1LMwpr7Lmym { width:20rem;height:16.125rem;top:29.6904296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBxr3FqrVdVSVHxe4Rh4Qru9ACu6SJGT { width:17.875rem;height:11.3733125rem;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) { #TBFrNLFA2WiT5K70P2crxUKLcPKuOJow { width:3.3125rem;height:2.1984875rem;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) { #eyH3ts2rctSMuhprlewF8SbetqyhmzBP { width:3.3125rem;height:3.3125rem;top:28.1279296875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgoCgUUwFyVTOz45ACzT00U4WirGo4Ce { width:20rem;height:14.6875rem;top:49.7529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwEgiV3ULtfARQPvSW0smktwgkLH3s1K { width:18.125rem;height:9.7485625rem;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) { #r0wSy0Um8ybRKo1aCtbMAWJDkTuxR4UV { width:3.3125rem;height:2.1984875rem;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) { #E4QlyQhAuoPdRGXGbbvHThMdKMGufWD9 { width:3.3125rem;height:3.3125rem;top:48.2529296875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8C1OCQx1IJH5h5tg4eaqLex5zavwlsn { width:20rem;height:15.375rem;top:68.4404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvMKz40nWftnaaJvCgcQilTe6BByJESk { width:18.4375rem;height:9.7485625rem;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) { #rVJX9ktffCxFe6yoHbkZha0Uv3zHT4um { width:3.3125rem;height:2.1984875rem;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) { #ydZ2KPVQTfanD7V4PsAuEnZCwy4sboKs { width:3.3125rem;height:3.3125rem;top:67.0029296875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLexPRykUOeXSgGSl14yoD3xZ2LOn0Cx { top:22.5625rem;left:1.25rem;width:17.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQrgnDLc4M5msHRkb4GzQ9XWJTDVEIpN { display:block; }
 }@media only screen and (max-width: 763px) { #L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 { display:block; }#L8TCV5y5x65Mo3lJFwDDxUvn5RmrTpZ2 > .row .container { width:20rem;height:134.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5dJWdD7VAvUqeEIrsyVUUEAVILCkudG { width:20rem;height:7.1264375rem;top:3rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQwcHTBWRCTCeg2LTdkABKMRayZUnyE6 { width:15.6875rem;height:10.2368125rem;top:36.51953125rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATO1DUnpWTOxHUIy4dmGkflJTzTAzmRr { width:11.875rem;height:3.125rem;top:32.125rem;left:3.1875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NOe4MHxcwBSByfhWxzPpxfkIthDwD9hc { width:2rem;height:2rem;top:32.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHSLhTsH2CtnW8deQEwNDxilnHULzIAK { width:15.875rem;height:17.5488125rem;top:53.998046875rem;left:3.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iku7iToo2NdHAs0wyNMFOxVMnCzp7DEg { width:10.875rem;height:3.125rem;top:49.59375rem;left:3.1875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZCboR0ZJG9QvEywg3fTZPXOzcgkRSZ0 { width:0.1875rem;height:85rem;top:33.15625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck5wBlU0xJG6InPmnA3K3xtJbrb60dkr { width:2rem;height:2rem;top:49.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dazzyq1bkrRksarN12PtD6DAmtHBJch5 { width:20rem;height:17.875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQnN5vOV6wzWW9OmK92q4vcDlODvx4Dk { width:15.875rem;height:13.161625rem;top:79.09375rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RASzKXqK1qBPI30irkulLwTNeGLRTTth { width:12.8125rem;height:3.125rem;top:74.5361328125rem;left:3.1875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UFTz7F6rc7dEo4XbXCudgy2lTcWMVpL3 { width:15.75rem;height:16.0864375rem;top:99.88671875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfIK2CEVWZsQAH6yb1fKMM7uT89ApQ8P { width:13.625rem;height:3.125rem;top:95.1435546875rem;left:3.1875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DIrTbkFAD7bCfspydMGC1h6GXuySRd0Z { width:2rem;height:2rem;top:74.5361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOgCzLH70BnkHcbdl5zTrsWAESkgGX2s { width:2rem;height:2rem;top:95.1435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdvi3T0D2BRZnEhiLc4isNNsA7wsQUzg { width:18rem;height:8.12375rem;top:120.15625rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WGPWOg9QZXf0e0MvA8aTMyO1zkt8MTCz { width:20rem;height:0.1875rem;top:117.96875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJyOgImDOyBfRThJPUnd6hxXVwiahT1y { width:2.125rem;height:2.125rem;top:32rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmXvI1zkoqNeQSUGTHrwH2u7OCbKfJtm { width:2.125rem;height:2.125rem;top:49.46875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skUAUcAE6KU9F9soMV2ChiTnzKLC2Duw { width:2.125rem;height:2.125rem;top:74.4111328125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq6KJeDegWlphOpdQMUKgkeVVChq9eiC { width:2.125rem;height:2.125rem;top:95.0185546875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiiKk2VGwMCVGPuRQ0JQNauHcQr6slXX { top:116.5rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:100046;color:#ea4d8c;display:block; }
 }@media only screen and (max-width: 763px) { #mgblc4clbpU9fmKOtwf6qy3xKJwJJQPL { top:129.53125rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBTysr8E2BHBVaCgS3w5R1ZeN9QB5c6 { display:block; }
 }@media only screen and (max-width: 763px) { #T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa { display:block; }#T4y3BsUyq2C1EJlJsmdlr87KA3lZUNMa > .row .container { width:20rem;height:103.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4Kz3tuVUDK9VW7ghoqC7dW7yzSTLwnp { width:15.5rem;height:2.1984875rem;top:3.525390625rem;left:2.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uusQxavKPQDEdaal0uVo95tlJ8DNxHPs { width:14.9375rem;height:4.38720625rem;top:27.3125rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #il02zZXrQiQCiEQT3ussbek1yBX5ucAn { width:18.25rem;height:3rem;top:3.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT7D5Sb1iZ2tC104PUXfawA4AHtzA1TF { width:16.375rem;height:1.5808125rem;top:6.833984375rem;left:0.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cwe9uVOBx1ly5qMrPbI0q1BwDzu1KE3o { width:17.875rem;height:2.5625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHoXu5eqKKQD6zS5TfUQWAB5tTZLNmuZ { width:15.375rem;height:1.6497375rem;top:9.1923828125rem;left:4.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSyvNhpWraUxoCurCvnfQ99AbGqkWP9s { width:15.125rem;height:2rem;top:9.080078125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTEEr7Mtm0PqyPfPNKdyTDiIeemw6bIT { width:8.4375rem;height:1.7858875rem;top:32.07421875rem;left:3.5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tPpfdvKqBMS5nP3BDKev6ArJ6mfsBmOf { width:15.875rem;height:4.38720625rem;top:35.6875rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptEuXmNT4chllINpIGdWRZFFfNaee8HT { width:5.8125rem;height:1.7858875rem;top:40.38671875rem;left:3.5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oNiExQ2uLOFs1XqTtfTHBHZTKzCbA9Ub { width:14.375rem;height:5.8496125rem;top:73.876303672788rem;left:3.4375002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsGmsw6vBJqy0mhbMF20k6m0ppKE3EGo { width:6rem;height:1.7858875rem;top:79.66211128235rem;left:3.5000002980233rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gqSSLJ5HKuvWs18ZkSpIQsfT2TSnCuDd { width:13.9375rem;height:4.38720625rem;top:55.766277313233rem;left:3.6562502980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1nSHfNtPyrRTN3w2rao8bbF6DUmqfLL { width:5.375rem;height:1.7858875rem;top:61.090496063233rem;left:3.5000002980233rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bNJMqaKI6z3utkv3SNMwHetlIx89zZcV { width:15.0625rem;height:5.8496125rem;top:64.495444297788rem;left:3.3750002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpM3bhkxp1qwHCKQ2lIup2x8Cf06yB56 { width:6.9375rem;height:1.7858875rem;top:70.28125190735rem;left:3.5000002980233rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sNfZsPztaCya2QXDWoE0B95zLwvz6UQ3 { width:15.1875rem;height:7.312rem;top:44.125001430511rem;left:3.3750002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofml91z39FTzTss3RmsLFe4TA3WBW8Zi { width:6.875rem;height:1.7858875rem;top:52.063276290894rem;left:3.4998917579651rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NkuZI7InHoOksXMh3mTCPuM6LDNIIohc { width:14.125rem;height:5.8496125rem;top:83.2470703125rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVTpELGPJVSqEGcoNz2Itz28xXNgTg26 { width:5.75rem;height:1.7858875rem;top:89.66796875rem;left:3.5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CK04k1cF2sBeHf5VdH7Nlh7S1B1NBTAE { width:12.125rem;height:2.03125rem;top:94.990234375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWNoemxF0DwM4RhXyiLUOJ1pSGzTfC9E { width:10.375rem;height:2.5996125rem;top:94.7060546875rem;left:9.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnlmAgvOAqC6FP2csFin7T8XrXabE5Hv { width:20rem;height:0.25rem;top:92.9453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyR8fKJfGfQp4TffZg24NUBzTMw0MbNU { width:3.125rem;height:3.125rem;top:27.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgONtLnzlFnSTsPQKBaAKAMGiMmW2QIn { width:3.125rem;height:3.125rem;top:35.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7qyXOkGCSoTd7n1rZ9KcINPyzvFHTLG { width:3.125rem;height:3.125rem;top:44.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6e2JHfzX1QVvC6rUhsZdJFkp5rKVvaU { width:3.125rem;height:3.125rem;top:56.428386688233rem;left:0.43750005960464rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2BcLK0D9lNTAV3oo0eTy95b1UCsmIFe { width:3.125rem;height:3.125rem;top:64.495444297788rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiE230OX8EGVZH44d6LzrB8KGh1rIWdB { width:3.125rem;height:3.125rem;top:73.876303672788rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRvDO5cPLc8ehMeXCWmmzgiFOyA5nG8E { width:3.125rem;height:3.125rem;top:83.2470703125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3 { width:20rem;height:13.6875rem;top:12.021484375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/1mD7D6zM/Untitled_design.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3.adaptive-delivery-prevent-bg, #Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3.lazyload, #Anv9yFU5cegeHmRxkmFcbmEnEVaBbaf3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BRhe6CkJhx52fCpn73Tap6yWEu2OqD7K { top:98.554685734556rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1iFZJqgJJrlU81d0s5L34TBrnEBruEN { display:block; }
 }@media only screen and (max-width: 763px) { #huQMbvngDuCwluUwnA2HB6xx42MVdOtt { display:block; }#huQMbvngDuCwluUwnA2HB6xx42MVdOtt > .row .container { width:20rem;height:101.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUyxcKVXM6IgVmzsI0gImqgiIUBDEfkN { width:19.75rem;height:34rem;top:20.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfhgQcyTeRZSQadtcXVCedzGU7f6dVb4 { width:19.75rem;height:32.6875rem;top:59.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZufQOhVq9RbyTmWfIJ1FywJk43k4TqU { width:20rem;height:1.70573125rem;top:25.4609375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g131i6gfCmJBfd2Cc7V1fheD1lcUq5nl { width:20rem;height:1.70573125rem;top:63.5859375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6wS42BnCfXPumJZKRPsgWSrozOoxE4d { width:20rem;height:10.99731875rem;top:28.4609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0g1t4WMZA6nKqBro5wyuDZtRGUS8ZNp { width:20rem;height:11.81761875rem;top:66.3984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOzzs0vXvfA0BboyZxnVSkQpB9I5S64H { width:18.875rem;height:3.5rem;top:42.4609375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU3gZ7hoI2hs48JTGPoxzUZNbeQA3QB6 { display:block; }
 }@media only screen and (max-width: 763px) { #vRyH0za3IJLBmuypzVDTtisTruXfliX9 { width:18.875rem;height:3.5rem;top:79.6484375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc5FisvDeTwkG2RHQyHrU2pEgUDUth9I { display:block; }
 }@media only screen and (max-width: 763px) { #UtnolLqze38zlaUAN39nQrUR17moox0C { width:20rem;height:0.6875rem;top:19.8359375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJuTeBsqRkp14MpV8X61lm969AaQGu9V { width:20rem;height:1.18774375rem;top:20.8359375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abUzaWcGVJk6e96XPNiOQpvnFT2xuUTp { width:5.75rem;height:5.75rem;top:56.3359375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXFRAtt7QZ9LkdXlMvbiz0Ok7AuIifi6 { width:20rem;height:0.6875rem;top:58.1484375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipylxMkqwNPx8sTKGMTU9hOTMtOy9BRa { width:20rem;height:1.18774375rem;top:59.0859375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2qv7Wt206HL1dONupNUAqlvngXhP5ys { width:18.875rem;height:3.5rem;top:85.7109375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDIT1NGVlE3qCQ8tuJkUrRZw9iNa2gL { display:block; }
 }@media only screen and (max-width: 763px) { #zWV0WNtBLczi7Vrz7ms5LOoPrp2MR00p { width:18.875rem;height:3.5rem;top:48.3359375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc1Fey0A3K78m8l3xJKzZfba5I1d1igX { display:block; }
 }@media only screen and (max-width: 763px) { #Wf0uTqP6737sc8iegBxa4V35KDE7TRAf { width:20rem;height:1.1254875rem;top:46.5859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBKklzeq00VHaL0STo6tXNoTEpJ0mqWh { width:20rem;height:1.1254875rem;top:83.8984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 .widget-text.counter-number { padding-top:0.406875rem;padding-right:0.36125rem;padding-bottom:0.406875rem;padding-left:0.36125rem;width:2.16875rem;min-width:2.16875rem;height:2.1875rem;font-size:1.628125rem;line-height:35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.254375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.891875rem;height:0.865rem;font-size:0.610625rem;line-height:13.84px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 { width:16.0625rem;height:4.245625rem;display:flex;top:11.1875rem;left:2.2578125rem;z-index:100012;padding-top:0.0825rem;padding-right:0.085rem;padding-bottom:0.0825rem;padding-left:0.085rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #ax150MELL907348sGuTBvB5q5gIFKfDk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #VfTw3u39COWVEI3S4kXrEbF66vN8tR0r {  }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #EXN4bW8spsDzQTlan4yeDx0ZZ8FTUg9d {  }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #fwC36hLEVUTKp7n76gKk8zuRtKgydKkB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #BMarex1qm2ZBX1LPC842UGUDCPPX0kNG {  }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #cUn3vGSMBEbIDZaGw8pOh1he64yK2MTm {  }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #Dq8ziI6Cnrb5mzJvvSMzadALvowudfNW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #eQTOZN2aMawvs1srT4QF1XT2SdzcVduP {  }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #Bg0dlVCZXyHWqN6733fGZCsxbf1q1TOR {  }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #VBOUTUBZT2tIWmFuFLXE0Se5HncGkshW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #Hw1pX9xLtqaJWcaIXWGXSSfHcFtew2Tq {  }
 }@media only screen and (max-width: 763px) { #ocnBC4AEOtMMWfJycI7BM35auzmfSqD1 #IkJTRmn7beg90SWAZrWHgWx5cSsF6p4p {  }
 }@media only screen and (max-width: 763px) { #QhDlURE7ggsNU5G1DSepth1f5NMzH7m5 { width:20rem;height:10.9924375rem;top:2.17578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krh2anHtSJbcqydh5SflTZWCHh0MicSE { width:7.5rem;height:7.5rem;top:93.2734413147rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GEuu1U319m0IKoT45fUvzw6kRth2mB { display:block; }#z2GEuu1U319m0IKoT45fUvzw6kRth2mB > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0VTAXAwZAyTQKykXhEsN9zRQm3sCdWr { width:20rem;height:1.16861875rem;top:2.41796875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FxClTy8BGRDd6Ai1znamvW4vs8LourQU { width:20rem;height:2.1984875rem;top:4.01171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbNBW9ZW83OlppvPL1BH1tv25UZZsAra { width:11rem;height:11rem;top:9.6875rem;left:4.5rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQcQtbhI1cKKEDLxb1es5uC0tsmWfhJb { width:11.3125rem;height:11.3125rem;top:22rem;left:4.375rem;font-size:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF4yImZVdQ3BhondFyox8nIianluRN4J { width:20rem;height:11.177570093458rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewzZrlGhUzEu30H7h4uO8PPDdMp5TIwc { width:20rem;height:11.219512195122rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaH8ooqJETECExTVOotoKp80in3SGUhT { top:34.5625rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XObM5oJXa98Veqg6TTzC5XQVzT2UpKB1 { display:block; }
 }@media only screen and (max-width: 763px) { #m9Zfw8wuKopSTJ6dORt2E0RTnSBGZ2Wb { width:20rem;height:25.635738831615rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEmK4QveBuTKcTOHn5qE62T0NPslDvZu { display:block; }#tEmK4QveBuTKcTOHn5qE62T0NPslDvZu > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2DRwguk3e0p2oz9XGlZzSudyMA9dnoI { width:20rem;height:2.131075rem;top:5.5rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wLJNUbaSOpwu0aHLM4u0WAO51ciBQ9PJ { width:20rem;height:1.09971875rem;top:7.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cu35ZUkG6BiblTaANHmWC1K5ct5QUF3q { width:18.1875rem;height:43.872075rem;top:30.0703125rem;left:0.90625005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOEfFh9HO27RXaRzPXdaoQvCrdxDFCk9 { width:18.3125rem;height:0.8997375rem;top:3.25rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trrNPI0XPKTE4eOkT7IckqVAfLEha0qc { width:7.3125rem;height:2.1875rem;top:2.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQzZl6boxMZFIgwS4cQq3uUHFpxaOCku { width:20rem;height:20rem;top:8.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS { display:block; }#p2cJyOvVsLTnDdNSmiwrn59KQVXgdAaS > .row .container { width:20rem;height:171.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5f2lmerBQr70zFLvTv4nc6aTEFHlWVz { 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) { #ETW2CJJrA7Wgpb6DtXIaHuouBm2E5a2g { width:17.125rem;height:23.3984375rem;top:109.0732421875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5 { 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; }#vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5.adaptive-delivery-prevent-bg, #vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5.lazyload, #vUw4hDWyNSKZMWzkWBZ9aeELbvDupAe5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ki7nO9SP4FtUTdUBT7KBEzhbGapq92ya { width:8.375rem;height:1.4624rem;top:106.3623046875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrNhuAoTPZ1vaODuxEVQ11z9AxqOBEVq { width:17.5rem;height:19.01125rem;top:148.6884765625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP { 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; }#xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP.adaptive-delivery-prevent-bg, #xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP.lazyload, #xQ8WrOUTMMruX5BoEX7QoPxnM7yg48CP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #toCDwdKfJSBC2mNZbPJJ2w64SbPH8RPh { width:9.5625rem;height:1.4624rem;top:145.9775390625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQeFTmlsrt0NfOMXTuEFgdqIwTD8yp47 { width:20rem;height:4.396975rem;top:4.01171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f { display:block; }#GQTiCAhyPL6mi7DVzRkS7x1nGxPafu1f > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AN6XfaKDgWBz3qS76CvT1BqNV70VVxAA { width:16.75rem;height:4.396975rem;top:3.7490234375rem;left:1.375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KxNL4NmzW7dHpQBzTgy6I9qMX2gazJ4D { width:18rem;height:17.54883125rem;top:24.4306640625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quGeLqzMpw6zn8FymdZXQFe2rDaQi3Z4 { width:17.5rem;height:2.19791875rem;top:8.58544921875rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aA0UC0nURgBMNleEV5WplT8irZJXvWpc { width:18rem;height:10.2368125rem;top:13.1591796875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVbbSpICesoRRgmTJnaR8aLBt9UAOu9J { width:20rem;height:28.625rem;top:44.0732421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqEslIeQ817qGdSbTM3GQtWoABqaHuuR { display:block; }#OqEslIeQ817qGdSbTM3GQtWoABqaHuuR > .row .container { width:20rem;height:123.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbXukc4Elx6ZxtDwdce8mn41vbU6c0UZ { width:16.75rem;height:5.9985375rem;top:1.25rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHNHN1Tm3qbodn4rDqTFnn8c94MwRTEX { width:17.75rem;height:86.896875rem;top:8.75rem;left:1.375rem;font-size:1rem;line-height:1.4;display:block; }#dHNHN1Tm3qbodn4rDqTFnn8c94MwRTEX li:before{  }
 }@media only screen and (max-width: 763px) { #mgW44WsLTLqnuArKB4mucIU09Sp1MTn5 { width:20rem;height:25.4375rem;top:98rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPbg8sCcKt4223Nr7cZ23AnSCDuTbGGg { display:block; }#GPbg8sCcKt4223Nr7cZ23AnSCDuTbGGg > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqrlTksBl1yPi5NvTqnvqBtwClVv6XBt { width:20rem;height:0.75rem;top:13.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZ1KTxmh7pgkhmBbDBxkehXtzSEV3bev { width:7.25rem;height:2.25rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InwsN1J95NmZpdl2GHHnKoVMUoTcuUUp { display:block; }
 }@media only screen and (max-width: 763px) { #KtktM3uXzTBIoDoO7hTMMvtby3sh0lTu { width:12.125rem;height:2.25rem;top:4.1236991882324rem;left:3.9375002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJ2ADBgsaDLRAtsFx725LqC4GUo5J9G { display:block; }
 }@media only screen and (max-width: 763px) { #ZpGDnMq1R0N4GDB703usUHQtT5pL6GTs { width:14.875rem;height:2.25rem;top:6.875rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUfeJF8A98uaZpGLvnXlCgQFnnIa9LJM { display:block; }
 }@media only screen and (max-width: 763px) { #h9G3IASPy3B3RuEJdIcHvpCVP5hU4ZPz { width:7.875rem;height:2.25rem;top:9.8125rem;left:6.0625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUTwvG11ZvBizEEHG05sAtn3oXCKG7JQ { display:block; }
 }@media only screen and (max-width: 763px) { #DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { display:block; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9MBrh3ViER3mCnINbp62a72ZCage33R { width:20rem;height:2.4755875rem;top:6.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #epmMRsMa74tENPyeDDy2MlTNe0PPT48a { width:3.875rem;height:3.875rem;top:1.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx5gHqngCm8XxIz6DpQ0Nuwm0gpG4C5B { width:16.125rem;height:1.23779375rem;top:13.224609375rem;left:1.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t4GnDJ297ZzISt7MNrnn55QI5Ve2BVS2 { width:3.125rem;height:3.125rem;top:10.0996125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }