.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:#088beb;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:transparent;background-image:url("https://images.assets-landingi.com/uc/1f2422bb-7398-4fc8-a2ec-0a93bec0798e/BackPainSolutionDesktopWallPaper.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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.6); }#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.6); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#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:49.6875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:17.6875rem;left:12.65625rem;height:5.2rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { background-color:#088beb;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.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:#07ac51;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 {  }
#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2f4a0444-b9d3-4bea-90de-72bb95427850/CopyofSplashImage4.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.09765625rem;left:9.75rem;height:9.4875rem;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.03515625rem;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:26.25rem;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:31.66015625rem;left:9.75rem;height:;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/uc/8b288ef2-3ed5-471a-bddd-da0c1f035023/BackPainSolutionDesktopWallPaper1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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(0,0,0,0.6); }#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(0,0,0,0.6); }#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:67.875rem;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.325rem;color:#ffffff;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:30.25rem;width:53.875rem;top:11.973437786102rem;left:10.5625rem;display:block; }
#hEykTHcWOwE1eQuexRNuV0PRBaNHtQ4a { background-color:#07ac51;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.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:56.5rem;left:25rem;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:48.125rem;left:9.75rem;height:6rem;color:#ffffff;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:2rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:43.5625rem;left:8.75rem;height:2.6rem;color:#ffffff;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/uc/2f4a0444-b9d3-4bea-90de-72bb95427850/CopyofSplashImage4.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:60.9375rem;width:75rem;position:relative;display:block; }#fiUI8IuPHeydStzqm6Rb2ukAClhnXgED { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.7734375rem;left:8.75rem;height:2.81875rem;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:10.3994140625rem;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:24.275000005961rem;left:9.75rem;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:31.562494277954rem;left:8.75rem;height:2.6rem;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:34.66250038147rem;left:9.75rem;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:#2597eb;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.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:41.10000038147rem;left:28.828126907349rem;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:#07ac51;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.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:49.53750038147rem;left:25.000001907349rem;display:block; }
#z55EgbL7Uq784KaLZdIZFkVholC0utiJ { display:block;position:relative;top:50%;width:100%;z-index:15000;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; }
#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row .container { background-color: transparent; background-image: none; }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row .container > .video-iframe-container { display: none; }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row > .video-iframe-container { display: none; }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .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); }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row .container { border-width: 0; border-radius: 0; }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row > .video-iframe-container {  }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#rIR3RcXogT1NayxHOUqK9QUrcb088CXS { 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 #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:13.125rem;width:19.5rem;top:5.625rem;left:2.75rem;display:block; }
#tOUzKGhnI8FC0L2M00RxKpLvUIIBH9tX { color:#585858;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:9.3125rem;left:3.875rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EyavEW3f9k7SQdkETl8qPtwC66CaUtdd { box-sizing:content-box;color:#333333;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:3.875rem;left:11.125rem;display:block; }
#f3VfdOh1cTcsmMEVCKr5Op8w4baEaMAM { 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:15.625rem;left:3.875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xqeudWkv71Z8cLEs2T78BJxHdWacaEuk { position:absolute;display:block;z-index:15015;background-color:#e4e4e4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:5.375rem;width:5.375rem;top:2.75rem;left:10rem;display:block; }
#bhov0pux745nkFFK9VMGkunva9sdrICU { 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 #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:13.125rem;width:19.5rem;top:5.75rem;left:27.5625rem;display:block; }
#TbQdfUzdv4LoWU829GZMWgiv1LlT4Qzn { color:#585858;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:9.4375rem;left:28.6875rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mb4iLLtO1tuqvhtlU83gTPWtD2h2MzxD { box-sizing:content-box;color:#333333;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:4rem;left:35.9375rem;display:block; }
#NBd3fzzw4Pp2wH2pGhKWhTPXQ324lTdb { position:absolute;display:block;z-index:15020;background-color:#e4e4e4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:5.375rem;width:5.375rem;top:2.875rem;left:34.8125rem;display:block; }
#Cg8nhP4XLKmRJr1BhiK247NTecF6Q44D { 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:15.8125rem;left:28.6875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fU05Enb2kq5dFkFADCwkPfXcOrU1szuh { 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 #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;height:13.125rem;width:19.5rem;top:5.9375rem;left:52.75rem;display:block; }
#A62meIkHQp3HMSeAUczsZZnsCXHn13TW { color:#585858;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:9.625rem;left:53.875rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nCGwBQhlhXT06D1EbTDKKIu2Fo7I18ty { box-sizing:content-box;color:#333333;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:4.1875rem;left:61.125rem;display:block; }
#xRJ5x6qNikW38FSzeaFdSmnNenJCzVIh { position:absolute;display:block;z-index:15025;background-color:#e4e4e4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:5.375rem;width:5.375rem;top:3.0625rem;left:60rem;display:block; }
#hevXOURHiW3xGmG22fSQ7BzkOaQAJVz1 { 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:16rem;left:53.875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#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:#07ac51;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.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/uc/2f4a0444-b9d3-4bea-90de-72bb95427850/CopyofSplashImage4.png");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); }#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); }#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:37.6875rem;width:75rem;position:relative;display:block; }#cndfKhzFD0pyGDriwJmpNuQ1EQsxq4H3 { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:5rem;left:8rem;height:3.025rem;color:#000000;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.25rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:12.375rem;left:9.75rem;height:;color:#000000;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.25rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:27rem;left:9.75rem;height:4rem;color:#000000;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/uc/2f4a0444-b9d3-4bea-90de-72bb95427850/CopyofSplashImage4.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:4.7109375rem;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.3984375rem;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:21.486328125rem;left:9.75rem;height:14rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FxJtNJW9P9OEFD0yI0XSDa7gfmAmnWGV { background-color:#07ac51;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.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.7109375rem;left:9.75rem;height:12rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WQznmIFVbc0yg239Lrc1qNRtyyDT48ok { background-color:#07ac51;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9374375rem;height:5.187325rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:80.611238479612rem;left:22.530628204346rem;display:block; }
#ZKTbvk8UKZweaKc1rLPsSy0amSu3WSeJ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f2422bb-7398-4fc8-a2ec-0a93bec0798e/BackPainSolutionDesktopWallPaper.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2.adaptive-delivery-prevent-bg, #ub73zcGTXbPHTK9VLN59Upy8XUemz2k2.lazyload, #ub73zcGTXbPHTK9VLN59Upy8XUemz2k2.lazyloading { background-image: none; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container { background-color: transparent; background-image: none; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container > .video-iframe-container { display: none; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row > .video-iframe-container { display: none; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .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); }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container { border-width: 0; border-radius: 0; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row > .video-iframe-container {  }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#vo7Iu7PLscmzzIp2WX1OcKuu57dci3r4 { 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:10.9375rem;left:0rem;height:2.5875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRbbbTLy1rlAXXK6OtsSJO7aTdkQ2CT6 { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.375rem;top:7rem;left:30.3125rem;display:block; }
#rvAJ8tD23Qfkb5pKcSFIe3cD9dxKFGWH { color:#ffffff;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:15.25rem;left:14.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUmfrbPRR8czcrrKJfXxV4tPqIRQid35 { background-color:#07ac51;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9366875rem;height:5.18671875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.1875rem;left:22.5625rem;display:block; }
#KlM5Cgld2o7QFFdsMf4iNlF6LleRDMpL { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 { position:relative;display:block; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 { background-color: transparent; background-image: none; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container > .video-iframe-container { display: none; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row > .video-iframe-container { display: none; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .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); }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 { border-width: 0; border-radius: 0; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container > .video-iframe-container {  }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .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:37.375rem;width:75rem;position:relative;display:block; }#X4ka4XG4GDPFPoshSiUuHTBZOJUZS17d { position:absolute;display:block;z-index:15006;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.5) ;height:26.375rem;width:17.5625rem;top:5.4375rem;left:9.9375rem;overflow:hidden;display:block; }
#ZizCUJAhm1dx6SUysADwMxrZal5lkqtr { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.25rem;left:30.875rem;height:6.175rem;font-style:normal;display:block; }
#ZfsoZurTCwh7fWg0pVuyLeR4SqMxwooJ { color:rgba(0,0,0,0.7);display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.875;letter-spacing:0;top:15.125rem;left:30.875rem;height:15rem;font-style:normal;display:block; }
#Kqhfl8mvcQoKmsAnHnTW0ych6nHgi1To { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#Kqhfl8mvcQoKmsAnHnTW0ych6nHgi1To > .row .container { background-color: transparent; background-image: none; }#Kqhfl8mvcQoKmsAnHnTW0ych6nHgi1To::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqhfl8mvcQoKmsAnHnTW0ych6nHgi1To > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqhfl8mvcQoKmsAnHnTW0ych6nHgi1To > .row .container > .video-iframe-container { display: none; }#Kqhfl8mvcQoKmsAnHnTW0ych6nHgi1To > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqhfl8mvcQoKmsAnHnTW0ych6nHgi1To > .row > .video-iframe-container { display: none; }#Kqhfl8mvcQoKmsAnHnTW0ych6nHgi1To > .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); }#Kqhfl8mvcQoKmsAnHnTW0ych6nHgi1To > .row .container { border-width: 0; border-radius: 0; }#Kqhfl8mvcQoKmsAnHnTW0ych6nHgi1To > .row > .video-iframe-container {  }#Kqhfl8mvcQoKmsAnHnTW0ych6nHgi1To > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#uUhkvw5nN0R5H81CulTeVaTq8yElrds5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:10.3125rem;top:0.1875rem;left:32.3125rem;overflow:hidden;display:block; }
#uy2DQnVgkMqoJ4RSQWTnEntOf6yvtBpo { color:#000000;display:block;width:6.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:31.375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#xX5tVaAxZyB0siCNDVDW8HxqZu6MMc5v { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:39.125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#UnkiZGRFdoThC7TGuDi2zSHtlac1J4as { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;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:12.5rem;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.3679695129394rem;left:31.250001907349rem;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:5.1875rem;top:17.6875rem;left:0rem;font-size:1.125rem;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) { #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.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCfc7BSMR9ag85gOtNztcUlSlcLv9u8N { width:47.75rem;height:6rem;top:16rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwDZ0BztqVNUTM8cADBzza0TfgS0azVX { width:47.75rem;height:2.25rem;top:26.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM { width:47.75rem;height:;top:31.625rem;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.81090487239rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEykTHcWOwE1eQuexRNuV0PRBaNHtQ4a { width:25rem;height:5.1875rem;top:56.5rem;left:11.375rem;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:48.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9KbueewXeBVvRtfeFTeFRElElUIzMLK { width:47.75rem;height:2.5625rem;top:43.5rem;left:0rem;font-size:1.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:2.8125rem;top:3.75rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq { width:47.75rem;height:;top:10.375rem;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:24.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5HfRNJTRni6m2xnNEhNnqEmqURhIvFC { width:47.75rem;height:2.5625rem;top:31.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9goUhZHPZTZezJUcAcD7nHzs0RrChvw { width:47.75rem;height:4rem;top:34.625rem;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:49.5rem;left:11.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #z55EgbL7Uq784KaLZdIZFkVholC0utiJ { 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) { #KuzDJfiz8GoylK34tMEfvMzcElAyLMoC { display:block; }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIR3RcXogT1NayxHOUqK9QUrcb088CXS { width:19.5rem;height:13.125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOUzKGhnI8FC0L2M00RxKpLvUIIBH9tX { width:17.625rem;height:5.5625rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyavEW3f9k7SQdkETl8qPtwC66CaUtdd { top:3.875rem;left:6.5625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3VfdOh1cTcsmMEVCKr5Op8w4baEaMAM { width:17.625rem;height:1.75rem;top:15.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqeudWkv71Z8cLEs2T78BJxHdWacaEuk { top:2.75rem;left:5.4375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhov0pux745nkFFK9VMGkunva9sdrICU { width:19.5rem;height:13.125rem;top:5.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbQdfUzdv4LoWU829GZMWgiv1LlT4Qzn { width:17.625rem;height:5.5625rem;top:9.4375rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb4iLLtO1tuqvhtlU83gTPWtD2h2MzxD { top:4rem;left:22.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBd3fzzw4Pp2wH2pGhKWhTPXQ324lTdb { top:2.875rem;left:21.125rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg8nhP4XLKmRJr1BhiK247NTecF6Q44D { width:17.625rem;height:1.75rem;top:15.8125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU05Enb2kq5dFkFADCwkPfXcOrU1szuh { width:19.5rem;height:13.125rem;top:5.9375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A62meIkHQp3HMSeAUczsZZnsCXHn13TW { width:17.625rem;height:5.5625rem;top:9.625rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCGwBQhlhXT06D1EbTDKKIu2Fo7I18ty { top:4.1875rem;left:38.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRJ5x6qNikW38FSzeaFdSmnNenJCzVIh { top:3.0625rem;left:37.1875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hevXOURHiW3xGmG22fSQ7BzkOaQAJVz1 { width:17.625rem;height:1.75rem;top:16rem;left:30rem;font-size:1rem;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:3rem;top:5rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio { width:47.75rem;height:;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio li:before{  }
 }@media only screen and (max-width: 763px) { #ktNtCeSqxnsn0N5bBXs2d7shVvLTaHo6 { width:47.75rem;height:4rem;top:27rem;left:0rem;font-size:1.25rem;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:4.6875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVveQTwsI80GukuJpPUwTeVarDqVzbHo { width:47.75rem;height:7.3125rem;top:10.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQZ4ewfldORgcThFqXRznAdzQACLtkT7 { width:47.75rem;height:14rem;top:21.4375rem;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.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQznmIFVbc0yg239Lrc1qNRtyyDT48ok { width:29.875rem;height:5.125rem;top:80.5625rem;left:8.9056282043456rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTbvk8UKZweaKc1rLPsSy0amSu3WSeJ { display:block; }
 }@media only screen and (max-width: 763px) { #ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 { display:block; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vo7Iu7PLscmzzIp2WX1OcKuu57dci3r4 { width:47.75rem;height:2.5625rem;top:10.9375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRbbbTLy1rlAXXK6OtsSJO7aTdkQ2CT6 { width:14.375rem;height:0.125rem;top:7rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvAJ8tD23Qfkb5pKcSFIe3cD9dxKFGWH { width:46.8125rem;height:1.625rem;top:15.25rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUmfrbPRR8czcrrKJfXxV4tPqIRQid35 { width:29.875rem;height:5.125rem;top:20.1875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlM5Cgld2o7QFFdsMf4iNlF6LleRDMpL { display:block; }
 }@media only screen and (max-width: 763px) { #Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 { display:block; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4ka4XG4GDPFPoshSiUuHTBZOJUZS17d { top:5.4375rem;left:0rem;width:17.5625rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZizCUJAhm1dx6SUysADwMxrZal5lkqtr { width:27.5625rem;height:6.125rem;top:7.25rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfsoZurTCwh7fWg0pVuyLeR4SqMxwooJ { width:34.1875rem;height:15rem;top:15.125rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqhfl8mvcQoKmsAnHnTW0ych6nHgi1To { display:block; }#Kqhfl8mvcQoKmsAnHnTW0ych6nHgi1To > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUhkvw5nN0R5H81CulTeVaTq8yElrds5 { top:0.1875rem;left:18.6875rem;width:10.3125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy2DQnVgkMqoJ4RSQWTnEntOf6yvtBpo { top:7.3125rem;left:17.75rem;width:6.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX5tVaAxZyB0siCNDVDW8HxqZu6MMc5v { top:7.3125rem;left:25.5rem;width:4.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnkiZGRFdoThC7TGuDi2zSHtlac1J4as { top:10.875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:0.75rem;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:17.625001907349rem;width:12.5rem;height:1.125rem;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/1f2422bb-7398-4fc8-a2ec-0a93bec0798e/BackPainSolutionDesktopWallPaper.png");background-position:center !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(0,0,0,0.6); }#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.6); }#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:33.8125rem;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:4.3875rem;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:16rem;height:3.125rem;top:26.788282394409rem;left:2.0000001192093rem;font-size:1rem;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:19.21249961853rem;left:0.453125rem; }
 }@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) { #BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH { display:block; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { width:20rem;height:102.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlUi0fm1GZlCg5IaTSfP1lyyb9iGQtUH { width:20rem;height:9.96875rem;top:1.3125123977661rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCfc7BSMR9ag85gOtNztcUlSlcLv9u8N { width:20rem;height:18rem;top:15.062501192093rem;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:36.749996900559rem;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:29.25rem;top:45.011720657349rem;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:78.136723518369rem;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:84.18750190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f2422bb-7398-4fc8-a2ec-0a93bec0798e/BackPainSolutionDesktopWallPaper.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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(0,0,0,0.6); }#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(0,0,0,0.6); }#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 { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyClBMClwL7QKnCIz1INxLhkFp1xyQTZ { width:20rem;height:8.8rem;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.2295rem;width:20rem;top:12.1591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEykTHcWOwE1eQuexRNuV0PRBaNHtQ4a { width:19rem;height:5.1875rem;top:47.747669696808rem;left:0.5rem;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:14rem;top:29.81093788147rem;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:2.925rem;top:25.513671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ { display:block; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { width:20rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiUI8IuPHeydStzqm6Rb2ukAClhnXgED { width:20rem;height:4.4rem;top:1.3749866485596rem;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:33.25rem;top:7.2742195129394rem;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:42.024210929871rem;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:2.925rem;top:51.75rem;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:54.6875rem;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:64.4375rem;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:72.625rem;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) { #l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld { display:block; }#l5MLlzJOeCxb0aNUNOJrNJ0hLEvC9Sld > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPNemhHt5Twn8R3xDGI1DnN8TlQKTDec { width:20rem;height:2.925rem;top:1.7234382629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuzDJfiz8GoylK34tMEfvMzcElAyLMoC { display:block; }#KuzDJfiz8GoylK34tMEfvMzcElAyLMoC > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIR3RcXogT1NayxHOUqK9QUrcb088CXS { width:19.5rem;height:13.125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOUzKGhnI8FC0L2M00RxKpLvUIIBH9tX { width:17.625rem;height:6.4rem;top:4.9375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyavEW3f9k7SQdkETl8qPtwC66CaUtdd { width:3.125rem;height:3.125rem;top:17.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3VfdOh1cTcsmMEVCKr5Op8w4baEaMAM { width:17.625rem;height:1.6rem;top:11.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqeudWkv71Z8cLEs2T78BJxHdWacaEuk { width:5.375rem;height:5.375rem;top:16rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhov0pux745nkFFK9VMGkunva9sdrICU { width:19.5rem;height:13.125rem;top:22.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbQdfUzdv4LoWU829GZMWgiv1LlT4Qzn { width:17.625rem;height:6.4rem;top:26.3125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb4iLLtO1tuqvhtlU83gTPWtD2h2MzxD { width:3.125rem;height:3.125rem;top:38.5rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBd3fzzw4Pp2wH2pGhKWhTPXQ324lTdb { width:5.375rem;height:5.375rem;top:37.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg8nhP4XLKmRJr1BhiK247NTecF6Q44D { width:17.625rem;height:1.6rem;top:32.6875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU05Enb2kq5dFkFADCwkPfXcOrU1szuh { width:19.5rem;height:13.125rem;top:44rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A62meIkHQp3HMSeAUczsZZnsCXHn13TW { width:17.625rem;height:6.4rem;top:47.6875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCGwBQhlhXT06D1EbTDKKIu2Fo7I18ty { width:3.125rem;height:3.125rem;top:59.875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRJ5x6qNikW38FSzeaFdSmnNenJCzVIh { width:5.375rem;height:5.375rem;top:58.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hevXOURHiW3xGmG22fSQ7BzkOaQAJVz1 { width:17.625rem;height:1.6rem;top:54.0625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxUkO0beHCQ795mA5MfATzwvs0OXkO0t { display:block; }#lxUkO0beHCQ795mA5MfATzwvs0OXkO0t > .row .container { width:20rem;height:8.125rem;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.0625rem;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.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cndfKhzFD0pyGDriwJmpNuQ1EQsxq4H3 { 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) { #XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio { width:20rem;height:28.9375rem;top:8.9374866485594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio li:before{  }
 }@media only screen and (max-width: 763px) { #ktNtCeSqxnsn0N5bBXs2d7shVvLTaHo6 { width:20rem;height:8rem;top:39.087512016296rem;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:116.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7DDqynOG1rf6bNVrwTazDl0JTXIu57T { 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) { #oVveQTwsI80GukuJpPUwTeVarDqVzbHo { width:20rem;height:12.375rem;top:9.1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQZ4ewfldORgcThFqXRznAdzQACLtkT7 { width:20rem;height:26rem;top:23.037498474121rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxJtNJW9P9OEFD0yI0XSDa7gfmAmnWGV { width:19rem;height:5.1875rem;top:51.162499427796rem;left:0.5rem;font-size:1rem;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:58.175001144409rem;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:16.625rem;top:64.437500953675rem;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:24rem;top:82.37500190735rem;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:108.43750095367rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTbvk8UKZweaKc1rLPsSy0amSu3WSeJ { display:block; }
 }@media only screen and (max-width: 763px) { #ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 { display:block; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vo7Iu7PLscmzzIp2WX1OcKuu57dci3r4 { width:20rem;height:4.4rem;top:5.0624642372131rem;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) { #aRbbbTLy1rlAXXK6OtsSJO7aTdkQ2CT6 { width:5.625rem;height:0.125rem;top:2.4375rem;left:7.1874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvAJ8tD23Qfkb5pKcSFIe3cD9dxKFGWH { width:20rem;height:2.4375rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUmfrbPRR8czcrrKJfXxV4tPqIRQid35 { width:15.8125rem;height:4.1875rem;top:15.312500476837rem;left:2.0937501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlM5Cgld2o7QFFdsMf4iNlF6LleRDMpL { display:block; }
 }@media only screen and (max-width: 763px) { #Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 { display:block; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4ka4XG4GDPFPoshSiUuHTBZOJUZS17d { width:17.5625rem;height:26.375rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZizCUJAhm1dx6SUysADwMxrZal5lkqtr { width:20rem;height:4.55rem;top:29rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfsoZurTCwh7fWg0pVuyLeR4SqMxwooJ { width:20rem;height:18rem;top:34.8rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqhfl8mvcQoKmsAnHnTW0ych6nHgi1To { display:block; }#Kqhfl8mvcQoKmsAnHnTW0ych6nHgi1To > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUhkvw5nN0R5H81CulTeVaTq8yElrds5 { width:9.4375rem;height:6.5625rem;top:0rem;left:5.2812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy2DQnVgkMqoJ4RSQWTnEntOf6yvtBpo { width:6.125rem;height:1.1375rem;top:5.9375rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX5tVaAxZyB0siCNDVDW8HxqZu6MMc5v { width:4.6875rem;height:1.1375rem;top:8.325rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnkiZGRFdoThC7TGuDi2zSHtlac1J4as { width:18.75rem;height:15.6rem;top:10.7125rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soouDdfhivX513l2lDNEqlIT2suOqc2J { width:12.5rem;height:1.1375rem;top:1.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }