.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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:#ffffff;background-image:none;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#Tv2rDDs0qM0CPuZFIvpxaPVq3aWMLyXR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e1e;background-image:none;position:relative;display:block; }#Tv2rDDs0qM0CPuZFIvpxaPVq3aWMLyXR > .row .container { background-color: transparent; background-image: none; }#Tv2rDDs0qM0CPuZFIvpxaPVq3aWMLyXR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv2rDDs0qM0CPuZFIvpxaPVq3aWMLyXR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv2rDDs0qM0CPuZFIvpxaPVq3aWMLyXR > .row .container > .video-iframe-container { display: none; }#Tv2rDDs0qM0CPuZFIvpxaPVq3aWMLyXR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv2rDDs0qM0CPuZFIvpxaPVq3aWMLyXR > .row > .video-iframe-container { display: none; }#Tv2rDDs0qM0CPuZFIvpxaPVq3aWMLyXR > .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); }#Tv2rDDs0qM0CPuZFIvpxaPVq3aWMLyXR > .row .container { border-width: 0; border-radius: 0; }#Tv2rDDs0qM0CPuZFIvpxaPVq3aWMLyXR > .row > .video-iframe-container {  }#Tv2rDDs0qM0CPuZFIvpxaPVq3aWMLyXR > .row .container { font-size:0.875rem;font-family:"open sans";height:0.6875rem;width:75rem;position:relative;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#fbfcfe;background-image:url("https://images.assets-landingi.com/uc/e7c94cc1-ef77-4980-b89d-0b142bdae6a2/Feature_Thumbnail.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container {  }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:75rem;height:47.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { display:block;width:55.75rem;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:5.8125rem;left:8.60781288147rem;height:9.35rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { display:block;width:53rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:18rem;left:11.638671875rem;height:6.09375rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { background-color:#ffd600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;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:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:5.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.33749961853rem;left:23.98281288147rem;display:block; }
#XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt .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; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0abc08;background-image:none;box-shadow: 0rem 0rem 0.3125rem 0.0625rem rgba(0,0,0,0.15) ;color:#ffffff;padding-top:0.430625rem;padding-right:0.381875rem;padding-bottom:0.430625rem;padding-left:0.381875rem;display:block;align-items:center;width:2.291875rem;min-width:2.291875rem;height:2.315rem;position:relative;font-family:"open sans";font-size:1.7225rem;font-weight:700;line-height:37.04px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt .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.269375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.055625rem;height:0.915rem;position:relative;font-family:"open sans";font-size:0.64625rem;font-weight:400;line-height:14.64px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt { 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:transparent;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:16.25rem;height:4.360625rem;padding-top:0.538125rem;padding-right:0.545625rem;padding-bottom:0.538125rem;padding-left:0.545625rem;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:27.6875rem;left:27.81093788147rem;z-index:15007; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #ztNsFVwTgO6t3psgpTTH0UuV26I3pZLP { display:flex;position:relative;top:0rem;left:0rem; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #asH5PCf0yQQUemLObhSgedSDSnGgyDFs { width:auto; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #T56WzayoSrTZ2LgdUPgu1FgfIngMykQU {  }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #AvKmrAe6d15yhwK6KbNpseXzvGAeSAVG { display:flex;position:relative;top:0rem;left:0rem; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #fZc8aoCZ2RNcnBomF7hskq0xiieX0P4y {  }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #dG32s2JE6W0w4SegW8qQAc3mKPIfXpo1 {  }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #NlPkfWkqv66NgLq2ABCKOdaArTIS05m1 { display:flex;position:relative;top:0rem;left:0rem; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #d1ipucI1uMCqsgqBKhg12sIxESBdWOqe {  }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #TQEkEENTmKUnoSNGcNX1IxD9MopIKmMA {  }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #lD0B8T33GPJayPelpT9AiREcRpuUTAEs { display:flex;position:relative;top:0rem;left:0rem; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #K0bAZsqeVI2gNdCG1fomQ7ZuerP12M4b {  }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #FbekSb532gQLGR7rTPusf804H9xLATry {  }
#u2X1NbUbeSTUL6yGTmZ5ANUID5S7Mo05 { display:block;width:53rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:19.21875rem;left:11rem;height:7.3125rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { background-color: transparent; background-image: none; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container > .video-iframe-container { display: none; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row > .video-iframe-container { display: none; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .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); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { border-width: 0; border-radius: 0; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row > .video-iframe-container {  }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#lmfGTraBFF6T6yy8ClfFG0bfvgxpfsCB { display:block;width:49.6875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1679706573486rem;left:12.65625rem;height:2.6rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTuu0tTGFZR2oT0oz72hWkX7yv4BTks1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DTuu0tTGFZR2oT0oz72hWkX7yv4BTks1 > .row .container { background-color: transparent; background-image: none; }#DTuu0tTGFZR2oT0oz72hWkX7yv4BTks1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTuu0tTGFZR2oT0oz72hWkX7yv4BTks1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTuu0tTGFZR2oT0oz72hWkX7yv4BTks1 > .row .container > .video-iframe-container { display: none; }#DTuu0tTGFZR2oT0oz72hWkX7yv4BTks1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTuu0tTGFZR2oT0oz72hWkX7yv4BTks1 > .row > .video-iframe-container { display: none; }#DTuu0tTGFZR2oT0oz72hWkX7yv4BTks1 > .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); }#DTuu0tTGFZR2oT0oz72hWkX7yv4BTks1 > .row .container { border-width: 0; border-radius: 0; }#DTuu0tTGFZR2oT0oz72hWkX7yv4BTks1 > .row > .video-iframe-container {  }#DTuu0tTGFZR2oT0oz72hWkX7yv4BTks1 > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#BKNy7CpryyBoTIwe0O0FO9htsamxPVwb { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fdda28;border-left:0.1875rem solid #fdda28;border-right:0.1875rem solid #fdda28;border-bottom:0.1875rem solid #fdda28;height:13.125rem;width:19.5rem;top:2.375rem;left:2.5625rem;display:block; }
#uCIwToqhWCABlVx5mm2q3n1hHUg3iR5n { color:#070707;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:4.357421875rem;left:3.6875rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R5p3yBH1fwHZWSLMqRphRZ2cBDO9zCa6 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:12.724609375rem;left:3.6875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bCeC9xsxL6shLcweaJ8BUtEJWKDraUaP { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fdda28;border-left:0.1875rem solid #fdda28;border-right:0.1875rem solid #fdda28;border-bottom:0.1875rem solid #fdda28;height:13.125rem;width:19.5rem;top:2.375rem;left:27.5625rem;display:block; }
#l1lsce8idl14L9Xwmg2X9H4uOQ27nM5h { color:#070707;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:4.357421875rem;left:28.6875rem;height:6.9970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVGPNFAGNAqrSIse3gER4gfZCrxs3Oko { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:12.724609375rem;left:28.6875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NkwQ2vxibfTyWfhleF5gRNETKftKE9rp { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fdda28;border-left:0.1875rem solid #fdda28;border-right:0.1875rem solid #fdda28;border-bottom:0.1875rem solid #fdda28;height:13.125rem;width:19.5rem;top:2.375rem;left:52.5625rem;display:block; }
#cRbgG5neaLl6aSyk0cmITwoIUxPw2wvg { color:#070707;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:4.357421875rem;left:53.6875rem;height:6.9970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g3O7qSbmbfTEvGbFtp8mTkUAcJuVx2X0 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:12.724609375rem;left:53.6875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dE3RsAnaverspX1L3peOJR6IMCc04Osn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:3.5625rem;left:52.5625rem; }
#znb0qyWBiPDOT3ynKi7auXFGZilqssaQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:9.416015625rem;left:65.6875rem; }
#fk4SLZtQN9d2a1TGQrVwyBdPpSz9Kf5L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:3.5625rem;left:28.6875rem; }
#ImNwgqOzLbJFIVhuBEwOlyTnGdmv3hyn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:9.416015625rem;left:44.375rem; }
#CM6uPRmu0AgiGR50pEL9JrHIPqh26vog { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:3.5625rem;left:2.5625rem; }
#BJ57dn016gvFU8XF8URbnv8WmhhqoJu8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:8.40625rem;left:18.6875rem; }
#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/p14azQ1d/bg_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH.adaptive-delivery-prevent-bg, #BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH.lazyload, #BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH.lazyloading { background-image: none; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { background-color: transparent; background-image: none; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container > .video-iframe-container { display: none; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row > .video-iframe-container { display: none; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .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); }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { border-width: 0; border-radius: 0; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row > .video-iframe-container {  }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:75rem;position:relative;display:block; }#OlUi0fm1GZlCg5IaTSfP1lyyb9iGQtUH { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:4.16015625rem;left:9.75rem;height:9.4863125rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCfc7BSMR9ag85gOtNztcUlSlcLv9u8N { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:16.8125rem;left:10.4375rem;height:6rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BwDZ0BztqVNUTM8cADBzza0TfgS0azVX { display:block;width:49.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:24.75rem;left:13.34375rem;height:2.275rem;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:29.848439216614rem;left:9.75rem;height:15.25rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM li:before{  }
#C6P1qcgFxw55zzA1uFeq1NvOkKMMoMNT { display:block;width:49.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:47.311719894409rem;left:12.65625rem;height:2.275rem;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#twfpLB19RMc1Pf34J8SFukKRQ2Luqcmm { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:51.850002288818rem;left:9.75rem;height:6rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Kx385zuJai4/unsplash/sincerely-media-Kx385zuJai4-photo-1624028409951-23bae5c11e3f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8.adaptive-delivery-prevent-bg, #BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8.lazyload, #BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8.lazyloading { background-image: none; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { background-color: transparent; background-image: none; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,1,1,0.35); }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container > .video-iframe-container { display: none; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,1,1,0.35); }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row > .video-iframe-container { display: none; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .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); }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { border-width: 0; border-radius: 0; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row > .video-iframe-container {  }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { font-size:0.875rem;font-family:arial;height:72.375rem;width:75rem;position:relative;display:block; }#MyClBMClwL7QKnCIz1INxLhkFp1xyQTZ { display:block;width:68.375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.6875rem;left:3.3125rem;height:6.324225rem;color:#faf2f2;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WiGIpZ2uqNvJR4g7lBecDL8Z6idJKce9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:29.125rem;width:51.9375rem;top:11.97265625rem;left:10.5625rem;display:block; }
#hEykTHcWOwE1eQuexRNuV0PRBaNHtQ4a { background-color:#ffd600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;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:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:5.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:64.5rem;left:23.125rem;display:block; }
#aDepNpliiZWpatn3xRsK4uGzTeNOvHVP { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:56.25rem;left:9.75rem;height:6rem;color:#faf2f2;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9KbueewXeBVvRtfeFTeFRElElUIzMLK { display:block;width:57.5rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:47.4375rem;left:7.8125rem;height:8.125rem;color:#faf2f2;font-style:italic;text-align:center;text-align-last:center;display:block; }
#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1n1xUKqX/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ.adaptive-delivery-prevent-bg, #zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ.lazyload, #zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ.lazyloading { background-image: none; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { background-color: transparent; background-image: none; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container > .video-iframe-container { display: none; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row > .video-iframe-container { display: none; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .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); }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { border-width: 0; border-radius: 0; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row > .video-iframe-container {  }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { font-size:0.875rem;font-family:arial;height:82.8125rem;width:75rem;position:relative;display:block; }#fiUI8IuPHeydStzqm6Rb2ukAClhnXgED { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:5.5242255926133rem;left:9.75rem;height:3.1625rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:11.212499976158rem;left:9.75rem;height:;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq li:before{  }
#aQbkq7Mv65nI3ePA6LpHzfRZXQxiRRTf { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:52.46875rem;left:8.81093788147rem;height:4rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d5HfRNJTRni6m2xnNEhNnqEmqURhIvFC { display:block;width:57.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:58.99843788147rem;left:7.8117179870606rem;height:2.5996125rem;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#G9goUhZHPZTZezJUcAcD7nHzs0RrChvw { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:63.161718368531rem;left:8.875rem;height:4rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh .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; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0abc08;background-image:none;box-shadow: 0rem 0rem 0.3125rem 0.0625rem rgba(0,0,0,0.12) ;color:#ffffff;padding-top:0.430625rem;padding-right:0.381875rem;padding-bottom:0.430625rem;padding-left:0.381875rem;display:block;align-items:center;width:2.291875rem;min-width:2.291875rem;height:2.315rem;position:relative;font-family:"open sans";font-size:1.7225rem;font-weight:700;line-height:37.04px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh .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.269375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.055625rem;height:0.915rem;position:relative;font-family:"open sans";font-size:0.64625rem;font-weight:400;line-height:14.64px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh { 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:transparent;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:16.25rem;height:4.36015625rem;padding-top:0.538125rem;padding-right:0.545625rem;padding-bottom:0.538125rem;padding-left:0.545625rem;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:68.411718368531rem;left:27.390626907349rem;z-index:15008; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #wo8kgkw0dR0MbD8eUJCmsoU8vMvstiHM { display:flex;position:relative;top:0rem;left:0rem; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #AQyPuyG2bRVZ6zXy41OxotgD5mCTwoao { width:auto; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #k1ymrWKa6TMJhCyutzt5dTDy6x28Nqh8 {  }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #Js4tukTvP86NJiODrLqv31PEv2EzhgLA { display:flex;position:relative;top:0rem;left:0rem; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #Tiv9tV93o31s1zaLMHvGfIrlvCWDbcM3 {  }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #K51tT5cm2TSvIU7Jn8QTRURsBDETlSW4 {  }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #IcfQ4TaVDCxPEaaypimaIEiaBWfx46Us { display:flex;position:relative;top:0rem;left:0rem; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #nwIKd8HWn112PpTyeNV30LTbn6yiCx43 {  }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #XNwtUL6L9Ksx0MTXCgkNQQbwOMtg83kb {  }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #vAvWBLhsJSyye2gQLDK8VyEUv503qQpA { display:flex;position:relative;top:0rem;left:0rem; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #W1ydZ1gKMiCXUsrx9eTRpBLwisvWqyAA {  }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #ylFa47dotkSX2tCmeKTokgLOAkALOq8p {  }
#LH7TGm33p1dzQDtNUOgo82RnxybHLobS { background-color:#ffd600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;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:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:5.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:75.536718368531rem;left:21.8125rem;display:block; }
#z55EgbL7Uq784KaLZdIZFkVholC0utiJ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#KWiXGQZwMORJV7gL6VVNOl1HaTnpxIZX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.8125rem;width:33.75rem;top:29.0625rem;left:33.347658157349rem;overflow:hidden;display:block; }
#blOilXxePLupAFHTUFTrwJgUVsqb2Qdw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:14.3125rem;width:14.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:26.77499961853rem;left:19.09765625rem; }
#u6neccBucf21ICqysmdlOESJ3CO9C9La { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:caveat;font-size:4.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.625rem;left:10.93593788147rem;height:12.1875rem;display:block; }
#l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld > .row .container { background-color: transparent; background-image: none; }#l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld > .row .container > .video-iframe-container { display: none; }#l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld > .row > .video-iframe-container { display: none; }#l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld > .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); }#l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld > .row .container { border-width: 0; border-radius: 0; }#l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld > .row > .video-iframe-container {  }#l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#TPNemhHt5Twn8R3xDGI1DnN8TlQKTDec { display:block;width:49.6875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1679677963257rem;left:12.65625rem;height:2.6rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANhEcMtV0ToFFXQAHwbW5a7IevcieKpX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ANhEcMtV0ToFFXQAHwbW5a7IevcieKpX > .row .container { background-color: transparent; background-image: none; }#ANhEcMtV0ToFFXQAHwbW5a7IevcieKpX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANhEcMtV0ToFFXQAHwbW5a7IevcieKpX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANhEcMtV0ToFFXQAHwbW5a7IevcieKpX > .row .container > .video-iframe-container { display: none; }#ANhEcMtV0ToFFXQAHwbW5a7IevcieKpX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANhEcMtV0ToFFXQAHwbW5a7IevcieKpX > .row > .video-iframe-container { display: none; }#ANhEcMtV0ToFFXQAHwbW5a7IevcieKpX > .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); }#ANhEcMtV0ToFFXQAHwbW5a7IevcieKpX > .row .container { border-width: 0; border-radius: 0; }#ANhEcMtV0ToFFXQAHwbW5a7IevcieKpX > .row > .video-iframe-container {  }#ANhEcMtV0ToFFXQAHwbW5a7IevcieKpX > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#ThG9w3E8i2fiuuGKZzUyaLN4QuqRngZt { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fdda28;border-left:0.1875rem solid #fdda28;border-right:0.1875rem solid #fdda28;border-bottom:0.1875rem solid #fdda28;height:13.125rem;width:19.5rem;top:2.375rem;left:2.5625rem;display:block; }
#l2gkfkM03SauFUglP8gQ7XiSuDswbtwn { color:#070707;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:4.357421875rem;left:3.6875rem;height:8.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AN4aQXeIHnrpNLR2b69aIF4I5RuHw8kd { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:12.724609375rem;left:3.6875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cNNJQHXb3VLC2BxCqLsl2Vw82oouELid { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fdda28;border-left:0.1875rem solid #fdda28;border-right:0.1875rem solid #fdda28;border-bottom:0.1875rem solid #fdda28;height:13.125rem;width:19.5rem;top:2.375rem;left:27.5625rem;display:block; }
#cadW6ArppczFfDZT91DPzfyFmMOX9gwa { color:#070707;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:4.357421875rem;left:28.6875rem;height:8.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xm1fHG2Ga40eNrW2U5J7EMwuxoDvnt6z { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:12.724609375rem;left:28.6875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OZQhSJo2b3QmiPVtvTDT3ziGe4eTM05L { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fdda28;border-left:0.1875rem solid #fdda28;border-right:0.1875rem solid #fdda28;border-bottom:0.1875rem solid #fdda28;height:13.125rem;width:19.5rem;top:2.375rem;left:52.5625rem;display:block; }
#VyXILpfkp5LJ7N6o5gDEKDQ2xQvGA3BM { color:#070707;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:4.357421875rem;left:53.6875rem;height:8.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p84aCF6PNwrUPkcATiGZF2yxTtWnVNic { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:12.724609375rem;left:53.6875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uv9SxSiUdcqqdk4QMUT5u83tCINJr3Z4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:3.19140625rem;left:2.5625rem; }
#uKn0wXxOb0fuzvuT9p6RIq8VPkmVaATy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:10.81640625rem;left:17.8125rem; }
#undA0pq01Wa9xTFBZW1KT7SKOxwbXSPW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:3.19140625rem;left:27.5625rem; }
#h8IMToUHG9XTrLqohI2WDTRME3kFsIDt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:10.81640625rem;left:39.75rem; }
#KTh7nbldVvWCd2SP1tNwa6H6kWN6eedq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:3.19140625rem;left:52.5625rem; }
#r4SUfNAJozmKLJqiZmOlnSJAmqLZ83h9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:10.81640625rem;left:69.375rem; }
#lxUkO0beHCQ795mA5MfATzwvs0OXkO0t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lxUkO0beHCQ795mA5MfATzwvs0OXkO0t > .row .container { background-color: transparent; background-image: none; }#lxUkO0beHCQ795mA5MfATzwvs0OXkO0t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxUkO0beHCQ795mA5MfATzwvs0OXkO0t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxUkO0beHCQ795mA5MfATzwvs0OXkO0t > .row .container > .video-iframe-container { display: none; }#lxUkO0beHCQ795mA5MfATzwvs0OXkO0t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxUkO0beHCQ795mA5MfATzwvs0OXkO0t > .row > .video-iframe-container { display: none; }#lxUkO0beHCQ795mA5MfATzwvs0OXkO0t > .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); }#lxUkO0beHCQ795mA5MfATzwvs0OXkO0t > .row .container { border-width: 0; border-radius: 0; }#lxUkO0beHCQ795mA5MfATzwvs0OXkO0t > .row > .video-iframe-container {  }#lxUkO0beHCQ795mA5MfATzwvs0OXkO0t > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#ONooSokvsJlpgmCU8F6VUTeTGIykLOE2 { background-color:#ffd600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;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:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.5625rem;height:5.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.4062595367432rem;left:18.21875rem;display:block; }
#gneyTnuz5vgdwwwIyOdPcZZuwdoZMx6V { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#UbKCCg8JF2p4srpm5go70glhNSVirkDg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Kz0t5X4j/Healthy_Food_Choice.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg.adaptive-delivery-prevent-bg, #UbKCCg8JF2p4srpm5go70glhNSVirkDg.lazyload, #UbKCCg8JF2p4srpm5go70glhNSVirkDg.lazyloading { background-image: none; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { background-color: transparent; background-image: none; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container > .video-iframe-container { display: none; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row > .video-iframe-container { display: none; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .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); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { border-width: 0; border-radius: 0; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row > .video-iframe-container {  }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { font-size:0.875rem;font-family:"open sans";height:34.6875rem;width:75rem;position:relative;display:block; }#cndfKhzFD0pyGDriwJmpNuQ1EQsxq4H3 { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:1.625rem;left:9.75rem;height:6.325rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:9.38671875rem;left:9.75rem;height:;color:#faf2f2;font-style:normal;text-align:left;text-align-last:left;display:block; }#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio li:before{  }
#ktNtCeSqxnsn0N5bBXs2d7shVvLTaHo6 { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:26.75rem;left:9.75rem;height:4.3984375rem;color:#faf2f2;font-style:normal;text-align:left;text-align-last:left;display:block; }
#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DtdT0GMA/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ.adaptive-delivery-prevent-bg, #laCzDFiXsJTX61dVtwiAANHwnJoXyckQ.lazyload, #laCzDFiXsJTX61dVtwiAANHwnJoXyckQ.lazyloading { background-image: none; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container { background-color: transparent; background-image: none; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container > .video-iframe-container { display: none; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row > .video-iframe-container { display: none; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .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); }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container { border-width: 0; border-radius: 0; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row > .video-iframe-container {  }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container { font-size:0.875rem;font-family:arial;height:91.75rem;width:75rem;position:relative;display:block; }#n7DDqynOG1rf6bNVrwTazDl0JTXIu57T { display:block;width:58.5625rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:5.3367195129394rem;left:8.21875rem;height:3.1625rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVveQTwsI80GukuJpPUwTeVarDqVzbHo { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.96173286438rem;left:9.75rem;height:7.3125rem;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GQZ4ewfldORgcThFqXRznAdzQACLtkT7 { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:20.98673248291rem;left:9.75rem;height:14rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FxJtNJW9P9OEFD0yI0XSDa7gfmAmnWGV { background-color:#ffd600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;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:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.5625rem;height:5.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38.925020217896rem;left:18.21875rem;display:block; }
#Vr9xBbrBUdciP85AMZAckBQ0mGD9VKOt { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#uEg4mLDJ8mFGl51gkSenVvnJQEDHfkWz { display:block;width:58.5625rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:48.525001525879rem;left:8.21875rem;height:3.1625rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:54.125rem;left:9.75rem;height:;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }#fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l li:before{  }
#K9fWDPs4vGWG3KOIsGETxyzCQoosHHvz { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:64.836732864381rem;left:9.75rem;height:12rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WQznmIFVbc0yg239Lrc1qNRtyyDT48ok { background-color:#ffd600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;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:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:5.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:80.486721992494rem;left:25.000001907349rem;display:block; }
#ZKTbvk8UKZweaKc1rLPsSy0amSu3WSeJ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IThjDa9I/plain_image_no_txt.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1.adaptive-delivery-prevent-bg, #eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1.lazyload, #eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1.lazyloading { background-image: none; }#eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1 > .row .container { background-color: transparent; background-image: none; }#eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1 > .row .container > .video-iframe-container { display: none; }#eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1 > .row > .video-iframe-container { display: none; }#eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1 > .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); }#eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1 > .row .container { border-width: 0; border-radius: 0; }#eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1 > .row > .video-iframe-container {  }#eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#v2NseSUAQM2c6dZ2GH3U3ouuO6KvhAoI { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15033;line-height:.9;letter-spacing:0;top:4.375rem;left:0rem;height:2.5875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gtf5fyGozUi5h6OMn5LsW7dy1KhmCtTI { color:#faf2f2;display:block;width:46.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:10.1875rem;left:14.09375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PsAiTQMKZuxiCVZVGPFBMRQSztwBhrNd { z-index:15001;top:15.875rem;left:24.375rem;background-color:#ffd600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#070707;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#B3AZCM0gExrhFFUTMLbp34edtHfzPwqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hdMTpzaznxwF857HeRXKdHfSeumFvc0C { color:#faf2f2;display:block;width:59.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:24.75rem;left:7.90625rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PObeNzBdHwGbAFOMn1cQNFPslfCcCmJz { position:relative;display:block; }#PObeNzBdHwGbAFOMn1cQNFPslfCcCmJz { background-color: transparent; background-image: none; }#PObeNzBdHwGbAFOMn1cQNFPslfCcCmJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PObeNzBdHwGbAFOMn1cQNFPslfCcCmJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PObeNzBdHwGbAFOMn1cQNFPslfCcCmJz > .row .container > .video-iframe-container { display: none; }#PObeNzBdHwGbAFOMn1cQNFPslfCcCmJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PObeNzBdHwGbAFOMn1cQNFPslfCcCmJz > .row > .video-iframe-container { display: none; }#PObeNzBdHwGbAFOMn1cQNFPslfCcCmJz > .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); }#PObeNzBdHwGbAFOMn1cQNFPslfCcCmJz { border-width: 0; border-radius: 0; }#PObeNzBdHwGbAFOMn1cQNFPslfCcCmJz > .row .container > .video-iframe-container {  }#PObeNzBdHwGbAFOMn1cQNFPslfCcCmJz > .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:5.625rem;width:75rem;position:relative;display:block; }#ZTJ9g7qTinE48ubrPkpk0OXhfDTa9kcH { color:#1e1e1e;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15034;line-height:.9;letter-spacing:0;top:1.51953125rem;left:0rem;height:2.5875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p0rwofJBWLKP5qPLnbC6T65rVi0luyet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/51c2f60a-26bd-4df6-bfc5-62b1669800ee/FairbrotherJo_IMG_013.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet.adaptive-delivery-prevent-bg, #p0rwofJBWLKP5qPLnbC6T65rVi0luyet.lazyload, #p0rwofJBWLKP5qPLnbC6T65rVi0luyet.lazyloading { background-image: none; }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .row .container { background-color: transparent; background-image: none; }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .row .container > .video-iframe-container { display: none; }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .row > .video-iframe-container { display: none; }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .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); }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .row .container { border-width: 0; border-radius: 0; }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .row > .video-iframe-container {  }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .row .container { font-size:0.875rem;font-family:arial;height:67.875rem;width:75rem;position:relative;display:block; }#JICf8g2tIVe17ilbJ5Z22PF6sWkNzfO3 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffd600;border-left:0.125rem solid #ffd600;border-right:0.125rem solid #ffd600;border-bottom:0.125rem solid #ffd600;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:63.8125rem;width:22.125rem;top:2.625rem;left:42.062501907349rem;display:block; }
#ftp7a0gUMOUP2mpLqJus7VIc7XdUI7k5 { background-color:#ffd600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1e1e1e;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.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:4.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:61.625rem;left:42.406251907349rem;display:block; }
#gyRFEN3zcK3Lmq6cvfaBdmdJsTDs0xmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q5uH2ZzQnR60VM8VFEexWAhGBeUmOny0 { color:#68b6ff;display:block;width:19.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:29.3125rem;left:43.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#q5uH2ZzQnR60VM8VFEexWAhGBeUmOny0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q5uH2ZzQnR60VM8VFEexWAhGBeUmOny0 li:before{  }
#GeqN2REwlB0bR9iAzDJpdkwwAn61OgAD { color:#535353;display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:8.7685546875rem;left:43.3125rem;height:;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;font-style:normal;display:block; }
#uzW7opTpETpT40o0gTFor9riEhVN2sdf { color:#1e1e1e;display:block;width:2.5625rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.875rem;left:43.875rem;height:2.35625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Xd9bMTXQ3noQ0N8rPtT4ceLGyiikVPEm { color:#1e1e1e;display:block;width:7.875rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.345703125rem;left:45rem;height:3.4125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uJnSSlTQMHlowFgtVpqBGgk1UDVfnXdq { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:15.625rem;top:27.125rem;left:44.375rem;display:block; }
#fcJ7AxgEXmJRv1MxugSk5xGSZ7evaxlD { position:absolute;display:block;z-index:15010;background-color:#ffd600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.25rem;top:2.625rem;left:42.125rem;display:block; }
#D6XkXqNErm0mzhM0HRZqnsqeCsupyLoL { color:#1e1e1e;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:2.943359375rem;left:42.125rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kp8iTp520ZkcDzp7H27usXP5fPlIywwF { color:#1e1e1e;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.5625rem;left:42.3125rem;height:2.19375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dF4Xu32BesDfvVR0yDbhKFiB8JkLmRzg { color:#1e1e1e;display:block;width:2.5625rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.83203125rem;left:53.625rem;height:2.35625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AnodQkFPRN2TT3I53CIzC8ZSaGIUXbI6 { color:#1e1e1e;display:block;width:7.875rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.10546875rem;left:54.375rem;height:3.4125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#R64pmGTJxiSnRoKDKxHyKbAXSed26nlL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:20.2685546875rem;left:45.34375rem; }
#PRqfycOGIFirkm5bd1nZe7SMdlJVRnes { color:#1e1e1e;display:block;width:9.25rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:19.625rem;left:43.3125rem;height:2.19375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DTO3keVk2Hx4r5xQMBtabvBVl28XEkDr { color:#1e1e1e;display:block;width:10.25rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:19.78125rem;left:53rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aCiKcn3cCUiyfncgwCaTbtyGNMLvJNTs { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffd600;border-left:0.125rem solid #ffd600;border-right:0.125rem solid #ffd600;border-bottom:0.125rem solid #ffd600;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:61.125rem;width:22.125rem;top:2.625rem;left:42.0625rem;display:none; }
#wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK { position:relative;display:block; }#wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK { background-color: transparent; background-image: none; }#wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK > .row .container > .video-iframe-container { display: none; }#wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK > .row > .video-iframe-container { display: none; }#wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK > .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); }#wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK { border-width: 0; border-radius: 0; }#wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK > .row .container > .video-iframe-container {  }#wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK > .row .container.adaptive-delivery-prevent-bg, #wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK > .row .container.lazyload, #wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK > .row .container.lazyloading { background-image: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1e1e1e;background-image:none;position:relative;display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { background-color: transparent; background-image: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .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); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { border-width: 0; border-radius: 0; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container {  }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { font-size:0.875rem;font-family:"open sans";height:3.875rem;width:75rem;position:relative;display:block; }#soouDdfhivX513l2lDNEqlIT2suOqc2J { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3671875rem;left:23.625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMLkTTii7PVylQRS5I14El9VWQyXm8k6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:17.125rem;top:2.50390625rem;left:28.4072265625rem;overflow:hidden;display:block; }
#UeuTGhQ1c1WIAScxUoC1TKBCz6egMIIq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1e1e1e;background-image:none;position:relative;display:block; }#UeuTGhQ1c1WIAScxUoC1TKBCz6egMIIq > .row .container { background-color: transparent; background-image: none; }#UeuTGhQ1c1WIAScxUoC1TKBCz6egMIIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeuTGhQ1c1WIAScxUoC1TKBCz6egMIIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeuTGhQ1c1WIAScxUoC1TKBCz6egMIIq > .row .container > .video-iframe-container { display: none; }#UeuTGhQ1c1WIAScxUoC1TKBCz6egMIIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeuTGhQ1c1WIAScxUoC1TKBCz6egMIIq > .row > .video-iframe-container { display: none; }#UeuTGhQ1c1WIAScxUoC1TKBCz6egMIIq > .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); }#UeuTGhQ1c1WIAScxUoC1TKBCz6egMIIq > .row .container { border-width: 0; border-radius: 0; }#UeuTGhQ1c1WIAScxUoC1TKBCz6egMIIq > .row > .video-iframe-container {  }#UeuTGhQ1c1WIAScxUoC1TKBCz6egMIIq > .row .container { font-size:0.875rem;font-family:"open sans";height:6.5625rem;width:75rem;position:relative;display:block; }#p6fPSQyQqUs2DtIpOLO7QhAiRWeqXx36 { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.806640625rem;left:23.75rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2rDDs0qM0CPuZFIvpxaPVq3aWMLyXR { display:block; }#Tv2rDDs0qM0CPuZFIvpxaPVq3aWMLyXR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:47.75rem;height:9.3125rem;top:5.8125rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:47.75rem;height:6.0625rem;top:18rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:25rem;height:5.1875rem;top:36.3125rem;left:10.35781288147rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt .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; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt .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; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt { display:flex;width:18rem;height:5.0625rem;top:27.6875rem;left:14.18593788147rem; }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #ztNsFVwTgO6t3psgpTTH0UuV26I3pZLP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #asH5PCf0yQQUemLObhSgedSDSnGgyDFs {  }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #T56WzayoSrTZ2LgdUPgu1FgfIngMykQU {  }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #AvKmrAe6d15yhwK6KbNpseXzvGAeSAVG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #fZc8aoCZ2RNcnBomF7hskq0xiieX0P4y {  }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #dG32s2JE6W0w4SegW8qQAc3mKPIfXpo1 {  }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #NlPkfWkqv66NgLq2ABCKOdaArTIS05m1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #d1ipucI1uMCqsgqBKhg12sIxESBdWOqe {  }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #TQEkEENTmKUnoSNGcNX1IxD9MopIKmMA {  }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #lD0B8T33GPJayPelpT9AiREcRpuUTAEs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #K0bAZsqeVI2gNdCG1fomQ7ZuerP12M4b {  }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #FbekSb532gQLGR7rTPusf804H9xLATry {  }
 }@media only screen and (max-width: 763px) { #u2X1NbUbeSTUL6yGTmZ5ANUID5S7Mo05 { width:47.75rem;height:7.3125rem;top:19.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T { display:block; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmfGTraBFF6T6yy8ClfFG0bfvgxpfsCB { width:47.75rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTuu0tTGFZR2oT0oz72hWkX7yv4BTks1 { display:block; }#DTuu0tTGFZR2oT0oz72hWkX7yv4BTks1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKNy7CpryyBoTIwe0O0FO9htsamxPVwb { width:19.5rem;height:13.125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCIwToqhWCABlVx5mm2q3n1hHUg3iR5n { width:17.625rem;height:5.5625rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5p3yBH1fwHZWSLMqRphRZ2cBDO9zCa6 { width:17.625rem;height:1.75rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCeC9xsxL6shLcweaJ8BUtEJWKDraUaP { width:19.5rem;height:13.125rem;top:2.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1lsce8idl14L9Xwmg2X9H4uOQ27nM5h { width:17.625rem;height:6.9375rem;top:4.3125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVGPNFAGNAqrSIse3gER4gfZCrxs3Oko { width:17.625rem;height:1.75rem;top:12.6875rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkwQ2vxibfTyWfhleF5gRNETKftKE9rp { width:19.5rem;height:13.125rem;top:2.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRbgG5neaLl6aSyk0cmITwoIUxPw2wvg { width:17.625rem;height:6.9375rem;top:4.3125rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3O7qSbmbfTEvGbFtp8mTkUAcJuVx2X0 { width:17.625rem;height:1.75rem;top:12.6875rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE3RsAnaverspX1L3peOJR6IMCc04Osn { top:3.5625rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #znb0qyWBiPDOT3ynKi7auXFGZilqssaQ { top:9.375rem;left:42.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk4SLZtQN9d2a1TGQrVwyBdPpSz9Kf5L { top:3.5625rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImNwgqOzLbJFIVhuBEwOlyTnGdmv3hyn { top:9.375rem;left:29.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM6uPRmu0AgiGR50pEL9JrHIPqh26vog { top:3.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ57dn016gvFU8XF8URbnv8WmhhqoJu8 { top:8.375rem;left:13.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH { display:block; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlUi0fm1GZlCg5IaTSfP1lyyb9iGQtUH { width:47.75rem;height:9.4375rem;top:4.125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCfc7BSMR9ag85gOtNztcUlSlcLv9u8N { width:47.75rem;height:6rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwDZ0BztqVNUTM8cADBzza0TfgS0azVX { width:47.75rem;height:2.25rem;top:24.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM { width:47.75rem;height:;top:29.8125rem;left:0rem;font-size:1.25rem;display:block; }#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM li:before{  }
 }@media only screen and (max-width: 763px) { #C6P1qcgFxw55zzA1uFeq1NvOkKMMoMNT { width:47.75rem;height:2.25rem;top:47.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twfpLB19RMc1Pf34J8SFukKRQ2Luqcmm { width:47.75rem;height:6rem;top:51.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 { display:block; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyClBMClwL7QKnCIz1INxLhkFp1xyQTZ { width:47.75rem;height:6.3125rem;top:3.6875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiGIpZ2uqNvJR4g7lBecDL8Z6idJKce9 { top:11.9375rem;left:0rem;width:47.75rem;height:26.776774969916rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEykTHcWOwE1eQuexRNuV0PRBaNHtQ4a { width:25rem;height:5.1875rem;top:64.5rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDepNpliiZWpatn3xRsK4uGzTeNOvHVP { display:block; }
 }@media only screen and (max-width: 763px) { #xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx { width:47.75rem;height:6rem;top:56.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9KbueewXeBVvRtfeFTeFRElElUIzMLK { width:47.75rem;height:8.125rem;top:47.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ { display:block; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiUI8IuPHeydStzqm6Rb2ukAClhnXgED { width:47.75rem;height:3.125rem;top:5.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq { width:47.75rem;height:;top:11.1875rem;left:0rem;font-size:1.25rem;display:block; }#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq li:before{  }
 }@media only screen and (max-width: 763px) { #aQbkq7Mv65nI3ePA6LpHzfRZXQxiRRTf { width:47.75rem;height:4rem;top:52.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5HfRNJTRni6m2xnNEhNnqEmqURhIvFC { width:47.75rem;height:2.5625rem;top:58.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9goUhZHPZTZezJUcAcD7nHzs0RrChvw { width:47.75rem;height:4rem;top:63.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh .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; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh .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; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh { display:flex;width:18rem;height:5.0625rem;top:41.0625rem;left:15.203126907349rem; }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #wo8kgkw0dR0MbD8eUJCmsoU8vMvstiHM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #AQyPuyG2bRVZ6zXy41OxotgD5mCTwoao {  }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #k1ymrWKa6TMJhCyutzt5dTDy6x28Nqh8 {  }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #Js4tukTvP86NJiODrLqv31PEv2EzhgLA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #Tiv9tV93o31s1zaLMHvGfIrlvCWDbcM3 {  }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #K51tT5cm2TSvIU7Jn8QTRURsBDETlSW4 {  }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #IcfQ4TaVDCxPEaaypimaIEiaBWfx46Us { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #nwIKd8HWn112PpTyeNV30LTbn6yiCx43 {  }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #XNwtUL6L9Ksx0MTXCgkNQQbwOMtg83kb {  }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #vAvWBLhsJSyye2gQLDK8VyEUv503qQpA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #W1ydZ1gKMiCXUsrx9eTRpBLwisvWqyAA {  }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #ylFa47dotkSX2tCmeKTokgLOAkALOq8p {  }
 }@media only screen and (max-width: 763px) { #LH7TGm33p1dzQDtNUOgo82RnxybHLobS { width:25rem;height:5.1875rem;top:75.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z55EgbL7Uq784KaLZdIZFkVholC0utiJ { display:block; }
 }@media only screen and (max-width: 763px) { #KWiXGQZwMORJV7gL6VVNOl1HaTnpxIZX { top:29.0625rem;left:14rem;width:33.75rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blOilXxePLupAFHTUFTrwJgUVsqb2Qdw { top:26.75rem;left:5.47265625rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6neccBucf21ICqysmdlOESJ3CO9C9La { top:37.625rem;left:0rem;width:19.6875rem;height:12.1875rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld { display:block; }#l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPNemhHt5Twn8R3xDGI1DnN8TlQKTDec { width:47.75rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANhEcMtV0ToFFXQAHwbW5a7IevcieKpX { display:block; }#ANhEcMtV0ToFFXQAHwbW5a7IevcieKpX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThG9w3E8i2fiuuGKZzUyaLN4QuqRngZt { width:19.5rem;height:13.125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2gkfkM03SauFUglP8gQ7XiSuDswbtwn { width:17.625rem;height:8.375rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN4aQXeIHnrpNLR2b69aIF4I5RuHw8kd { width:17.625rem;height:1.75rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNNJQHXb3VLC2BxCqLsl2Vw82oouELid { width:19.5rem;height:13.125rem;top:2.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cadW6ArppczFfDZT91DPzfyFmMOX9gwa { width:17.625rem;height:8.375rem;top:4.3125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm1fHG2Ga40eNrW2U5J7EMwuxoDvnt6z { width:17.625rem;height:1.75rem;top:12.6875rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZQhSJo2b3QmiPVtvTDT3ziGe4eTM05L { width:19.5rem;height:13.125rem;top:2.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyXILpfkp5LJ7N6o5gDEKDQ2xQvGA3BM { width:17.625rem;height:8.375rem;top:4.3125rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p84aCF6PNwrUPkcATiGZF2yxTtWnVNic { width:17.625rem;height:1.75rem;top:12.6875rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv9SxSiUdcqqdk4QMUT5u83tCINJr3Z4 { top:3.1875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKn0wXxOb0fuzvuT9p6RIq8VPkmVaATy { top:10.8125rem;left:13.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #undA0pq01Wa9xTFBZW1KT7SKOxwbXSPW { top:3.1875rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8IMToUHG9XTrLqohI2WDTRME3kFsIDt { top:10.8125rem;left:26.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTh7nbldVvWCd2SP1tNwa6H6kWN6eedq { top:3.1875rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4SUfNAJozmKLJqiZmOlnSJAmqLZ83h9 { top:10.8125rem;left:45.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxUkO0beHCQ795mA5MfATzwvs0OXkO0t { display:block; }#lxUkO0beHCQ795mA5MfATzwvs0OXkO0t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONooSokvsJlpgmCU8F6VUTeTGIykLOE2 { width:38.5625rem;height:5.1875rem;top:4.375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gneyTnuz5vgdwwwIyOdPcZZuwdoZMx6V { display:block; }
 }@media only screen and (max-width: 763px) { #UbKCCg8JF2p4srpm5go70glhNSVirkDg { display:block; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cndfKhzFD0pyGDriwJmpNuQ1EQsxq4H3 { width:47.75rem;height:6.3125rem;top:1.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio { width:47.75rem;height:;top:9.375rem;left:0rem;font-size:1.4375rem;display:block; }#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio li:before{  }
 }@media only screen and (max-width: 763px) { #ktNtCeSqxnsn0N5bBXs2d7shVvLTaHo6 { width:47.75rem;height:4.375rem;top:26.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laCzDFiXsJTX61dVtwiAANHwnJoXyckQ { display:block; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7DDqynOG1rf6bNVrwTazDl0JTXIu57T { width:47.75rem;height:3.125rem;top:5.3125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVveQTwsI80GukuJpPUwTeVarDqVzbHo { width:47.75rem;height:7.3125rem;top:10.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQZ4ewfldORgcThFqXRznAdzQACLtkT7 { width:47.75rem;height:14rem;top:20.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxJtNJW9P9OEFD0yI0XSDa7gfmAmnWGV { width:38.5625rem;height:5.1875rem;top:38.875rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr9xBbrBUdciP85AMZAckBQ0mGD9VKOt { display:block; }
 }@media only screen and (max-width: 763px) { #uEg4mLDJ8mFGl51gkSenVvnJQEDHfkWz { width:47.75rem;height:3.125rem;top:48.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l { width:47.75rem;height:;top:54.125rem;left:0rem;font-size:1.25rem;display:block; }#fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l li:before{  }
 }@media only screen and (max-width: 763px) { #K9fWDPs4vGWG3KOIsGETxyzCQoosHHvz { width:47.75rem;height:12rem;top:64.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQznmIFVbc0yg239Lrc1qNRtyyDT48ok { width:25rem;height:5.1875rem;top:80.4375rem;left:11.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTbvk8UKZweaKc1rLPsSy0amSu3WSeJ { display:block; }
 }@media only screen and (max-width: 763px) { #eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1 { display:block; }#eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2NseSUAQM2c6dZ2GH3U3ouuO6KvhAoI { width:47.75rem;height:2.5625rem;top:4.375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtf5fyGozUi5h6OMn5LsW7dy1KhmCtTI { width:46.8125rem;height:3.25rem;top:10.1875rem;left:0.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsAiTQMKZuxiCVZVGPFBMRQSztwBhrNd { top:15.875rem;left:10.75rem;width:24.5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3AZCM0gExrhFFUTMLbp34edtHfzPwqo { display:block; }
 }@media only screen and (max-width: 763px) { #hdMTpzaznxwF857HeRXKdHfSeumFvc0C { width:47.75rem;height:8.125rem;top:24.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PObeNzBdHwGbAFOMn1cQNFPslfCcCmJz { display:block; }#PObeNzBdHwGbAFOMn1cQNFPslfCcCmJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTJ9g7qTinE48ubrPkpk0OXhfDTa9kcH { width:47.75rem;height:2.5625rem;top:1.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0rwofJBWLKP5qPLnbC6T65rVi0luyet { display:block; }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JICf8g2tIVe17ilbJ5Z22PF6sWkNzfO3 { top:2.625rem;left:23.875rem;width:22.125rem;height:63.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftp7a0gUMOUP2mpLqJus7VIc7XdUI7k5 { width:21.6875rem;height:4.4375rem;top:61.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyRFEN3zcK3Lmq6cvfaBdmdJsTDs0xmL { display:block; }
 }@media only screen and (max-width: 763px) { #q5uH2ZzQnR60VM8VFEexWAhGBeUmOny0 { width:19.875rem;height:;top:29.3125rem;left:23.875rem;font-size:0.9375rem;display:block; }#q5uH2ZzQnR60VM8VFEexWAhGBeUmOny0 li:before{  }
 }@media only screen and (max-width: 763px) { #GeqN2REwlB0bR9iAzDJpdkwwAn61OgAD { width:19.6875rem;height:;top:8.75rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzW7opTpETpT40o0gTFor9riEhVN2sdf { width:2.5625rem;height:2.3125rem;top:22.875rem;left:23.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd9bMTXQ3noQ0N8rPtT4ceLGyiikVPEm { width:7.875rem;height:3.375rem;top:22.3125rem;left:24.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJnSSlTQMHlowFgtVpqBGgk1UDVfnXdq { top:27.125rem;left:23.9375rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcJ7AxgEXmJRv1MxugSk5xGSZ7evaxlD { width:22.25rem;height:2.3125rem;top:2.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6XkXqNErm0mzhM0HRZqnsqeCsupyLoL { width:22.25rem;height:1.8125rem;top:2.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp8iTp520ZkcDzp7H27usXP5fPlIywwF { width:22.1875rem;height:2.1875rem;top:5.5625rem;left:23.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF4Xu32BesDfvVR0yDbhKFiB8JkLmRzg { width:2.5625rem;height:2.3125rem;top:24.8125rem;left:33.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnodQkFPRN2TT3I53CIzC8ZSaGIUXbI6 { width:7.875rem;height:3.375rem;top:24.0625rem;left:33.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R64pmGTJxiSnRoKDKxHyKbAXSed26nlL { top:20.25rem;left:24.90625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRqfycOGIFirkm5bd1nZe7SMdlJVRnes { width:9.25rem;height:2.1875rem;top:19.625rem;left:23.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTO3keVk2Hx4r5xQMBtabvBVl28XEkDr { width:10.25rem;height:;top:19.75rem;left:32.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCiKcn3cCUiyfncgwCaTbtyGNMLvJNTs { top:2.625rem;left:23.875rem;width:22.125rem;height:61.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK { display:block; }#wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soouDdfhivX513l2lDNEqlIT2suOqc2J { top:1.3125rem;left:10rem;width:28.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMLkTTii7PVylQRS5I14El9VWQyXm8k6 { top:2.5rem;left:14.7822265625rem;width:17.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeuTGhQ1c1WIAScxUoC1TKBCz6egMIIq { display:block; }#UeuTGhQ1c1WIAScxUoC1TKBCz6egMIIq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6fPSQyQqUs2DtIpOLO7QhAiRWeqXx36 { top:0.75rem;left:10.125rem;width:28.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2rDDs0qM0CPuZFIvpxaPVq3aWMLyXR { display:block; }#Tv2rDDs0qM0CPuZFIvpxaPVq3aWMLyXR > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e7c94cc1-ef77-4980-b89d-0b142bdae6a2/Feature_Thumbnail.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.26); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.26); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:20rem;height:6.6rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:20rem;height:5.85rem;top:11.550000190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:16.5625rem;height:3.125rem;top:31.6630859375rem;left:1.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt .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; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt .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; }
#Lgv2sl5RrcooFV53nktQiMNA04ePEHEt { display:flex;width:18rem;height:5.0625rem;top:23.3994140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #ztNsFVwTgO6t3psgpTTH0UuV26I3pZLP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #asH5PCf0yQQUemLObhSgedSDSnGgyDFs {  }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #T56WzayoSrTZ2LgdUPgu1FgfIngMykQU {  }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #AvKmrAe6d15yhwK6KbNpseXzvGAeSAVG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #fZc8aoCZ2RNcnBomF7hskq0xiieX0P4y {  }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #dG32s2JE6W0w4SegW8qQAc3mKPIfXpo1 {  }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #NlPkfWkqv66NgLq2ABCKOdaArTIS05m1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #d1ipucI1uMCqsgqBKhg12sIxESBdWOqe {  }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #TQEkEENTmKUnoSNGcNX1IxD9MopIKmMA {  }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #lD0B8T33GPJayPelpT9AiREcRpuUTAEs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #K0bAZsqeVI2gNdCG1fomQ7ZuerP12M4b {  }
 }@media only screen and (max-width: 763px) { #Lgv2sl5RrcooFV53nktQiMNA04ePEHEt #FbekSb532gQLGR7rTPusf804H9xLATry {  }
 }@media only screen and (max-width: 763px) { #u2X1NbUbeSTUL6yGTmZ5ANUID5S7Mo05 { width:20rem;height:7.8rem;top:14.1123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T { display:block; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmfGTraBFF6T6yy8ClfFG0bfvgxpfsCB { width:20rem;height:2.925rem;top:1.6312503814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTuu0tTGFZR2oT0oz72hWkX7yv4BTks1 { display:block; }#DTuu0tTGFZR2oT0oz72hWkX7yv4BTks1 > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKNy7CpryyBoTIwe0O0FO9htsamxPVwb { width:19.5rem;height:13.125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCIwToqhWCABlVx5mm2q3n1hHUg3iR5n { width:17.625rem;height:8rem;top:2.6875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5p3yBH1fwHZWSLMqRphRZ2cBDO9zCa6 { width:17.625rem;height:1.6rem;top:11.8125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCeC9xsxL6shLcweaJ8BUtEJWKDraUaP { width:19.5rem;height:13.125rem;top:16.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1lsce8idl14L9Xwmg2X9H4uOQ27nM5h { width:17.625rem;height:9.6rem;top:18.451171875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVGPNFAGNAqrSIse3gER4gfZCrxs3Oko { width:17.625rem;height:1.6rem;top:28.4619140625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkwQ2vxibfTyWfhleF5gRNETKftKE9rp { width:19.5rem;height:13.125rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRbgG5neaLl6aSyk0cmITwoIUxPw2wvg { width:17.625rem;height:8rem;top:32.125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3O7qSbmbfTEvGbFtp8mTkUAcJuVx2X0 { width:17.625rem;height:1.6rem;top:41.1875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE3RsAnaverspX1L3peOJR6IMCc04Osn { width:2rem;height:2rem;top:8.748046875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znb0qyWBiPDOT3ynKi7auXFGZilqssaQ { width:2rem;height:2rem;top:38.185546875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk4SLZtQN9d2a1TGQrVwyBdPpSz9Kf5L { width:2rem;height:2rem;top:17.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImNwgqOzLbJFIVhuBEwOlyTnGdmv3hyn { width:2rem;height:2rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM6uPRmu0AgiGR50pEL9JrHIPqh26vog { width:2rem;height:2rem;top:26.1103515625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ57dn016gvFU8XF8URbnv8WmhhqoJu8 { width:2rem;height:2rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH { display:block; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { width:20rem;height:98.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlUi0fm1GZlCg5IaTSfP1lyyb9iGQtUH { width:20rem;height:11rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCfc7BSMR9ag85gOtNztcUlSlcLv9u8N { width:20rem;height:14rem;top:15.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwDZ0BztqVNUTM8cADBzza0TfgS0azVX { width:20rem;height:6.825rem;top:32.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM { width:20rem;height:35.25rem;top:40.825rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM li:before{  }
 }@media only screen and (max-width: 763px) { #C6P1qcgFxw55zzA1uFeq1NvOkKMMoMNT { width:20rem;height:4.55rem;top:77.325rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twfpLB19RMc1Pf34J8SFukKRQ2Luqcmm { width:20rem;height:14rem;top:83.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 { display:block; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyClBMClwL7QKnCIz1INxLhkFp1xyQTZ { width:20rem;height:6.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiGIpZ2uqNvJR4g7lBecDL8Z6idJKce9 { height:11.215403128761rem;width:20rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEykTHcWOwE1eQuexRNuV0PRBaNHtQ4a { width:19rem;height:5.1875rem;top:51.25rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDepNpliiZWpatn3xRsK4uGzTeNOvHVP { display:block; }
 }@media only screen and (max-width: 763px) { #xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx { width:20rem;height:18rem;top:31.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9KbueewXeBVvRtfeFTeFRElElUIzMLK { width:20rem;height:10.4rem;top:21.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ { display:block; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { width:20rem;height:110.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiUI8IuPHeydStzqm6Rb2ukAClhnXgED { width:20rem;height:4.4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq { width:20rem;height:39.5625rem;top:7.5234375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq li:before{  }
 }@media only screen and (max-width: 763px) { #aQbkq7Mv65nI3ePA6LpHzfRZXQxiRRTf { width:20rem;height:8rem;top:69.475000381469rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5HfRNJTRni6m2xnNEhNnqEmqURhIvFC { width:20rem;height:1.4625rem;top:81.836719512938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9goUhZHPZTZezJUcAcD7nHzs0RrChvw { width:20rem;height:8rem;top:86.049219131469rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh .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; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh .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; }
#hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh { display:flex;width:18rem;height:5.0625rem;top:96.549221038819rem;left:0.453125rem; }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #wo8kgkw0dR0MbD8eUJCmsoU8vMvstiHM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #AQyPuyG2bRVZ6zXy41OxotgD5mCTwoao {  }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #k1ymrWKa6TMJhCyutzt5dTDy6x28Nqh8 {  }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #Js4tukTvP86NJiODrLqv31PEv2EzhgLA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #Tiv9tV93o31s1zaLMHvGfIrlvCWDbcM3 {  }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #K51tT5cm2TSvIU7Jn8QTRURsBDETlSW4 {  }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #IcfQ4TaVDCxPEaaypimaIEiaBWfx46Us { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #nwIKd8HWn112PpTyeNV30LTbn6yiCx43 {  }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #XNwtUL6L9Ksx0MTXCgkNQQbwOMtg83kb {  }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #vAvWBLhsJSyye2gQLDK8VyEUv503qQpA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #W1ydZ1gKMiCXUsrx9eTRpBLwisvWqyAA {  }
 }@media only screen and (max-width: 763px) { #hXxGEg0bgf7GXT3CRpMFKm2h52oVVQMh #ylFa47dotkSX2tCmeKTokgLOAkALOq8p {  }
 }@media only screen and (max-width: 763px) { #LH7TGm33p1dzQDtNUOgo82RnxybHLobS { width:19rem;height:5.1875rem;top:103.93828201294rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z55EgbL7Uq784KaLZdIZFkVholC0utiJ { display:block; }
 }@media only screen and (max-width: 763px) { #KWiXGQZwMORJV7gL6VVNOl1HaTnpxIZX { width:20rem;height:12.92575rem;top:54.263282775879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blOilXxePLupAFHTUFTrwJgUVsqb2Qdw { width:7rem;height:7rem;top:48.113283157349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6neccBucf21ICqysmdlOESJ3CO9C9La { width:12.9375rem;height:5.2rem;top:49.850801467896rem;left:7.0624998807906rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld { display:block; }#l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPNemhHt5Twn8R3xDGI1DnN8TlQKTDec { width:20rem;height:2.925rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANhEcMtV0ToFFXQAHwbW5a7IevcieKpX { display:block; }#ANhEcMtV0ToFFXQAHwbW5a7IevcieKpX > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThG9w3E8i2fiuuGKZzUyaLN4QuqRngZt { width:19.5rem;height:13.125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2gkfkM03SauFUglP8gQ7XiSuDswbtwn { width:17.625rem;height:11.2rem;top:2.4013671875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN4aQXeIHnrpNLR2b69aIF4I5RuHw8kd { width:17.625rem;height:1.6rem;top:13.2119140625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNNJQHXb3VLC2BxCqLsl2Vw82oouELid { width:19.5rem;height:13.125rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cadW6ArppczFfDZT91DPzfyFmMOX9gwa { width:17.625rem;height:9.6rem;top:17.0625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm1fHG2Ga40eNrW2U5J7EMwuxoDvnt6z { width:17.625rem;height:1.6rem;top:27.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZQhSJo2b3QmiPVtvTDT3ziGe4eTM05L { width:19.5rem;height:13.125rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyXILpfkp5LJ7N6o5gDEKDQ2xQvGA3BM { width:17.625rem;height:11.2rem;top:31.125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p84aCF6PNwrUPkcATiGZF2yxTtWnVNic { width:17.625rem;height:1.6rem;top:42.5244140625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv9SxSiUdcqqdk4QMUT5u83tCINJr3Z4 { width:2rem;height:2rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKn0wXxOb0fuzvuT9p6RIq8VPkmVaATy { width:2rem;height:2rem;top:40.3837890625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #undA0pq01Wa9xTFBZW1KT7SKOxwbXSPW { width:2rem;height:2rem;top:24.7216796875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8IMToUHG9XTrLqohI2WDTRME3kFsIDt { width:2rem;height:2rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTh7nbldVvWCd2SP1tNwa6H6kWN6eedq { width:2rem;height:2rem;top:11.66015625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4SUfNAJozmKLJqiZmOlnSJAmqLZ83h9 { width:2rem;height:2rem;top:15.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxUkO0beHCQ795mA5MfATzwvs0OXkO0t { display:block; }#lxUkO0beHCQ795mA5MfATzwvs0OXkO0t > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONooSokvsJlpgmCU8F6VUTeTGIykLOE2 { width:19rem;height:5.1875rem;top:1.25rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gneyTnuz5vgdwwwIyOdPcZZuwdoZMx6V { display:block; }
 }@media only screen and (max-width: 763px) { #UbKCCg8JF2p4srpm5go70glhNSVirkDg { display:block; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cndfKhzFD0pyGDriwJmpNuQ1EQsxq4H3 { width:20rem;height:6.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio { width:20rem;height:28.625rem;top:7.8466796875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio li:before{  }
 }@media only screen and (max-width: 763px) { #ktNtCeSqxnsn0N5bBXs2d7shVvLTaHo6 { width:20rem;height:8rem;top:39.6494140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #laCzDFiXsJTX61dVtwiAANHwnJoXyckQ { display:block; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container { width:20rem;height:123.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7DDqynOG1rf6bNVrwTazDl0JTXIu57T { width:20rem;height:6.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVveQTwsI80GukuJpPUwTeVarDqVzbHo { width:20rem;height:19.5rem;top:9.1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQZ4ewfldORgcThFqXRznAdzQACLtkT7 { width:20rem;height:26rem;top:29.85rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxJtNJW9P9OEFD0yI0XSDa7gfmAmnWGV { width:19.4375rem;height:5rem;top:59.287109375rem;left:-0.45138888888889rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr9xBbrBUdciP85AMZAckBQ0mGD9VKOt { display:block; }
 }@media only screen and (max-width: 763px) { #uEg4mLDJ8mFGl51gkSenVvnJQEDHfkWz { width:20rem;height:4.4rem;top:67.037109375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l { width:20rem;height:20.625rem;top:72.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l li:before{  }
 }@media only screen and (max-width: 763px) { #K9fWDPs4vGWG3KOIsGETxyzCQoosHHvz { width:20rem;height:22rem;top:95rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQznmIFVbc0yg239Lrc1qNRtyyDT48ok { width:19rem;height:5.1875rem;top:117.5625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTbvk8UKZweaKc1rLPsSy0amSu3WSeJ { display:block; }
 }@media only screen and (max-width: 763px) { #eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1 { display:block; }#eH7gaAgkwf5B5f1LVvwtliStcGCdUJl1 > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2NseSUAQM2c6dZ2GH3U3ouuO6KvhAoI { width:20rem;height:6.6rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gtf5fyGozUi5h6OMn5LsW7dy1KhmCtTI { width:20rem;height:4.3875rem;top:12.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsAiTQMKZuxiCVZVGPFBMRQSztwBhrNd { top:18.71875rem;left:0rem;width:20rem;height:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3AZCM0gExrhFFUTMLbp34edtHfzPwqo { display:block; }
 }@media only screen and (max-width: 763px) { #hdMTpzaznxwF857HeRXKdHfSeumFvc0C { width:20rem;height:19.0125rem;top:24.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PObeNzBdHwGbAFOMn1cQNFPslfCcCmJz { display:block; }#PObeNzBdHwGbAFOMn1cQNFPslfCcCmJz > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTJ9g7qTinE48ubrPkpk0OXhfDTa9kcH { width:20rem;height:6.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #p0rwofJBWLKP5qPLnbC6T65rVi0luyet { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/80705c63-29f6-4472-a170-0160e3552b74/FairbrotherJo_IMG_011.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet.adaptive-delivery-prevent-bg, #p0rwofJBWLKP5qPLnbC6T65rVi0luyet.lazyload, #p0rwofJBWLKP5qPLnbC6T65rVi0luyet.lazyloading { background-image: none; }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .row .container { background-color: transparent; background-image: none; }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .row .container > .video-iframe-container { display: none; }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .row > .video-iframe-container { display: none; }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .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); }#p0rwofJBWLKP5qPLnbC6T65rVi0luyet > .row .container { width:20rem;height:92.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JICf8g2tIVe17ilbJ5Z22PF6sWkNzfO3 { width:19.75rem;height:30.5625rem;top:0rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #ftp7a0gUMOUP2mpLqJus7VIc7XdUI7k5 { width:17.625rem;height:4.0625rem;top:25.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyRFEN3zcK3Lmq6cvfaBdmdJsTDs0xmL { display:block; }
 }@media only screen and (max-width: 763px) { #q5uH2ZzQnR60VM8VFEexWAhGBeUmOny0 { width:17.3125rem;height:33.9375rem;top:53.689453125rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;color:#48abff;display:block; }#q5uH2ZzQnR60VM8VFEexWAhGBeUmOny0 li:before{  }
 }@media only screen and (max-width: 763px) { #GeqN2REwlB0bR9iAzDJpdkwwAn61OgAD { width:17.3125rem;height:11.8125rem;top:4.6943359375rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #uzW7opTpETpT40o0gTFor9riEhVN2sdf { width:2.5625rem;height:2.35625rem;top:20.970703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Xd9bMTXQ3noQ0N8rPtT4ceLGyiikVPEm { width:7.875rem;height:2.6rem;top:20.970703125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #uJnSSlTQMHlowFgtVpqBGgk1UDVfnXdq { width:15.625rem;height:0.125rem;top:24.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcJ7AxgEXmJRv1MxugSk5xGSZ7evaxlD { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6XkXqNErm0mzhM0HRZqnsqeCsupyLoL { width:20rem;height:1.8rem;top:0.255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #kp8iTp520ZkcDzp7H27usXP5fPlIywwF { width:20rem;height:2.19375rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dF4Xu32BesDfvVR0yDbhKFiB8JkLmRzg { width:2.5625rem;height:2.35625rem;top:20.970703125rem;left:11.5rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #AnodQkFPRN2TT3I53CIzC8ZSaGIUXbI6 { width:7.875rem;height:2.6rem;top:20.970703125rem;left:12.125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #R64pmGTJxiSnRoKDKxHyKbAXSed26nlL { width:7.1875rem;height:7.1875rem;top:18.625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRqfycOGIFirkm5bd1nZe7SMdlJVRnes { width:9.25rem;height:1.86875rem;top:18.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DTO3keVk2Hx4r5xQMBtabvBVl28XEkDr { width:10.25rem;height:1.86875rem;top:18.25rem;left:8.46875rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #aCiKcn3cCUiyfncgwCaTbtyGNMLvJNTs { width:19.75rem;height:35.25rem;top:53.407836914062rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK { display:block; }#wcrv4cifuoSuRbKdpbUbDtaqVJrV18NK > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soouDdfhivX513l2lDNEqlIT2suOqc2J { width:12.5rem;height:2.275rem;top:1.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMLkTTii7PVylQRS5I14El9VWQyXm8k6 { width:17.125rem;height:6.6875rem;top:3.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeuTGhQ1c1WIAScxUoC1TKBCz6egMIIq { display:block; }#UeuTGhQ1c1WIAScxUoC1TKBCz6egMIIq > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6fPSQyQqUs2DtIpOLO7QhAiRWeqXx36 { width:12.5rem;height:1.1375rem;top:1.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }