.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62716b63-0575-45e6-b273-39c4d412b96d/MarcoPostmassaggiobellezzanaturalesenzabisturi.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:800px;width:960px;overflow:visible;position:relative;display:block; }#R7PCC9DGanaNBlPMuUcScg2JKkerRtAq { color:rgba(255,255,255,0.5);display:block;width:620px;position:absolute;font-family:"futura std";font-size:18px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:177px;left:170px;height:23.3906px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { color:#ffffff;display:block;width:620px;position:absolute;font-family:bembo;font-size:40px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:202px;left:170px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U64Psc77oCgTic1VervVTrHoPmM5UCUR { color:#ffffff;display:block;width:213px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:376px;left:370px;height:26px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lG8eRhEmSUnh1BNQ6LSi2rITJKWTZNFT { background-color:#ffffff;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;box-sizing:border-box;color:#2d1f1f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"futura std";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:56px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:445px;left:380px;display:block; }
#G4ot1HUOzzbzM69V0oF214WTZGWTQ6iA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ETq0ENbTHQT4alPUskSMKEqnHy1mcpa5 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:112px;width:479px;top:40px;left:241px;overflow:hidden;display:block; }
#svEo9xQv9AW54vP2P7Xnlux3Fmd0znBU { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;height:94px;width:236px;top:274px;left:361.18753051758px;display:block; }
#QL4w4UqAevepCAEhN5soe4aX5lGBgsSz { color:#ffffff;display:block;width:108px;position:absolute;font-family:bembo;font-size:35px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:278px;left:468px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zXotmcH7WhE8VtdEnmw9k5ecvqCZDDKo { color:#ffffff;display:block;width:94px;position:absolute;font-family:bembo;font-size:55px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:290px;left:374px;height:71.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p7oXNWtiWRCHRbgl625VeyW8fHnMmBTw { color:#ffffff;display:block;width:22px;position:absolute;font-family:bembo;font-size:25px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:286.5px;left:536px;height:32.5px;display:block; }
#Tmdz4EI2eIr8FAPFmCD7ybldAd3wRPrF { color:#ffffff;display:block;width:22px;position:absolute;font-family:bembo;font-size:45px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:298.75px;left:465.5px;height:58.5px;display:block; }
#Qm0LwtoGRboNQLy4J3zXRGdfeR9FhhRU { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:108px;width:108px;top:268px;left:380px;overflow:hidden;display:block; }
#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { background-color: transparent; background-image: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .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); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { border-width: 0; border-radius: 0; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container {  }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { font-size:14px;font-family:arial;height:625px;width:960px;position:relative;display:block; }#Da09US5CgE8CxvI4pmDFxLKNM4M7027m { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:377px;width:671px;top:131.98864746094px;left:0px;overflow:hidden;display:block; }
#d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 10px 20px rgba(0,0,0,0.15) ;height:325px;width:470px;top:150px;left:490px;display:block; }
#fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { color:#1e1e1e;display:block;width:390px;position:absolute;font-family:bembo;font-size:40px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:166.91760635376px;left:529.98577880859px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { color:rgba(30,30,30,0.7);display:block;width:432.997px;position:absolute;font-family:"futura std";font-size:17px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:281.875px;left:527.00280761719px;height:163.125px;text-align:left;text-align-last:left;font-style:normal;display:block; }#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 li:before{  }
#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { background-color: transparent; background-image: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .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); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { border-width: 0; border-radius: 0; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container {  }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { font-size:14px;font-family:arial;height:808px;width:960px;position:relative;display:block; }#Lry4oWOvT445ikFeDtianP50g0GF1oLH { color:#1e1e1e;display:block;width:490px;position:absolute;font-family:bembo;font-size:40px;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:40px;left:0px;height:160px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wAiMbsutz4L6NbCwRO8vZDkxsBE4U7IQ { color:rgba(30,30,30,0.7);display:block;width:400px;position:absolute;font-family:"futura std";font-size:15px;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:279.01704406738px;left:90.894866943359px;height:96px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m8eXG6CF3HB9WiI9mQRafR3JpRqGrxxr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63px;width:63px;top:277.48861694336px;left:0px;overflow:hidden;display:block; }
#Hc7mdL2qFATfa4qFppEBqM9pO33QQ3fv { color:rgba(30,30,30,0.7);display:block;width:400px;position:absolute;font-family:"futura std";font-size:15px;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:400px;left:90px;height:120px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kCxOcaTJCiluBF6JqRgM2M38KFqqEMPJ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63px;width:63px;top:405px;left:0px;overflow:hidden;display:block; }
#Oq2Lh4KIQJVeH0kfckJMPg8xEB7H4EXB { background-color:#1e1e1e;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-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"futura std";font-size:24px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:285px;height:56px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:727.94999694824px;left:337.50003051758px;display:block; }
#wksGT57HzBFris1wscNWRqn4TUrIhJ6e { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zoq6xAHT12MF2Ukou2RUQpZTUKGTBHo1 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(30,30,30,0.1);border-left:1px solid rgba(30,30,30,0.1);border-right:1px solid rgba(30,30,30,0.1);border-bottom:1px solid rgba(30,30,30,0.1);height:268px;width:224px;top:40px;left:511px;display:block; }
#PbTs73eM00qdyu7BDMdGwApfv8QS7Dox { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63px;width:63px;top:61.997161865234px;left:591.98858642578px;overflow:hidden;display:block; }
#CVchSgx52TrkrOJAHRx7gmXIWtBXWbnz { color:#1e1e1e;display:block;width:154px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:148.984375px;left:519.859375px;height:20px;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cf4eg9l6Nh7XZnqnXcKyWKKhE2uULWEc { color:rgba(30,30,30,0.7);display:block;width:216px;position:absolute;font-family:"futura std";font-size:15px;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:200px;left:516px;height:112.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZJmLnMDKT8sBHculzUVU7T8bGsdc3OvE { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.994318px;width:56.9886px;top:174.375px;left:595.38348388672px;display:block; }
#F8BfoTTaApT0PJ4zzbpxfAH0AkiXivTS { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(30,30,30,0.1);border-left:1px solid rgba(30,30,30,0.1);border-right:1px solid rgba(30,30,30,0.1);border-bottom:1px solid rgba(30,30,30,0.1);height:268px;width:224px;top:40px;left:735px;display:block; }
#DQuzcv5ZcDqHaP1Dr01UXv0x5RTSQoaU { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62px;width:62px;top:61.988632202148px;left:816.37780761719px;overflow:hidden;display:block; }
#gCUmcTilNWuksksopH65hATLSqHzENlz { color:#1e1e1e;display:block;width:223.991px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:150.48295593262px;left:736.00842285156px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GgvOvhtD0vzh5L9umnZvTQ70IfkSiFAP { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.994318px;width:56.9886px;top:174.375px;left:819.375px;display:block; }
#nZ3hpOdinF0ZvoT0TlzuUWxNp49oFI30 { color:rgba(30,30,30,0.7);display:block;width:213px;position:absolute;font-family:"futura std";font-size:15px;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:200px;left:742px;height:112.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m91ZJw23tHe9pi2qOKk2EAteXcgWPXc9 { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(30,30,30,0.1);border-left:1px solid rgba(30,30,30,0.1);border-right:1px solid rgba(30,30,30,0.1);border-bottom:1px solid rgba(30,30,30,0.1);height:268px;width:224px;top:308px;left:511px;display:block; }
#mFQvCykm6hpEE5NbOxcdvALPdBJd98ZC { color:rgba(30,30,30,0.7);display:block;width:218.991px;position:absolute;font-family:"futura std";font-size:15px;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:451.39204406738px;left:514.38916015625px;height:90px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xTwaRrD5Ht1wkpLP3KTqTuFZTumJM1hn { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(30,30,30,0.1);border-left:1px solid rgba(30,30,30,0.1);border-right:1px solid rgba(30,30,30,0.1);border-bottom:1px solid rgba(30,30,30,0.1);height:268px;width:224px;top:308px;left:735px;display:block; }
#CUZct0puMGDWOUu1kZvt1AvTAQpJ8EkG { color:rgba(30,30,30,0.7);display:block;width:223px;position:absolute;font-family:"futura std";font-size:15px;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:451.39204406738px;left:735.00842285156px;height:112.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F71km0gaS4Jrfk0TEcth5ug6bWgHNpBa { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.994318px;width:56.9886px;top:419.91474914551px;left:595.38348388672px;display:block; }
#f7PhxW1viwZPZH8qX7SXHZnuGI5aS1E8 { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.994318px;width:56.9886px;top:419.85792541504px;left:819.375px;display:block; }
#F4mcSHvbogTokOaETWlSIJhsMvHvmQi3 { color:#1e1e1e;display:block;width:223.991px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:399.99998474121px;left:511.87493896484px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P58ySAR0FWEZmCTgcXorGxP77Ms0sKvP { color:#1e1e1e;display:block;width:223.991px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:399.99998474121px;left:736.00842285156px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wEeybzX5vKPAa8rfmH8ce5lUnisNAc6F { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62px;width:62px;top:320.86647033691px;left:592.38635253906px;overflow:hidden;display:block; }
#PbHP6oJ9z3aOhofdtbeTgSfy4bolgFHE { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62px;width:62px;top:320.86647033691px;left:816.37780761719px;overflow:hidden;display:block; }
#Gq8CwHlpeuq1B1wrSTea8BMgnQpMZ7F5 { color:#000000;display:block;width:960px;position:absolute;font-family:"futura std";font-size:23px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:577.59999990463px;left:0px;height:89.6718px;text-align:center;text-align-last:center;display:block; }
#uDuT6W0XHqqAsv1HCf9PCyFUmeXkmgbx { color:#000000;display:block;width:38px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:146.578125px;left:674.859375px;height:20.7969px;display:block; }
#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcPaacZa/BG2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.adaptive-delivery-prevent-bg, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyload, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyloading { background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { background-color: transparent; background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .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); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { border-width: 0; border-radius: 0; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container {  }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { font-size:14px;font-family:arial;height:1520px;width:960px;position:relative;display:block; }#vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { color:rgba(30,30,30,0.7);display:block;width:693px;position:absolute;font-family:"futura std";font-size:15px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:125.984375px;left:0px;height:264px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { color:#1e1e1e;display:block;width:640px;position:absolute;font-family:bembo;font-size:40px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42.997161865234px;left:0px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ALTkT7aDI02I8z0degFI4wcFGUVrsA1m { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:283px;width:506px;top:389px;left:450.953125px;overflow:hidden;display:block; }
#yZVXmv3zIUzzrBZ2T3JS3gz11ft4GdDT { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 10px 20px rgba(0,0,0,0.15) ;height:216px;width:396px;top:422.5px;left:95px;display:block; }
#Iiy2kUOCAJlZ4iZmeeIOxiyZA6OQcnlh { color:#1e1e1e;display:block;width:314px;position:absolute;font-family:"futura std";font-size:25px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:487px;left:136px;height:65px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SaVWWMntZwXNnT5fQzNrcla81bp0NwAS { background-color:#1e1e1e;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-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"futura std";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:268px;height:56px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:606.5px;left:159px;display:block; }
#n9UrWUkDVzLTVmlxgiEnxrDAkn2FOMCg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LHppZV8vrxVoicwwtAvPUJfpVlg46CO1 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 10px 20px rgba(0,0,0,0.15) ;height:201px;width:435px;top:1235.484375px;left:450.953125px;display:block; }
#d8n6hGg5cTaEZPidNkleBuXpZqoeF6O5 { color:rgba(30,30,30,0.7);display:block;width:682px;position:absolute;font-family:"futura std";font-size:15px;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:987.484375px;left:278px;height:192px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kmPwkaNeECk6IvGGebB0zS4J249A8291 { color:#1e1e1e;display:block;width:336px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1303.484375px;left:500.453125px;height:65px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JPmGSBeLUJAWTxME9fhSwaNez97cCmgP { background-color:#1e1e1e;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-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"futura std";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:315px;height:56px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1409px;left:510.953125px;display:block; }
#q7R7a24pUTx7kEFk5dHZAPyBKCMqH321 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WbC9KAmZgImZZcvpGBiTMOL8TWS2ZGdd { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:276px;width:494px;top:1202.484375px;left:0px;overflow:hidden;display:block; }
#MSHrD5P3yCTwAHNHUUzzw0D0QQzVc88J { color:#1e1e1e;display:block;width:693px;position:absolute;font-family:bembo;font-size:40px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:741.984375px;left:267px;height:;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vHHSyyW9Fg80MlqW10H5ZZ72PzWxCMcc { color:#000000;display:block;width:20px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:47.984375px;left:485.453125px;height:32.5px;display:block; }
#Cy8o5zwIThOTAPGdogV7EN3HIdPEeGm1 { color:#000000;display:block;width:684px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:807px;left:276px;height:39px;display:block; }
#PcB7GllS4qQ0rvc1PKgxLpE3pz3BVpB2 { color:#000000;display:block;width:685px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:893px;left:275px;height:52px;display:block; }
#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcPaacZa/BG2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd.adaptive-delivery-prevent-bg, #XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd.lazyload, #XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd.lazyloading { background-image: none; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container { background-color: transparent; background-image: none; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container > .video-iframe-container { display: none; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row > .video-iframe-container { display: none; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .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); }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container { border-width: 0; border-radius: 0; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row > .video-iframe-container {  }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container { font-size:14px;font-family:arial;height:1398px;width:960px;position:relative;display:block; }#sGp75b9BfgchzA4DXr17nTr7g9ln5O2p { color:rgba(30,30,30,0.7);display:block;width:734px;position:absolute;font-family:"futura std";font-size:15px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:137.984375px;left:0px;height:264px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cUeGreceEgTLkSVpI5SnKfqN6J2GORa0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:106px;width:105px;top:1098px;left:215px;overflow:hidden;display:block; }
#EUWaCzHScziTDCnTALH0Za19I7V7Uutu { color:#1e1e1e;display:block;width:340px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:956px;left:340px;height:26px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D5W1oQ1T9hncDOftqfDP8mfdff5HvKGT { color:rgba(30,30,30,0.7);display:block;width:435px;position:absolute;font-family:"futura std";font-size:15px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:991px;left:340px;height:72px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTpMgLTPWcinPJg6VfcLUtS38LrEITo9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:106px;width:106px;top:956px;left:213px;overflow:hidden;display:block; }
#kCcm9etKiFlxxm99hXJLkxklgGVhgsUv { color:rgba(30,30,30,0.7);display:block;width:433px;position:absolute;font-family:"futura std";font-size:15px;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:1133px;left:340px;height:72px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LEXIJsPL5TH3kX8Zml6XJknIpEIJDdNo { color:#1e1e1e;display:block;width:340px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:1098px;left:340px;height:26px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tMah2GludQsoTItDOhJVwOnot1EyxQNy { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:105px;width:105px;top:1233px;left:218px;overflow:hidden;display:block; }
#KxegUuxLR0Ru05sSTb8MekZslD1lUT48 { color:rgba(30,30,30,0.7);display:block;width:433px;position:absolute;font-family:"futura std";font-size:15px;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:1268px;left:343px;height:72px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JrKhRzCyWVrTbTpc3KRr8XnPE65lADAf { color:#1e1e1e;display:block;width:340px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:1233px;left:343px;height:26px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GfGLGELSWtMx7pxnsTgdyS3owmkfcUrh { color:#000000;display:block;width:960px;position:absolute;font-family:bembo;font-size:23px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:798.609375px;left:0px;height:59.7812px;text-align:center;text-align-last:center;display:block; }
#u0TsPxnBK6J2tcPM9aBn4TIG10os9bMi { color:#000000;display:block;width:756.987px;position:absolute;font-family:"futura std";font-size:16px;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:858.40625px;left:115.96875px;height:48px;text-align:center;text-align-last:center;display:block; }
#OOOfOn8E3yhmXVmqx9vT8KRhW2zScekm { color:#000000;display:block;width:582.975px;position:absolute;font-family:bembo;font-size:10px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:906.40625px;left:196.8125px;height:13px;text-align:center;text-align-last:center;display:block; }
#eSnnK1cLFyNeyz4KvLFlUS7vSxOiJ6ZK { background-color:#1e1e1e;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-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"futura std";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:268px;height:56px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:642px;left:162px;display:block; }
#ZeuaznACZr7Blh2lV8HoXXIt7EFbJ97D { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#b1zH3A39nnyTTlD2SUgx1TGVWrHyCOWn { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 10px 20px rgba(0,0,0,0.15) ;height:216px;width:396px;top:458px;left:98px;display:block; }
#fG03LxIq1R6kVmZkd2VwFbKARHTyErxi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:283px;width:504px;top:424px;left:454px;overflow:hidden;display:block; }
#ptN6zuasKIi8TK8vlSkcq1oI3wvBbVnt { color:#1e1e1e;display:block;width:314px;position:absolute;font-family:"futura std";font-size:25px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:522px;left:139px;height:65px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q0X4GzVs24wpPctXvhXlgwBfIu2kNygq { color:#000000;display:block;width:719px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:39px;left:0px;height:52px;display:block; }
#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K { position:relative;display:block; }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K { background-color: transparent; background-image: none; }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row .container > .video-iframe-container { display: none; }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row > .video-iframe-container { display: none; }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .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); }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K { border-width: 0; border-radius: 0; }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row .container > .video-iframe-container {  }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:337px;width:960px;position:relative;display:block; }#pJNZ9v9R7fkWxce4xoDLnT2vKk7vwEDB { color:#000000;display:block;width:960px;position:absolute;font-family:bembo;font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:20.653411865234px;left:2.9971313476562px;height:29.8906px;text-align:center;text-align-last:center;display:block; }
#zPcwJxW4QWaXqXSq3hVeRHZGpveduMaN { background-color:#1e1e1e;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-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"futura std";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:55.975px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:81.637420654297px;left:380.00003051758px;display:block; }
#KR7sTHEtKay8Bg5BU3h9RdhimoqGhFBV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qD5GTSnodh87tBn76OADTL7mVG5TpFW2 { color:#000000;display:block;width:960px;position:absolute;font-family:bembo;font-size:23px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:201px;left:0px;height:59.7812px;text-align:center;text-align-last:center;display:block; }
#fBobcRgfpvqdsT6vfbn23DoVnehK8GKt { color:#000000;display:block;width:960px;position:absolute;font-family:bembo;font-size:27px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:279px;left:0px;height:35.1px;text-align:center;text-align-last:center;display:block; }
#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62716b63-0575-45e6-b273-39c4d412b96d/MarcoPostmassaggiobellezzanaturalesenzabisturi.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy.adaptive-delivery-prevent-bg, #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy.lazyload, #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy.lazyloading { background-image: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { background-color: transparent; background-image: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .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); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { border-width: 0; border-radius: 0; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container {  }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { font-size:14px;font-family:arial;height:789px;width:960px;position:relative;display:block; }#soT7WbRwI1LvrlhkoZIbgqFnI77H563r { color:#ffffff;display:block;width:487.987px;position:absolute;font-family:bembo;font-size:40px;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:78.987335205078px;left:0px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BOxr1CUO2Wm3FdB93lnyaXxiyWTbgtCU { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 8px 20px rgba(0,0,0,0.15) ;height:683px;width:412px;top:78.984375px;left:546px;display:block; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-form-header {  }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-regular-label { height:auto;display:block;font-family:lato;font-size:14px;font-weight:bold;color:#000000;width:362px;padding-top:0;padding-right:0;padding-bottom:5px;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; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #878787;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:362px;box-sizing:border-box;height:34px;color:#161616;font-size:14px;overflow:hidden;font-family:"futura std";vertical-align:top; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-text {padding-top: 0; padding-bottom: 0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #878787;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:362px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"futura std";vertical-align:top; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:362px;box-sizing:border-box;height:40px;color:#2d1f1f;font-family:lato;font-size:14px;overflow:hidden;vertical-align:top; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-select {padding-top: 0; padding-bottom: 0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-button { background-color:#d19a52;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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:362px;height:48px;font-family:lato;overflow:hidden; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF [class*="-text"]:-moz-placeholder { color:#979797;font-family:lato;font-size:14px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF [class*="-text"]::-moz-placeholder { color:#979797;font-family:lato;font-size:14px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF [class*="-text"]:-ms-input-placeholder { color:#979797;font-family:lato;font-size:14px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF [class*="-text"]::-webkit-input-placeholder { color:#979797;font-family:lato;font-size:14px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .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:12px;font-weight:300;color:#000000;vertical-align:top;width:343px;overflow:hidden;font-style:normal;float:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:lato;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-container:first-of-type{padding-top:0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-container:last-of-type{padding-bottom:0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:362px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;position:absolute;top:162px;left:551px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:362px;display:block;vertical-align:top; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-info-text { display:block;height:auto;font-family:lato;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF {display:block;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:362px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;position:absolute;top:162px;left:551px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #AEyvlaxaJBW3CB8XoSN6O94Z8VOmrXiP { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #fXiATNALXW9wh80Otb924ATbvP3CO9Bg { position:relative;display:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #hBOmGLBqZ3WohBAD11Xa2lhNyO7aDx9K { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #BaVLT2XrWOJpob3BTl3vofl8dKFmMKsl { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #BwDvtlLFZSXexULcAlCa8XLb7vqOK8TH { position:relative;display:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #SzlGaolaMqiBNNn0nTVTSMFXAQNRErwR { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #GBgNg99Q5QJTG1neMTLf1dnMy1tD3IRS { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #zubuo10EFNibNTqkHy0aTreVwgybpODr { position:relative;display:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #ba4UC4265ezC6yw2F86sFi1Jnx8KFN9I { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #pdn8f6zEINn1BVrXvsE6Xg0XqRtE2D7b { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #iGgF6s8ZAk46UVywI2nd84hv8ykqPnGN { position:relative;display:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #vDFz0rIgaJF5JXPMzC8DUbmeo79hxdLh { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #eOPFlGWnRxPKxnvXPSSBcJCpX7VOB7wB { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #GytvTr9ZTOoouz2TWFpVMFliAl4cKQKd { position:relative;display:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #zl3T2SDFVWdu0SRix2mBK1Agf4L4MJ1a { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #LnwL9O4q7kcigax763h3tP1DuzQl9too { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #dwDMegCaZP7ZR8zrSD869R5cgwRaQUCC { position:relative;display:none; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #JC9db8HzIwuDi1xceU1O0bGe5WnvETbc { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #RaWKsSTsGrJAh5fmmWp3pu2ouwgzNVVP { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #RaWKsSTsGrJAh5fmmWp3pu2ouwgzNVVP .container-column{width:100%;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #SQQKmdvs8VvgFsqdHOi3TJ1BdkorMgDw { position:relative;display:block; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #PDBMBWTS0vXrS78FT3fXqfBTM9TnEMTf { position:relative;z-index:2; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t4i7DN7l71N9xanWAMFcF1aEzEvNouzm { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t1S2bgWltf5qOUGaTITCFiU500DabOA2 { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t1S2bgWltf5qOUGaTITCFiU500DabOA2 .container-column{width:50%;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #bNxikvdtRBgfZC4o65dK2ckG6xT3hd0p { position:relative;display:block; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #ZQsryhUZ73kT6J9cs8bxbhXWAn9Km7Cy { position:relative;z-index:2; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #CfKJEaxWaNTPFaulzAUV6Sqc0JMyFZeJ { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #lR8zPQlQXiS33ETRCAq8zeBq4acnX4OM { position:relative;z-index:2; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #A3FXmIOrp4OeR9fLAyn8tpKHqW8MTHio { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #PhUevX5h2KcLNV2P2aC9gDH4q6wC9B4I { position:relative; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #tPzv3kypwXF4WUUFgZFcG8eOLtK5paAr { position:relative; }
#BZDW3Ousp0UbS8ufTHTLJpdAgDNpKLJA { color:#2d1f1f;display:block;width:394px;position:absolute;font-family:bembo;font-size:23px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:88.953125px;left:555px;height:89.6719px;text-align:center;text-align-last:center;display:block; }
#y9oTZmzELcR6ED9TRhP6w6ybCyT2QWDb { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;height:82px;width:229px;top:312.20000648499px;left:18.6875px;display:block; }
#iVXM2fOHISc9VEto7DAxkFaAVBVJIBTc { color:#ffffff;display:block;width:155px;position:absolute;font-family:bembo;font-size:35px;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:319px;left:99px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cwg39twBFtfJ57tkCUTO5o3qiI6SqKpR { color:#ffffff;display:block;width:22px;position:absolute;font-family:bembo;font-size:25px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:329px;left:193px;height:32.5px;display:block; }
#TekZsrheC9kWbLmQw9SQ5bEfv47LTyPq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:114px;width:114px;top:297px;left:38px;overflow:hidden;display:block; }
#x5UFXFzupuPHe4xG6i4a9IL9JpE72Jnh { color:#ffffff;display:block;width:118px;position:absolute;font-family:bembo;font-size:55px;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:321px;left:22px;height:71.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ObBN3U0TWbITBre71zTC0afC7k2z6Swd { color:#ffffff;display:block;width:22px;position:absolute;font-family:bembo;font-size:45px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:330px;left:123px;height:58.5px;display:block; }
#yTkODKIKOzz1nDLqnugUOrdO9Tlg7oGT { color:#ffffff;display:block;width:213px;position:absolute;font-family:bembo;font-size:20px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:406.8000125885px;left:27.475006103516px;height:26px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7PCC9DGanaNBlPMuUcScg2JKkerRtAq { width:620px;height:23px;top:177px;left:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:620px;height:;top:202px;left:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U64Psc77oCgTic1VervVTrHoPmM5UCUR { width:213px;height:26px;top:376px;left:272px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lG8eRhEmSUnh1BNQ6LSi2rITJKWTZNFT { width:198px;height:54px;top:445px;left:282px;display:block; }
 }@media only screen and (max-width: 763px) { #G4ot1HUOzzbzM69V0oF214WTZGWTQ6iA { display:block; }
 }@media only screen and (max-width: 763px) { #ETq0ENbTHQT4alPUskSMKEqnHy1mcpa5 { top:40px;left:143px;width:479px;height:112px;display:block; }
 }@media only screen and (max-width: 763px) { #svEo9xQv9AW54vP2P7Xnlux3Fmd0znBU { width:236px;height:94px;top:274px;left:263.18753051758px;display:block; }
 }@media only screen and (max-width: 763px) { #QL4w4UqAevepCAEhN5soe4aX5lGBgsSz { width:108px;height:46px;top:278px;left:370px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zXotmcH7WhE8VtdEnmw9k5ecvqCZDDKo { width:94px;height:72px;top:290px;left:276px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #p7oXNWtiWRCHRbgl625VeyW8fHnMmBTw { top:286px;left:438px;width:22px;height:32px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Tmdz4EI2eIr8FAPFmCD7ybldAd3wRPrF { top:298px;left:367.5px;width:22px;height:58px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Qm0LwtoGRboNQLy4J3zXRGdfeR9FhhRU { top:268px;left:282px;width:108px;height:108px;display:block; }
 }@media only screen and (max-width: 763px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da09US5CgE8CxvI4pmDFxLKNM4M7027m { width:671px;height:377px;top:131px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:470px;height:325px;top:150px;left:294px;display:block; }
 }@media only screen and (max-width: 763px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:390px;height:;top:166px;left:374px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { width:432px;height:163px;top:281px;left:331px;font-size:17px;display:block; }#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 li:before{  }
 }@media only screen and (max-width: 763px) { #Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lry4oWOvT445ikFeDtianP50g0GF1oLH { width:490px;height:160px;top:40px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wAiMbsutz4L6NbCwRO8vZDkxsBE4U7IQ { width:400px;height:96px;top:279px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m8eXG6CF3HB9WiI9mQRafR3JpRqGrxxr { width:63px;height:63px;top:277px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Hc7mdL2qFATfa4qFppEBqM9pO33QQ3fv { width:400px;height:120px;top:400px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kCxOcaTJCiluBF6JqRgM2M38KFqqEMPJ { width:63px;height:63px;top:405px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Oq2Lh4KIQJVeH0kfckJMPg8xEB7H4EXB { width:285px;height:56px;top:727px;left:239.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #wksGT57HzBFris1wscNWRqn4TUrIhJ6e { display:block; }
 }@media only screen and (max-width: 763px) { #zoq6xAHT12MF2Ukou2RUQpZTUKGTBHo1 { width:224px;height:268px;top:40px;left:413px;display:block; }
 }@media only screen and (max-width: 763px) { #PbTs73eM00qdyu7BDMdGwApfv8QS7Dox { width:63px;height:63px;top:61px;left:493.98858642578px;display:block; }
 }@media only screen and (max-width: 763px) { #CVchSgx52TrkrOJAHRx7gmXIWtBXWbnz { width:154px;height:20px;top:148px;left:421.859375px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Cf4eg9l6Nh7XZnqnXcKyWKKhE2uULWEc { width:216px;height:112px;top:200px;left:418px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZJmLnMDKT8sBHculzUVU7T8bGsdc3OvE { width:56px;height:0;top:174px;left:497.38348388672px;display:block; }
 }@media only screen and (max-width: 763px) { #F8BfoTTaApT0PJ4zzbpxfAH0AkiXivTS { width:224px;height:268px;top:40px;left:538px;display:block; }
 }@media only screen and (max-width: 763px) { #DQuzcv5ZcDqHaP1Dr01UXv0x5RTSQoaU { width:62px;height:62px;top:61px;left:701px;display:block; }
 }@media only screen and (max-width: 763px) { #gCUmcTilNWuksksopH65hATLSqHzENlz { width:223px;height:;top:150px;left:541px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GgvOvhtD0vzh5L9umnZvTQ70IfkSiFAP { width:56px;height:0;top:174px;left:707px;display:block; }
 }@media only screen and (max-width: 763px) { #nZ3hpOdinF0ZvoT0TlzuUWxNp49oFI30 { width:213px;height:112px;top:200px;left:551px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m91ZJw23tHe9pi2qOKk2EAteXcgWPXc9 { width:224px;height:268px;top:308px;left:413px;display:block; }
 }@media only screen and (max-width: 763px) { #mFQvCykm6hpEE5NbOxcdvALPdBJd98ZC { width:218px;height:90px;top:451px;left:416.375px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xTwaRrD5Ht1wkpLP3KTqTuFZTumJM1hn { width:224px;height:268px;top:308px;left:538px;display:block; }
 }@media only screen and (max-width: 763px) { #CUZct0puMGDWOUu1kZvt1AvTAQpJ8EkG { width:223px;height:112px;top:451px;left:541px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #F71km0gaS4Jrfk0TEcth5ug6bWgHNpBa { width:56px;height:0;top:419px;left:497.38348388672px;display:block; }
 }@media only screen and (max-width: 763px) { #f7PhxW1viwZPZH8qX7SXHZnuGI5aS1E8 { width:56px;height:0;top:419px;left:707px;display:block; }
 }@media only screen and (max-width: 763px) { #F4mcSHvbogTokOaETWlSIJhsMvHvmQi3 { width:223px;height:;top:399px;left:413.859375px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #P58ySAR0FWEZmCTgcXorGxP77Ms0sKvP { width:223px;height:;top:399px;left:541px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wEeybzX5vKPAa8rfmH8ce5lUnisNAc6F { width:62px;height:62px;top:320px;left:494.38635253906px;display:block; }
 }@media only screen and (max-width: 763px) { #PbHP6oJ9z3aOhofdtbeTgSfy4bolgFHE { width:62px;height:62px;top:320px;left:701px;display:block; }
 }@media only screen and (max-width: 763px) { #Gq8CwHlpeuq1B1wrSTea8BMgnQpMZ7F5 { top:577px;left:0px;width:764px;height:119px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #uDuT6W0XHqqAsv1HCf9PCyFUmeXkmgbx { top:146px;left:576.859375px;width:38px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { width:693px;height:264px;top:125px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:640px;height:;top:42px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ALTkT7aDI02I8z0degFI4wcFGUVrsA1m { width:506px;height:283px;top:389px;left:258px;display:block; }
 }@media only screen and (max-width: 763px) { #yZVXmv3zIUzzrBZ2T3JS3gz11ft4GdDT { width:396px;height:216px;top:422px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Iiy2kUOCAJlZ4iZmeeIOxiyZA6OQcnlh { width:314px;height:65px;top:487px;left:38px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #SaVWWMntZwXNnT5fQzNrcla81bp0NwAS { width:268px;height:56px;top:606px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #n9UrWUkDVzLTVmlxgiEnxrDAkn2FOMCg { display:block; }
 }@media only screen and (max-width: 763px) { #LHppZV8vrxVoicwwtAvPUJfpVlg46CO1 { width:435px;height:201px;top:1235px;left:329px;display:block; }
 }@media only screen and (max-width: 763px) { #d8n6hGg5cTaEZPidNkleBuXpZqoeF6O5 { width:682px;height:216px;top:987px;left:82px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kmPwkaNeECk6IvGGebB0zS4J249A8291 { width:336px;height:65px;top:1303px;left:402.453125px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #JPmGSBeLUJAWTxME9fhSwaNez97cCmgP { width:315px;height:56px;top:1409px;left:412.953125px;display:block; }
 }@media only screen and (max-width: 763px) { #q7R7a24pUTx7kEFk5dHZAPyBKCMqH321 { display:block; }
 }@media only screen and (max-width: 763px) { #WbC9KAmZgImZZcvpGBiTMOL8TWS2ZGdd { width:494px;height:276px;top:1202px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MSHrD5P3yCTwAHNHUUzzw0D0QQzVc88J { width:693px;height:52px;top:741px;left:71px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vHHSyyW9Fg80MlqW10H5ZZ72PzWxCMcc { top:47px;left:387.453125px;width:20px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Cy8o5zwIThOTAPGdogV7EN3HIdPEeGm1 { top:807px;left:76px;width:684px;height:39px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PcB7GllS4qQ0rvc1PKgxLpE3pz3BVpB2 { top:893px;left:79px;width:685px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd { display:block; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGp75b9BfgchzA4DXr17nTr7g9ln5O2p { width:734px;height:264px;top:137px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cUeGreceEgTLkSVpI5SnKfqN6J2GORa0 { width:105px;height:106px;top:1098px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #EUWaCzHScziTDCnTALH0Za19I7V7Uutu { width:340px;height:26px;top:956px;left:242px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D5W1oQ1T9hncDOftqfDP8mfdff5HvKGT { width:435px;height:72px;top:991px;left:242px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #qTpMgLTPWcinPJg6VfcLUtS38LrEITo9 { width:106px;height:106px;top:956px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #kCcm9etKiFlxxm99hXJLkxklgGVhgsUv { width:433px;height:72px;top:1133px;left:242px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #LEXIJsPL5TH3kX8Zml6XJknIpEIJDdNo { width:340px;height:26px;top:1098px;left:242px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tMah2GludQsoTItDOhJVwOnot1EyxQNy { width:105px;height:105px;top:1233px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #KxegUuxLR0Ru05sSTb8MekZslD1lUT48 { width:433px;height:96px;top:1268px;left:245px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #JrKhRzCyWVrTbTpc3KRr8XnPE65lADAf { width:340px;height:26px;top:1233px;left:245px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GfGLGELSWtMx7pxnsTgdyS3owmkfcUrh { top:798px;left:0px;width:764px;height:59px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #u0TsPxnBK6J2tcPM9aBn4TIG10os9bMi { width:756px;height:50px;top:858px;left:8px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OOOfOn8E3yhmXVmqx9vT8KRhW2zScekm { top:906px;left:98.8125px;width:582px;height:13px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #eSnnK1cLFyNeyz4KvLFlUS7vSxOiJ6ZK { width:268px;height:56px;top:642px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #ZeuaznACZr7Blh2lV8HoXXIt7EFbJ97D { display:block; }
 }@media only screen and (max-width: 763px) { #b1zH3A39nnyTTlD2SUgx1TGVWrHyCOWn { width:396px;height:216px;top:458px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fG03LxIq1R6kVmZkd2VwFbKARHTyErxi { width:504px;height:283px;top:424px;left:260px;display:block; }
 }@media only screen and (max-width: 763px) { #ptN6zuasKIi8TK8vlSkcq1oI3wvBbVnt { width:314px;height:65px;top:522px;left:41px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #q0X4GzVs24wpPctXvhXlgwBfIu2kNygq { top:39px;left:0px;width:719px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K { display:block; }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJNZ9v9R7fkWxce4xoDLnT2vKk7vwEDB { top:20px;left:0px;width:764px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #zPcwJxW4QWaXqXSq3hVeRHZGpveduMaN { width:200px;height:55px;top:81px;left:282.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #KR7sTHEtKay8Bg5BU3h9RdhimoqGhFBV { display:block; }
 }@media only screen and (max-width: 763px) { #qD5GTSnodh87tBn76OADTL7mVG5TpFW2 { top:201px;left:0px;width:764px;height:59px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #fBobcRgfpvqdsT6vfbn23DoVnehK8GKt { top:279px;left:0px;width:764px;height:35px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soT7WbRwI1LvrlhkoZIbgqFnI77H563r { width:487px;height:;top:78px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BOxr1CUO2Wm3FdB93lnyaXxiyWTbgtCU { width:412px;height:683px;top:78px;left:352px;display:block; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-regular-label { width:362px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-text { width:362px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-text {padding-top: 0; padding-bottom: 0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-textarea { width:362px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-select { width:362px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-select {padding-top: 0; padding-bottom: 0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-button { width:362px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-checkbox-label { width:343px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF  { width:362px;height:auto;top:162px;left:362px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .radio-container { width:362px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF {display:block;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF { width:362px;height:auto;top:162px;left:362px; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #AEyvlaxaJBW3CB8XoSN6O94Z8VOmrXiP {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #fXiATNALXW9wh80Otb924ATbvP3CO9Bg { display:none; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #hBOmGLBqZ3WohBAD11Xa2lhNyO7aDx9K {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #BaVLT2XrWOJpob3BTl3vofl8dKFmMKsl {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #BwDvtlLFZSXexULcAlCa8XLb7vqOK8TH {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #SzlGaolaMqiBNNn0nTVTSMFXAQNRErwR {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #GBgNg99Q5QJTG1neMTLf1dnMy1tD3IRS {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #zubuo10EFNibNTqkHy0aTreVwgybpODr { display:none; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #ba4UC4265ezC6yw2F86sFi1Jnx8KFN9I {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #pdn8f6zEINn1BVrXvsE6Xg0XqRtE2D7b {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #iGgF6s8ZAk46UVywI2nd84hv8ykqPnGN { display:none; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #vDFz0rIgaJF5JXPMzC8DUbmeo79hxdLh {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #eOPFlGWnRxPKxnvXPSSBcJCpX7VOB7wB {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #GytvTr9ZTOoouz2TWFpVMFliAl4cKQKd {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #zl3T2SDFVWdu0SRix2mBK1Agf4L4MJ1a {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #LnwL9O4q7kcigax763h3tP1DuzQl9too {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #dwDMegCaZP7ZR8zrSD869R5cgwRaQUCC {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #JC9db8HzIwuDi1xceU1O0bGe5WnvETbc {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #RaWKsSTsGrJAh5fmmWp3pu2ouwgzNVVP {  }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #RaWKsSTsGrJAh5fmmWp3pu2ouwgzNVVP .container-column{width:50%;} }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #SQQKmdvs8VvgFsqdHOi3TJ1BdkorMgDw {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #PDBMBWTS0vXrS78FT3fXqfBTM9TnEMTf {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t4i7DN7l71N9xanWAMFcF1aEzEvNouzm {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t1S2bgWltf5qOUGaTITCFiU500DabOA2 {  }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t1S2bgWltf5qOUGaTITCFiU500DabOA2 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #bNxikvdtRBgfZC4o65dK2ckG6xT3hd0p {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #ZQsryhUZ73kT6J9cs8bxbhXWAn9Km7Cy {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #CfKJEaxWaNTPFaulzAUV6Sqc0JMyFZeJ {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #lR8zPQlQXiS33ETRCAq8zeBq4acnX4OM {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #A3FXmIOrp4OeR9fLAyn8tpKHqW8MTHio {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #PhUevX5h2KcLNV2P2aC9gDH4q6wC9B4I {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #tPzv3kypwXF4WUUFgZFcG8eOLtK5paAr {  }
 }@media only screen and (max-width: 763px) { #BZDW3Ousp0UbS8ufTHTLJpdAgDNpKLJA { width:394px;height:89px;top:88px;left:370px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #y9oTZmzELcR6ED9TRhP6w6ybCyT2QWDb { width:229px;height:82px;top:312px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iVXM2fOHISc9VEto7DAxkFaAVBVJIBTc { width:155px;height:45px;top:319px;left:1px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Cwg39twBFtfJ57tkCUTO5o3qiI6SqKpR { top:329px;left:95px;width:22px;height:32px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TekZsrheC9kWbLmQw9SQ5bEfv47LTyPq { top:297px;left:0px;width:114px;height:114px;display:block; }
 }@media only screen and (max-width: 763px) { #x5UFXFzupuPHe4xG6i4a9IL9JpE72Jnh { width:118px;height:71px;top:321px;left:0px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #ObBN3U0TWbITBre71zTC0afC7k2z6Swd { top:330px;left:25px;width:22px;height:58px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #yTkODKIKOzz1nDLqnugUOrdO9Tlg7oGT { width:213px;height:26px;top:406px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62716b63-0575-45e6-b273-39c4d412b96d/MarcoPostmassaggiobellezzanaturalesenzabisturi.jpg");background-position:center left !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;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:580px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7PCC9DGanaNBlPMuUcScg2JKkerRtAq { width:320px;height:41.5938px;top:118.99147033691px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:320px;height:35px;top:189.98579406738px;left:0px;text-align:center;text-align-last:center;font-size:35px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #U64Psc77oCgTic1VervVTrHoPmM5UCUR { width:195px;height:20.7969px;top:331.99429321289px;left:62.500000953674px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lG8eRhEmSUnh1BNQ6LSi2rITJKWTZNFT { width:198.8px;height:54.8px;top:461px;left:59.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #G4ot1HUOzzbzM69V0oF214WTZGWTQ6iA { display:block; }
 }@media only screen and (max-width: 763px) { #ETq0ENbTHQT4alPUskSMKEqnHy1mcpa5 { width:320px;height:74.8125px;top:19px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #svEo9xQv9AW54vP2P7Xnlux3Fmd0znBU { width:138px;height:62px;top:261px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #QL4w4UqAevepCAEhN5soe4aX5lGBgsSz { width:155px;height:28.5938px;top:267px;left:99px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zXotmcH7WhE8VtdEnmw9k5ecvqCZDDKo { width:118px;height:41.5938px;top:276px;left:66px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #p7oXNWtiWRCHRbgl625VeyW8fHnMmBTw { width:21px;height:22.0938px;top:267.9375px;left:188px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Tmdz4EI2eIr8FAPFmCD7ybldAd3wRPrF { width:21.9886px;height:35.0938px;top:278.33804321289px;left:148.99147891998px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Qm0LwtoGRboNQLy4J3zXRGdfeR9FhhRU { width:77.9972px;height:77.9972px;top:255.88635253906px;left:95.997155189514px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:320px;height:625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da09US5CgE8CxvI4pmDFxLKNM4M7027m { width:320px;height:180px;top:50px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:269px;height:346px;top:187px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:260px;height:78px;top:202px;left:30px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { width:247px;height:244.688px;top:280px;left:38px;text-align:left;text-align-last:left;display:block; }#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 li:before{  }
 }@media only screen and (max-width: 763px) { #Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { width:320px;height:2532px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lry4oWOvT445ikFeDtianP50g0GF1oLH { width:320px;height:175px;top:84px;left:0px;text-align:center;text-align-last:center;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wAiMbsutz4L6NbCwRO8vZDkxsBE4U7IQ { width:240px;height:179.156px;top:1997px;left:80px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m8eXG6CF3HB9WiI9mQRafR3JpRqGrxxr { width:63px;height:63px;top:1997px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Hc7mdL2qFATfa4qFppEBqM9pO33QQ3fv { width:240px;height:255.938px;top:2216px;left:80px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kCxOcaTJCiluBF6JqRgM2M38KFqqEMPJ { width:63px;height:63px;top:2216px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Oq2Lh4KIQJVeH0kfckJMPg8xEB7H4EXB { width:200px;height:56px;top:1908px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #wksGT57HzBFris1wscNWRqn4TUrIhJ6e { display:block; }
 }@media only screen and (max-width: 763px) { #zoq6xAHT12MF2Ukou2RUQpZTUKGTBHo1 { width:224px;height:300px;top:322px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #PbTs73eM00qdyu7BDMdGwApfv8QS7Dox { width:63px;height:63px;top:335px;left:128px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CVchSgx52TrkrOJAHRx7gmXIWtBXWbnz { width:205px;height:20px;top:418px;left:53px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cf4eg9l6Nh7XZnqnXcKyWKKhE2uULWEc { width:226px;height:120px;top:482px;left:47px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJmLnMDKT8sBHculzUVU7T8bGsdc3OvE { width:57px;height:1px;top:466px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #F8BfoTTaApT0PJ4zzbpxfAH0AkiXivTS { width:224px;height:269px;top:668px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #DQuzcv5ZcDqHaP1Dr01UXv0x5RTSQoaU { width:63px;height:63px;top:683px;left:128px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gCUmcTilNWuksksopH65hATLSqHzENlz { width:224px;height:20px;top:766px;left:47px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GgvOvhtD0vzh5L9umnZvTQ70IfkSiFAP { width:57px;height:1px;top:817px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #nZ3hpOdinF0ZvoT0TlzuUWxNp49oFI30 { width:226px;height:120px;top:830px;left:47px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m91ZJw23tHe9pi2qOKk2EAteXcgWPXc9 { width:224px;height:266px;top:989px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #mFQvCykm6hpEE5NbOxcdvALPdBJd98ZC { width:226px;height:96px;top:1149px;left:47px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTwaRrD5Ht1wkpLP3KTqTuFZTumJM1hn { width:224px;height:287px;top:1304px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #CUZct0puMGDWOUu1kZvt1AvTAQpJ8EkG { width:226px;height:120px;top:1460px;left:47px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F71km0gaS4Jrfk0TEcth5ug6bWgHNpBa { width:57px;height:1px;top:1136px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #f7PhxW1viwZPZH8qX7SXHZnuGI5aS1E8 { width:57px;height:1px;top:1443px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #F4mcSHvbogTokOaETWlSIJhsMvHvmQi3 { width:224px;height:20px;top:1085px;left:47px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P58ySAR0FWEZmCTgcXorGxP77Ms0sKvP { width:224px;height:20px;top:1396px;left:47px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wEeybzX5vKPAa8rfmH8ce5lUnisNAc6F { width:63px;height:63px;top:1002px;left:128px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PbHP6oJ9z3aOhofdtbeTgSfy4bolgFHE { width:63px;height:63px;top:1313px;left:128px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gq8CwHlpeuq1B1wrSTea8BMgnQpMZ7F5 { width:320px;height:209.2338px;top:1640px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #uDuT6W0XHqqAsv1HCf9PCyFUmeXkmgbx { width:18px;height:19.5px;top:414.59375px;left:214px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:320px;height:2461px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { width:320px;height:432px;top:194px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:320px;height:70px;top:63px;left:0px;text-align:center;text-align-last:center;font-size:35px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ALTkT7aDI02I8z0degFI4wcFGUVrsA1m { width:320px;height:180px;top:749px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yZVXmv3zIUzzrBZ2T3JS3gz11ft4GdDT { width:260px;height:170px;top:894px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Iiy2kUOCAJlZ4iZmeeIOxiyZA6OQcnlh { width:261px;height:97.5px;top:929px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SaVWWMntZwXNnT5fQzNrcla81bp0NwAS { width:200px;height:56px;top:1045px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #n9UrWUkDVzLTVmlxgiEnxrDAkn2FOMCg { display:block; }
 }@media only screen and (max-width: 763px) { #LHppZV8vrxVoicwwtAvPUJfpVlg46CO1 { width:260px;height:159px;top:2253px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #d8n6hGg5cTaEZPidNkleBuXpZqoeF6O5 { width:320px;height:489.3755px;top:1548px;left:0px;text-align:center;text-align-last:center;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #kmPwkaNeECk6IvGGebB0zS4J249A8291 { width:260px;height:97.5px;top:2285px;left:30px;text-align:center;text-align-last:center;font-size:25px;font-family:"futura std";display:block; }
 }@media only screen and (max-width: 763px) { #JPmGSBeLUJAWTxME9fhSwaNez97cCmgP { width:200px;height:56px;top:2396px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #q7R7a24pUTx7kEFk5dHZAPyBKCMqH321 { display:block; }
 }@media only screen and (max-width: 763px) { #WbC9KAmZgImZZcvpGBiTMOL8TWS2ZGdd { width:320px;height:178.78542510121px;top:2106px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MSHrD5P3yCTwAHNHUUzzw0D0QQzVc88J { width:320px;height:96px;top:1138px;left:0px;text-align:center;text-align-last:center;font-size:32px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vHHSyyW9Fg80MlqW10H5ZZ72PzWxCMcc { width:20px;height:32.5px;top:95px;left:244px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Cy8o5zwIThOTAPGdogV7EN3HIdPEeGm1 { width:320px;height:78px;top:1270px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PcB7GllS4qQ0rvc1PKgxLpE3pz3BVpB2 { width:320px;height:104px;top:1391px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd { display:block; }#XSAMM3orf4eET7SOJ4gIQKXfLiBlxmyd > .row .container { width:320px;height:2303px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGp75b9BfgchzA4DXr17nTr7g9ln5O2p { width:320px;height:633.5308px;top:178.265625px;left:0px;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #cUeGreceEgTLkSVpI5SnKfqN6J2GORa0 { width:105px;height:106px;top:1569px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #EUWaCzHScziTDCnTALH0Za19I7V7Uutu { width:320px;height:20.7969px;top:1675px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5W1oQ1T9hncDOftqfDP8mfdff5HvKGT { width:280px;height:83.1875px;top:1705px;left:21px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #qTpMgLTPWcinPJg6VfcLUtS38LrEITo9 { width:106px;height:106px;top:1804px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #kCcm9etKiFlxxm99hXJLkxklgGVhgsUv { width:280px;height:83.1875px;top:1939px;left:21px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #LEXIJsPL5TH3kX8Zml6XJknIpEIJDdNo { width:320px;height:20.7969px;top:1910px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMah2GludQsoTItDOhJVwOnot1EyxQNy { width:105px;height:105px;top:2041px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #KxegUuxLR0Ru05sSTb8MekZslD1lUT48 { width:280px;height:103.984px;top:2175px;left:20px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #JrKhRzCyWVrTbTpc3KRr8XnPE65lADAf { width:320px;height:20.7969px;top:2146px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GfGLGELSWtMx7pxnsTgdyS3owmkfcUrh { width:300px;height:119.562px;top:1292px;left:10px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #u0TsPxnBK6J2tcPM9aBn4TIG10os9bMi { width:290px;height:105px;top:1420px;left:15px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OOOfOn8E3yhmXVmqx9vT8KRhW2zScekm { width:280px;height:20.7812px;top:1524px;left:20px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #eSnnK1cLFyNeyz4KvLFlUS7vSxOiJ6ZK { width:200px;height:56px;top:1145px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #ZeuaznACZr7Blh2lV8HoXXIt7EFbJ97D { display:block; }
 }@media only screen and (max-width: 763px) { #b1zH3A39nnyTTlD2SUgx1TGVWrHyCOWn { width:290px;height:172px;top:1001px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fG03LxIq1R6kVmZkd2VwFbKARHTyErxi { width:320px;height:179.672px;top:851px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ptN6zuasKIi8TK8vlSkcq1oI3wvBbVnt { width:290px;height:97.5px;top:1031px;left:15px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #q0X4GzVs24wpPctXvhXlgwBfIu2kNygq { width:320px;height:78px;top:58.96875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K { display:block; }#pHfDq3mu8VcbugQfwSGkwVcKCr8VTA4K > .row .container { width:320px;height:432px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJNZ9v9R7fkWxce4xoDLnT2vKk7vwEDB { width:320px;height:59.7812px;top:20px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #zPcwJxW4QWaXqXSq3hVeRHZGpveduMaN { width:200px;height:55px;top:99.8px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #KR7sTHEtKay8Bg5BU3h9RdhimoqGhFBV { display:block; }
 }@media only screen and (max-width: 763px) { #qD5GTSnodh87tBn76OADTL7mVG5TpFW2 { width:320px;height:119.562px;top:199.796875px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #fBobcRgfpvqdsT6vfbn23DoVnehK8GKt { width:320px;height:70.1875px;top:344.3px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { width:320px;height:1189px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soT7WbRwI1LvrlhkoZIbgqFnI77H563r { width:320px;height:150px;top:36px;left:0px;text-align:center;text-align-last:center;font-size:30px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BOxr1CUO2Wm3FdB93lnyaXxiyWTbgtCU { width:320px;height:795px;top:365px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-text {padding-top: 0; padding-bottom: 0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-select {padding-top: 0; padding-bottom: 0;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF  { width:280px;height:auto;top:536.796875px;left:0px; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF {display:block;}#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF { width:280px;height:auto;top:536.796875px;left:0px; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #AEyvlaxaJBW3CB8XoSN6O94Z8VOmrXiP {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #fXiATNALXW9wh80Otb924ATbvP3CO9Bg { display:none; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #hBOmGLBqZ3WohBAD11Xa2lhNyO7aDx9K {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #BaVLT2XrWOJpob3BTl3vofl8dKFmMKsl {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #BwDvtlLFZSXexULcAlCa8XLb7vqOK8TH {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #SzlGaolaMqiBNNn0nTVTSMFXAQNRErwR {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #GBgNg99Q5QJTG1neMTLf1dnMy1tD3IRS {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #zubuo10EFNibNTqkHy0aTreVwgybpODr { display:none; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #ba4UC4265ezC6yw2F86sFi1Jnx8KFN9I {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #pdn8f6zEINn1BVrXvsE6Xg0XqRtE2D7b {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #iGgF6s8ZAk46UVywI2nd84hv8ykqPnGN { display:none; }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #vDFz0rIgaJF5JXPMzC8DUbmeo79hxdLh {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #eOPFlGWnRxPKxnvXPSSBcJCpX7VOB7wB {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #GytvTr9ZTOoouz2TWFpVMFliAl4cKQKd {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #zl3T2SDFVWdu0SRix2mBK1Agf4L4MJ1a {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #LnwL9O4q7kcigax763h3tP1DuzQl9too {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #dwDMegCaZP7ZR8zrSD869R5cgwRaQUCC {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #JC9db8HzIwuDi1xceU1O0bGe5WnvETbc {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #RaWKsSTsGrJAh5fmmWp3pu2ouwgzNVVP {  }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #RaWKsSTsGrJAh5fmmWp3pu2ouwgzNVVP .container-column{width:50%;} }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #SQQKmdvs8VvgFsqdHOi3TJ1BdkorMgDw {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #PDBMBWTS0vXrS78FT3fXqfBTM9TnEMTf {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t4i7DN7l71N9xanWAMFcF1aEzEvNouzm {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t1S2bgWltf5qOUGaTITCFiU500DabOA2 {  }
#iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #t1S2bgWltf5qOUGaTITCFiU500DabOA2 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #bNxikvdtRBgfZC4o65dK2ckG6xT3hd0p {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #ZQsryhUZ73kT6J9cs8bxbhXWAn9Km7Cy {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #CfKJEaxWaNTPFaulzAUV6Sqc0JMyFZeJ {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #lR8zPQlQXiS33ETRCAq8zeBq4acnX4OM {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #A3FXmIOrp4OeR9fLAyn8tpKHqW8MTHio {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #PhUevX5h2KcLNV2P2aC9gDH4q6wC9B4I {  }
 }@media only screen and (max-width: 763px) { #iTPthg8ATkeXTORE1HP8PbevWb6xDSrF #tPzv3kypwXF4WUUFgZFcG8eOLtK5paAr {  }
 }@media only screen and (max-width: 763px) { #BZDW3Ousp0UbS8ufTHTLJpdAgDNpKLJA { width:290px;height:124.75px;top:374px;left:15px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #y9oTZmzELcR6ED9TRhP6w6ybCyT2QWDb { width:150px;height:65px;top:221px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #iVXM2fOHISc9VEto7DAxkFaAVBVJIBTc { width:43px;height:28.5938px;top:228px;left:173px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Cwg39twBFtfJ57tkCUTO5o3qiI6SqKpR { width:17px;height:22.0938px;top:231px;left:213px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TekZsrheC9kWbLmQw9SQ5bEfv47LTyPq { width:77px;height:77px;top:221px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #x5UFXFzupuPHe4xG6i4a9IL9JpE72Jnh { width:56px;height:41.5938px;top:238px;left:96px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ObBN3U0TWbITBre71zTC0afC7k2z6Swd { width:22px;height:35.0938px;top:241px;left:152px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #yTkODKIKOzz1nDLqnugUOrdO9Tlg7oGT { width:157px;height:20.7969px;top:288px;left:82px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }