.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/H7wP2O27/bg_01.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB.adaptive-delivery-prevent-bg, #Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB.lazyload, #Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB.lazyloading { background-image: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { background-color: transparent; background-image: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container > .video-iframe-container { display: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row > .video-iframe-container { display: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .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); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { border-width: 0; border-radius: 0; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row > .video-iframe-container {  }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:60rem;position:relative;display:block; }#Fe0gIgMBiDzFkScDJovJpI0PaMbfsAHK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:35.1875rem;width:33.3125rem;position:absolute;display:block;z-index:14999;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#gNLfnWpmgJTShMr4JrTEHyXBrMrrDGyG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e7c2d18-4424-421c-9ef2-96e3e6db7f58/TotalBodyCleanUpChallengeGuide_Page_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:20.375rem;width:15.25rem;position:absolute;display:block;z-index:15007;top:8.25rem;left:2.125rem;display:block; }#gNLfnWpmgJTShMr4JrTEHyXBrMrrDGyG.adaptive-delivery-prevent-bg, #gNLfnWpmgJTShMr4JrTEHyXBrMrrDGyG.lazyload, #gNLfnWpmgJTShMr4JrTEHyXBrMrrDGyG.lazyloading { background-image: none; }
#E38zJaLO2gRRMtvuXvrfS6OuXxZRLpd3 { display:block;width:36.125rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:23.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:block; }
#UtKZn9TrQpa6vKnpsKNusquxvGnw8gZS { display:block;width:30.25rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17rem;left:29.75rem;height:9.099625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:block; }
#ET8Z9BaVo8Sa071MB4bgbBxKkUoIChKO { z-index:15000;top:27.625rem;left:48.3125rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #7a0b83;border-left:0.1875rem solid #7a0b83;border-right:0.1875rem solid #7a0b83;border-bottom:0.1875rem solid #7a0b83;box-sizing:border-box;color:#25231b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.6875rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t7oVg78b5l8vGIPFliwxWr4ZoSZFp72P { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#dylFcO1ICgTTAwT06rN7wmX7RI2i40EO { display:block;width:25.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.8125rem;left:3.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#zfp6Im5hvnSdTIH99QIEVoIooK0JrJtr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.75rem;width:3rem;position:absolute;display:block;z-index:15005;top:34.1875rem;left:0rem;overflow:hidden;display:block; }
#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(122,11,131,0.5);background-image:none;position:relative;display:block; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { background-color: transparent; background-image: none; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container > .video-iframe-container { display: none; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row > .video-iframe-container { display: none; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .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); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { border-width: 0; border-radius: 0; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row > .video-iframe-container {  }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#qiDw2n5UF4cvy3Iu8ol16SHLHRDT7UOZ { display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:3.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(122,11,131,0.5);background-image:none;position:relative;display:block; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { background-color: transparent; background-image: none; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container > .video-iframe-container { display: none; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row > .video-iframe-container { display: none; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .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); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { border-width: 0; border-radius: 0; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row > .video-iframe-container {  }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#CII7gUplLw4AtLyVE4s80xO22Uotgoeq { display:block;width:20.125rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:11.625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ncSNgB9TsaB1cBZJa68Ro3HFfohFx7iN { display:block;width:20.125rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:11.625rem;left:19.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PDJyOxBmpbM3iVV4xdpzqvngm1SCCVIq { display:block;width:20rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:11.625rem;left:40rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gLT1uL1mGSeOPzWzGN3vfTZbTkzCVUVA { display:block;width:20.125rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23.25rem;left:10.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WncCURUTiCT07PlUhnXMoxHBRWzTzMRW { display:block;width:20.125rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:23.25rem;left:30.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RrImHvH8xTTAMiEtczG6nkPv0drlLv4W { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#7a0b83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15025;top:4.625rem;left:7.125rem;display:block; }
#dIT9coEKw0dgbpqUUn9E6AnKzPTM5kin { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#7a0b83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15027;top:4.625rem;left:27.0625rem;display:block; }
#CsPAoSwxOTuMSLAtldBgSi8SGFx9LIif { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#7a0b83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15029;top:4.625rem;left:47.0625rem;display:block; }
#ktpua1qcf0dU9MAwFuv7LuW9J1ru5v3I { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#7a0b83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15031;top:16.375rem;left:17.375rem;display:block; }
#gTWgLyQCxCBV68QDmWwgwOUPAHH7qmKs { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#7a0b83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15033;top:16.375rem;left:37.4375rem;display:block; }
#XBkPxE9OwRRcGgCrndpRcBr6002zgzhq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:6.03125rem;left:8.5rem; }
#GgUNZI4bPudcH4MXLOUQyZr9cJnKZZ4Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:6.03125rem;left:28.4375rem; }
#aQ85ZqkeWearzP6JzQghlP5BPoM1G12F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:6.03125rem;left:48.4375rem; }
#zNhKmvml29I1TaAS9sCtPDglc3p7Jdsh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:17.78125rem;left:18.75rem; }
#ZxqlTo515dQUwakBuerBPqBvrvELFPIp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:17.78125rem;left:38.8125rem; }
#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f0d4;background-image:none;position:relative;display:block; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container { background-color: transparent; background-image: none; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container > .video-iframe-container { display: none; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row > .video-iframe-container { display: none; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .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); }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container { border-width: 0; border-radius: 0; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row > .video-iframe-container {  }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#aWPtFMRBr3oqM3kJWc3DPdsQwWPMQ50h { display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:3.25rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f0d4;background-image:none;position:relative;display:block; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container { background-color: transparent; background-image: none; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container > .video-iframe-container { display: none; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row > .video-iframe-container { display: none; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .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); }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container { border-width: 0; border-radius: 0; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row > .video-iframe-container {  }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:60rem;position:relative;display:block; }#TFVSR8MH742mBm01xU5ACU6LbbSGxiOO { display:block;width:33.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#W0M4xCaINfA1bzmqVFk7nwTA2Dpmk8re { display:block;width:33.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:4.1875rem;left:0rem;height:23.0976875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#BnuKNIV1XQnTrqmgyekKTF0USa68oDh3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PDjcIqXV/CARLAB.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:17.0625rem;width:17.0625rem;position:absolute;display:block;z-index:15019;top:4.1875rem;left:39.375rem;display:block; }#BnuKNIV1XQnTrqmgyekKTF0USa68oDh3.adaptive-delivery-prevent-bg, #BnuKNIV1XQnTrqmgyekKTF0USa68oDh3.lazyload, #BnuKNIV1XQnTrqmgyekKTF0USa68oDh3.lazyloading { background-image: none; }
#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8O2ecc2n/bg_05.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND.adaptive-delivery-prevent-bg, #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND.lazyload, #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND.lazyloading { background-image: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { background-color: transparent; background-image: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .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); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { border-width: 0; border-radius: 0; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container {  }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#E1LbgMEDEoA7ItG31dKT6clwTtEeXtfJ { z-index:15001;top:18rem;left:48.3125rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #7a0b83;border-left:0.1875rem solid #7a0b83;border-right:0.1875rem solid #7a0b83;border-bottom:0.1875rem solid #7a0b83;box-sizing:border-box;color:#25231b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.6875rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cBUlKTUJEzDOokmz8Z5KrxNEBIGDXalL { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#gLfIlaJ2EoFTnlECgSBL0J1KKOQWWtmZ { display:block;width:35.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.375rem;left:24.4375rem;height:11.3745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:block; }
#TVCdeQ5iK68zPwI5fns7VWMlFw9pEnpx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1e7c2d18-4424-421c-9ef2-96e3e6db7f58/TotalBodyCleanUpChallengeGuide_Page_01.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;height:20.25rem;width:15.1875rem;position:absolute;display:block;z-index:15024;top:5.6875rem;left:4.8125rem;display:block; }#TVCdeQ5iK68zPwI5fns7VWMlFw9pEnpx.adaptive-delivery-prevent-bg, #TVCdeQ5iK68zPwI5fns7VWMlFw9pEnpx.lazyload, #TVCdeQ5iK68zPwI5fns7VWMlFw9pEnpx.lazyloading { background-image: none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB { display:block; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe0gIgMBiDzFkScDJovJpI0PaMbfsAHK { width:23.875rem;height:25.174015009381rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNLfnWpmgJTShMr4JrTEHyXBrMrrDGyG { width:10.875rem;height:14.625rem;top:6.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E38zJaLO2gRRMtvuXvrfS6OuXxZRLpd3 { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtKZn9TrQpa6vKnpsKNusquxvGnw8gZS { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8Z9BaVo8Sa071MB4bgbBxKkUoIChKO { top:31.1875rem;left:35.4375rem;width:11.5625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7oVg78b5l8vGIPFliwxWr4ZoSZFp72P { display:block; }
 }@media only screen and (max-width: 763px) { #dylFcO1ICgTTAwT06rN7wmX7RI2i40EO { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfp6Im5hvnSdTIH99QIEVoIooK0JrJtr { width:2.9375rem;height:2.75rem;top:31.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb { display:block; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qiDw2n5UF4cvy3Iu8ol16SHLHRDT7UOZ { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq { display:block; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CII7gUplLw4AtLyVE4s80xO22Uotgoeq { width:15.9375rem;height:3.4375rem;top:8.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncSNgB9TsaB1cBZJa68Ro3HFfohFx7iN { width:15.9375rem;height:1.75rem;top:8.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJyOxBmpbM3iVV4xdpzqvngm1SCCVIq { width:15.9375rem;height:3.4375rem;top:8.375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLT1uL1mGSeOPzWzGN3vfTZbTkzCVUVA { width:15.9375rem;height:3.4375rem;top:19.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WncCURUTiCT07PlUhnXMoxHBRWzTzMRW { width:15.9375rem;height:3.4375rem;top:19.6875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrImHvH8xTTAMiEtczG6nkPv0drlLv4W { width:5.9375rem;height:5.9375rem;top:1.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIT9coEKw0dgbpqUUn9E6AnKzPTM5kin { width:5.9375rem;height:5.9375rem;top:1.875rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsPAoSwxOTuMSLAtldBgSi8SGFx9LIif { width:5.9375rem;height:5.9375rem;top:1.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktpua1qcf0dU9MAwFuv7LuW9J1ru5v3I { width:5.9375rem;height:5.9375rem;top:13.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTWgLyQCxCBV68QDmWwgwOUPAHH7qmKs { width:5.9375rem;height:5.9375rem;top:13.125rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBkPxE9OwRRcGgCrndpRcBr6002zgzhq { width:3.125rem;height:3.125rem;top:6rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgUNZI4bPudcH4MXLOUQyZr9cJnKZZ4Q { width:3.125rem;height:3.125rem;top:6rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ85ZqkeWearzP6JzQghlP5BPoM1G12F { width:3.125rem;height:3.125rem;top:6rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNhKmvml29I1TaAS9sCtPDglc3p7Jdsh { width:3.125rem;height:3.125rem;top:17.75rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxqlTo515dQUwakBuerBPqBvrvELFPIp { width:3.125rem;height:3.125rem;top:17.75rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN { display:block; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWPtFMRBr3oqM3kJWc3DPdsQwWPMQ50h { width:46.1875rem;height:3.6875rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 { display:block; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container { width:47.75rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFVSR8MH742mBm01xU5ACU6LbbSGxiOO { width:23.875rem;height:2.25rem;top:0.9375rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0M4xCaINfA1bzmqVFk7nwTA2Dpmk8re { width:28.875rem;height:9.375rem;top:4.1875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnuKNIV1XQnTrqmgyekKTF0USa68oDh3 { width:17.0625rem;height:17.0625rem;top:4.1875rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND { background-color:#ffffff;background-image:none;display:block; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { background-color: transparent; background-image: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .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); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1LbgMEDEoA7ItG31dKT6clwTtEeXtfJ { top:15.5625rem;left:35.5rem;width:11.6875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBUlKTUJEzDOokmz8Z5KrxNEBIGDXalL { display:block; }
 }@media only screen and (max-width: 763px) { #gLfIlaJ2EoFTnlECgSBL0J1KKOQWWtmZ { width:23.875rem;height:9.0625rem;top:5.125rem;left:23.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVCdeQ5iK68zPwI5fns7VWMlFw9pEnpx { width:15.1875rem;height:20.25rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB { display:block; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe0gIgMBiDzFkScDJovJpI0PaMbfsAHK { width:20rem;height:21.088180112571rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNLfnWpmgJTShMr4JrTEHyXBrMrrDGyG { width:9.0625rem;height:12.125rem;top:15.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E38zJaLO2gRRMtvuXvrfS6OuXxZRLpd3 { width:19.1875rem;height:6.8246875rem;top:0.6875rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtKZn9TrQpa6vKnpsKNusquxvGnw8gZS { width:19rem;height:6.5rem;top:7.5107421875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8Z9BaVo8Sa071MB4bgbBxKkUoIChKO { top:36.0625rem;left:4.21875rem;width:11.5625rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7oVg78b5l8vGIPFliwxWr4ZoSZFp72P { display:block; }
 }@media only screen and (max-width: 763px) { #dylFcO1ICgTTAwT06rN7wmX7RI2i40EO { width:16.5625rem;height:4.875rem;top:30.25rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfp6Im5hvnSdTIH99QIEVoIooK0JrJtr { width:2.1875rem;height:2.125rem;top:30.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb { display:block; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qiDw2n5UF4cvy3Iu8ol16SHLHRDT7UOZ { width:19.3125rem;height:4.19921875rem;top:2.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq { display:block; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CII7gUplLw4AtLyVE4s80xO22Uotgoeq { width:15.9375rem;height:4.875rem;top:7.4375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncSNgB9TsaB1cBZJa68Ro3HFfohFx7iN { width:15.9375rem;height:3.25rem;top:19.25rem;left:2rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJyOxBmpbM3iVV4xdpzqvngm1SCCVIq { width:15.9375rem;height:3.25rem;top:30.375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLT1uL1mGSeOPzWzGN3vfTZbTkzCVUVA { width:15.9375rem;height:4.875rem;top:42.625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WncCURUTiCT07PlUhnXMoxHBRWzTzMRW { width:15.9375rem;height:3.25rem;top:54rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrImHvH8xTTAMiEtczG6nkPv0drlLv4W { width:5.9375rem;height:5.9375rem;top:1rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIT9coEKw0dgbpqUUn9E6AnKzPTM5kin { width:5.9375rem;height:5.9375rem;top:12.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsPAoSwxOTuMSLAtldBgSi8SGFx9LIif { width:5.9375rem;height:5.9375rem;top:23.875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktpua1qcf0dU9MAwFuv7LuW9J1ru5v3I { width:5.9375rem;height:5.9375rem;top:36.1875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTWgLyQCxCBV68QDmWwgwOUPAHH7qmKs { width:5.9375rem;height:5.9375rem;top:47.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBkPxE9OwRRcGgCrndpRcBr6002zgzhq { width:3.125rem;height:3.125rem;top:2.40625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgUNZI4bPudcH4MXLOUQyZr9cJnKZZ4Q { width:3.125rem;height:3.125rem;top:14.15625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ85ZqkeWearzP6JzQghlP5BPoM1G12F { width:3.125rem;height:3.125rem;top:25.28125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNhKmvml29I1TaAS9sCtPDglc3p7Jdsh { width:3.125rem;height:3.125rem;top:37.59375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxqlTo515dQUwakBuerBPqBvrvELFPIp { width:3.125rem;height:3.125rem;top:49.21875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN { display:block; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWPtFMRBr3oqM3kJWc3DPdsQwWPMQ50h { width:19.3125rem;height:2.0996125rem;top:2.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 { display:block; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFVSR8MH742mBm01xU5ACU6LbbSGxiOO { width:19.125rem;height:1.625rem;top:1.5rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0M4xCaINfA1bzmqVFk7nwTA2Dpmk8re { width:19rem;height:22.04590625rem;top:3.875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnuKNIV1XQnTrqmgyekKTF0USa68oDh3 { width:17.0625rem;height:17.0625rem;top:26.4140625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND { display:block; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1LbgMEDEoA7ItG31dKT6clwTtEeXtfJ { top:30.625rem;left:4.125rem;width:11.6875rem;height:3.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBUlKTUJEzDOokmz8Z5KrxNEBIGDXalL { display:block; }
 }@media only screen and (max-width: 763px) { #gLfIlaJ2EoFTnlECgSBL0J1KKOQWWtmZ { width:19rem;height:9.75rem;top:1rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVCdeQ5iK68zPwI5fns7VWMlFw9pEnpx { width:12.3125rem;height:16.5rem;top:11.75rem;left:3.8125rem;display:block; }
 }