.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;
}
.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;
  }
}
@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:#f5f5f5;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); }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 { background-color:rgba(255,255,255,0.72);background-image:url("https://images.assets-landingi.com/uc/21f1f8b4-6954-4aad-9551-42f87951e6ec/CpiadeComomeditar1080px1920px2.png");background-position:center !important;background-repeat: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; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0.adaptive-delivery-prevent-bg, #R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0.lazyload, #R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0.lazyloading { background-image: none; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row .container { background-color: transparent; background-image: none; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row .container > .video-iframe-container { display: none; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row > .video-iframe-container { display: none; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .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); }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row .container { border-width: 0; border-radius: 0; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row .container { font-size:14px;font-family:arial;height:847px;width:960px;overflow:visible;position:relative;display:block; }#I7hP28ANIVSeruOdD5NVynXwkDTCJsNK { display:block;width:733px;position:absolute;font-family:gotham;font-size:69px;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:188px;left:0px;height:138px;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;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; }
#cOQZkMUB2iqEIR6V1Zrem6hibFvffpt1 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:66px;width:170px;top:65px;left:222px;overflow:hidden;display:block; }
#ZFIF2XMJJ9vCnCqE6NE09I4Gzl1eyQzl { color:#ef0014;display:block;width:610px;position:absolute;font-family:"gotham narrow medium";font-size:28px;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 1px rgba(0,0,0,0.5);top:254px;left:2px;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RKL5G0rxv9wxaDvqLwk9qb2hLuin6rU7 { position:absolute;display:block;z-index:100019;height:275px;width:405px;top:442px;left:104.5px;display:block; }
#xypzfK4vByGCql9Rr2vMXs3aUaG0BK1r { color:#ffffff;display:block;width:248px;position:absolute;font-family:gotham;font-size:39px;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:313.5px;left:205.5px;height:50px;display:block; }
#gzTgSqJWJf52UTUxQz6EoiTG21B4H7Ma { box-sizing:content-box;color:#46064f;font-size:45px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:302px;left:142.5px;display:block; }
#ZSkF062p09m5sA93V5skcGkPuInpLoCW { color:#ffffff;display:block;width:248px;position:absolute;font-family:gotham;font-size:17px;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:374px;left:183px;height:44px;text-align:center;text-align-last:center;display:block; }
#QG9TdcrGgf0WzVkcoxEJE90TxsBJehQ0 { position:absolute;display:block;z-index:100020;background-color:rgba(70,6,79,0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:54px;width:162px;top:371px;left:226px;display:block; }
#iDFOtlo62rk40qIOQJJJH44pxsH3XNWP { position:absolute;display:block;z-index:100013;background-color:rgba(70,6,79,0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:54px;width:639px;top:246.5px;left:-17px;display:block; }
#yaWWTbK9lTl9FR8GBl6FvXbiiCSCe0ai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,105,181,0.8), rgba(70,6,79,0.93));background-image: -moz-linear-gradient(180deg, rgba(172,105,181,0.8), rgba(70,6,79,0.93));background-image: -ms-linear-gradient(180deg, rgba(172,105,181,0.8), rgba(70,6,79,0.93));background-image: -o-linear-gradient(180deg, rgba(172,105,181,0.8), rgba(70,6,79,0.93));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccac69b5', endColorstr='#ed46064f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccac69b5', endColorstr='#ed46064f' );";background-image: linear-gradient(180deg, rgba(172,105,181,0.8), rgba(70,6,79,0.93));background-size:auto !important;position:relative;display:block; }#yaWWTbK9lTl9FR8GBl6FvXbiiCSCe0ai > .row .container { background-color: transparent; background-image: none; }#yaWWTbK9lTl9FR8GBl6FvXbiiCSCe0ai::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yaWWTbK9lTl9FR8GBl6FvXbiiCSCe0ai > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yaWWTbK9lTl9FR8GBl6FvXbiiCSCe0ai > .row .container > .video-iframe-container { display: none; }#yaWWTbK9lTl9FR8GBl6FvXbiiCSCe0ai > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yaWWTbK9lTl9FR8GBl6FvXbiiCSCe0ai > .row > .video-iframe-container { display: none; }#yaWWTbK9lTl9FR8GBl6FvXbiiCSCe0ai > .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); }#yaWWTbK9lTl9FR8GBl6FvXbiiCSCe0ai > .row .container { border-width: 0; border-radius: 0; }#yaWWTbK9lTl9FR8GBl6FvXbiiCSCe0ai > .row .container { font-size:14px;font-family:arial;height:11px;width:960px;position:relative;display:block; }#GzbUhuwhZtFKmnOglh6tNEyTgOe1PUxm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.19);background-image:none;position:relative;display:block; }#GzbUhuwhZtFKmnOglh6tNEyTgOe1PUxm > .row .container { background-color: transparent; background-image: none; }#GzbUhuwhZtFKmnOglh6tNEyTgOe1PUxm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GzbUhuwhZtFKmnOglh6tNEyTgOe1PUxm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GzbUhuwhZtFKmnOglh6tNEyTgOe1PUxm > .row .container > .video-iframe-container { display: none; }#GzbUhuwhZtFKmnOglh6tNEyTgOe1PUxm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GzbUhuwhZtFKmnOglh6tNEyTgOe1PUxm > .row > .video-iframe-container { display: none; }#GzbUhuwhZtFKmnOglh6tNEyTgOe1PUxm > .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); }#GzbUhuwhZtFKmnOglh6tNEyTgOe1PUxm > .row .container { border-width: 0; border-radius: 0; }#GzbUhuwhZtFKmnOglh6tNEyTgOe1PUxm > .row .container { font-size:14px;font-family:arial;height:471px;width:960px;position:relative;display:block; }#sSChSlBlJd5MehSTSzlCp2vbnz2nNOim { color:#46064f;display:block;width:633px;position:absolute;font-family:gotham;font-size:36px;font-weight:400;z-index:100001;line-height:1.1;letter-spacing:0;top:24px;left:161.5px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dizRDBQOkaJC9GFGzuM4l49HmNueDF7s { color:#000000;display:block;width:643px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:62px;left:152px;height:27px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kAZpPzMuAsCPg4ecC7CDv9rmQZw3UqJT { color:#ffffff;display:block;width:569px;position:absolute;font-family:"helvetica neue";font-size:18px;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:306px;left:113px;height:58px;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#xdVvJH2lrPwNNRs8RKV73er2FgQitdmT { color:#ffffff;display:block;width:567px;position:absolute;font-family:"helvetica neue";font-size:18px;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:241px;left:113px;height:29px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#tLdZwRRqefahGwi3iuVzEn3rvwTn0PWk { color:#ffffff;display:block;width:569px;position:absolute;font-family:"helvetica neue";font-size:18px;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:306px;left:113px;height:58px;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#Ilri5cVT79cRRNZd91LdBzSQzA9vTgFS { color:#ffffff;display:block;width:567px;position:absolute;font-family:"helvetica neue";font-size:18px;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:241px;left:113px;height:29px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#wDDfg4bKFxCswwQA3XSlNmv2mknhlUfU { box-sizing:content-box;color:#46064f;font-size:66px;font-weight:400;line-height:1;height:95px;width:95px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:136px;left:787px;display:block; }
#bbdz2Qz6vtwLtR6fikTiWMiTGuRKhvI5 { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #46064f;border-left:2px solid #46064f;border-right:2px solid #46064f;border-bottom:2px solid #46064f;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:100px;width:100px;top:132px;left:782px;display:block; }
#kL6dK9PTmpE7wbi8Eo6cTCyDIILoeEhO { box-sizing:content-box;color:#46064f;font-size:62px;font-weight:400;line-height:1;height:90px;width:90px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:136.5px;left:548px;display:block; }
#o69L6Ju0uVy4LQ115CplW7qP14xoU4SM { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #46064f;border-left:2px solid #46064f;border-right:2px solid #46064f;border-bottom:2px solid #46064f;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:100px;width:100px;top:129.5px;left:541px;display:block; }
#N2GsZXpU4iHyZTkwvJqPuf9Lawh6DCnC { box-sizing:content-box;color:#46064f;font-size:62px;font-weight:400;line-height:1;height:89px;width:89px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:128.5px;left:66px;display:block; }
#XHlTSrusVu9nB5hJwzOGBcnSPpfN0MIT { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #46064f;border-left:2px solid #46064f;border-right:2px solid #46064f;border-bottom:2px solid #46064f;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:100px;width:100px;top:120px;left:58.5px;display:block; }
#XDwgaBrAWzlEf6lOeTRCpPyuk7cbgEMy { color:#585858;display:block;width:222px;position:absolute;font-family:"gotham narrow";font-size:17px;font-weight:300;z-index:100027;line-height:1.5;letter-spacing:0;top:241px;left:10px;height:100px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4Fl46mCQ99EsCN5bkSv7eAeGJMV3VR6 { color:#585858;display:block;width:201px;position:absolute;font-family:"gotham narrow";font-size:17px;font-weight:300;z-index:100028;line-height:1.5;letter-spacing:0;top:247px;left:492.5px;height:175px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kvGWhVeAGVCsttgTaIrhmtrXb0T77VVf { color:#585858;display:block;width:226px;position:absolute;font-family:"gotham narrow";font-size:17px;font-weight:300;z-index:100029;line-height:1.5;letter-spacing:0;top:247px;left:719px;height:125px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PoWEhTcJKZmB9Mb8Ra3T0s0TqsICZ1I6 { box-sizing:content-box;color:#46064f;font-size:62px;font-weight:400;line-height:1;height:90px;width:90px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:136.5px;left:317px;display:block; }
#T3eoMyxeta3ND8BlLx7LlsB5cKgJqHux { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #46064f;border-left:2px solid #46064f;border-right:2px solid #46064f;border-bottom:2px solid #46064f;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:100px;width:100px;top:129.5px;left:310px;display:block; }
#XZr1dxtHOIWhs6IP0xGPUqiNIM1NZIs7 { color:#585858;display:block;width:222px;position:absolute;font-family:"gotham narrow";font-size:17px;font-weight:300;z-index:100028;line-height:1.5;letter-spacing:0;top:246px;left:254px;height:100px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,139,0.41);background-image:url("https://images.assets-landingi.com/sowi3ee8/_DSC4829.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW.adaptive-delivery-prevent-bg, #qbiqz4X1RXfgfyTGstFo10plxoT7z3RW.lazyload, #qbiqz4X1RXfgfyTGstFo10plxoT7z3RW.lazyloading { background-image: none; }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .row .container { background-color: transparent; background-image: none; }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .row .container > .video-iframe-container { display: none; }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .row > .video-iframe-container { display: none; }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .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); }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .row .container { border-width: 0; border-radius: 0; }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .row .container { font-size:14px;font-family:arial;height:730px;width:960px;position:relative;display:block; }#pVIyxr6FdAd5hxIEmqTJTaRcoyIV1m9a { color:#000000;display:block;width:400px;position:absolute;font-family:"gotham narrow";font-size:26px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:410px;left:34px;height:165px;display:block; }
#MwMMF6Ta0vCTE11343ELdIIIosB72JFS { color:#000000;display:block;width:431px;position:absolute;font-family:"gotham narrow";font-size:17px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:352px;left:497px;height:286px;font-style:normal;display:block; }
#WIV7T5TKGOiKX41lFB5QEhhBxzlo02Mn { position:absolute;display:block;z-index:99999;background-color:rgba(70,6,79,0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:356px;width:960px;top:328px;left:0px;display:block; }
#HfMO2DDIDPX1TGlHHHVtwkkL1zHqFWSW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(186deg, rgba(216,181,216,0.5), rgba(26,0,28,0.87));background-image: -moz-linear-gradient(186deg, rgba(216,181,216,0.5), rgba(26,0,28,0.87));background-image: -ms-linear-gradient(186deg, rgba(216,181,216,0.5), rgba(26,0,28,0.87));background-image: -o-linear-gradient(186deg, rgba(216,181,216,0.5), rgba(26,0,28,0.87));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd8b5d8', endColorstr='#dd1a001c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd8b5d8', endColorstr='#dd1a001c' );";background-image: linear-gradient(186deg, rgba(216,181,216,0.5), rgba(26,0,28,0.87));background-size:cover !important;position:relative;display:none; }#HfMO2DDIDPX1TGlHHHVtwkkL1zHqFWSW > .row .container { border-width: 0; border-radius: 0; }#HfMO2DDIDPX1TGlHHHVtwkkL1zHqFWSW > .row .container { font-size:14px;font-family:arial;height:633px;width:960px;position:relative;display:none; }#MDDyIuZfgNL4wvHK3OgQzTGPhrNwMbC6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:496px;width:888px;top:68.5px;left:36px;display:block; }
#l61KilNwNpWzhR0uL2c91WAgCTyOvmTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#l61KilNwNpWzhR0uL2c91WAgCTyOvmTo > .row .container { background-color: transparent; background-image: none; }#l61KilNwNpWzhR0uL2c91WAgCTyOvmTo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l61KilNwNpWzhR0uL2c91WAgCTyOvmTo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l61KilNwNpWzhR0uL2c91WAgCTyOvmTo > .row .container > .video-iframe-container { display: none; }#l61KilNwNpWzhR0uL2c91WAgCTyOvmTo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l61KilNwNpWzhR0uL2c91WAgCTyOvmTo > .row > .video-iframe-container { display: none; }#l61KilNwNpWzhR0uL2c91WAgCTyOvmTo > .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); }#l61KilNwNpWzhR0uL2c91WAgCTyOvmTo > .row .container { border-width: 0; border-radius: 0; }#l61KilNwNpWzhR0uL2c91WAgCTyOvmTo > .row .container { font-size:14px;font-family:arial;height:66px;width:960px;position:relative;display:block; }#NnGRqE4uKxQbAO69kRLyByQoRoWZzQXu { color:#46064f;display:block;width:960px;position:absolute;font-family:gotham;font-size:35px;font-weight:400;z-index:100004;line-height:1.1;letter-spacing:0;top:15px;left:0px;height:38px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CR5DcmlPr3aiQDqrq4TRXQfbhG6GmZyJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CR5DcmlPr3aiQDqrq4TRXQfbhG6GmZyJ > .row .container { background-color: transparent; background-image: none; }#CR5DcmlPr3aiQDqrq4TRXQfbhG6GmZyJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CR5DcmlPr3aiQDqrq4TRXQfbhG6GmZyJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CR5DcmlPr3aiQDqrq4TRXQfbhG6GmZyJ > .row .container > .video-iframe-container { display: none; }#CR5DcmlPr3aiQDqrq4TRXQfbhG6GmZyJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CR5DcmlPr3aiQDqrq4TRXQfbhG6GmZyJ > .row > .video-iframe-container { display: none; }#CR5DcmlPr3aiQDqrq4TRXQfbhG6GmZyJ > .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); }#CR5DcmlPr3aiQDqrq4TRXQfbhG6GmZyJ > .row .container { border-width: 0; border-radius: 0; }#CR5DcmlPr3aiQDqrq4TRXQfbhG6GmZyJ > .row .container { font-size:14px;font-family:arial;height:86px;width:960px;position:relative;display:block; }#kxCy2TR6BMvRb4VlFBszTA3UwtprD7Le { box-sizing:content-box;color:#46064f;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:18px;left:431px;display:block; }
#GtHJdDRedDBSWdE8CpglsNnTsaI1xT8H { box-sizing:content-box;color:#46064f;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:18px;left:472px;display:block; }
#QcRRVKd8PgXBBSTT6TTSIAx6MEecCTRo { display:block;width:597px;position:absolute;font-family:"gotham narrow";font-size:18px;font-weight:700;z-index:99999;line-height:1.3;letter-spacing:0;top:31.978851318359px;left:13.975708007812px;height:23px;font-style:normal;display:block; }
#T7FkR6dnq3PVnToyi1iNwZEKJPrKHtqB { box-sizing:content-box;color:#46064f;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:18px;left:513px;display:block; }
#WSeoVoiKH9o3F6k0zT1OBXFcInOt1qeD { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45px;width:108px;top:13px;left:852px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 { background-color:rgba(255,255,255,0.72);background-image:url("https://images.assets-landingi.com/IcvDBJWq/meditacion-barcelona.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0.adaptive-delivery-prevent-bg, #R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0.lazyload, #R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0.lazyloading { background-image: none; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row .container { background-color: transparent; background-image: none; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row .container > .video-iframe-container { display: none; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row > .video-iframe-container { display: none; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .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); }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row .container { height:594px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7hP28ANIVSeruOdD5NVynXwkDTCJsNK { width:659px;height:104px;top:128px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #cOQZkMUB2iqEIR6V1Zrem6hibFvffpt1 { width:170px;height:66px;top:65px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFIF2XMJJ9vCnCqE6NE09I4Gzl1eyQzl { width:610px;height:;top:254px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #RKL5G0rxv9wxaDvqLwk9qb2hLuin6rU7 { width:405px;height:275px;top:442px;left:6.5px;display:none; }
 }@media only screen and (max-width: 763px) { #xypzfK4vByGCql9Rr2vMXs3aUaG0BK1r { width:248px;height:50px;top:313px;left:107.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #gzTgSqJWJf52UTUxQz6EoiTG21B4H7Ma { width:65px;height:65px;top:302px;left:44.5px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #ZSkF062p09m5sA93V5skcGkPuInpLoCW { width:248px;height:44px;top:374px;left:85px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #QG9TdcrGgf0WzVkcoxEJE90TxsBJehQ0 { width:162px;height:54px;top:371px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #iDFOtlo62rk40qIOQJJJH44pxsH3XNWP { width:639px;height:54px;top:246px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yaWWTbK9lTl9FR8GBl6FvXbiiCSCe0ai { display:block; }#yaWWTbK9lTl9FR8GBl6FvXbiiCSCe0ai > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzbUhuwhZtFKmnOglh6tNEyTgOe1PUxm { display:block; }#GzbUhuwhZtFKmnOglh6tNEyTgOe1PUxm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSChSlBlJd5MehSTSzlCp2vbnz2nNOim { width:633px;height:39px;top:24px;left:63.5px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #dizRDBQOkaJC9GFGzuM4l49HmNueDF7s { width:643px;height:28px;top:62px;left:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #kAZpPzMuAsCPg4ecC7CDv9rmQZw3UqJT { width:569px;height:58px;top:306px;left:15px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #xdVvJH2lrPwNNRs8RKV73er2FgQitdmT { width:567px;height:29px;top:241px;left:15px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #tLdZwRRqefahGwi3iuVzEn3rvwTn0PWk { width:569px;height:58px;top:306px;left:15px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #Ilri5cVT79cRRNZd91LdBzSQzA9vTgFS { width:567px;height:29px;top:241px;left:15px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #wDDfg4bKFxCswwQA3XSlNmv2mknhlUfU { width:95px;height:95px;top:136px;left:669px;font-size:66px;display:block; }
 }@media only screen and (max-width: 763px) { #bbdz2Qz6vtwLtR6fikTiWMiTGuRKhvI5 { width:100px;height:100px;top:199px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #kL6dK9PTmpE7wbi8Eo6cTCyDIILoeEhO { width:90px;height:90px;top:136px;left:450px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #o69L6Ju0uVy4LQ115CplW7qP14xoU4SM { width:100px;height:100px;top:199px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #N2GsZXpU4iHyZTkwvJqPuf9Lawh6DCnC { width:89px;height:89px;top:128px;left:0px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #XHlTSrusVu9nB5hJwzOGBcnSPpfN0MIT { width:100px;height:100px;top:199px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #XDwgaBrAWzlEf6lOeTRCpPyuk7cbgEMy { width:222px;height:100px;top:241px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #T4Fl46mCQ99EsCN5bkSv7eAeGJMV3VR6 { width:201px;height:175px;top:247px;left:394.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #kvGWhVeAGVCsttgTaIrhmtrXb0T77VVf { width:226px;height:150px;top:247px;left:538px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PoWEhTcJKZmB9Mb8Ra3T0s0TqsICZ1I6 { width:90px;height:90px;top:136px;left:219px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #T3eoMyxeta3ND8BlLx7LlsB5cKgJqHux { width:100px;height:100px;top:199px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #XZr1dxtHOIWhs6IP0xGPUqiNIM1NZIs7 { width:222px;height:125px;top:246px;left:156px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qbiqz4X1RXfgfyTGstFo10plxoT7z3RW { display:block; }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVIyxr6FdAd5hxIEmqTJTaRcoyIV1m9a { width:400px;height:165px;top:410px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MwMMF6Ta0vCTE11343ELdIIIosB72JFS { width:431px;height:308px;top:352px;left:333px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WIV7T5TKGOiKX41lFB5QEhhBxzlo02Mn { width:764px;height:356px;top:328px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HfMO2DDIDPX1TGlHHHVtwkkL1zHqFWSW { display:none; }#HfMO2DDIDPX1TGlHHHVtwkkL1zHqFWSW > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MDDyIuZfgNL4wvHK3OgQzTGPhrNwMbC6 { width:764px;height:426.73873873874px;top:68px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l61KilNwNpWzhR0uL2c91WAgCTyOvmTo { display:block; }#l61KilNwNpWzhR0uL2c91WAgCTyOvmTo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnGRqE4uKxQbAO69kRLyByQoRoWZzQXu { width:764px;height:38px;top:15px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #CR5DcmlPr3aiQDqrq4TRXQfbhG6GmZyJ { display:block; }#CR5DcmlPr3aiQDqrq4TRXQfbhG6GmZyJ > .row .container { width:764px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxCy2TR6BMvRb4VlFBszTA3UwtprD7Le { width:50px;height:50px;top:33px;left:548px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GtHJdDRedDBSWdE8CpglsNnTsaI1xT8H { width:50px;height:50px;top:33px;left:640px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #QcRRVKd8PgXBBSTT6TTSIAx6MEecCTRo { width:499px;height:20px;top:48px;left:31px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T7FkR6dnq3PVnToyi1iNwZEKJPrKHtqB { width:50px;height:50px;top:33px;left:640px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #WSeoVoiKH9o3F6k0zT1OBXFcInOt1qeD { width:108px;height:45px;top:13px;left:656px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5268644b-425c-4937-bf72-7bc03e55557d/LP1StorydoInstagram.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0.adaptive-delivery-prevent-bg, #R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0.lazyload, #R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0.lazyloading { background-image: none; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row .container { background-color: transparent; background-image: none; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row .container > .video-iframe-container { display: none; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row > .video-iframe-container { display: none; }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .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); }#R11A1n7kJWPZ1LZus6Cewx8fF6dcggd0 > .row .container { height:838px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7hP28ANIVSeruOdD5NVynXwkDTCJsNK { width:320px;height:141px;top:109px;left:0px;text-align:center;text-align-last:center;font-size:43px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cOQZkMUB2iqEIR6V1Zrem6hibFvffpt1 { width:101px;height:37px;top:63px;left:109.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFIF2XMJJ9vCnCqE6NE09I4Gzl1eyQzl { width:320px;height:54px;top:213px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKL5G0rxv9wxaDvqLwk9qb2hLuin6rU7 { width:320px;height:275px;top:427px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xypzfK4vByGCql9Rr2vMXs3aUaG0BK1r { width:113px;height:22px;top:296px;left:127px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #gzTgSqJWJf52UTUxQz6EoiTG21B4H7Ma { width:38px;height:38px;top:288px;left:89px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #ZSkF062p09m5sA93V5skcGkPuInpLoCW { width:248px;height:30px;top:336px;left:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #QG9TdcrGgf0WzVkcoxEJE90TxsBJehQ0 { width:134px;height:42px;top:330px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #iDFOtlo62rk40qIOQJJJH44pxsH3XNWP { width:320px;height:59px;top:213px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yaWWTbK9lTl9FR8GBl6FvXbiiCSCe0ai { display:block; }#yaWWTbK9lTl9FR8GBl6FvXbiiCSCe0ai > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzbUhuwhZtFKmnOglh6tNEyTgOe1PUxm { display:block; }#GzbUhuwhZtFKmnOglh6tNEyTgOe1PUxm > .row .container { width:320px;height:998px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSChSlBlJd5MehSTSzlCp2vbnz2nNOim { width:320px;height:56px;top:31px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dizRDBQOkaJC9GFGzuM4l49HmNueDF7s { width:302px;height:40px;top:102px;left:9px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kAZpPzMuAsCPg4ecC7CDv9rmQZw3UqJT { width:320px;height:0;top:521px;left:40px;font-size:18px;line-height:1.4;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #xdVvJH2lrPwNNRs8RKV73er2FgQitdmT { width:320px;height:0;top:456px;left:40px;font-size:18px;line-height:1.4;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #tLdZwRRqefahGwi3iuVzEn3rvwTn0PWk { width:320px;height:0;top:547px;left:40px;font-size:18px;line-height:1.4;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #Ilri5cVT79cRRNZd91LdBzSQzA9vTgFS { width:320px;height:0;top:482px;left:40px;font-size:18px;line-height:1.4;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #wDDfg4bKFxCswwQA3XSlNmv2mknhlUfU { width:55px;height:55px;top:765.5px;left:132.5px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #bbdz2Qz6vtwLtR6fikTiWMiTGuRKhvI5 { width:57px;height:57px;top:532px;left:129.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kL6dK9PTmpE7wbi8Eo6cTCyDIILoeEhO { width:55px;height:55px;top:535px;left:132.5px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #o69L6Ju0uVy4LQ115CplW7qP14xoU4SM { width:57px;height:57px;top:762.5px;left:129.5px;display:block; }
 }@media only screen and (max-width: 763px) { #N2GsZXpU4iHyZTkwvJqPuf9Lawh6DCnC { width:55px;height:55px;top:173px;left:132.5px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #XHlTSrusVu9nB5hJwzOGBcnSPpfN0MIT { width:57px;height:57px;top:170px;left:129.5px;display:block; }
 }@media only screen and (max-width: 763px) { #XDwgaBrAWzlEf6lOeTRCpPyuk7cbgEMy { width:191px;height:84px;top:245px;left:64.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4Fl46mCQ99EsCN5bkSv7eAeGJMV3VR6 { width:193px;height:126px;top:606px;left:63.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvGWhVeAGVCsttgTaIrhmtrXb0T77VVf { width:188px;height:126px;top:842.5px;left:66px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PoWEhTcJKZmB9Mb8Ra3T0s0TqsICZ1I6 { width:55px;height:55px;top:354px;left:132.5px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #T3eoMyxeta3ND8BlLx7LlsB5cKgJqHux { width:57px;height:57px;top:350px;left:129.5px;display:block; }
 }@media only screen and (max-width: 763px) { #XZr1dxtHOIWhs6IP0xGPUqiNIM1NZIs7 { width:222px;height:84px;top:424px;left:49px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbiqz4X1RXfgfyTGstFo10plxoT7z3RW { background-color:#46064f;background-image:none;display:block; }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .row .container { background-color: transparent; background-image: none; }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .row .container > .video-iframe-container { display: none; }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .row > .video-iframe-container { display: none; }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .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); }#qbiqz4X1RXfgfyTGstFo10plxoT7z3RW > .row .container { width:320px;height:515px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVIyxr6FdAd5hxIEmqTJTaRcoyIV1m9a { width:284px;height:115px;top:39px;left:23px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MwMMF6Ta0vCTE11343ELdIIIosB72JFS { width:274px;height:306px;top:178px;left:23px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WIV7T5TKGOiKX41lFB5QEhhBxzlo02Mn { width:320px;height:356px;top:328px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #HfMO2DDIDPX1TGlHHHVtwkkL1zHqFWSW { display:none; }#HfMO2DDIDPX1TGlHHHVtwkkL1zHqFWSW > .row .container { width:320px;height:342px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MDDyIuZfgNL4wvHK3OgQzTGPhrNwMbC6 { height:179px;width:320px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l61KilNwNpWzhR0uL2c91WAgCTyOvmTo { display:block; }#l61KilNwNpWzhR0uL2c91WAgCTyOvmTo > .row .container { width:320px;height:83px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnGRqE4uKxQbAO69kRLyByQoRoWZzQXu { width:320px;height:40px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #CR5DcmlPr3aiQDqrq4TRXQfbhG6GmZyJ { display:block; }#CR5DcmlPr3aiQDqrq4TRXQfbhG6GmZyJ > .row .container { width:320px;height:207px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxCy2TR6BMvRb4VlFBszTA3UwtprD7Le { width:50px;height:50px;top:52.953125px;left:67.984375px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GtHJdDRedDBSWdE8CpglsNnTsaI1xT8H { width:50px;height:50px;top:52.953125px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #QcRRVKd8PgXBBSTT6TTSIAx6MEecCTRo { width:308px;height:16px;top:20px;left:6px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #T7FkR6dnq3PVnToyi1iNwZEKJPrKHtqB { width:50px;height:50px;top:52.953125px;left:199.96875px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #WSeoVoiKH9o3F6k0zT1OBXFcInOt1qeD { width:107.984375px;height:45px;top:112.984375px;left:106px;display:block; }
 }