.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:url("https://images.assets-landingi.com/uc/05761981-afc0-42f9-a2ab-28be454c7972/BODYCONTOURING0217.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container { display: none; }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .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); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm { background-color:transparent;background-image:none;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { background-color: transparent; background-image: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .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); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { border-width: 0; border-radius: 0; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container {  }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { width:60rem;height:58.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { position:absolute;display:block;z-index:100000;background-color:#52b87b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;height:43.375rem;width:23.125rem;top:36.9375rem;left:36.875rem;display:block; }
#LBHyo8PGIN9wokfolBKwtgtAx31dH7Jh { color:#5b5958;display:block;width:9.0625rem;position:absolute;font-family:rubik;font-size:3.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.125rem 0.5625rem rgba(244,242,241,0.5);top:39.0625rem;left:44.78125rem;height:4.7125rem;font-style:normal;display:block; }
#GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:47.125rem;left:40.6875rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eTZuv5uivbxBElT7S1m94cFTrcWE0IVK { color:#ffffff;display:block;width:12rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:56.71875rem;left:42.25rem;height:1.625rem;font-style:normal;display:block; }
#lhxkgUIxFPG3TMC2Q7AB07TJcvbFSvdN { box-sizing:content-box;color:#5b5958;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:56.4375rem;left:53.625rem;display:block; }
#qKvn3wkpiiCrr09b5ZIztfCRsvVztwQ9 { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:rubik;font-size:5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.59375rem;left:8.46875rem;height:13rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eUZfytS0Qxl2ppT7bDuSL0xV2AUnWTdc { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:10.625rem;top:0rem;left:26.3125rem;overflow:hidden;display:block; }
#w5nFHpNksEVi5P12DPbLFDRT9khKCSm6 { color:#52b87b;display:block;width:25.3125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:7.4375rem;left:18.96875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ii5M57hR7TNlTBVLhfedKXFSvBbF9O3u { color:#ffffff;display:block;width:37.6875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.03125rem;left:12.625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-form-header {  }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-regular-label { height:auto;display:none;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:14.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #5b5958;border-left:0.0625rem solid #5b5958;border-right:0.0625rem solid #5b5958;border-bottom:0.0625rem solid #5b5958;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.375rem;box-sizing:border-box;height:3.25rem;color:#5b5958;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-input-text {padding-top: 0; padding-bottom: 0;}#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #5b5958;border-left:0.0625rem solid #5b5958;border-right:0.0625rem solid #5b5958;border-bottom:0.0625rem solid #5b5958;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:3.875rem;color:#5b5958;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-input-select {padding-top: 0; padding-bottom: 0;}#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5b5958;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:14.375rem;height:3.75rem;font-family:rubik;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;font-style:normal; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:13.75rem;overflow:hidden;font-style:normal; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-container:first-of-type{padding-top:0;}#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-container:last-of-type{padding-bottom:0;}#SRde14Nwh8w9qUVeksKIGdItkPTg1f43  { background-color:#52b87b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.375rem;top:9.84375rem;z-index:100006;position:absolute; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 {display:block;}#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 { background-color:#52b87b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.375rem;top:9.84375rem;z-index:100006;position:absolute;display:none; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #KndOmTmqmZtmPiNkdbWsUOauVdWIdeRT { position:relative; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #EZHgSCNXvPVSoAznTCoruKG0uPq66s34 { position:relative; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #y2OKSyCET5Ph2tTe2JhabrdXPPRgHpoo { position:relative; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #SbR7Efh3qdHMgX0ra1iRK3E7qAQbIIGa { position:relative; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #lfuVpDlHW2ivqgtemcHlFTUgAhCwaszk { position:relative; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #ChPL5ORK07H6PVweKepRHSvDNqwqBgfQ { position:relative; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #LrUAmRdh6ppfRcJUoBf0ZWufXMpyaMy6 { position:relative; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #tbKM72K8rJB7d4alxyrxhcJTzX3THV9a { position:relative; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #imPFnvTFam6nwgEfDSGyg0VnJWiC9kKG { position:relative; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #O4aea2cfOwTsizX5CbfV4lOO3uF8GDTJ { position:relative; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #m0N3mym3PTU2TaeZ7Kvea4huVoTrcQe4 { position:relative;z-index:2; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #XQUQk5fba6cvZPQpQJaHLli5GI11zXqm { position:relative; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #J0f9PZbFXT8arZ6hi6wKTukMbGFstUA9 { position:relative; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #EDda3Lfnm7wWBT10vm8RwXlfFUTlZFLy { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-form-header {  }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-regular-label { height:auto;display:none;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:16.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #5b5958;border-left:0.0625rem solid #5b5958;border-right:0.0625rem solid #5b5958;border-bottom:0.0625rem solid #5b5958;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.1875rem;box-sizing:border-box;height:3.25rem;color:#5b5958;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #5b5958;border-left:0.0625rem solid #5b5958;border-right:0.0625rem solid #5b5958;border-bottom:0.0625rem solid #5b5958;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.1875rem;box-sizing:border-box;height:3.875rem;color:#5b5958;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.1875rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5b5958;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:16.1875rem;height:3.75rem;font-family:rubik;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:rubik;line-height:1.3;font-size:0.875rem;font-weight:300;color:#ffffff;vertical-align:top;width:15rem;overflow:hidden;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-container:first-of-type{padding-top:0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-container:last-of-type{padding-bottom:0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd  { background-color:#52b87b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.875rem;top:55.5rem;z-index:100005;position:absolute; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.1875rem;display:block;vertical-align:top; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd {display:block;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd { background-color:#52b87b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.875rem;top:55.5rem;z-index:100005;position:absolute; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OtrtOu3gKNh1PXDEkTBkwhEhIdH8HJqN { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #R5MpArGn9Jwhyne9zTExnKNQtoWvI4AB { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UNinknofB9n9zLkXJGACbaGOG39k9I1n { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #INbf5vDfCztNodFLzoI6vWeN6hEdIrB0 { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #qDUPPo2BJ2o1RTyWPkNxN3Z1AyMktwTX { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #wseL3xPlJZNw11yXlhwmkcVDAkfEemFn { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #Hy1hscHqz3EUg0WvsmTpZ0qxvKRiBtzc { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #wlRRJhS0WS1f3TvAHrJdSltJrM8USUN1 { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #pckkd2tTKXiZ4iBl72IwSVUkTVgoeTit { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #zdlq70fBFQ6NsomWHVdGZdenttPtRF1S { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #niO1plxJNGuufewTeThK0RpmiRBtk4Fu { position:relative;z-index:2; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #dpLS0BztLn7x7egV1dm26xBTSqKq9yWS { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #B3KQf6Neh03WZPDFe1SfEIsPsoWXuIVi { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #yif5SRsJZvhPyXcrAEDvd7wyhen4PALo { position:relative; }
#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { position:relative;display:block; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { background-color: transparent; background-image: none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container > .video-iframe-container { display: none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row > .video-iframe-container { display: none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .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); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { border-width: 0; border-radius: 0; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container > .video-iframe-container {  }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { background-color: transparent; background-image: none; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container > .video-iframe-container { display: none; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row > .video-iframe-container { display: none; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .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); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { border-width: 0; border-radius: 0; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row > .video-iframe-container {  }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#kZtKAhzMe8N3ORkvnU3TQ7QezJMHy88q { color:#5b5958;display:block;width:56.3125rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:7.25rem;left:1.5625rem;height:4.625rem;font-style:normal;display:block; }
#hs6U6KkPEe6PitJC93ikz7pRbL00QHJZ { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:56.875rem;top:18.3125rem;left:1.5625rem;display:block; }
#AAwvgBbA5izgqQPfCAm4iLT8Mfgd4cQr { position:absolute;display:block;z-index:100007;background-color:#52b87b;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.1875rem;width:3.75rem;top:18.25rem;left:1.5625rem;display:block; }
#sW0Zv73flUILK0ueOdWpJB0Xosxg9FbQ { color:#52b87b;display:block;width:20.25rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:1.5625rem;height:1.625rem;font-style:normal;display:block; }
#oSByNgADUwtUdqzAIdEhqTtnAsuEbTvK { color:#5b5958;display:block;width:56.3125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.7;letter-spacing:0;top:12.8125rem;left:1.5625rem;height:4.0375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5b5958;background-image:none;position:relative;display:block; }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row .container { background-color: transparent; background-image: none; }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row .container > .video-iframe-container { display: none; }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row > .video-iframe-container { display: none; }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .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); }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row .container { border-width: 0; border-radius: 0; }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row > .video-iframe-container {  }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#VVT960vuObByndFmzPC3GhXibTbh4PgC { color:#e7edf1;display:block;width:31.625rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.625rem;left:14.1875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#REsI41MXmkzNUUhPB5XG1sTwq9Liii36 { background-color:#ffc436;background-image:url("https://images.assets-landingi.com/landend/payment/paypal_logo_new.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:5.3125rem;left:20.625rem;display:block; }#REsI41MXmkzNUUhPB5XG1sTwq9Liii36.adaptive-delivery-prevent-bg, #REsI41MXmkzNUUhPB5XG1sTwq9Liii36.lazyload, #REsI41MXmkzNUUhPB5XG1sTwq9Liii36.lazyloading { background-image: none; }
#fEB7Twx7xelvT1Il8HP8EqhTHH5LW6VV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { background-color: transparent; background-image: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container > .video-iframe-container { display: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container { display: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .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); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { border-width: 0; border-radius: 0; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container {  }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#RgULqeKKRqAlnIgxDvndAh3JHn0BWR7y { color:#5b5958;display:block;width:27.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:2.375rem;left:1.5625rem;height:14.4rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#o2qQ5SystRMPX2SXLsxxxtw6IHZP8Ie3 { color:#5b5958;display:block;width:27.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:2.375rem;left:31.375rem;height:12.6rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(243,244,244,0.99);background-image:none;position:relative;display:block; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { background-color: transparent; background-image: none; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container > .video-iframe-container { display: none; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row > .video-iframe-container { display: none; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .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); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { border-width: 0; border-radius: 0; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row > .video-iframe-container {  }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:block; }#kSV5F462w1U1ICwD33WmwSy1AlG9qxyK { color:#5b5958;display:block;width:25.125rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.65625rem;left:24.125rem;height:3.4125rem;font-style:normal;display:block; }
#Xihr903VMxeStSFOWD3iVNFDl9Is31ND { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:56.875rem;top:10.875rem;left:1.5625rem;display:block; }
#UZm9RUE60CsiGXGZhCgp705seMrT0NmZ { position:absolute;display:block;z-index:100007;background-color:#52b87b;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.1875rem;width:3.75rem;top:10.8125rem;left:27.71875rem;display:block; }
#x6tE5cZQ6T08R3HAn3FAGNn8eMTgdoeq { color:#52b87b;display:block;width:20.8125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:2.75rem;left:19.84375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f4;background-image:none;position:relative;display:block; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container { background-color: transparent; background-image: none; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container > .video-iframe-container { display: none; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row > .video-iframe-container { display: none; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .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); }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container { border-width: 0; border-radius: 0; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row > .video-iframe-container {  }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#ladHX8aeFtIk0M17XR1pxnzTfeoViePm { color:#5b5958;display:block;width:18.0625rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0.96875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GNU5FGWE4NsMkDSKxMZ4itQK1ef11a9v { color:#5b5958;display:block;width:15.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:13.40625rem;left:2.34375rem;height:7.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0Nh8bQdfFtoUkVuRo2KKtm3Tycc8OFp { box-sizing:content-box;color:#52b87b;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:100010;top:4.0625rem;left:27.5625rem;display:block; }
#pJzXpUWTXUR5WBGPw8zdtEmcZLupQpU2 { color:#5b5958;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:9.9375rem;left:21.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DvQSVT6tV0L2dThpW0eEf9ayQ8hKgIaC { color:#5b5958;display:block;width:15.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:13.40625rem;left:22.34375rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mApVb13CBkwk6tx7dXDollbIpKURSp3K { box-sizing:content-box;color:#52b87b;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:100013;top:4.0625rem;left:48.4375rem;display:block; }
#XOT1v6P9IlVvdT06GNDfpNUtbKeQhHdR { color:#5b5958;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:9.9375rem;left:41.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b2Br76mUSuQZPmJNrdF3NRe5Uitkcpfi { color:#5b5958;display:block;width:15.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100015;line-height:1.6;letter-spacing:0;top:13.40625rem;left:42.34375rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mr1LWrWuDfVDOvTO9tzJGMqpvT28Trof { box-sizing:content-box;color:#52b87b;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:100011;top:4.0625rem;left:8.4375rem;display:block; }
#a92AZAPOXI6FIJET7AAUVwpuX65UvvBo { position:absolute;display:block;z-index:100016;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #52b87b;border-left:0.1875rem solid #52b87b;border-right:0.1875rem solid #52b87b;border-bottom:0.1875rem solid #52b87b;height:22.6875rem;width:17.5625rem;top:2.1875rem;left:1.03125rem;display:none; }
#lCDJd5lBQNQ7BygKRTVMUVq8a2KgCkc6 { position:absolute;display:block;z-index:100016;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #52b87b;border-left:0.1875rem solid #52b87b;border-right:0.1875rem solid #52b87b;border-bottom:0.1875rem solid #52b87b;height:22.6875rem;width:17.5625rem;top:2.125rem;left:1.03125rem;display:block; }
#OXLnQBxAwZdJPalG2Rqns8cXTVJJmsVc { position:absolute;display:block;z-index:100018;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #52b87b;border-left:0.1875rem solid #52b87b;border-right:0.1875rem solid #52b87b;border-bottom:0.1875rem solid #52b87b;height:22.6875rem;width:17.5625rem;top:2.125rem;left:21.03125rem;display:block; }
#zrr7oadhyLaMu0cL4PHS6UIDHoq00oIc { position:absolute;display:block;z-index:100017;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #52b87b;border-left:0.1875rem solid #52b87b;border-right:0.1875rem solid #52b87b;border-bottom:0.1875rem solid #52b87b;height:22.6875rem;width:17.5625rem;top:2.125rem;left:41.03125rem;display:block; }
#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#52b87b;background-image:url("https://images.assets-landingi.com/uc/a796eea2-c151-40fa-a243-90e2d0e96609/cabinaverde001.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.adaptive-delivery-prevent-bg, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyload, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyloading { background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { background-color: transparent; background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .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); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { border-width: 0; border-radius: 0; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container {  }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#52b87b;background-image:url("https://images.assets-landingi.com/uc/a796eea2-c151-40fa-a243-90e2d0e96609/cabinaverde001.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05.adaptive-delivery-prevent-bg, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyload, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyloading { background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { background-color: transparent; background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .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); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { border-width: 0; border-radius: 0; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container {  }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#vlZDh9nmHEFuvER9vRvm5DTTfW91Etch { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:7.28125rem;left:1.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ExSs2rwnD5E6FVmQC7XTGxLZOwWBwpKn { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:11.875rem;left:1.5625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mlpJS14QZIUUr0iL2CJ1JRvxg71XLfOU { box-sizing:content-box;color:#52b87b;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #bdcec4;display:block;z-index:100010;top:2.125rem;left:8.125rem;display:block; }
#to7CiIzo8075Hbp34hlehrTyzTpTr5aS { box-sizing:content-box;color:#52b87b;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #cddacd;display:block;z-index:100013;top:2.125rem;left:28.65625rem;display:block; }
#U3Qx7I9LNzSctnrvSEkvWOTiMd9gTgQz { box-sizing:content-box;color:#52b87b;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #d6e1db;display:block;z-index:100016;top:2.125rem;left:48.125rem;display:block; }
#gUDbXTwHawTbIxQv0Gfr5ZlCKhyoHR8d { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:7.28125rem;left:21.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hk4Ja0UHxSmdvI6T4y6Jtog7J3W2wim3 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:11.875rem;left:22.09375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RQ6hiSzdKTJZluAJ2Gl5RhLp2DoXxRbf { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:11.875rem;left:41.5625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5EDk3ChkTJKKqRUs1lHiOcPwT7q0iKk { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:7.28125rem;left:41.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { background-color: transparent; background-image: none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container > .video-iframe-container { display: none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row > .video-iframe-container { display: none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .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); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { border-width: 0; border-radius: 0; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row > .video-iframe-container {  }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { color:#52b87b;display:block;width:19.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { position:absolute;display:block;z-index:100007;background-color:#52b87b;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.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#hJt1TOZuk6ewJFSW67i8WPalXE2BGVaB { color:#5b5958;display:block;width:44.4375rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.21875rem;height:3.4125rem;font-style:normal;display:block; }
#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { background-color: transparent; background-image: none; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container > .video-iframe-container { display: none; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row > .video-iframe-container { display: none; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .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); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { border-width: 0; border-radius: 0; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row > .video-iframe-container {  }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#tUdhQyxO7lLrU6FMLqVwCks7U6pFVMId { position:absolute;display:block;z-index:100000;background-color:rgba(82,184,123,0.61);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:20.625rem;width:29.5625rem;top:1.0625rem;left:0rem;display:block; }
#vfrFuQeJthosqq7sHDU8fDdleN8v6Z8c { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:19.5rem;left:1.875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k0rld80LJ3cFxhpq558ZJmns7tuM7W2S { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:2.5rem;left:1.5625rem;display:block; }
#BRmcIfWTzqZhVl3i8B01hnMRVtnFbXTD { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:6.59375rem;left:1.59375rem;height:6.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ahX8kQTeSIybAaqyrTOrcRxqx46G4ff6 { position:absolute;display:block;z-index:100002;background-color:#52b87b;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:20.625rem;width:30.5rem;top:1.0625rem;left:29.5rem;display:block; }
#kV3wKzJ5TGXUVa2na6MrwV12O7TwkhTf { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.5rem;left:31.5rem;display:block; }
#A9x1fkoIauChpBZyCnGbnVpm0is476mK { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:19.5rem;left:31.5rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MtDXrPkJQA3mVmHsIT5OZpJzUdGMdmtJ { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:6.375rem;left:31.1875rem;height:11.8125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f4;background-image:none;position:relative;display:block; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { background-color: transparent; background-image: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .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); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { border-width: 0; border-radius: 0; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container {  }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:60rem;position:relative;display:block; }#AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ { color:#5b5958;display:block;width:27.8125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:7.75rem;left:1.15625rem;height:1.70625rem;font-style:normal;display:block; }
#IHCGV20IwUp7DD8V4Mtro4IyW8gPfuUr { color:#52b87b;display:block;width:19.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.15625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I330IwSflfd5uWGa9BJio3h5wnTEcp7z { color:#5b5958;display:block;width:53.6875rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.125rem;left:1.15625rem;height:2.68125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qezzbNHV8SbWoCcUTCxMpo6FwQTfnfX0 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:35.0625rem;top:34.875rem;left:1.15625rem;display:block; }
#Cih3Jsd4tLwKAyWa0vyPtKDTtFu1XaB6 { color:#5b5958;display:block;width:34.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.7;letter-spacing:0;top:10.4375rem;left:1.15625rem;height:22.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Cih3Jsd4tLwKAyWa0vyPtKDTtFu1XaB6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cih3Jsd4tLwKAyWa0vyPtKDTtFu1XaB6 li:before{  }
#NG1stZgLVTFSdXMpOM2Qa44dnDOMF9tW { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:17.875rem;top:9.4375rem;left:42.125rem;overflow:hidden;display:block; }
#D2mgWZAyrF6yN3ikqrWpzP3ESPNvhCza { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.9375rem;width:17.6875rem;top:23.28125rem;left:42.3125rem;overflow:hidden;display:block; }
#gh4GAIAIFEQcf5KIFZrZQSwgwTEOetfk { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.9375rem;width:17.6875rem;top:37.25rem;left:42.3125rem;overflow:hidden;display:block; }
#W3VZAdyzuIo6oM5X4ZsPlQN8qPu6O9IR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;background-image:none;position:relative;display:block; }#W3VZAdyzuIo6oM5X4ZsPlQN8qPu6O9IR > .row .container { background-color: transparent; background-image: none; }#W3VZAdyzuIo6oM5X4ZsPlQN8qPu6O9IR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3VZAdyzuIo6oM5X4ZsPlQN8qPu6O9IR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3VZAdyzuIo6oM5X4ZsPlQN8qPu6O9IR > .row .container > .video-iframe-container { display: none; }#W3VZAdyzuIo6oM5X4ZsPlQN8qPu6O9IR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3VZAdyzuIo6oM5X4ZsPlQN8qPu6O9IR > .row > .video-iframe-container { display: none; }#W3VZAdyzuIo6oM5X4ZsPlQN8qPu6O9IR > .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); }#W3VZAdyzuIo6oM5X4ZsPlQN8qPu6O9IR > .row .container { border-width: 0; border-radius: 0; }#W3VZAdyzuIo6oM5X4ZsPlQN8qPu6O9IR > .row > .video-iframe-container {  }#W3VZAdyzuIo6oM5X4ZsPlQN8qPu6O9IR > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:60rem;position:relative;display:block; }#waMMeEmFtVXqawPTxQJpSEN2RZow25Vz { position:absolute;display:block;z-index:100000;background-color:#1e1e1e;background-image:url("https://images.assets-landingi.com/uc/64f037bb-1fd2-48fe-95a1-9e0408d9885f/BODYCONTOURING0132.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.4375rem 0.25rem 0.25rem #f3f4f4 ;height:29.75rem;width:20.125rem;top:2.6875rem;left:0.4375rem;display:block; }#waMMeEmFtVXqawPTxQJpSEN2RZow25Vz.adaptive-delivery-prevent-bg, #waMMeEmFtVXqawPTxQJpSEN2RZow25Vz.lazyload, #waMMeEmFtVXqawPTxQJpSEN2RZow25Vz.lazyloading { background-image: none; }
#CUPc2Kp1sffZ7tCSXg3TyM3x6D0FcCWp { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:1.25rem solid #ffffff;border-left:1.25rem solid #ffffff;border-right:1.25rem solid #ffffff;border-bottom:1.25rem solid #ffffff;height:24.75rem;width:55.6875rem;top:3.9375rem;left:1.6875rem;display:block; }
#St3n3LgV8lJKUDy7883pnGLPyqSTxRUt { color:#5b5958;display:block;width:9.0625rem;position:absolute;font-family:rubik;font-size:3.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.125rem 0.5625rem rgba(244,242,241,0.5);top:7.34375rem;left:27.21875rem;height:4.7125rem;font-style:normal;display:block; }
#Z8ZSb2phdSm7MTNsbolweeZDvL0advx0 { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:18.1875rem;left:24.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-form-header {  }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-regular-label { height:auto;display:none;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:16.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #5b5958;border-left:0.0625rem solid #5b5958;border-right:0.0625rem solid #5b5958;border-bottom:0.0625rem solid #5b5958;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.0625rem;box-sizing:border-box;height:3.25rem;color:#5b5958;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-input-text {padding-top: 0; padding-bottom: 0;}#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #5b5958;border-left:0.0625rem solid #5b5958;border-right:0.0625rem solid #5b5958;border-bottom:0.0625rem solid #5b5958;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.0625rem;box-sizing:border-box;height:3.875rem;color:#5b5958;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.0625rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-input-select {padding-top: 0; padding-bottom: 0;}#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5b5958;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:16.0625rem;height:3.75rem;font-family:rubik;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;font-style:normal; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:rubik;line-height:1.3;font-size:0.875rem;font-weight:300;color:#ffffff;vertical-align:top;width:14.875rem;overflow:hidden;font-style:normal; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-container:first-of-type{padding-top:0;}#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-container:last-of-type{padding-bottom:0;}#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo  { background-color:#52b87b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.125rem;top:5.1875rem;z-index:100006;position:absolute; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.0625rem;display:block;vertical-align:top; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo {display:block;}#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo { background-color:#52b87b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.125rem;top:5.1875rem;z-index:100006;position:absolute; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #AvytO5Ihnit1l6JvMQGvJaPPyhByyVT8 { position:relative; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #CxDeSdUVRbHImmA0KkSCiAmgSysQLUff { position:relative; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #PTH6PuUUmqaxRf1vDTqJ4Fcl9epcfLxg { position:relative; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #HbIVdJgZdOZ57riIuDL1IenlzI7R7ISi { position:relative; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #f5cnLEXS4Nd4ZE6bRS9uZQ0WPsXAWr0D { position:relative; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #iPZLnT4MppJ17iXNoOHqT7V4EpFdzJya { position:relative; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #ATZh3lI4sWtxe0Pkz0y7fPdTVLAMiFzZ { position:relative; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #GBd5AnK6hJpQxOFo52i0iBdFDPWID07Q { position:relative; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #NIoX81FxKdEb1lBxIttDJT94qgthggSi { position:relative; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #CQ1Fr4kxQODsVVAClOCbrXmz1vEun8Lb { position:relative; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #La3ANACG6LDp8IqFsCXIuVrbPTR7MfG9 { position:relative;z-index:2; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #Ctw8HWA0AT6fZ6L63beEc40uqiItwKId { position:relative; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #Uxa33XVpq2WWNOmmzw0p2lVIssIKXvXh { position:relative; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #aZb2bmDH6UqT7k4s7ncXP3Gczciem1TD { position:relative; }
#R9vJX8I04WTtczqU1wfK3uHxtgSuQ2cS { color:#ffffff;display:block;width:12rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:8.28125rem;left:43.28125rem;height:1.625rem;font-style:normal;display:block; }
#ooIV5qpOWnvUz4vk7cnrF0MIac8P0Gzc { box-sizing:content-box;color:#5b5958;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:8rem;left:54.125rem;display:block; }
#QGOB3oigS86PKPTrdHqgNZTuuZmaLdov { position:absolute;display:block;z-index:100001;background-color:#52b87b;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;height:24.8125rem;width:35.4375rem;top:5.1875rem;left:22.8125rem;display:block; }
#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5b5958;background-image:none;position:relative;display:block; }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row .container { background-color: transparent; background-image: none; }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row .container > .video-iframe-container { display: none; }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row > .video-iframe-container { display: none; }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .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); }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row .container { border-width: 0; border-radius: 0; }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row > .video-iframe-container {  }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#kTlrmNAH3TuCfOTgteglFvRvGDaHvJLI { color:#e7edf1;display:block;width:31.625rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.625rem;left:14.1875rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JQDGW1c4U2b91LpZyAiC7J7DMF7Buv7H { background-color:#ffc436;background-image:url("https://images.assets-landingi.com/landend/payment/paypal_logo_new.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:5.3125rem;left:20.625rem;display:block; }#JQDGW1c4U2b91LpZyAiC7J7DMF7Buv7H.adaptive-delivery-prevent-bg, #JQDGW1c4U2b91LpZyAiC7J7DMF7Buv7H.lazyload, #JQDGW1c4U2b91LpZyAiC7J7DMF7Buv7H.lazyloading { background-image: none; }
#kqL1SnxbEZs9SxgqqWXldxnXxw8Oru4U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Vw6KRXN3rsRhTQZgZcT6lWpDuCyaHE8n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfe;background-image:none;position:relative;display:block; }#Vw6KRXN3rsRhTQZgZcT6lWpDuCyaHE8n > .row .container { background-color: transparent; background-image: none; }#Vw6KRXN3rsRhTQZgZcT6lWpDuCyaHE8n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vw6KRXN3rsRhTQZgZcT6lWpDuCyaHE8n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vw6KRXN3rsRhTQZgZcT6lWpDuCyaHE8n > .row .container > .video-iframe-container { display: none; }#Vw6KRXN3rsRhTQZgZcT6lWpDuCyaHE8n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vw6KRXN3rsRhTQZgZcT6lWpDuCyaHE8n > .row > .video-iframe-container { display: none; }#Vw6KRXN3rsRhTQZgZcT6lWpDuCyaHE8n > .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); }#Vw6KRXN3rsRhTQZgZcT6lWpDuCyaHE8n > .row .container { border-width: 0; border-radius: 0; }#Vw6KRXN3rsRhTQZgZcT6lWpDuCyaHE8n > .row > .video-iframe-container {  }#Vw6KRXN3rsRhTQZgZcT6lWpDuCyaHE8n > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;position:relative;display:block; }#gew5De0DiWoGBHeLqPZttrLRo8eZSbvm { position:absolute;display:block;z-index:100001;height:11.25rem;width:20rem;top:3.75rem;left:35rem;display:block; }
#J0OVIzfmxMBUMKS3nqqiSfI4TmOndL81 { color:#52b87b;display:block;width:30rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EVlT4sD1Vldf0lxOeXJa26JSpJOIZv1w { color:#5b5958;display:block;width:27.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:9.4375rem;left:7.625rem;height:13.3875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#AS4ZNZcbUPE2TNe2filuf7ics9eZWPll { color:#52b87b;display:block;width:30rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vo1PmTJOdMfXmcoMfBvnJRK1UioxEIIQ { box-sizing:content-box;color:#169e3b;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:19.5rem;left:21.09375rem;display:block; }
#iHmDSslW8iMyendTAMXFIpgqeJHIqK3r { box-sizing:content-box;color:#52b87b;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:9.25rem;left:4.6875rem;display:block; }
#HOIwgU4sUzRG0Ei79nsN5hUbnFMhFHlz { box-sizing:content-box;color:#52b87b;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:16.8125rem;left:5.125rem;display:block; }
#qWbLG4W7Vr3EUgTy7rQodLnKnHe8rQdA { box-sizing:content-box;color:#52b87b;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:14.8125rem;left:4.96875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #olwfPXykMlnLauPpB4iQSH74cHnkyCUm { display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { width:23.125rem;height:43.375rem;top:36.9375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBHyo8PGIN9wokfolBKwtgtAx31dH7Jh { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZuv5uivbxBElT7S1m94cFTrcWE0IVK { width:27.8125rem;height:1.9375rem;top:27rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhxkgUIxFPG3TMC2Q7AB07TJcvbFSvdN { width:2.1875rem;height:2.1875rem;top:26.875rem;left:15.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKvn3wkpiiCrr09b5ZIztfCRsvVztwQ9 { width:46.3125rem;height:6.5rem;top:9.5625rem;left:1.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUZfytS0Qxl2ppT7bDuSL0xV2AUnWTdc { top:0rem;left:20.1875rem;width:10.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5nFHpNksEVi5P12DPbLFDRT9khKCSm6 { width:25.3125rem;height:1.625rem;top:7.4375rem;left:12.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii5M57hR7TNlTBVLhfedKXFSvBbF9O3u { width:37.6875rem;height:6rem;top:16rem;left:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-checkbox-label { width:13.6875rem; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43  { width:14.9375rem;height:auto; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 {display:block;}#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 { width:14.9375rem;height:auto;display:none; }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #KndOmTmqmZtmPiNkdbWsUOauVdWIdeRT {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #EZHgSCNXvPVSoAznTCoruKG0uPq66s34 {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #y2OKSyCET5Ph2tTe2JhabrdXPPRgHpoo {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #SbR7Efh3qdHMgX0ra1iRK3E7qAQbIIGa {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #lfuVpDlHW2ivqgtemcHlFTUgAhCwaszk {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #ChPL5ORK07H6PVweKepRHSvDNqwqBgfQ {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #LrUAmRdh6ppfRcJUoBf0ZWufXMpyaMy6 {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #tbKM72K8rJB7d4alxyrxhcJTzX3THV9a {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #imPFnvTFam6nwgEfDSGyg0VnJWiC9kKG {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #O4aea2cfOwTsizX5CbfV4lOO3uF8GDTJ {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #m0N3mym3PTU2TaeZ7Kvea4huVoTrcQe4 {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #XQUQk5fba6cvZPQpQJaHLli5GI11zXqm {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #J0f9PZbFXT8arZ6hi6wKTukMbGFstUA9 {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #EDda3Lfnm7wWBT10vm8RwXlfFUTlZFLy {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-checkbox-label { width:13.6875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd  { width:14.9375rem;height:auto; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd {display:block;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd { width:14.9375rem;height:auto; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OtrtOu3gKNh1PXDEkTBkwhEhIdH8HJqN {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #R5MpArGn9Jwhyne9zTExnKNQtoWvI4AB {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UNinknofB9n9zLkXJGACbaGOG39k9I1n {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #INbf5vDfCztNodFLzoI6vWeN6hEdIrB0 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #qDUPPo2BJ2o1RTyWPkNxN3Z1AyMktwTX {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #wseL3xPlJZNw11yXlhwmkcVDAkfEemFn {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #Hy1hscHqz3EUg0WvsmTpZ0qxvKRiBtzc {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #wlRRJhS0WS1f3TvAHrJdSltJrM8USUN1 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #pckkd2tTKXiZ4iBl72IwSVUkTVgoeTit {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #zdlq70fBFQ6NsomWHVdGZdenttPtRF1S {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #niO1plxJNGuufewTeThK0RpmiRBtk4Fu {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #dpLS0BztLn7x7egV1dm26xBTSqKq9yWS {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #B3KQf6Neh03WZPDFe1SfEIsPsoWXuIVi {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #yif5SRsJZvhPyXcrAEDvd7wyhen4PALo {  }
 }@media only screen and (max-width: 763px) { #dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { display:block; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 { display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZtKAhzMe8N3ORkvnU3TQ7QezJMHy88q { width:47.75rem;height:4.625rem;top:7.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6U6KkPEe6PitJC93ikz7pRbL00QHJZ { width:47.75rem;height:0.0625rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAwvgBbA5izgqQPfCAm4iLT8Mfgd4cQr { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW0Zv73flUILK0ueOdWpJB0Xosxg9FbQ { top:4.6875rem;left:0rem;width:20.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSByNgADUwtUdqzAIdEhqTtnAsuEbTvK { width:23.125rem;height:6.375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy { display:block; }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVT960vuObByndFmzPC3GhXibTbh4PgC { width:19.75rem;height:1.625rem;top:12.375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REsI41MXmkzNUUhPB5XG1sTwq9Liii36 { width:18.75rem;height:2.8125rem;top:5.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEB7Twx7xelvT1Il8HP8EqhTHH5LW6VV { display:block; }
 }@media only screen and (max-width: 763px) { #iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a { display:block; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgULqeKKRqAlnIgxDvndAh3JHn0BWR7y { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2qQ5SystRMPX2SXLsxxxtw6IHZP8Ie3 { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa { display:block; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSV5F462w1U1ICwD33WmwSy1AlG9qxyK { width:25.125rem;height:3.375rem;top:4.625rem;left:18rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xihr903VMxeStSFOWD3iVNFDl9Is31ND { width:47.75rem;height:0.0625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZm9RUE60CsiGXGZhCgp705seMrT0NmZ { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6tE5cZQ6T08R3HAn3FAGNn8eMTgdoeq { top:2.75rem;left:13.71875rem;width:20.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW { display:block; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ladHX8aeFtIk0M17XR1pxnzTfeoViePm { width:18.0625rem;height:1.9375rem;top:9.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNU5FGWE4NsMkDSKxMZ4itQK1ef11a9v { width:15.3125rem;height:7rem;top:13.375rem;left:0.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Nh8bQdfFtoUkVuRo2KKtm3Tycc8OFp { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJzXpUWTXUR5WBGPw8zdtEmcZLupQpU2 { width:16.875rem;height:1.9375rem;top:9.9375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvQSVT6tV0L2dThpW0eEf9ayQ8hKgIaC { width:15.3125rem;height:8.75rem;top:13.375rem;left:16.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mApVb13CBkwk6tx7dXDollbIpKURSp3K { width:4.0625rem;height:4.0625rem;top:1rem;left:37.770833333333rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOT1v6P9IlVvdT06GNDfpNUtbKeQhHdR { width:16.875rem;height:1.9375rem;top:9.9375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Br76mUSuQZPmJNrdF3NRe5Uitkcpfi { width:15.3125rem;height:8.75rem;top:13.375rem;left:32.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr1LWrWuDfVDOvTO9tzJGMqpvT28Trof { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a92AZAPOXI6FIJET7AAUVwpuX65UvvBo { top:2.1875rem;left:0rem;width:17.5625rem;height:22.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCDJd5lBQNQ7BygKRTVMUVq8a2KgCkc6 { top:2.125rem;left:0rem;width:17.5625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXLnQBxAwZdJPalG2Rqns8cXTVJJmsVc { top:2.125rem;left:13.8125rem;width:17.5625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrr7oadhyLaMu0cL4PHS6UIDHoq00oIc { top:2.125rem;left:29.6875rem;width:17.5625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK { display:block; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6atdgGho9rBXAREUIXDWPhqlIQMDT05 { display:block; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlZDh9nmHEFuvER9vRvm5DTTfW91Etch { width:16.875rem;height:4.0625rem;top:7.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExSs2rwnD5E6FVmQC7XTGxLZOwWBwpKn { width:16.875rem;height:1.6875rem;top:11.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlpJS14QZIUUr0iL2CJ1JRvxg71XLfOU { width:2.8125rem;height:2.8125rem;top:6.25rem;left:6.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #to7CiIzo8075Hbp34hlehrTyzTpTr5aS { width:2.8125rem;height:2.8125rem;top:6.25rem;left:22.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3Qx7I9LNzSctnrvSEkvWOTiMd9gTgQz { width:2.8125rem;height:2.8125rem;top:6.25rem;left:38.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUDbXTwHawTbIxQv0Gfr5ZlCKhyoHR8d { width:16.875rem;height:4.0625rem;top:7.25rem;left:14.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk4Ja0UHxSmdvI6T4y6Jtog7J3W2wim3 { width:16.875rem;height:1.6875rem;top:11.875rem;left:14.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ6hiSzdKTJZluAJ2Gl5RhLp2DoXxRbf { width:16.875rem;height:1.6875rem;top:11.875rem;left:30.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5EDk3ChkTJKKqRUs1lHiOcPwT7q0iKk { width:16.875rem;height:4.0625rem;top:7.25rem;left:30.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { display:block; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { width:19.625rem;height:3.25rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJt1TOZuk6ewJFSW67i8WPalXE2BGVaB { top:3.625rem;left:0rem;width:44.4375rem;height:6.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v { display:block; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { width:47.75rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUdhQyxO7lLrU6FMLqVwCks7U6pFVMId { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrFuQeJthosqq7sHDU8fDdleN8v6Z8c { width:14.375rem;height:1.25rem;top:16.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0rld80LJ3cFxhpq558ZJmns7tuM7W2S { width:3.75rem;height:3.75rem;top:2.5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRmcIfWTzqZhVl3i8B01hnMRVtnFbXTD { width:14.375rem;height:8.4375rem;top:6.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahX8kQTeSIybAaqyrTOrcRxqx46G4ff6 { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV3wKzJ5TGXUVa2na6MrwV12O7TwkhTf { width:3.75rem;height:3.75rem;top:2.5rem;left:25.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9x1fkoIauChpBZyCnGbnVpm0is476mK { width:14.375rem;height:1.25rem;top:16.375rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtDXrPkJQA3mVmHsIT5OZpJzUdGMdmtJ { width:14.375rem;height:8.4375rem;top:6.5625rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { display:block; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ { width:27.8125rem;height:1.6875rem;top:7.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHCGV20IwUp7DD8V4Mtro4IyW8gPfuUr { width:19.625rem;height:1.625rem;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I330IwSflfd5uWGa9BJio3h5wnTEcp7z { width:30.625rem;height:3.375rem;top:7.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qezzbNHV8SbWoCcUTCxMpo6FwQTfnfX0 { width:30.625rem;height:17.1875rem;top:35.5rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cih3Jsd4tLwKAyWa0vyPtKDTtFu1XaB6 { width:30.625rem;height:11.25rem;top:19.8125rem;left:17.125rem;display:block; }#Cih3Jsd4tLwKAyWa0vyPtKDTtFu1XaB6 li:before{  }
 }@media only screen and (max-width: 763px) { #NG1stZgLVTFSdXMpOM2Qa44dnDOMF9tW { top:9.4375rem;left:29.875rem;width:17.875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2mgWZAyrF6yN3ikqrWpzP3ESPNvhCza { top:23.25rem;left:30.0625rem;width:17.6875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh4GAIAIFEQcf5KIFZrZQSwgwTEOetfk { top:37.25rem;left:30.0625rem;width:17.6875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3VZAdyzuIo6oM5X4ZsPlQN8qPu6O9IR { display:block; }#W3VZAdyzuIo6oM5X4ZsPlQN8qPu6O9IR > .row .container { width:47.75rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waMMeEmFtVXqawPTxQJpSEN2RZow25Vz { width:38.375rem;height:28.8125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUPc2Kp1sffZ7tCSXg3TyM3x6D0FcCWp { width:45.25rem;height:24.75rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #St3n3LgV8lJKUDy7883pnGLPyqSTxRUt { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ZSb2phdSm7MTNsbolweeZDvL0advx0 { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-checkbox-label { width:13.6875rem; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo  { width:14.9375rem;height:auto; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo {display:block;}#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo { width:14.9375rem;height:auto; }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #AvytO5Ihnit1l6JvMQGvJaPPyhByyVT8 {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #CxDeSdUVRbHImmA0KkSCiAmgSysQLUff {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #PTH6PuUUmqaxRf1vDTqJ4Fcl9epcfLxg {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #HbIVdJgZdOZ57riIuDL1IenlzI7R7ISi {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #f5cnLEXS4Nd4ZE6bRS9uZQ0WPsXAWr0D {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #iPZLnT4MppJ17iXNoOHqT7V4EpFdzJya {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #ATZh3lI4sWtxe0Pkz0y7fPdTVLAMiFzZ {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #GBd5AnK6hJpQxOFo52i0iBdFDPWID07Q {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #NIoX81FxKdEb1lBxIttDJT94qgthggSi {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #CQ1Fr4kxQODsVVAClOCbrXmz1vEun8Lb {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #La3ANACG6LDp8IqFsCXIuVrbPTR7MfG9 {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #Ctw8HWA0AT6fZ6L63beEc40uqiItwKId {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #Uxa33XVpq2WWNOmmzw0p2lVIssIKXvXh {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #aZb2bmDH6UqT7k4s7ncXP3Gczciem1TD {  }
 }@media only screen and (max-width: 763px) { #R9vJX8I04WTtczqU1wfK3uHxtgSuQ2cS { width:27.8125rem;height:1.9375rem;top:27rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooIV5qpOWnvUz4vk7cnrF0MIac8P0Gzc { width:2.1875rem;height:2.1875rem;top:26.875rem;left:15.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGOB3oigS86PKPTrdHqgNZTuuZmaLdov { width:35.4375rem;height:24.8125rem;top:5.1875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr { display:block; }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTlrmNAH3TuCfOTgteglFvRvGDaHvJLI { width:19.75rem;height:1.625rem;top:12.375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQDGW1c4U2b91LpZyAiC7J7DMF7Buv7H { width:18.75rem;height:2.8125rem;top:5.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqL1SnxbEZs9SxgqqWXldxnXxw8Oru4U { display:block; }
 }@media only screen and (max-width: 763px) { #Vw6KRXN3rsRhTQZgZcT6lWpDuCyaHE8n { display:block; }#Vw6KRXN3rsRhTQZgZcT6lWpDuCyaHE8n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gew5De0DiWoGBHeLqPZttrLRo8eZSbvm { top:3.75rem;left:25.8125rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0OVIzfmxMBUMKS3nqqiSfI4TmOndL81 { width:30rem;height:1.375rem;top:6.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVlT4sD1Vldf0lxOeXJa26JSpJOIZv1w { width:27.4375rem;height:13.125rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS4ZNZcbUPE2TNe2filuf7ics9eZWPll { width:30rem;height:2.0625rem;top:3.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo1PmTJOdMfXmcoMfBvnJRK1UioxEIIQ { top:19.5rem;left:18.03125rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHmDSslW8iMyendTAMXFIpgqeJHIqK3r { top:9.25rem;left:1.625rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOIwgU4sUzRG0Ei79nsN5hUbnFMhFHlz { top:16.8125rem;left:2.0625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWbLG4W7Vr3EUgTy7rQodLnKnHe8rQdA { top:14.8125rem;left:1.90625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container { display: none; }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .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); } }@media only screen and (max-width: 763px) { #olwfPXykMlnLauPpB4iQSH74cHnkyCUm { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05761981-afc0-42f9-a2ab-28be454c7972/BODYCONTOURING0217.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm.adaptive-delivery-prevent-bg, #olwfPXykMlnLauPpB4iQSH74cHnkyCUm.lazyload, #olwfPXykMlnLauPpB4iQSH74cHnkyCUm.lazyloading { background-image: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { background-color: transparent; background-image: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .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); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { width:20rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { width:19.25rem;height:43.8125rem;top:22.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBHyo8PGIN9wokfolBKwtgtAx31dH7Jh { width:17.5rem;height:4.7119125rem;top:24.4375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { width:17.5rem;height:8.7715rem;top:31.44921875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZuv5uivbxBElT7S1m94cFTrcWE0IVK { width:12.375rem;height:1.625rem;top:40.84375rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lhxkgUIxFPG3TMC2Q7AB07TJcvbFSvdN { width:2.1875rem;height:2.1875rem;top:40.21875rem;left:14.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKvn3wkpiiCrr09b5ZIztfCRsvVztwQ9 { width:20rem;height:4.625rem;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1;font-size:2.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eUZfytS0Qxl2ppT7bDuSL0xV2AUnWTdc { width:10.625rem;height:3.0625rem;top:0rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5nFHpNksEVi5P12DPbLFDRT9khKCSm6 { width:20rem;height:1.625rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii5M57hR7TNlTBVLhfedKXFSvBbF9O3u { width:20rem;height:10rem;top:12.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-input-text {padding-top: 0; padding-bottom: 0;}#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-input-select {padding-top: 0; padding-bottom: 0;}#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff;font-weight:300;font-style:normal;font-family:rubik; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43  { width:16.125rem;height:auto;top:42.125rem;left:0.6875rem;z-index:100007; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 {display:block;}#SRde14Nwh8w9qUVeksKIGdItkPTg1f43 { width:16.125rem;height:auto;top:42.125rem;left:0.6875rem;z-index:100007; }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #KndOmTmqmZtmPiNkdbWsUOauVdWIdeRT {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #EZHgSCNXvPVSoAznTCoruKG0uPq66s34 {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #y2OKSyCET5Ph2tTe2JhabrdXPPRgHpoo {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #SbR7Efh3qdHMgX0ra1iRK3E7qAQbIIGa {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #lfuVpDlHW2ivqgtemcHlFTUgAhCwaszk {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #ChPL5ORK07H6PVweKepRHSvDNqwqBgfQ {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #LrUAmRdh6ppfRcJUoBf0ZWufXMpyaMy6 {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #tbKM72K8rJB7d4alxyrxhcJTzX3THV9a {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #imPFnvTFam6nwgEfDSGyg0VnJWiC9kKG {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #O4aea2cfOwTsizX5CbfV4lOO3uF8GDTJ {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #m0N3mym3PTU2TaeZ7Kvea4huVoTrcQe4 {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #XQUQk5fba6cvZPQpQJaHLli5GI11zXqm {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #J0f9PZbFXT8arZ6hi6wKTukMbGFstUA9 {  }
 }@media only screen and (max-width: 763px) { #SRde14Nwh8w9qUVeksKIGdItkPTg1f43 #EDda3Lfnm7wWBT10vm8RwXlfFUTlZFLy {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-checkbox-label { width:13.75rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd  { width:15rem;height:auto; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd {display:block;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd { width:15rem;height:auto;display:none; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OtrtOu3gKNh1PXDEkTBkwhEhIdH8HJqN {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #R5MpArGn9Jwhyne9zTExnKNQtoWvI4AB {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UNinknofB9n9zLkXJGACbaGOG39k9I1n {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #INbf5vDfCztNodFLzoI6vWeN6hEdIrB0 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #qDUPPo2BJ2o1RTyWPkNxN3Z1AyMktwTX {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #wseL3xPlJZNw11yXlhwmkcVDAkfEemFn {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #Hy1hscHqz3EUg0WvsmTpZ0qxvKRiBtzc {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #wlRRJhS0WS1f3TvAHrJdSltJrM8USUN1 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #pckkd2tTKXiZ4iBl72IwSVUkTVgoeTit {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #zdlq70fBFQ6NsomWHVdGZdenttPtRF1S {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #niO1plxJNGuufewTeThK0RpmiRBtk4Fu {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #dpLS0BztLn7x7egV1dm26xBTSqKq9yWS {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #B3KQf6Neh03WZPDFe1SfEIsPsoWXuIVi {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #yif5SRsJZvhPyXcrAEDvd7wyhen4PALo {  }
 }@media only screen and (max-width: 763px) { #dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { display:none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container { width:20rem;height:19.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 { display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZtKAhzMe8N3ORkvnU3TQ7QezJMHy88q { width:20rem;height:7.25rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6U6KkPEe6PitJC93ikz7pRbL00QHJZ { width:20rem;height:0.0625rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAwvgBbA5izgqQPfCAm4iLT8Mfgd4cQr { width:3.75rem;height:0.1875rem;top:11.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW0Zv73flUILK0ueOdWpJB0Xosxg9FbQ { width:18.0625rem;height:1.625rem;top:0.6875rem;left:0.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSByNgADUwtUdqzAIdEhqTtnAsuEbTvK { width:17.8125rem;height:12.639625rem;top:12.125rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy { background-color:#5b5958;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row .container { background-color: transparent; background-image: none; }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row .container > .video-iframe-container { display: none; }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row > .video-iframe-container { display: none; }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .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); }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row .container { border-width: 0; border-radius: 0; }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row > .video-iframe-container {  }#pdhW4MJxRTNAgDs0TQK1x0toQb2zVdgy > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVT960vuObByndFmzPC3GhXibTbh4PgC { width:20rem;height:3.0859375rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REsI41MXmkzNUUhPB5XG1sTwq9Liii36 { width:18.75rem;height:2.8125rem;top:5.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEB7Twx7xelvT1Il8HP8EqhTHH5LW6VV { display:block; }
 }@media only screen and (max-width: 763px) { #iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a { display:block; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgULqeKKRqAlnIgxDvndAh3JHn0BWR7y { width:18.75rem;height:12.65724375rem;top:1.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2qQ5SystRMPX2SXLsxxxtw6IHZP8Ie3 { width:20rem;height:11.1952875rem;top:14.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa { display:block; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSV5F462w1U1ICwD33WmwSy1AlG9qxyK { width:20rem;height:3.4121125rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xihr903VMxeStSFOWD3iVNFDl9Is31ND { width:20rem;height:0.0625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZm9RUE60CsiGXGZhCgp705seMrT0NmZ { width:3.75rem;height:0.1875rem;top:8.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6tE5cZQ6T08R3HAn3FAGNn8eMTgdoeq { width:17.625rem;height:3.25rem;top:0.6875rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW { display:block; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ladHX8aeFtIk0M17XR1pxnzTfeoViePm { width:16.875rem;height:1.29980625rem;top:6.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNU5FGWE4NsMkDSKxMZ4itQK1ef11a9v { width:16.875rem;height:4.798825rem;top:8.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Nh8bQdfFtoUkVuRo2KKtm3Tycc8OFp { width:3.125rem;height:3.125rem;top:3.875rem;left:7.96875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJzXpUWTXUR5WBGPw8zdtEmcZLupQpU2 { width:16.875rem;height:1.29980625rem;top:20.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvQSVT6tV0L2dThpW0eEf9ayQ8hKgIaC { width:17.0625rem;height:6.3984375rem;top:22.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mApVb13CBkwk6tx7dXDollbIpKURSp3K { width:3.125rem;height:3.125rem;top:18.125rem;left:7.96875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOT1v6P9IlVvdT06GNDfpNUtbKeQhHdR { width:16.875rem;height:1.29980625rem;top:35.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Br76mUSuQZPmJNrdF3NRe5Uitkcpfi { width:16.875rem;height:6.3984375rem;top:37.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr1LWrWuDfVDOvTO9tzJGMqpvT28Trof { width:3.125rem;height:3.125rem;top:32.3125rem;left:7.96875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a92AZAPOXI6FIJET7AAUVwpuX65UvvBo { width:17.5625rem;height:12.25rem;top:17.5625rem;left:1.03125rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #lCDJd5lBQNQ7BygKRTVMUVq8a2KgCkc6 { width:17.5625rem;height:12.25rem;top:3.5rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXLnQBxAwZdJPalG2Rqns8cXTVJJmsVc { width:17.5625rem;height:12.25rem;top:32.0625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrr7oadhyLaMu0cL4PHS6UIDHoq00oIc { width:17.5625rem;height:22.6875rem;top:91.375rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.adaptive-delivery-prevent-bg, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyload, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyloading { background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { width:20rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L6atdgGho9rBXAREUIXDWPhqlIQMDT05 { background-color:#03314e;background-image:url("https://images.assets-landingi.com/uc/a796eea2-c151-40fa-a243-90e2d0e96609/cabinaverde001.jpeg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05.adaptive-delivery-prevent-bg, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyload, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyloading { background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { background-color: transparent; background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .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); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlZDh9nmHEFuvER9vRvm5DTTfW91Etch { width:16.875rem;height:2.4375rem;top:8.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExSs2rwnD5E6FVmQC7XTGxLZOwWBwpKn { width:16.875rem;height:1.78125rem;top:10.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlpJS14QZIUUr0iL2CJ1JRvxg71XLfOU { width:4.0625rem;height:4.0625rem;top:4.75rem;left:8.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #to7CiIzo8075Hbp34hlehrTyzTpTr5aS { width:4.0625rem;height:4.0625rem;top:16.3125rem;left:7.96875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3Qx7I9LNzSctnrvSEkvWOTiMd9gTgQz { width:4.0625rem;height:4.0625rem;top:28.3125rem;left:7.96875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUDbXTwHawTbIxQv0Gfr5ZlCKhyoHR8d { width:16.875rem;height:2.4375rem;top:20.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk4Ja0UHxSmdvI6T4y6Jtog7J3W2wim3 { width:16.875rem;height:1.78125rem;top:22.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ6hiSzdKTJZluAJ2Gl5RhLp2DoXxRbf { width:16.875rem;height:1.78125rem;top:34.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5EDk3ChkTJKKqRUs1lHiOcPwT7q0iKk { width:16.875rem;height:2.4375rem;top:32.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { display:block; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { width:20rem;height:0.0625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { width:3.75rem;height:0.1875rem;top:12.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJt1TOZuk6ewJFSW67i8WPalXE2BGVaB { width:20rem;height:7.7988125rem;top:3.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v { display:block; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUdhQyxO7lLrU6FMLqVwCks7U6pFVMId { width:20rem;height:18.6875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrFuQeJthosqq7sHDU8fDdleN8v6Z8c { width:16.875rem;height:1.29980625rem;top:18.3125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0rld80LJ3cFxhpq558ZJmns7tuM7W2S { width:3.125rem;height:3.125rem;top:2.6875rem;left:1.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRmcIfWTzqZhVl3i8B01hnMRVtnFbXTD { width:16.875rem;height:7.5rem;top:5.625rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahX8kQTeSIybAaqyrTOrcRxqx46G4ff6 { width:20rem;height:23.3125rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV3wKzJ5TGXUVa2na6MrwV12O7TwkhTf { width:3.125rem;height:3.125rem;top:21.96875rem;left:15.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9x1fkoIauChpBZyCnGbnVpm0is476mK { width:4.0625rem;height:1.29980625rem;top:42.5rem;left:14.28125rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtDXrPkJQA3mVmHsIT5OZpJzUdGMdmtJ { width:16.5625rem;height:16.5rem;top:25.09375rem;left:1.71875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { display:block; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { width:20rem;height:93.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ { width:20rem;height:1.70605625rem;top:13.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHCGV20IwUp7DD8V4Mtro4IyW8gPfuUr { width:19.625rem;height:1.625rem;top:0.75rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I330IwSflfd5uWGa9BJio3h5wnTEcp7z { width:20rem;height:9.421875rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qezzbNHV8SbWoCcUTCxMpo6FwQTfnfX0 { height:11.229946524064rem;width:20rem;top:79.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cih3Jsd4tLwKAyWa0vyPtKDTtFu1XaB6 { width:20rem;height:28.75rem;top:15.625rem;left:0rem;text-align:left;text-align-last:left;line-height:1.7;font-size:1rem;display:block; }#Cih3Jsd4tLwKAyWa0vyPtKDTtFu1XaB6 li:before{  }
 }@media only screen and (max-width: 763px) { #NG1stZgLVTFSdXMpOM2Qa44dnDOMF9tW { width:17.4375rem;height:9.8125rem;top:45.5625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2mgWZAyrF6yN3ikqrWpzP3ESPNvhCza { width:17.6875rem;height:9.9375rem;top:56.8125rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh4GAIAIFEQcf5KIFZrZQSwgwTEOetfk { width:17.6875rem;height:9.9375rem;top:68.2919921875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3VZAdyzuIo6oM5X4ZsPlQN8qPu6O9IR { display:block; }#W3VZAdyzuIo6oM5X4ZsPlQN8qPu6O9IR > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waMMeEmFtVXqawPTxQJpSEN2RZow25Vz { width:20rem;height:27.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUPc2Kp1sffZ7tCSXg3TyM3x6D0FcCWp { width:17.5rem;height:24.125rem;top:3.46875rem;left:0.3125rem;border-top:0.875rem solid #ffffff;border-left:0.875rem solid #ffffff;border-right:0.875rem solid #ffffff;border-bottom:0.875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #St3n3LgV8lJKUDy7883pnGLPyqSTxRUt { width:9.0625rem;height:3.25rem;top:31.5rem;left:5.46875rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ZSb2phdSm7MTNsbolweeZDvL0advx0 { width:15.25rem;height:8.77148125rem;top:36.4873046875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-regular-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-input-text { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-input-text {padding-top: 0; padding-bottom: 0;}#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-textarea { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-input-select { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-input-select {padding-top: 0; padding-bottom: 0;}#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-input-button { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .widget-checkbox-label { width:13.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo  { width:14.375rem;height:auto;top:46.46875rem;left:1.5625rem; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo .radio-container { width:14.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo {display:block;}#uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo { width:14.375rem;height:auto;top:46.46875rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #AvytO5Ihnit1l6JvMQGvJaPPyhByyVT8 {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #CxDeSdUVRbHImmA0KkSCiAmgSysQLUff {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #PTH6PuUUmqaxRf1vDTqJ4Fcl9epcfLxg {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #HbIVdJgZdOZ57riIuDL1IenlzI7R7ISi {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #f5cnLEXS4Nd4ZE6bRS9uZQ0WPsXAWr0D {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #iPZLnT4MppJ17iXNoOHqT7V4EpFdzJya {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #ATZh3lI4sWtxe0Pkz0y7fPdTVLAMiFzZ {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #GBd5AnK6hJpQxOFo52i0iBdFDPWID07Q {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #NIoX81FxKdEb1lBxIttDJT94qgthggSi {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #CQ1Fr4kxQODsVVAClOCbrXmz1vEun8Lb {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #La3ANACG6LDp8IqFsCXIuVrbPTR7MfG9 {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #Ctw8HWA0AT6fZ6L63beEc40uqiItwKId {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #Uxa33XVpq2WWNOmmzw0p2lVIssIKXvXh {  }
 }@media only screen and (max-width: 763px) { #uC7VdNv9Z0Kv7x7EaBnM835VxzWDHTEo #aZb2bmDH6UqT7k4s7ncXP3Gczciem1TD {  }
 }@media only screen and (max-width: 763px) { #R9vJX8I04WTtczqU1wfK3uHxtgSuQ2cS { width:12rem;height:1.625rem;top:45.2568359375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooIV5qpOWnvUz4vk7cnrF0MIac8P0Gzc { width:2.1875rem;height:2.1875rem;top:44.28125rem;left:14.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGOB3oigS86PKPTrdHqgNZTuuZmaLdov { width:20rem;height:40.375rem;top:30.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr { background-color:#5b5958;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row .container { background-color: transparent; background-image: none; }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row .container > .video-iframe-container { display: none; }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row > .video-iframe-container { display: none; }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .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); }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row .container { border-width: 0; border-radius: 0; }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row > .video-iframe-container {  }#rkOgGVZu5ktkrXUfokeFv6QUCgi1DJVr > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTlrmNAH3TuCfOTgteglFvRvGDaHvJLI { width:20rem;height:3.0859375rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQDGW1c4U2b91LpZyAiC7J7DMF7Buv7H { width:18.75rem;height:2.8125rem;top:5.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqL1SnxbEZs9SxgqqWXldxnXxw8Oru4U { display:block; }
 }@media only screen and (max-width: 763px) { #Vw6KRXN3rsRhTQZgZcT6lWpDuCyaHE8n { display:block; }#Vw6KRXN3rsRhTQZgZcT6lWpDuCyaHE8n > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gew5De0DiWoGBHeLqPZttrLRo8eZSbvm { width:17.125rem;height:10.5rem;top:22.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0OVIzfmxMBUMKS3nqqiSfI4TmOndL81 { width:20rem;height:1.3808625rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVlT4sD1Vldf0lxOeXJa26JSpJOIZv1w { width:18.1875rem;height:11.95703125rem;top:6.3125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AS4ZNZcbUPE2TNe2filuf7ics9eZWPll { width:20rem;height:2.11230625rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo1PmTJOdMfXmcoMfBvnJRK1UioxEIIQ { width:1.875rem;height:1.875rem;top:16.3125rem;left:2.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHmDSslW8iMyendTAMXFIpgqeJHIqK3r { width:1.875rem;height:1.875rem;top:6.3125rem;left:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOIwgU4sUzRG0Ei79nsN5hUbnFMhFHlz { width:1.875rem;height:1.875rem;top:13.15625rem;left:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWbLG4W7Vr3EUgTy7rQodLnKnHe8rQdA { width:1.875rem;height:1.875rem;top:11.28125rem;left:3.25rem;font-size:1.3125rem;display:block; }
 }