.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#874ea9;background-image:none;position:relative;display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { background-color: transparent; background-image: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .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); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { border-width: 0; border-radius: 0; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container {  }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#NnnCIpar6AN4dxiqLEseqIgRXTbwnsNB { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/NaETXsCO/Disen_o_sin_ti_tulo_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:9.125rem;width:9.125rem;top:0rem;left:1.875rem;display:block; }#NnnCIpar6AN4dxiqLEseqIgRXTbwnsNB.adaptive-delivery-prevent-bg, #NnnCIpar6AN4dxiqLEseqIgRXTbwnsNB.lazyload, #NnnCIpar6AN4dxiqLEseqIgRXTbwnsNB.lazyloading { background-image: none; }
#SpRirB64m1Les3oNBnpIM4NIUqsp9vLy { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:lato;font-size:5.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17.48681640625rem;left:1.375rem;height:;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; }
#ncfi0TvvS2mZ8v2QBiFdXRKt9195QOpD { color:#ffcf67;display:block;width:28.8125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.125rem;left:1.875rem;height:2.2749rem;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;text-align:left;text-align-last:left;display:block; }
#xZOfEn4emZX2w75fETkPtWGa6Zaqpozi { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:24.7373046875rem;left:1.875rem;height:;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; }
#bWk0vw5TyEry8MkpGXokCgxO7bLQetvK { background-color:#ffb76a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(255,183,106,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.1435546875rem;left:1.875rem;display:block; }
#W6vO0DqIux1bVhATXG7EkrwkpbzNo6fL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zwNwBNuNLc12wh3GtF28t8BQSfV1Vd01 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.125rem;width:38.4375rem;top:0rem;left:33.3125rem;overflow:hidden;display:block; }
#O7kuPrgTGAkrxmTweeDaA8rKzUyrnGi9 { color:#f6effa;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:30.60498046875rem;left:1.875rem;height:1.86865rem;font-style:normal;display:block; }
#EXDAXOB2MNtfUFnIetV0KB76o635MzW5 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.1435546875rem;left:20.3125rem;display:block; }
#WGKvNrqgDuZDI1OgFAgOVqpcwxwEn5gb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#odh8ZS3CPmZDskBGbWJNAKJTIqBkBvbV { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:lato;font-size:5.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.9375rem;left:1.375rem;height:;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; }
#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { background-color: transparent; background-image: none; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container > .video-iframe-container { display: none; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row > .video-iframe-container { display: none; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .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); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { border-width: 0; border-radius: 0; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row > .video-iframe-container {  }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { color:#874ea9;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:;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;text-align:center;text-align-last:center;display:block; }
#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container { background-color: transparent; background-image: none; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container > .video-iframe-container { display: none; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row > .video-iframe-container { display: none; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .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); }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container { border-width: 0; border-radius: 0; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row > .video-iframe-container {  }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(255,183,106,0.3) ;height:13.4375rem;width:19.375rem;top:0rem;left:5.625rem;display:block; }
#nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { color:#989898;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:7.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LJdoq02EsTKwQkuH3Oc9TXdRpdpBlP7q { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(255,183,106,0.3) ;height:13.4375rem;width:19.375rem;top:0rem;left:27.8125rem;display:block; }
#doupZphNU0KGTbOEpevGkGlIqkdTMiBV { color:#989898;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:29.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cOvWiZmQPKyDDqXRVq80Jh4W6fVvWs1M { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(255,183,106,0.3) ;height:13.4375rem;width:19.375rem;top:0rem;left:50rem;display:block; }
#okwFwt0zbDB1owQUuwAr6M7M2pl6MzDi { color:#989898;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.875rem;left:51.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XgQLf3OTzx6W9ikMxwq9CNUBEZDP5ywT { box-sizing:content-box;color:#874ea9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:9.125rem;left:20.6875rem;display:block; }
#CeQtaCrCGoWz7gnOipfKHZ16L4eoJN1l { box-sizing:content-box;color:#874ea9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:9.125rem;left:42.875rem;display:block; }
#aGEUzUpb9edgs5T7eIGPFtURSZkh5ZeT { box-sizing:content-box;color:#874ea9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:9.125rem;left:65rem;display:block; }
#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container { background-color: transparent; background-image: none; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container > .video-iframe-container { display: none; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row > .video-iframe-container { display: none; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .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); }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container { border-width: 0; border-radius: 0; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row > .video-iframe-container {  }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#JdPLBxEhU45QuE6oq4Sqb9QggJoqPBcd { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(255,183,106,0.3) ;height:13.4375rem;width:19.375rem;top:0rem;left:5.625rem;display:block; }
#zbL6PhFiDHHFpGf0F78Nffzvy6iJIAWH { color:#989898;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:7.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cHPedVb61nQXe3BQx4bR7FOk7wIl32Q2 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(255,183,106,0.3) ;height:13.4375rem;width:19.375rem;top:0rem;left:27.8125rem;display:block; }
#mSdKRfxHKgxbirNGUlaEPJrcmL2Z54at { color:#989898;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.16796875rem;left:29.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eAgBvZEhuTGXNBxumtkUZem5v7liC3kE { box-sizing:content-box;color:#874ea9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:9.125rem;left:20.6875rem;display:block; }
#l6gBREFVyENZZHpDG5uJ2sDwP7fTNhmQ { box-sizing:content-box;color:#874ea9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:9.125rem;left:42.875rem;display:block; }
#TTAQpx6vduJNMBn3uJhu2NhpdfyVc6BI { box-sizing:content-box;color:#874ea9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:8.6875rem;left:64.4375rem;display:block; }
#CwTHRlv2pFelLNqlWxiSXB04v2i8APUA { color:#989898;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:51.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container { background-color: transparent; background-image: none; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container > .video-iframe-container { display: none; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row > .video-iframe-container { display: none; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .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); }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container { border-width: 0; border-radius: 0; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row > .video-iframe-container {  }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3149e355-fee4-45ea-8de4-537cea48a101/healthyspreadarms.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8.adaptive-delivery-prevent-bg, #Db548NUrBds3HkGVpXal77R2VnMwF6B8.lazyload, #Db548NUrBds3HkGVpXal77R2VnMwF6B8.lazyloading { background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { background-color: transparent; background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,78,169,0.82); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,78,169,0.82); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .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); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { border-width: 0; border-radius: 0; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container {  }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#rgQ39886aodFgSOC4a6EoWCFCl8ll3IF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#o5tTyQE0aKM1GKRci0Jf65Lt1FEnZx3X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;display:block; }#o5tTyQE0aKM1GKRci0Jf65Lt1FEnZx3X > .row .container { background-color: transparent; background-image: none; }#o5tTyQE0aKM1GKRci0Jf65Lt1FEnZx3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5tTyQE0aKM1GKRci0Jf65Lt1FEnZx3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5tTyQE0aKM1GKRci0Jf65Lt1FEnZx3X > .row .container > .video-iframe-container { display: none; }#o5tTyQE0aKM1GKRci0Jf65Lt1FEnZx3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5tTyQE0aKM1GKRci0Jf65Lt1FEnZx3X > .row > .video-iframe-container { display: none; }#o5tTyQE0aKM1GKRci0Jf65Lt1FEnZx3X > .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); }#o5tTyQE0aKM1GKRci0Jf65Lt1FEnZx3X > .row .container { border-width: 0; border-radius: 0; }#o5tTyQE0aKM1GKRci0Jf65Lt1FEnZx3X > .row > .video-iframe-container {  }#o5tTyQE0aKM1GKRci0Jf65Lt1FEnZx3X > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;position:relative;display:block; }#Uv3UlSd5d01LxTTkoPKf5gvrNIyOBeAo { position:absolute;display:block;z-index:15004;background-color:#874ea9;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;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;height:4.25rem;width:4.25rem;top:1.8125rem;left:7.25rem;display:block; }
#wX2LZI40dnwN2IaE52nleHNXozZFoDmv { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.375rem;left:7.8125rem;display:block; }
#zSPUfJD0Wuop20QI3yExWZs3CdbViOkB { position:absolute;display:block;z-index:15007;background-color:#874ea9;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;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;height:4.25rem;width:4.25rem;top:1.8125rem;left:26rem;display:block; }
#uaQXuqoTaHy4E06to3n67EJf2GTJohLH { position:absolute;display:block;z-index:15009;background-color:#874ea9;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;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;height:4.25rem;width:4.25rem;top:1.8125rem;left:44.75rem;display:block; }
#msDVbhzC3Z17ZAbd5lZH8eAWnFTgXVrX { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:2.375rem;left:45.3125rem;display:block; }
#ayoNcz2uUb3QMpOLJTf1zIz5MtnhLJkP { position:absolute;display:block;z-index:15011;background-color:#874ea9;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;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;height:4.25rem;width:4.25rem;top:1.8125rem;left:63.5rem;display:block; }
#SUnEMMQtBGULgpJdlJRIMkryCOmkJXri { color:#ffcf67;display:block;width:9.0625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:4.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g6uuhDDabzHMgLNJSMFblr5MxbqZhTQ4 { color:#6e6e6e;display:block;width:11.0625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:22.8125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pvux6cPPzwPXLlMldWACrSTeNPHFoDGF { color:#6e6e6e;display:block;width:12rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7rem;left:40.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tyU0hmlcyeP6FPlQUZrZMHABtQ04M4sI { color:#6e6e6e;display:block;width:12.4375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.349609375rem;left:59.40625rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r4XlzoZHQ4TwLJkmGo6a5VbtZGoXU4Tq { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #874ea9;border-left:0.1875rem solid #874ea9;border-right:0.1875rem solid #874ea9;border-bottom:0.1875rem solid #874ea9;height:6.375rem;width:13.375rem;top:4rem;left:2.6875rem;display:block; }
#Z9dXUH9BdIiGXbA3u8QIIb11agVr7soV { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #874ea9;border-left:0.1875rem solid #874ea9;border-right:0.1875rem solid #874ea9;border-bottom:0.1875rem solid #874ea9;height:6.25rem;width:13.375rem;top:4.125rem;left:21.4375rem;display:block; }
#ygFRQndT9H2PSHNq17WgBkwqeiELSK9I { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #874ea9;border-left:0.1875rem solid #874ea9;border-right:0.1875rem solid #874ea9;border-bottom:0.1875rem solid #874ea9;height:6.25rem;width:13.375rem;top:4.1875rem;left:40.125rem;display:block; }
#gUiSfkBB8JtfSMrLm0Vn0zMd46gQHkUa { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #874ea9;border-left:0.1875rem solid #874ea9;border-right:0.1875rem solid #874ea9;border-bottom:0.1875rem solid #874ea9;height:6.25rem;width:13.375rem;top:4.1875rem;left:58.6875rem;display:block; }
#lOt625y1rkTF3orQxbTkUr014UJb8EWS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.84375rem;left:64.53125rem; }
#CKeGgEMTHTaaRrrDvb3vDLyrIihkcVnu { background-color:transparent;background-image:none;border-top:0.125rem solid #874ea9;border-left:0.125rem solid #874ea9;border-right:0.125rem solid #874ea9;border-bottom:0.125rem solid #874ea9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#8404ac;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.3623046875rem;left:28.8125rem;display:block; }
#hTFuFsQORo1oL7yQLJaBcREVJ70Bleif { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JQH8ffXbFCTQkPfyug2RAEVTWbuFEwwa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.375rem;left:26.5625rem; }
#yJuaOufpv07h3hmJhRxSqNz7IRvTKsO6 { color:#6e6e6e;display:block;width:11.0625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.0625rem;left:28.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3ahnw9c5omkTJOCmMNfHCFR3tSJC1TQ { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm > .row .container { background-color: transparent; background-image: none; }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm > .row .container > .video-iframe-container { display: none; }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm > .row > .video-iframe-container { display: none; }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm > .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); }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm > .row .container { border-width: 0; border-radius: 0; }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm > .row > .video-iframe-container {  }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#W5tm0HwpoGwCEeum8PzACGkToOlOwz74 { color:#874ea9;display:block;width:59.8125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.01220703125rem;left:7.59375rem;height:;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;text-align:center;text-align-last:center;display:block; }
#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D { position:relative;display:block; }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D { background-color: transparent; background-image: none; }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D > .row .container > .video-iframe-container { display: none; }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D > .row > .video-iframe-container { display: none; }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D > .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); }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D { border-width: 0; border-radius: 0; }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D > .row .container > .video-iframe-container {  }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#ZfNJGotv9857iynfdvnhiAZKV6MvNQ50 { color:#989898;display:block;width:28.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.75rem;left:38.625rem;height:13.5rem;font-style:normal;display:block; }
#Dk435bxnHt28U1WGQBZMpEFO0Fx9CKRm { color:#989898;display:block;width:14.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:38.625rem;height:1.7871125rem;font-style:normal;display:block; }
#xGsZxIdtbl4Hg3zsBz9UePMN8SuXAWPr { color:#989898;display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5625rem;left:38.625rem;height:1.13720625rem;font-style:normal;display:block; }
#Rx06UN7eqUhKQX02zes0DmVHbKBxpVrE { position:absolute;display:block;z-index:15005;background-color:#874ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:16.875rem;width:16.75rem;top:2.0625rem;left:14.21875rem;display:block; }
#oqaaTo2pOe39sqDq2ayKT479zsbv3n0T { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.8125rem;border-top-right-radius:11.8125rem;border-bottom-left-radius:11.8125rem;border-bottom-right-radius:11.8125rem;height:15.25rem;width:15.625rem;top:2.78125rem;left:14.6875rem;overflow:hidden;display:block; }
#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5FkN5x5X/BANN_TODES_AZ.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO.adaptive-delivery-prevent-bg, #y7TIo3QHPTzTVS4sGCClp7B68srTpIKO.lazyload, #y7TIo3QHPTzTVS4sGCClp7B68srTpIKO.lazyloading { background-image: none; }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .row .container { background-color: transparent; background-image: none; }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,15,149,0.4); }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .row .container > .video-iframe-container { display: none; }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,15,149,0.4); }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .row > .video-iframe-container { display: none; }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .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); }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .row .container { border-width: 0; border-radius: 0; }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .row > .video-iframe-container {  }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-form-header {  }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#50479d;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-input-text {padding-top: 0; padding-bottom: 0;}#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-input-select {padding-top: 0; padding-bottom: 0;}#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #b161d1, #50479d);background-image: -moz-linear-gradient(top, #b161d1, #50479d);background-image: -ms-linear-gradient(top, #b161d1, #50479d);background-image: -o-linear-gradient(top, #b161d1, #50479d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b161d1', endColorstr='#50479d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b161d1', endColorstr='#50479d' );";background-image: linear-gradient(to bottom, #b161d1, #50479d);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:20.6875rem;height:3.4375rem;font-family:"gotham narrow medium";overflow:hidden;font-style:normal; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .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:ubuntu;font-size:0.75rem;font-weight:400;color:#50479d;vertical-align:top;width:19.4375rem;overflow:hidden;font-style:normal; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-container:first-of-type{padding-top:0;}#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-container:last-of-type{padding-bottom:0;}#zVw1gP7b9WzGUF15NH836TWke460nCVi  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.1875rem;top:10.4375rem;z-index:15005;position:absolute; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi {display:block;}#zVw1gP7b9WzGUF15NH836TWke460nCVi { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.1875rem;top:10.4375rem;z-index:15005;position:absolute; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi #XVXdz4FTU2EIB9nT0JTgaOKgE7TIEhk0 { position:relative; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi #Ugk38kT62T7mtGGp2hlD5CFox7WZSOSs { position:relative;display:block; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi #Krd6dFBkR547dUQTTe0ITrus4HiVvhQc { position:relative; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi #t2zXXKHmwtyUCUukWmFVUv4sBTOpRalI { position:relative; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi #EnNMyIK7kqZ4aSVHITWLXcFqtfDpJocc { position:relative;display:block; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi #GmIunyHnfsL1X7ksdUgm1xopJPGd8TxK { position:relative; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi #vwKlec3fcMeuJBCIiJnxfnlop9DBLRLM { position:relative; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi #XRsCHQCh1caefpaeuV6Mkz6a24RezTJa { position:relative;display:block; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi #bArDRqM8OKn8oKZDrXgGB3zXV3ayTUGN { position:relative; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi #tiElDHFFWZ6OgXPmduK7U4zaTHcN5Wcr { position:relative; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi #TcqdetoKQktf5oARt0T042H9TwEdaGw2 { position:relative;display:block; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi #czK6FCeAxWq44tmEhIsKIeoxOXTBx8PU { position:relative; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi #WOPtmTBr6c8mfmSsW3dhKdsPFbMrRFTu { position:relative; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi #FSPAtyZPCPg0uTRDBLEkRBDA5cgH6nQa { position:relative; }
#EhV5wQb6aPfmsd9QoGkxGrIlBMoifDHg { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:"gotham narrow";font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.6875rem;left:5.1875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S09U1upZ35DQyqunJBtB3yZEb6nn9XOk { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.75rem;left:6.3125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { background-color: transparent; background-image: none; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container > .video-iframe-container { display: none; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row > .video-iframe-container { display: none; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .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); }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { border-width: 0; border-radius: 0; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row > .video-iframe-container {  }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row .container { background-color: transparent; background-image: none; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row .container > .video-iframe-container { display: none; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row > .video-iframe-container { display: none; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .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); }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row .container { border-width: 0; border-radius: 0; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row > .video-iframe-container {  }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#JC8cnlCmwONVvMQ4PyIEBdfF0HsNeJsy { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:6.625rem;top:2.375rem;left:12.25rem;overflow:hidden;display:block; }
#P2vOE7FdxOZmMrqhsCEaOE6zIKB2cURW { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:dosis;font-size:2.3125rem;font-weight:700;z-index:15004;line-height:.8;letter-spacing:0;top:7.9609375rem;left:12.25rem;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; }
#GcPk7QhnazatNoAiraLLSQNxRyn6NORV { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:13.4375rem;left:12.25rem;height:2.26855625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RNGgNS7ONbemwuhTBin43Tnffhs1KcZa { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:15.7060546875rem;left:12.25rem;height:1.6499rem;text-align:left;text-align-last:left;display:block; }
#lPgcqW8R8RqZWF4XQC4nmfeTh3dH5XCn { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:19.9375rem;left:12.25rem;height:2.26855625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GKK0fkyUpeD4V3bwnk02N2QKskLbVzg6 { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:22.2060546875rem;left:12.25rem;height:3.2998rem;text-align:left;text-align-last:left;display:block; }
#rCFyk7ctZo2A1o4QAzMdc057EWzfgEAF { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:26.4375rem;left:12.25rem;height:2.26855625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Eahrgk0JCV4WCJnzxMIcMGxQEBrpGRkT { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:28.6875rem;left:12.25rem;height:1.6499rem;text-align:left;text-align-last:left;display:block; }
#EiVRrlkylqTBO3d5XzAWTEwTkELEPINB { color:#777777;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.875rem;left:47.25rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#iB94szSbVJoq9u9aEObeOOr0UPzn3NOU { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.1) ;height:17.1875rem;width:21rem;top:14rem;left:44.625rem;display:block; }
#ZT8vz4SUTSApVCLqDQcCEQWxWDlMqtZI { color:#777777;display:block;width:15.875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:19.9375rem;left:47.375rem;height:11.02293125rem;text-align:left;text-align-last:left;display:block; }
#PKLxDdgDPla0gXfcHqI9n3WvfTnBaaN1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1875rem;width:12.1875rem;top:1.3125rem;left:46.21875rem;overflow:hidden;display:block; }
#blVgOa7MPFETLyvecI4moXwsmWruGlbT { position:relative;display:block; }#blVgOa7MPFETLyvecI4moXwsmWruGlbT { background-color: transparent; background-image: none; }#blVgOa7MPFETLyvecI4moXwsmWruGlbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blVgOa7MPFETLyvecI4moXwsmWruGlbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blVgOa7MPFETLyvecI4moXwsmWruGlbT > .row .container > .video-iframe-container { display: none; }#blVgOa7MPFETLyvecI4moXwsmWruGlbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blVgOa7MPFETLyvecI4moXwsmWruGlbT > .row > .video-iframe-container { display: none; }#blVgOa7MPFETLyvecI4moXwsmWruGlbT > .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); }#blVgOa7MPFETLyvecI4moXwsmWruGlbT { border-width: 0; border-radius: 0; }#blVgOa7MPFETLyvecI4moXwsmWruGlbT > .row .container > .video-iframe-container {  }#blVgOa7MPFETLyvecI4moXwsmWruGlbT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#qZGFIc7FugmWChcOdLDNd2T2hBDF09Of { background-color:transparent;background-image:none;border-top:0.125rem solid #e5e5e5;border-left:0.125rem solid #e5e5e5;border-right:0.125rem solid #e5e5e5;border-bottom:0.125rem solid #e5e5e5;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#777777;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:15.3125rem;left:9.75rem;display:block; }
#ZMmGU8JCJcp7JKAsWLgsR66r0nrRqtp2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTfzHSUzt50CkaJCkIlReBetuQp9qU6R { box-sizing:content-box;color:#72da62;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:15.90625rem;left:10.75rem;display:block; }
#EbSyL2Z195pnhNGCcL20hui09wGhFXTc { color:#777777;display:block;width:24.9375rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.25rem;left:9.75rem;height:5.1181625rem;font-style:normal;display:block; }
#vpFwOQEtf415JDOvGypP66DdsRJM6uqO { color:#555555;display:block;width:27.8125rem;position:absolute;font-family:dosis;font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.375rem;left:9.75rem;height:2.625rem;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; }
#fepdAuHUBAktv824lPbus6Amdcl5snvB { color:#00bae5;display:block;width:23.6875rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.78125rem;left:9.75rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#LxRacPJVFit588JD6m9Rx2zqkO4VULOR { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.0625rem;top:19.8916015625rem;left:9.75rem;overflow:hidden;display:block; }
#L4u7rb758PoaHvN1A27Z01Tpz9rZIIsx { color:#827e7f;display:block;width:37.3125rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:20.2353515625rem;left:13rem;height:;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; }
#WpwlmNaDarCp0vwqRg8prutx92zSmauk { position:absolute;display:block;z-index:15024;height:19.1875rem;width:34.25rem;top:0rem;left:40.603684971098rem;display:block; }
#wLWJ9agHD42slppAbPL1RG1EevNBpc45 { border-top:0.0625rem solid #cecece;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { background-color: transparent; background-image: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .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); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { border-width: 0; border-radius: 0; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container {  }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { color:#898989;display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.744140625rem;left:24.0625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STyyCSRaFsPcDzyOe8Dr41BT5sb85y8B { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/NaETXsCO/Disen_o_sin_ti_tulo_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:9.125rem;width:9.125rem;top:0rem;left:1.875rem;display:none; }#STyyCSRaFsPcDzyOe8Dr41BT5sb85y8B.adaptive-delivery-prevent-bg, #STyyCSRaFsPcDzyOe8Dr41BT5sb85y8B.lazyload, #STyyCSRaFsPcDzyOe8Dr41BT5sb85y8B.lazyloading { background-image: none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnnCIpar6AN4dxiqLEseqIgRXTbwnsNB { width:9.125rem;height:9.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpRirB64m1Les3oNBnpIM4NIUqsp9vLy { width:40.3125rem;height:7.125rem;top:17.4375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncfi0TvvS2mZ8v2QBiFdXRKt9195QOpD { width:28.8125rem;height:2.25rem;top:9.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZOfEn4emZX2w75fETkPtWGa6Zaqpozi { width:30.375rem;height:5.125rem;top:24.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWk0vw5TyEry8MkpGXokCgxO7bLQetvK { width:14.875rem;height:3.4375rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6vO0DqIux1bVhATXG7EkrwkpbzNo6fL { display:block; }
 }@media only screen and (max-width: 763px) { #zwNwBNuNLc12wh3GtF28t8BQSfV1Vd01 { width:38.4375rem;height:42.125rem;top:0rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7kuPrgTGAkrxmTweeDaA8rKzUyrnGi9 { width:28.125rem;height:1.8125rem;top:30.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXDAXOB2MNtfUFnIetV0KB76o635MzW5 { width:11.625rem;height:3.4375rem;top:34.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGKvNrqgDuZDI1OgFAgOVqpcwxwEn5gb { display:block; }
 }@media only screen and (max-width: 763px) { #odh8ZS3CPmZDskBGbWJNAKJTIqBkBvbV { width:40.3125rem;height:7.125rem;top:10.9375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b { display:block; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { width:47.75rem;height:2.875rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm { display:block; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { width:19.375rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { width:15.625rem;height:;top:1.875rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJdoq02EsTKwQkuH3Oc9TXdRpdpBlP7q { width:19.375rem;height:13.4375rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doupZphNU0KGTbOEpevGkGlIqkdTMiBV { width:15.625rem;height:;top:1.875rem;left:16rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOvWiZmQPKyDDqXRVq80Jh4W6fVvWs1M { width:19.375rem;height:13.4375rem;top:0rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okwFwt0zbDB1owQUuwAr6M7M2pl6MzDi { width:15.625rem;height:;top:1.875rem;left:31.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgQLf3OTzx6W9ikMxwq9CNUBEZDP5ywT { width:3.125rem;height:3.125rem;top:9.125rem;left:12.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeQtaCrCGoWz7gnOipfKHZ16L4eoJN1l { width:3.125rem;height:3.125rem;top:9.125rem;left:28.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGEUzUpb9edgs5T7eIGPFtURSZkh5ZeT { width:3.125rem;height:3.125rem;top:9.125rem;left:42.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p { display:block; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdPLBxEhU45QuE6oq4Sqb9QggJoqPBcd { width:19.375rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbL6PhFiDHHFpGf0F78Nffzvy6iJIAWH { width:15.625rem;height:;top:2.125rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHPedVb61nQXe3BQx4bR7FOk7wIl32Q2 { width:19.375rem;height:13.4375rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSdKRfxHKgxbirNGUlaEPJrcmL2Z54at { width:15.625rem;height:;top:2.125rem;left:16rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAgBvZEhuTGXNBxumtkUZem5v7liC3kE { width:3.125rem;height:3.125rem;top:9.125rem;left:12.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6gBREFVyENZZHpDG5uJ2sDwP7fTNhmQ { width:3.125rem;height:3.125rem;top:9.125rem;left:28.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTAQpx6vduJNMBn3uJhu2NhpdfyVc6BI { width:3.125rem;height:3.125rem;top:8.6875rem;left:41.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwTHRlv2pFelLNqlWxiSXB04v2i8APUA { width:15.625rem;height:;top:1.6875rem;left:31.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf { display:block; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db548NUrBds3HkGVpXal77R2VnMwF6B8 { display:block; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgQ39886aodFgSOC4a6EoWCFCl8ll3IF { width:47.75rem;height:;top:4.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5tTyQE0aKM1GKRci0Jf65Lt1FEnZx3X { display:block; }#o5tTyQE0aKM1GKRci0Jf65Lt1FEnZx3X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uv3UlSd5d01LxTTkoPKf5gvrNIyOBeAo { width:4.25rem;height:4.25rem;top:1.8125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX2LZI40dnwN2IaE52nleHNXozZFoDmv { width:3.125rem;height:3.125rem;top:2.375rem;left:4.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSPUfJD0Wuop20QI3yExWZs3CdbViOkB { width:4.25rem;height:4.25rem;top:1.8125rem;left:15.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaQXuqoTaHy4E06to3n67EJf2GTJohLH { width:4.25rem;height:4.25rem;top:1.8125rem;left:27.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msDVbhzC3Z17ZAbd5lZH8eAWnFTgXVrX { width:3.125rem;height:3.125rem;top:2.375rem;left:28.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayoNcz2uUb3QMpOLJTf1zIz5MtnhLJkP { width:4.25rem;height:4.25rem;top:1.8125rem;left:39.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUnEMMQtBGULgpJdlJRIMkryCOmkJXri { width:9.0625rem;height:2.5625rem;top:7rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6uuhDDabzHMgLNJSMFblr5MxbqZhTQ4 { width:11.0625rem;height:1.25rem;top:7rem;left:12.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvux6cPPzwPXLlMldWACrSTeNPHFoDGF { width:12rem;height:1.25rem;top:7rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyU0hmlcyeP6FPlQUZrZMHABtQ04M4sI { width:12.4375rem;height:3.875rem;top:6.3125rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4XlzoZHQ4TwLJkmGo6a5VbtZGoXU4Tq { width:13.375rem;height:6.375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9dXUH9BdIiGXbA3u8QIIb11agVr7soV { width:13.375rem;height:6.25rem;top:4.125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygFRQndT9H2PSHNq17WgBkwqeiELSK9I { width:13.375rem;height:6.25rem;top:4.1875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUiSfkBB8JtfSMrLm0Vn0zMd46gQHkUa { width:13.375rem;height:6.25rem;top:4.1875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOt625y1rkTF3orQxbTkUr014UJb8EWS { width:2.1875rem;height:2.1875rem;top:2.8125rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKeGgEMTHTaaRrrDvb3vDLyrIihkcVnu { width:16.5625rem;height:3.4375rem;top:14.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFuFsQORo1oL7yQLJaBcREVJ70Bleif { display:block; }
 }@media only screen and (max-width: 763px) { #JQH8ffXbFCTQkPfyug2RAEVTWbuFEwwa { width:3.125rem;height:3.125rem;top:2.375rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJuaOufpv07h3hmJhRxSqNz7IRvTKsO6 { width:11.0625rem;height:1.25rem;top:13.0625rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3ahnw9c5omkTJOCmMNfHCFR3tSJC1TQ { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm { display:block; }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5tm0HwpoGwCEeum8PzACGkToOlOwz74 { width:47.75rem;height:2.875rem;top:1rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4vFanu2TLaZszSnNg5g2oOVSraNzM0D { display:block; }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfNJGotv9857iynfdvnhiAZKV6MvNQ50 { width:28.6875rem;height:13.5rem;top:5.75rem;left:19.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk435bxnHt28U1WGQBZMpEFO0Fx9CKRm { width:14.75rem;height:1.75rem;top:2.0625rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGsZxIdtbl4Hg3zsBz9UePMN8SuXAWPr { width:15rem;height:1.125rem;top:3.5625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx06UN7eqUhKQX02zes0DmVHbKBxpVrE { width:16.75rem;height:16.875rem;top:2.0625rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqaaTo2pOe39sqDq2ayKT479zsbv3n0T { width:15.625rem;height:15.25rem;top:2.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7TIo3QHPTzTVS4sGCClp7B68srTpIKO { display:block; }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-regular-label { display:block; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-checkbox-label { width:19.4375rem; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi  { width:20.6875rem;height:auto; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi {display:block;}#zVw1gP7b9WzGUF15NH836TWke460nCVi { width:20.6875rem;height:auto; }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #XVXdz4FTU2EIB9nT0JTgaOKgE7TIEhk0 {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #Ugk38kT62T7mtGGp2hlD5CFox7WZSOSs { display:block; }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #Krd6dFBkR547dUQTTe0ITrus4HiVvhQc {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #t2zXXKHmwtyUCUukWmFVUv4sBTOpRalI {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #EnNMyIK7kqZ4aSVHITWLXcFqtfDpJocc { display:block; }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #GmIunyHnfsL1X7ksdUgm1xopJPGd8TxK {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #vwKlec3fcMeuJBCIiJnxfnlop9DBLRLM {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #XRsCHQCh1caefpaeuV6Mkz6a24RezTJa { display:block; }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #bArDRqM8OKn8oKZDrXgGB3zXV3ayTUGN {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #tiElDHFFWZ6OgXPmduK7U4zaTHcN5Wcr {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #TcqdetoKQktf5oARt0T042H9TwEdaGw2 { display:block; }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #czK6FCeAxWq44tmEhIsKIeoxOXTBx8PU {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #WOPtmTBr6c8mfmSsW3dhKdsPFbMrRFTu {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #FSPAtyZPCPg0uTRDBLEkRBDA5cgH6nQa {  }
 }@media only screen and (max-width: 763px) { #EhV5wQb6aPfmsd9QoGkxGrIlBMoifDHg { width:25.1875rem;height:2.875rem;top:2.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S09U1upZ35DQyqunJBtB3yZEb6nn9XOk { width:22.875rem;height:3.5625rem;top:5.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV { display:block; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lRVQV6I5/photo-1464746133101-a2c3f88e0dd9.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU.adaptive-delivery-prevent-bg, #noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU.lazyload, #noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU.lazyloading { background-image: none; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row .container { background-color: transparent; background-image: none; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row .container > .video-iframe-container { display: none; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row > .video-iframe-container { display: none; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .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); }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC8cnlCmwONVvMQ4PyIEBdfF0HsNeJsy { width:9rem;height:4.5849056603774rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2vOE7FdxOZmMrqhsCEaOE6zIKB2cURW { top:7.9375rem;left:0rem;width:29.5rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcPk7QhnazatNoAiraLLSQNxRyn6NORV { top:13.4375rem;left:0rem;width:12.8125rem;height:2.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNGgNS7ONbemwuhTBin43Tnffhs1KcZa { top:15.6875rem;left:0rem;width:17.1875rem;height:4.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPgcqW8R8RqZWF4XQC4nmfeTh3dH5XCn { top:19.9375rem;left:0rem;width:12.8125rem;height:2.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKK0fkyUpeD4V3bwnk02N2QKskLbVzg6 { top:22.1875rem;left:0rem;width:20.625rem;height:6.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCFyk7ctZo2A1o4QAzMdc057EWzfgEAF { top:26.4375rem;left:0rem;width:12.8125rem;height:2.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eahrgk0JCV4WCJnzxMIcMGxQEBrpGRkT { top:28.6875rem;left:0rem;width:13.25rem;height:4.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiVRrlkylqTBO3d5XzAWTEwTkELEPINB { width:16.125rem;height:4.875rem;top:14.875rem;left:31.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB94szSbVJoq9u9aEObeOOr0UPzn3NOU { width:21rem;height:17.1875rem;top:14rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT8vz4SUTSApVCLqDQcCEQWxWDlMqtZI { width:15.875rem;height:10.9375rem;top:19.9375rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKLxDdgDPla0gXfcHqI9n3WvfTnBaaN1 { width:12.1875rem;height:12.1875rem;top:1.3125rem;left:32.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blVgOa7MPFETLyvecI4moXwsmWruGlbT { display:block; }#blVgOa7MPFETLyvecI4moXwsmWruGlbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZGFIc7FugmWChcOdLDNd2T2hBDF09Of { width:18.4375rem;height:3.4375rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMmGU8JCJcp7JKAsWLgsR66r0nrRqtp2 { display:block; }
 }@media only screen and (max-width: 763px) { #XTfzHSUzt50CkaJCkIlReBetuQp9qU6R { width:2.25rem;height:2.25rem;top:15.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbSyL2Z195pnhNGCcL20hui09wGhFXTc { width:24.9375rem;height:5.0625rem;top:9.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpFwOQEtf415JDOvGypP66DdsRJM6uqO { width:27.8125rem;height:2.625rem;top:6.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fepdAuHUBAktv824lPbus6Amdcl5snvB { width:23.6875rem;height:2rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxRacPJVFit588JD6m9Rx2zqkO4VULOR { width:3.0625rem;height:2.25rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4u7rb758PoaHvN1A27Z01Tpz9rZIIsx { width:37.3125rem;height:;top:20.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpwlmNaDarCp0vwqRg8prutx92zSmauk { width:34.25rem;height:19.1875rem;top:0rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLWJ9agHD42slppAbPL1RG1EevNBpc45 { display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { width:26.8125rem;height:1.125rem;top:1.6875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STyyCSRaFsPcDzyOe8Dr41BT5sb85y8B { width:9.125rem;height:9.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { background-color:rgba(139,9,216,0.83);background-image:url("https://images.assets-landingi.com/uc/c9ec5db3-aff4-4137-8c4f-af034f99bba6/Flyer_TransformaEmocionesMobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv.adaptive-delivery-prevent-bg, #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv.lazyload, #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv.lazyloading { background-image: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { background-color: transparent; background-image: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .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); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnnCIpar6AN4dxiqLEseqIgRXTbwnsNB { width:7.5rem;height:7.5rem;top:0rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpRirB64m1Les3oNBnpIM4NIUqsp9vLy { width:18.4375rem;height:3.5rem;top:20.75rem;left:0.65625rem;font-size:4.375rem;text-align:center;text-align-last:center;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #ncfi0TvvS2mZ8v2QBiFdXRKt9195QOpD { width:17rem;height:2.03125rem;top:15.23828125rem;left:1.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZOfEn4emZX2w75fETkPtWGa6Zaqpozi { width:20rem;height:4.548825rem;top:29.595703125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bWk0vw5TyEry8MkpGXokCgxO7bLQetvK { width:8.375rem;height:1.9375rem;top:35.71826171875rem;left:0.78125rem;font-size:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(255,183,106,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #W6vO0DqIux1bVhATXG7EkrwkpbzNo6fL { display:block; }
 }@media only screen and (max-width: 763px) { #zwNwBNuNLc12wh3GtF28t8BQSfV1Vd01 { width:20rem;height:21.91796875rem;top:45.26953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7kuPrgTGAkrxmTweeDaA8rKzUyrnGi9 { width:18.4375rem;height:3.25rem;top:25.92041015625rem;left:0.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EXDAXOB2MNtfUFnIetV0KB76o635MzW5 { width:5.75rem;height:2.0625rem;top:35.65576171875rem;left:12.125rem;font-size:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGKvNrqgDuZDI1OgFAgOVqpcwxwEn5gb { display:block; }
 }@media only screen and (max-width: 763px) { #odh8ZS3CPmZDskBGbWJNAKJTIqBkBvbV { width:20rem;height:1.94970625rem;top:17.9375rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b { display:block; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { width:14.3125rem;height:4.875rem;top:1rem;left:2.84375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm { display:block; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { width:19.375rem;height:11.3125rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { width:16.875rem;height:6.5rem;top:3.125rem;left:2.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LJdoq02EsTKwQkuH3Oc9TXdRpdpBlP7q { width:19.375rem;height:11.3125rem;top:14.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doupZphNU0KGTbOEpevGkGlIqkdTMiBV { width:16.875rem;height:4.875rem;top:16rem;left:2.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cOvWiZmQPKyDDqXRVq80Jh4W6fVvWs1M { width:19.375rem;height:11.3125rem;top:27rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okwFwt0zbDB1owQUuwAr6M7M2pl6MzDi { width:16.875rem;height:3.25rem;top:28.875rem;left:2.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XgQLf3OTzx6W9ikMxwq9CNUBEZDP5ywT { width:3.125rem;height:3.125rem;top:8.1875rem;left:15.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeQtaCrCGoWz7gnOipfKHZ16L4eoJN1l { width:3.125rem;height:3.125rem;top:21.0625rem;left:15.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGEUzUpb9edgs5T7eIGPFtURSZkh5ZeT { width:3.125rem;height:3.125rem;top:33.9375rem;left:15.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p { display:block; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdPLBxEhU45QuE6oq4Sqb9QggJoqPBcd { width:19.375rem;height:11.3125rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbL6PhFiDHHFpGf0F78Nffzvy6iJIAWH { width:16.875rem;height:3.25rem;top:3.38671875rem;left:2.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cHPedVb61nQXe3BQx4bR7FOk7wIl32Q2 { width:19.375rem;height:11.3125rem;top:14.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSdKRfxHKgxbirNGUlaEPJrcmL2Z54at { width:16.875rem;height:3.25rem;top:16.29296875rem;left:2.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eAgBvZEhuTGXNBxumtkUZem5v7liC3kE { width:3.125rem;height:3.125rem;top:8.1875rem;left:15.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6gBREFVyENZZHpDG5uJ2sDwP7fTNhmQ { width:3.125rem;height:3.125rem;top:21.0625rem;left:15.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTAQpx6vduJNMBn3uJhu2NhpdfyVc6BI { width:3.125rem;height:3.125rem;top:33rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwTHRlv2pFelLNqlWxiSXB04v2i8APUA { width:15.625rem;height:4.875rem;top:26.6875rem;left:2.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf { display:block; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db548NUrBds3HkGVpXal77R2VnMwF6B8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3149e355-fee4-45ea-8de4-537cea48a101/healthyspreadarms.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8.adaptive-delivery-prevent-bg, #Db548NUrBds3HkGVpXal77R2VnMwF6B8.lazyload, #Db548NUrBds3HkGVpXal77R2VnMwF6B8.lazyloading { background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { background-color: transparent; background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,171,106,0.85); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,171,106,0.85); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .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); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgQ39886aodFgSOC4a6EoWCFCl8ll3IF { width:20rem;height:3.8994125rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5tTyQE0aKM1GKRci0Jf65Lt1FEnZx3X { display:block; }#o5tTyQE0aKM1GKRci0Jf65Lt1FEnZx3X > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uv3UlSd5d01LxTTkoPKf5gvrNIyOBeAo { width:4.1875rem;height:4.1875rem;top:0rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX2LZI40dnwN2IaE52nleHNXozZFoDmv { width:3.125rem;height:3.125rem;top:0.5625rem;left:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSPUfJD0Wuop20QI3yExWZs3CdbViOkB { width:4.25rem;height:4.25rem;top:30.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaQXuqoTaHy4E06to3n67EJf2GTJohLH { width:4.25rem;height:4.25rem;top:11.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #msDVbhzC3Z17ZAbd5lZH8eAWnFTgXVrX { width:3.125rem;height:3.125rem;top:11.9375rem;left:8.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayoNcz2uUb3QMpOLJTf1zIz5MtnhLJkP { width:4.25rem;height:4.25rem;top:20.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUnEMMQtBGULgpJdlJRIMkryCOmkJXri { width:9.0625rem;height:2.5996125rem;top:5.0625rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6uuhDDabzHMgLNJSMFblr5MxbqZhTQ4 { width:9.0625rem;height:1.29980625rem;top:35.875rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvux6cPPzwPXLlMldWACrSTeNPHFoDGF { width:12rem;height:1.29980625rem;top:16.3125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyU0hmlcyeP6FPlQUZrZMHABtQ04M4sI { width:12.4375rem;height:3.89941875rem;top:25.5rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4XlzoZHQ4TwLJkmGo6a5VbtZGoXU4Tq { width:13.375rem;height:6.625rem;top:2.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9dXUH9BdIiGXbA3u8QIIb11agVr7soV { width:13.375rem;height:6.25rem;top:33rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygFRQndT9H2PSHNq17WgBkwqeiELSK9I { width:13.375rem;height:5.375rem;top:13.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUiSfkBB8JtfSMrLm0Vn0zMd46gQHkUa { width:13.375rem;height:6.25rem;top:22.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOt625y1rkTF3orQxbTkUr014UJb8EWS { width:2.1875rem;height:2.1875rem;top:21.6875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKeGgEMTHTaaRrrDvb3vDLyrIihkcVnu { width:13.125rem;height:3.4375rem;top:41.1748046875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFuFsQORo1oL7yQLJaBcREVJ70Bleif { display:block; }
 }@media only screen and (max-width: 763px) { #JQH8ffXbFCTQkPfyug2RAEVTWbuFEwwa { width:3.125rem;height:3.125rem;top:31.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJuaOufpv07h3hmJhRxSqNz7IRvTKsO6 { width:11.0625rem;height:1.29980625rem;top:36.9375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3ahnw9c5omkTJOCmMNfHCFR3tSJC1TQ { top:45.0498046875rem;left:0rem;width:20rem;height:21.3125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm { display:block; }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5tm0HwpoGwCEeum8PzACGkToOlOwz74 { width:20rem;height:1.94970625rem;top:1.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4vFanu2TLaZszSnNg5g2oOVSraNzM0D { display:block; }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfNJGotv9857iynfdvnhiAZKV6MvNQ50 { width:17.5rem;height:21.09375rem;top:18.78564453125rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dk435bxnHt28U1WGQBZMpEFO0Fx9CKRm { width:14.75rem;height:1.29980625rem;top:15.25rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGsZxIdtbl4Hg3zsBz9UePMN8SuXAWPr { width:15rem;height:1.13720625rem;top:16.58642578125rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rx06UN7eqUhKQX02zes0DmVHbKBxpVrE { width:12.75rem;height:12.75rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqaaTo2pOe39sqDq2ayKT479zsbv3n0T { width:11.25rem;height:11rem;top:3.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7TIo3QHPTzTVS4sGCClp7B68srTpIKO { background-color:rgba(108,32,165,0.66);background-image:none;display:block; }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .row .container { background-color: transparent; background-image: none; }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .row .container > .video-iframe-container { display: none; }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .row > .video-iframe-container { display: none; }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .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); }#y7TIo3QHPTzTVS4sGCClp7B68srTpIKO > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-input-text {padding-top: 0; padding-bottom: 0;}#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-input-select {padding-top: 0; padding-bottom: 0;}#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #8e6cf8, #8f28b0);background-image: -moz-linear-gradient(top, #8e6cf8, #8f28b0);background-image: -ms-linear-gradient(top, #8e6cf8, #8f28b0);background-image: -o-linear-gradient(top, #8e6cf8, #8f28b0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e6cf8', endColorstr='#8f28b0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e6cf8', endColorstr='#8f28b0' );";background-image: linear-gradient(to bottom, #8e6cf8, #8f28b0);background-size:initial !important; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi  { width:17.5rem;height:auto;top:9.6220703125rem;left:0rem; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zVw1gP7b9WzGUF15NH836TWke460nCVi {display:block;}#zVw1gP7b9WzGUF15NH836TWke460nCVi { width:17.5rem;height:auto;top:9.6220703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #XVXdz4FTU2EIB9nT0JTgaOKgE7TIEhk0 {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #Ugk38kT62T7mtGGp2hlD5CFox7WZSOSs { display:block; }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #Krd6dFBkR547dUQTTe0ITrus4HiVvhQc {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #t2zXXKHmwtyUCUukWmFVUv4sBTOpRalI {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #EnNMyIK7kqZ4aSVHITWLXcFqtfDpJocc { display:block; }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #GmIunyHnfsL1X7ksdUgm1xopJPGd8TxK {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #vwKlec3fcMeuJBCIiJnxfnlop9DBLRLM {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #XRsCHQCh1caefpaeuV6Mkz6a24RezTJa { display:block; }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #bArDRqM8OKn8oKZDrXgGB3zXV3ayTUGN {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #tiElDHFFWZ6OgXPmduK7U4zaTHcN5Wcr {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #TcqdetoKQktf5oARt0T042H9TwEdaGw2 { display:block; }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #czK6FCeAxWq44tmEhIsKIeoxOXTBx8PU {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #WOPtmTBr6c8mfmSsW3dhKdsPFbMrRFTu {  }
 }@media only screen and (max-width: 763px) { #zVw1gP7b9WzGUF15NH836TWke460nCVi #FSPAtyZPCPg0uTRDBLEkRBDA5cgH6nQa {  }
 }@media only screen and (max-width: 763px) { #EhV5wQb6aPfmsd9QoGkxGrIlBMoifDHg { width:20rem;height:2.51855625rem;top:1.6845703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S09U1upZ35DQyqunJBtB3yZEb6nn9XOk { width:19.1875rem;height:4.875rem;top:4.7470703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"gotham narrow medium";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV { display:block; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7e2b9314-9b93-4fc2-a2e4-e7d468328191/FlyerYogaton2022.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU.adaptive-delivery-prevent-bg, #noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU.lazyload, #noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU.lazyloading { background-image: none; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row .container { background-color: transparent; background-image: none; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row .container > .video-iframe-container { display: none; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row > .video-iframe-container { display: none; }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .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); }#noDKN13qvz8IxV3IF2qx1yf8N9BAnEAU > .row .container { width:20rem;height:76.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC8cnlCmwONVvMQ4PyIEBdfF0HsNeJsy { width:5.25rem;height:2.625rem;top:0rem;left:7.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P2vOE7FdxOZmMrqhsCEaOE6zIKB2cURW { width:20rem;height:4.1621125rem;top:21.1875rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #GcPk7QhnazatNoAiraLLSQNxRyn6NORV { width:12.8125rem;height:2.19970625rem;top:37.0625rem;left:3.9375rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #RNGgNS7ONbemwuhTBin43Tnffhs1KcZa { width:17.1875rem;height:4.3994125rem;top:39.25rem;left:1.4375rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #lPgcqW8R8RqZWF4XQC4nmfeTh3dH5XCn { width:12.8125rem;height:2.19970625rem;top:45.75rem;left:3.625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #GKK0fkyUpeD4V3bwnk02N2QKskLbVzg6 { width:20rem;height:6.59911875rem;top:47.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #rCFyk7ctZo2A1o4QAzMdc057EWzfgEAF { width:12.8125rem;height:2.19970625rem;top:28.5625rem;left:3.6875rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #Eahrgk0JCV4WCJnzxMIcMGxQEBrpGRkT { width:13.25rem;height:4.3994125rem;top:30.75rem;left:3.375rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #EiVRrlkylqTBO3d5XzAWTEwTkELEPINB { width:12.8125rem;height:6.5rem;top:55.875rem;left:3.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iB94szSbVJoq9u9aEObeOOr0UPzn3NOU { width:20rem;height:19.375rem;top:55.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT8vz4SUTSApVCLqDQcCEQWxWDlMqtZI { width:15.875rem;height:11.02293125rem;top:62.9375rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKLxDdgDPla0gXfcHqI9n3WvfTnBaaN1 { width:17.5rem;height:17.5rem;top:2.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #blVgOa7MPFETLyvecI4moXwsmWruGlbT { display:block; }#blVgOa7MPFETLyvecI4moXwsmWruGlbT > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZGFIc7FugmWChcOdLDNd2T2hBDF09Of { width:18.75rem;height:3.4375rem;top:14.6181640625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMmGU8JCJcp7JKAsWLgsR66r0nrRqtp2 { display:block; }
 }@media only screen and (max-width: 763px) { #XTfzHSUzt50CkaJCkIlReBetuQp9qU6R { width:2.25rem;height:2.25rem;top:15.2119140625rem;left:1.9375rem;font-size:1.5625rem;color:#31bc1f;display:block; }
 }@media only screen and (max-width: 763px) { #EbSyL2Z195pnhNGCcL20hui09wGhFXTc { width:20rem;height:4.38720625rem;top:10.17480625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpFwOQEtf415JDOvGypP66DdsRJM6uqO { width:20rem;height:4.79980625rem;top:4.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fepdAuHUBAktv824lPbus6Amdcl5snvB { width:20rem;height:1.625rem;top:2.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LxRacPJVFit588JD6m9Rx2zqkO4VULOR { width:2.4375rem;height:1.75rem;top:19rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4u7rb758PoaHvN1A27Z01Tpz9rZIIsx { width:16.125rem;height:3.1494125rem;top:19rem;left:1.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WpwlmNaDarCp0vwqRg8prutx92zSmauk { width:20rem;height:19.1875rem;top:20.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLWJ9agHD42slppAbPL1RG1EevNBpc45 { background-color:#6a00bc;background-image:none;display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { background-color: transparent; background-image: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .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); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { width:20rem;height:1.13720625rem;top:6.42578125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#f6e9ec;display:block; }
 }@media only screen and (max-width: 763px) { #STyyCSRaFsPcDzyOe8Dr41BT5sb85y8B { width:7.5rem;height:7.5rem;top:0rem;left:6.25rem;z-index:15006;display:block; }
 }