.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;
}
html,
body {
  font-size: 16px;
}
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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:224,224,227;--color-primary-1:150,152,161;--color-primary-2:45,49,66;--color-primary-3:23,25,33;--color-primary-4:7,7,10;--color-secondary-0:252,247,247;--color-secondary-1:245,229,228;--color-secondary-2:234,202,201;--color-secondary-3:117,101,101;--color-secondary-4:35,30,30;--color-tertiary-0:224,224,227;--color-tertiary-1:150,152,161;--color-tertiary-2:45,49,66;--color-tertiary-3:23,25,33;--color-tertiary-4:7,7,10;--headlines-font-family:"Bitter";--paragraphs-font-family:"Lato"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 { background-color:#fffdfe;background-image:url("https://images.assets-landingi.com/uc/ec450947-ced5-4666-83b4-54a61645293a/Elayunointermitenteeslasolucinparabajardepeso.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4.adaptive-delivery-prevent-bg, #q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4.lazyload, #q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4.lazyloading { background-image: none; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container { background-color: transparent; background-image: none; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container > .video-iframe-container { display: none; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row > .video-iframe-container { display: none; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .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); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container { border-width: 0; border-radius: 0; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container { font-size:0.875rem;font-family:arial;height:102.625rem;width:75rem;overflow:visible;position:relative;display:block; }#IlzrEfDBazlpzcMShT9K26hg4SlWVLU8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fd8f00;background-image:none;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;display:none; }
#O0dHTvlRrrEurHzzBhd9gK5C0uf8tpwI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fd8f00;background-image:none;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;display:none; }
#A1tB52FVZcRGqand0Z3DJawTiNctGhWt { background-color:rgba(243,5,243,0.83);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #170217 ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8rem;height:4.7375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:97.125005722044rem;left:22.5rem;display:block; }
#kyRmRGcbrCrTTx3s7qNXtDrAweTqZfG5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gFABzIAIswcCOVRFBPkttuABk3lOpxbF { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:21.75rem;top:0rem;left:28.8125rem;overflow:hidden;display:block; }
#HP8EnP4vk4N8pQ7OTP5aXWPd4DGeAPAv { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:12.4375rem;top:97.712499618531rem;left:7.5rem;overflow:hidden;display:block; }
#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9b4c13e5-05b8-4217-abc1-aa633e2e2533/ChatGPTImage19feb202618_44_46.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN.adaptive-delivery-prevent-bg, #MRcdTOzskagwJB7KKkCC6zb0BWVk09HN.lazyload, #MRcdTOzskagwJB7KKkCC6zb0BWVk09HN.lazyloading { background-image: none; }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row .container { background-color: transparent; background-image: none; }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row .container > .video-iframe-container { display: none; }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row > .video-iframe-container { display: none; }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .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); }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row .container { border-width: 0; border-radius: 0; }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row .container { font-size:0.875rem;font-family:arial;height:93.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row .container { background-color: transparent; background-image: none; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row .container > .video-iframe-container { display: none; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row > .video-iframe-container { display: none; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .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); }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row .container { border-width: 0; border-radius: 0; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#rwLB9s2gnEKLTPHTZICPx8W9TI4QHEvQ { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0499954223632rem;left:0rem;height:;color:rgba(var(--color-tertiary-2),1);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; }
#ISGIiBOyN5BTwHqFshQqfhZ06LMNE06a { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:12.4375rem;top:1.4367198944092rem;left:53.375rem;overflow:hidden;display:block; }
#mna0kToe9WCbewKnLs67lTUbyA9ODz1o { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row .container { background-color: transparent; background-image: none; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row .container > .video-iframe-container { display: none; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row > .video-iframe-container { display: none; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .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); }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row .container { border-width: 0; border-radius: 0; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#PUTFUSF7qF4uHFb9GVKxiaM8KJ1pPOnf { border-bottom:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-top:0.625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/66aUedFb/img_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:11.6875rem;width:11.6875rem;position:absolute;display:block;z-index:15001;top:0rem;left:8.3125rem;display:block; }#PUTFUSF7qF4uHFb9GVKxiaM8KJ1pPOnf.adaptive-delivery-prevent-bg, #PUTFUSF7qF4uHFb9GVKxiaM8KJ1pPOnf.lazyload, #PUTFUSF7qF4uHFb9GVKxiaM8KJ1pPOnf.lazyloading { background-image: none; }
#UZ1ByIbmTNfqDfHdFe4VaZFcxZ1a1my1 { display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:21.75rem;height:4.0625rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#t4hprRBgiHh8LWJBrMRRENecTnemMTAW { display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:21.75rem;height:2.4375rem;color:#d6476a;font-style:normal;display:block; }
#r1zJKMxDed8zRuOK4lWtSioQdbGwTlt7 { display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.6867192983625rem;left:21.75rem;height:1.70625rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:left;text-align-last:left;display:block; }
#IR70IK9Wub3XPVfgm0MaBMyKelZPOm0D { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IR70IK9Wub3XPVfgm0MaBMyKelZPOm0D > .row .container { background-color: transparent; background-image: none; }#IR70IK9Wub3XPVfgm0MaBMyKelZPOm0D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IR70IK9Wub3XPVfgm0MaBMyKelZPOm0D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IR70IK9Wub3XPVfgm0MaBMyKelZPOm0D > .row .container > .video-iframe-container { display: none; }#IR70IK9Wub3XPVfgm0MaBMyKelZPOm0D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IR70IK9Wub3XPVfgm0MaBMyKelZPOm0D > .row > .video-iframe-container { display: none; }#IR70IK9Wub3XPVfgm0MaBMyKelZPOm0D > .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); }#IR70IK9Wub3XPVfgm0MaBMyKelZPOm0D > .row .container { border-width: 0; border-radius: 0; }#IR70IK9Wub3XPVfgm0MaBMyKelZPOm0D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IR70IK9Wub3XPVfgm0MaBMyKelZPOm0D > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row .container { background-color: transparent; background-image: none; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row .container > .video-iframe-container { display: none; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row > .video-iframe-container { display: none; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .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); }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row .container { border-width: 0; border-radius: 0; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#dABSxMWkvhy7QUEXmGX3n7CWTmF2KPU5 { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb8e7e65-4566-4490-9b19-7e85cb275697/noroot.crop_1078x897_0,307");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:11.3125rem;width:11.8125rem;position:absolute;display:block;z-index:15001;top:0rem;left:54.4375rem;display:block; }#dABSxMWkvhy7QUEXmGX3n7CWTmF2KPU5.adaptive-delivery-prevent-bg, #dABSxMWkvhy7QUEXmGX3n7CWTmF2KPU5.lazyload, #dABSxMWkvhy7QUEXmGX3n7CWTmF2KPU5.lazyloading { background-image: none; }
#vxsqe5gQiiG8t76KcDx3P07r7WGZByqf { display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:7.5rem;height:4.0625rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:right;text-align-last:right;display:block; }
#QMZAR9C5WICaGvr9tA3soqHg1V1fBPsK { display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.9375rem;left:7.5625rem;height:1.95rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:right;text-align-last:right;display:block; }
#FWyqb8a9zDfKkRoQR8DlegAIotB7fPnn { display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:7.5rem;height:2.4375rem;color:#d6476a;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ucTbmsCdHetKqqBuhGpkTtzuKxEeWeE0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ucTbmsCdHetKqqBuhGpkTtzuKxEeWeE0 > .row .container { background-color: transparent; background-image: none; }#ucTbmsCdHetKqqBuhGpkTtzuKxEeWeE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucTbmsCdHetKqqBuhGpkTtzuKxEeWeE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucTbmsCdHetKqqBuhGpkTtzuKxEeWeE0 > .row .container > .video-iframe-container { display: none; }#ucTbmsCdHetKqqBuhGpkTtzuKxEeWeE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucTbmsCdHetKqqBuhGpkTtzuKxEeWeE0 > .row > .video-iframe-container { display: none; }#ucTbmsCdHetKqqBuhGpkTtzuKxEeWeE0 > .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); }#ucTbmsCdHetKqqBuhGpkTtzuKxEeWeE0 > .row .container { border-width: 0; border-radius: 0; }#ucTbmsCdHetKqqBuhGpkTtzuKxEeWeE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucTbmsCdHetKqqBuhGpkTtzuKxEeWeE0 > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row .container { background-color: transparent; background-image: none; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row .container > .video-iframe-container { display: none; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row > .video-iframe-container { display: none; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .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); }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row .container { border-width: 0; border-radius: 0; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#ey0R6G66QzJ9hlEQNyT0Je3cQemBTlNk { border-bottom:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-top:0.625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0019392d-7749-40b1-ba45-23b1daab2f24/Elayunointermitenteeslasolucinparabajardepeso4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:11.6875rem;width:11.6875rem;position:absolute;display:block;z-index:15001;top:4.7683715820312E-7rem;left:8.0625rem;display:block; }#ey0R6G66QzJ9hlEQNyT0Je3cQemBTlNk.adaptive-delivery-prevent-bg, #ey0R6G66QzJ9hlEQNyT0Je3cQemBTlNk.lazyload, #ey0R6G66QzJ9hlEQNyT0Je3cQemBTlNk.lazyloading { background-image: none; }
#xtebGaH3TzVqWmcARQ9WvgU6bTvzUz0t { display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:21.6875rem;height:4.0625rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#mLTWBh6FRXz6kboz0N2keAH2tATrktd3 { display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:21.6875rem;height:2.4375rem;color:#d6476a;font-style:normal;display:block; }
#JyPVE0DWJGd21hJAAycdQ5PLgkteUXlr { display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.9375rem;left:21.6875rem;height:1.95rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#Dw9vkUSUEkvvRtfPUUx10uA8xwGk71bP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dw9vkUSUEkvvRtfPUUx10uA8xwGk71bP > .row .container { background-color: transparent; background-image: none; }#Dw9vkUSUEkvvRtfPUUx10uA8xwGk71bP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw9vkUSUEkvvRtfPUUx10uA8xwGk71bP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw9vkUSUEkvvRtfPUUx10uA8xwGk71bP > .row .container > .video-iframe-container { display: none; }#Dw9vkUSUEkvvRtfPUUx10uA8xwGk71bP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw9vkUSUEkvvRtfPUUx10uA8xwGk71bP > .row > .video-iframe-container { display: none; }#Dw9vkUSUEkvvRtfPUUx10uA8xwGk71bP > .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); }#Dw9vkUSUEkvvRtfPUUx10uA8xwGk71bP > .row .container { border-width: 0; border-radius: 0; }#Dw9vkUSUEkvvRtfPUUx10uA8xwGk71bP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dw9vkUSUEkvvRtfPUUx10uA8xwGk71bP > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#GQnh7TgH94bpgBrfwxH9QEQHkAw0DKFb { display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:49.375rem;height:4.0625rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#QmBQe5RNHL8CwSxvhfGkb0iG6oBwnz1D { display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:31.1875rem;height:2.4375rem;color:#d6476a;font-style:normal;display:block; }
#Qs6cds2QxCtG4V9ZulmwK2SqNul9E28n { display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.7499980926512rem;left:17.25rem;height:1.95rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#GOadRx8GCPLX4APxNNCPys0WoU28Awf3 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80rem;width:60rem;display:none; }
#M0aPKXtm3iJzuB9ooaCFdMCPhpuNQ5Xx { background-color:rgba(243,5,243,0.83);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #170217 ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.95rem;height:4.8875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:84.649219512938rem;left:37.25rem;display:none; }
#VZ79abbBMgtE2BLMg51ilUyfQatD85RD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WIkyJMKmpdMIeZHhv8vHPxFHoOVM9HZb { border-bottom:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-top:0.625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:14.375rem;border-top-right-radius:14.375rem;border-bottom-left-radius:14.375rem;border-bottom-right-radius:14.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/94267d9f-616a-4936-913f-2fb57dcd0bac/Elayunointermitenteeslasolucinparabajardepeso5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:11.6875rem;width:11.6875rem;position:absolute;display:block;z-index:15001;top:4.7683715820312E-7rem;left:54.5625rem;display:block; }#WIkyJMKmpdMIeZHhv8vHPxFHoOVM9HZb.adaptive-delivery-prevent-bg, #WIkyJMKmpdMIeZHhv8vHPxFHoOVM9HZb.lazyload, #WIkyJMKmpdMIeZHhv8vHPxFHoOVM9HZb.lazyloading { background-image: none; }
#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c9d0680-5a50-4c5e-9aa0-49e15864d3fd/Elayunointermitenteeslasolucinparabajardepeso1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ.adaptive-delivery-prevent-bg, #P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ.lazyload, #P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ.lazyloading { background-image: none; }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row .container { background-color: transparent; background-image: none; }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row .container > .video-iframe-container { display: none; }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row > .video-iframe-container { display: none; }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .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); }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row .container { border-width: 0; border-radius: 0; }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row .container { font-size:0.875rem;font-family:arial;height:89.625rem;width:75rem;overflow:visible;position:relative;display:block; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe5ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row .container { background-color: transparent; background-image: none; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row .container > .video-iframe-container { display: none; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row > .video-iframe-container { display: none; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .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); }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row .container { border-width: 0; border-radius: 0; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row .container { font-size:0.875rem;font-family:arial;height:138.9375rem;width:75rem;position:relative;display:block; }#NcaBg6UDK2rxqSx0eD9TGbAnTFoqRJTR { color:#063949;display:block;width:75rem;position:absolute;font-family:lato;font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:4.999981880188rem;left:0rem;height:4.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UAJhxoyQRQlMGTZwF3E5nPxzzT894zLH { color:#063949;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:16.4375rem;left:25.1875rem;height:2rem;font-style:normal;display:block; }
#eixKukurB6eIl14PdVA32frkqThJ7U4K { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15021;background-color:#f605ad;background-image:none;top:15.8125rem;left:26.4375rem;display:block; }
#GHlepFsaCT2K5NXcTZhqJIE1GDO8pOTa { color:#000000;display:block;width:21rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:20.25rem;left:25.1875rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mt8mX4QkwigNuDcm5Uo1ks5hTGAF6V24 { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:18.25rem;left:25.125rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tpTPVfxQ4e1glNA0Ww3a0we08EqdEIyD { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.3125rem;width:12.0625rem;top:12.28125rem;left:9.5rem;overflow:hidden;display:block; }
#nZTBbDJKkxyb23hfUy1g3aBQ29CIv0WC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.5625rem;left:35.625rem; }
#lJMZkne9GdlzeGdcDSG5dMR0ohAbX7Of { color:#000000;display:block;width:21rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:38rem;left:45.625rem;height:6.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTwakiQZUyASZ4nnIGRyXsN0bHI37zTK { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:36rem;left:45.5625rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gopJVJIqRi5aTdHpLSQhQ0WS8TxLvf8G { color:#063949;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:34.1875rem;left:45.625rem;height:2rem;font-style:normal;display:block; }
#xhsZoQoWbRkHiQbGGlk1H2gN8lEDaGxn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:32.3125rem;left:56.0625rem; }
#Z3EAwtJ9mxHzhIFy3w1MyAlW9ea2hM69 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.3125rem;width:12.375rem;top:31.25rem;left:29.3125rem;overflow:hidden;display:block; }
#T9L9aZ2DK225hW3sKccCDDVaFyOtmkfS { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15027;background-color:#f605ad;background-image:none;top:33.5625rem;left:46.875rem;display:block; }
#Akdy7n4NKlFdTXz8mhM2mB6iVMdEGQH4 { color:#000000;display:block;width:21rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:58.5rem;left:24.5rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dGAV0GdwlS7nJpP1vLWosxJyPtRGVtsq { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15035;line-height:1.6;letter-spacing:0;top:56.5rem;left:24.4375rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GfD8TN9AdReii5kzTRG696POEUSQbvCL { color:#063949;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:54.6875rem;left:24.5rem;height:2rem;font-style:normal;display:block; }
#rmmC1092JETaUKWlxAv0yH98pA1JzueQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:44.125rem;left:38.9375rem; }
#QcXJbyV7BVfqbhBLQ4RJ4GX9IGtIemXo { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.3125rem;width:12.4375rem;top:50.5rem;left:7.875rem;overflow:hidden;display:block; }
#w1RIF1b4Z7PSMnqulQ8s7vixo6mG1W4a { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15033;background-color:#f605ad;background-image:none;top:41.6875rem;left:29.3125rem;display:block; }
#GZM37QC3abi1InVE3OCd6BXzGtFPT5he { color:#000000;display:block;width:21rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:79.875rem;left:46.5rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g06I35MrqpTS5HlH933TkHSr43TS9xeS { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15039;line-height:1.6;letter-spacing:0;top:77.875rem;left:46.4375rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tGsAvOthJg8ahARIuyv1tKRKQp9dWs0C { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.3125rem;width:12.625rem;top:71.875rem;left:29.875rem;overflow:hidden;display:block; }
#ISOcS5dvnv20J37pcZhgmWkba93FKb4m { color:#063949;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:76.0625rem;left:46.5rem;height:2rem;font-style:normal;display:block; }
#BgHiFbGyg0yng0pheE4vQEuFRDHUzIyi { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.3125rem;width:12.1875rem;top:93.3125rem;left:8.625rem;overflow:hidden;display:block; }
#ZVKAUATcOQ496pgqTUps1r2UO7qR0cqw { color:#000000;display:block;width:21rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15042;line-height:1.6;letter-spacing:0;top:101.3125rem;left:25.25rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fBHD9lGGvtbtkTg00imLmCKgxgTHX5oP { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15043;line-height:1.6;letter-spacing:0;top:99.3125rem;left:25.1875rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fHbtzQhJLFTiKQbdCoatX3cBQKWZir11 { color:#063949;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:97.5rem;left:25.25rem;height:2rem;font-style:normal;display:block; }
#O6ViiFJ0VfOv4uHMUsF0dWX2FAyW67mv { color:#000000;display:block;width:21rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15046;line-height:1.6;letter-spacing:0;top:123.1875rem;left:46.5rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mfMxggPIluqk2CMCEI5n3EU3ABOoKnox { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.3125rem;width:12.0625rem;top:115.1875rem;left:29.875rem;overflow:hidden;display:block; }
#QrABcDHt1ZiU7WzNPNOE9E2yqPQulsQg { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15047;line-height:1.6;letter-spacing:0;top:121.1875rem;left:46.4375rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B3GfnQCJQ1p8X2J9mncFMW2ySyo4mC4I { color:#063949;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:119.375rem;left:46.5rem;height:2rem;font-style:normal;display:block; }
#hyRpRFp7UPlgEBo8ENu7G8qLM7S6ok9w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:52.25rem;left:33.6875rem; }
#mVng6vgaD8iAb859SCHzact1SZbl3NSX { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15029;background-color:#f605ad;background-image:none;top:53.5rem;left:24.5rem;display:block; }
#UmkvVEU3GmfaQ2TkZCdfaQfuEEegAhaW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:72.6875rem;left:56rem; }
#O86Qz9hQfTw0i5JhT8zhCqW37DWFPzi1 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15031;background-color:#f605ad;background-image:none;top:73.9375rem;left:46.8125rem;display:block; }
#shtlSa1CCH4W318wSit9TUmo2vnPNmb8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:94.3125rem;left:34.375rem; }
#TA6KBOviACH7nBMPTcmDefAUWlrNT7Js { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15033;background-color:#f605ad;background-image:none;top:95.5625rem;left:25.1875rem;display:block; }
#risVrcKDRpCD9G3OfSQ1Nli5TVGZ9lBz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:116.0625rem;left:56rem; }
#px8PHnVXBqf0sc4RovSI2ChsFo2vcOoU { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15035;background-color:#f605ad;background-image:none;top:117.3125rem;left:46.8125rem;display:block; }
#VTEDdzCSiUnkZoB8iopENpsZVFliB8ye { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61.5625rem;width:49.0625rem;display:none; }
#hGIVSBQ9zhKGql2D7dhH4i2MH4FGmlfQ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80rem;width:53.3125rem;display:none; }
#V2ynqNN0k1udgRL9lG8h904vFJTbfuUC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V2ynqNN0k1udgRL9lG8h904vFJTbfuUC > .row .container { background-color: transparent; background-image: none; }#V2ynqNN0k1udgRL9lG8h904vFJTbfuUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2ynqNN0k1udgRL9lG8h904vFJTbfuUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2ynqNN0k1udgRL9lG8h904vFJTbfuUC > .row .container > .video-iframe-container { display: none; }#V2ynqNN0k1udgRL9lG8h904vFJTbfuUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2ynqNN0k1udgRL9lG8h904vFJTbfuUC > .row > .video-iframe-container { display: none; }#V2ynqNN0k1udgRL9lG8h904vFJTbfuUC > .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); }#V2ynqNN0k1udgRL9lG8h904vFJTbfuUC > .row .container { border-width: 0; border-radius: 0; }#V2ynqNN0k1udgRL9lG8h904vFJTbfuUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V2ynqNN0k1udgRL9lG8h904vFJTbfuUC > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#M99sXuQE4dZP38HkLHdtMkl5h3dTcMl5 { color:#454545;display:block;width:10.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:11.6875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QWnDfiB4pTdfPUJZkvN0AtdZNBd8SNc5 { color:#979597;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:10.5rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IatMhQUvKO1EIDhHhrbnm1wkXAFyIMdc { color:#454545;display:block;width:11.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.450001180172rem;left:10.3125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RxzlVJBLAehvOHkztmFwuTToBdoy5GAg { color:#979597;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:26.106250762939rem;left:10.75rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oODKCtX1K0G5uxQH0CnBQ8bwHpspvCdw { color:#979597;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:26.1875rem;left:55.375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PgbmNe1gomHHnZieBA7IcIKM2irArR88 { color:#454545;display:block;width:8.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.9375rem;left:56.3125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iwl2zc76xldf7znLQvu05XfqqqgURBwQ { color:#979597;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.550000667572rem;left:55.375rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZClQm196y4Dk81iPr0mOD9rOOLn3C5Gq { color:#454545;display:block;width:14.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.0999999046326rem;left:53.1875rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wJfQfCy9LzwBp6yhf1cqrpewPtgP07Bk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.625rem;width:29.875rem;top:0rem;left:23.25rem;overflow:hidden;display:block; }
#mJAyKkAFSGTiTQCgHzzTJMgdWVi1BHbk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:18.9375rem;left:15.0625rem; }
#Tw596OHhMFTwx4rL8weex2vfanwsEwRy { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:4.5rem;left:15.625rem; }
#nkL2ks2XaX2kwvkqDASmyS62fIMl8o7q { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:3.9625000953674rem;left:59.625rem; }
#rOxVVOFScvbeW1FN9a7q8KmgsW58tLFu { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:20.625rem;left:59.5625rem; }
#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eed9f7ca-6d0b-4d68-87a3-cd6205ff121a/ChatGPTImage19feb202619_06_28.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU.adaptive-delivery-prevent-bg, #rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU.lazyload, #rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU.lazyloading { background-image: none; }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row .container { background-color: transparent; background-image: none; }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row .container > .video-iframe-container { display: none; }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row > .video-iframe-container { display: none; }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .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); }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row .container { border-width: 0; border-radius: 0; }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row .container { font-size:0.875rem;font-family:arial;height:95.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#Sr2IlcuGMAvPgVeZDKJeQRvxy0IB6gLm { background-color:#e503d1;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:2rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:32.375rem;height:7.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:52.296094894409rem;left:34.5625rem;display:block; }
#zzJPPofc3oNiWuK43teyzqKfDHlMnR90 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fa078c;background-image:url("https://images.assets-landingi.com/dVc835bJ/andrew-neel-bottom-bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn.adaptive-delivery-prevent-bg, #k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn.lazyload, #k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn.lazyloading { background-image: none; }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .row .container { background-color: transparent; background-image: none; }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .row .container > .video-iframe-container { display: none; }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .row > .video-iframe-container { display: none; }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .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); }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .row .container { border-width: 0; border-radius: 0; }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#KevKFiNvW069gKWJFfXXe4g6r8nUuSTJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:4.71875rem;left:28.9375rem;overflow:hidden;display:block; }
#TWv8qldJ4TLMHJF2koVc7BdO12wPPaAU { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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: none;height:3.5625rem;width:12.4375rem;top:4.96875rem;left:33.625rem;overflow:hidden;display:block; }
#Ae1ZVmvgxvqtTnFks84aTXrCl18rW7L8 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:12.4375rem;top:97.712499618531rem;left:7.5rem;overflow:hidden;display:none; }
#mWslmsgPEO2SdgaIhOOAhQHTq26e8ac2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mWslmsgPEO2SdgaIhOOAhQHTq26e8ac2 > .row .container { border-width: 0; border-radius: 0; }#mWslmsgPEO2SdgaIhOOAhQHTq26e8ac2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mWslmsgPEO2SdgaIhOOAhQHTq26e8ac2 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#NO1yLsIpLAusIgXEMW8MtC1rrKnNa61s { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:12.4375rem;top:0.87421989440919rem;left:33.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 { display:block; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container { height:35.5rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlzrEfDBazlpzcMShT9K26hg4SlWVLU8 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0dHTvlRrrEurHzzBhd9gK5C0uf8tpwI { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1tB52FVZcRGqand0Z3DJawTiNctGhWt { width:16.9375rem;height:3.3125rem;top:29.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyRmRGcbrCrTTx3s7qNXtDrAweTqZfG5 { display:block; }
 }@media only screen and (max-width: 763px) { #gFABzIAIswcCOVRFBPkttuABk3lOpxbF { top:0rem;left:15.1875rem;width:21.75rem;height:6.2142857142857rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP8EnP4vk4N8pQ7OTP5aXWPd4DGeAPAv { top:97.6875rem;left:0rem;width:12.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRcdTOzskagwJB7KKkCC6zb0BWVk09HN { display:block; }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row .container { height:35.5rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl { display:block; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwLB9s2gnEKLTPHTZICPx8W9TI4QHEvQ { width:46.5rem;height:4.0625rem;top:0rem;left:0.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISGIiBOyN5BTwHqFshQqfhZ06LMNE06a { top:1.375rem;left:35.3125rem;width:12.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mna0kToe9WCbewKnLs67lTUbyA9ODz1o { display:block; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUTFUSF7qF4uHFb9GVKxiaM8KJ1pPOnf { width:11.6875rem;height:11.6875rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ1ByIbmTNfqDfHdFe4VaZFcxZ1a1my1 { width:4.1875rem;height:4.0625rem;top:1.1875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4hprRBgiHh8LWJBrMRRENecTnemMTAW { width:25.875rem;height:2.4375rem;top:5.25rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1zJKMxDed8zRuOK4lWtSioQdbGwTlt7 { width:25.875rem;height:3.875rem;top:7.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR70IK9Wub3XPVfgm0MaBMyKelZPOm0D { display:block; }#IR70IK9Wub3XPVfgm0MaBMyKelZPOm0D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb { display:block; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row .container { width:47.75rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dABSxMWkvhy7QUEXmGX3n7CWTmF2KPU5 { width:11.6875rem;height:11.6875rem;top:0rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxsqe5gQiiG8t76KcDx3P07r7WGZByqf { width:4.1875rem;height:4.0625rem;top:1.25rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMZAR9C5WICaGvr9tA3soqHg1V1fBPsK { width:25.875rem;height:3.875rem;top:7.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWyqb8a9zDfKkRoQR8DlegAIotB7fPnn { width:25.875rem;height:2.4375rem;top:5.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucTbmsCdHetKqqBuhGpkTtzuKxEeWeE0 { display:block; }#ucTbmsCdHetKqqBuhGpkTtzuKxEeWeE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCxStSPxnZLGDx9DaSPFluTT4tiAitFM { display:block; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ey0R6G66QzJ9hlEQNyT0Je3cQemBTlNk { width:11.6875rem;height:11.6875rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtebGaH3TzVqWmcARQ9WvgU6bTvzUz0t { width:4.1875rem;height:4.0625rem;top:1.25rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLTWBh6FRXz6kboz0N2keAH2tATrktd3 { width:25.875rem;height:2.4375rem;top:5.3125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyPVE0DWJGd21hJAAycdQ5PLgkteUXlr { width:25.875rem;height:1.9375rem;top:7.9375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw9vkUSUEkvvRtfPUUx10uA8xwGk71bP { display:block; }#Dw9vkUSUEkvvRtfPUUx10uA8xwGk71bP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQnh7TgH94bpgBrfwxH9QEQHkAw0DKFb { width:4.1875rem;height:4.0625rem;top:1.25rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmBQe5RNHL8CwSxvhfGkb0iG6oBwnz1D { width:25.875rem;height:2.4375rem;top:5.3125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs6cds2QxCtG4V9ZulmwK2SqNul9E28n { width:25.875rem;height:1.9375rem;top:7.9375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOadRx8GCPLX4APxNNCPys0WoU28Awf3 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0aPKXtm3iJzuB9ooaCFdMCPhpuNQ5Xx { width:16.9375rem;height:3.3125rem;top:29.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZ79abbBMgtE2BLMg51ilUyfQatD85RD { display:block; }
 }@media only screen and (max-width: 763px) { #WIkyJMKmpdMIeZHhv8vHPxFHoOVM9HZb { width:11.6875rem;height:11.6875rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ { display:block; }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row .container { height:35.5rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row .container { background-color: transparent; background-image: none; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row .container > .video-iframe-container { display: none; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row > .video-iframe-container { display: none; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .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); }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row .container { border-width: 0; border-radius: 0; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcaBg6UDK2rxqSx0eD9TGbAnTFoqRJTR { top:4.9375rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;color:#063949;display:block; }
 }@media only screen and (max-width: 763px) { #UAJhxoyQRQlMGTZwF3E5nPxzzT894zLH { top:16.4375rem;left:11.5625rem;width:20.25rem;height:2rem;font-size:1.0625rem;color:#063949;display:block; }
 }@media only screen and (max-width: 763px) { #eixKukurB6eIl14PdVA32frkqThJ7U4K { top:15.8125rem;left:12.8125rem;width:6.25rem;height:0.0625rem;background-color:#ff6e64;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GHlepFsaCT2K5NXcTZhqJIE1GDO8pOTa { top:20.25rem;left:11.5625rem;width:21rem;height:4.75rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mt8mX4QkwigNuDcm5Uo1ks5hTGAF6V24 { top:18.25rem;left:11.5rem;width:20.3125rem;height:1.1875rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tpTPVfxQ4e1glNA0Ww3a0we08EqdEIyD { top:12.25rem;left:0rem;width:12.0625rem;height:15.310096153846rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nZTBbDJKkxyb23hfUy1g3aBQ29CIv0WC { top:14.5625rem;left:22rem;width:2.5rem;height:2.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #lJMZkne9GdlzeGdcDSG5dMR0ohAbX7Of { top:38rem;left:26.75rem;width:21rem;height:6.375rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uTwakiQZUyASZ4nnIGRyXsN0bHI37zTK { top:36rem;left:27.4375rem;width:20.3125rem;height:1.1875rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gopJVJIqRi5aTdHpLSQhQ0WS8TxLvf8G { top:34.1875rem;left:27.5rem;width:20.25rem;height:2rem;font-size:1.0625rem;color:#063949;display:block; }
 }@media only screen and (max-width: 763px) { #xhsZoQoWbRkHiQbGGlk1H2gN8lEDaGxn { top:32.3125rem;left:42.4375rem;width:2.5rem;height:2.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Z3EAwtJ9mxHzhIFy3w1MyAlW9ea2hM69 { top:31.25rem;left:15.6875rem;width:12.375rem;height:15.325961538462rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T9L9aZ2DK225hW3sKccCDDVaFyOtmkfS { top:33.5625rem;left:33.25rem;width:6.25rem;height:0.0625rem;background-color:#ff6e64;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Akdy7n4NKlFdTXz8mhM2mB6iVMdEGQH4 { top:58.5rem;left:10.875rem;width:21rem;height:4.75rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dGAV0GdwlS7nJpP1vLWosxJyPtRGVtsq { top:56.5rem;left:10.8125rem;width:20.3125rem;height:1.1875rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GfD8TN9AdReii5kzTRG696POEUSQbvCL { top:54.6875rem;left:10.875rem;width:20.25rem;height:2rem;font-size:1.125rem;color:#063949;display:block; }
 }@media only screen and (max-width: 763px) { #rmmC1092JETaUKWlxAv0yH98pA1JzueQ { top:44.125rem;left:25.3125rem;width:2.5rem;height:2.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #QcXJbyV7BVfqbhBLQ4RJ4GX9IGtIemXo { top:50.5rem;left:0rem;width:12.4375rem;height:15.307692307692rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w1RIF1b4Z7PSMnqulQ8s7vixo6mG1W4a { top:41.6875rem;left:15.6875rem;width:6.25rem;height:0.0625rem;background-color:#ff6e64;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GZM37QC3abi1InVE3OCd6BXzGtFPT5he { top:79.875rem;left:26.75rem;width:21rem;height:4.75rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #g06I35MrqpTS5HlH933TkHSr43TS9xeS { top:77.875rem;left:27.4375rem;width:20.3125rem;height:1.1875rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tGsAvOthJg8ahARIuyv1tKRKQp9dWs0C { top:71.875rem;left:16.25rem;width:12.625rem;height:15.247115384615rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ISOcS5dvnv20J37pcZhgmWkba93FKb4m { top:76.0625rem;left:27.5rem;width:20.25rem;height:2rem;font-size:1.125rem;color:#063949;display:block; }
 }@media only screen and (max-width: 763px) { #BgHiFbGyg0yng0pheE4vQEuFRDHUzIyi { top:93.3125rem;left:0rem;width:12.1875rem;height:15.28125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZVKAUATcOQ496pgqTUps1r2UO7qR0cqw { top:101.3125rem;left:11.625rem;width:21rem;height:3.1875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fBHD9lGGvtbtkTg00imLmCKgxgTHX5oP { top:99.3125rem;left:11.5625rem;width:20.3125rem;height:1.1875rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fHbtzQhJLFTiKQbdCoatX3cBQKWZir11 { top:97.5rem;left:11.625rem;width:20.25rem;height:2rem;font-size:1.125rem;color:#063949;display:block; }
 }@media only screen and (max-width: 763px) { #O6ViiFJ0VfOv4uHMUsF0dWX2FAyW67mv { top:123.1875rem;left:26.75rem;width:21rem;height:4.75rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mfMxggPIluqk2CMCEI5n3EU3ABOoKnox { top:115.1875rem;left:16.25rem;width:12.0625rem;height:15.31746031746rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QrABcDHt1ZiU7WzNPNOE9E2yqPQulsQg { top:121.1875rem;left:27.4375rem;width:20.3125rem;height:1.1875rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #B3GfnQCJQ1p8X2J9mncFMW2ySyo4mC4I { top:119.375rem;left:27.5rem;width:20.25rem;height:2rem;font-size:1.125rem;color:#063949;display:block; }
 }@media only screen and (max-width: 763px) { #hyRpRFp7UPlgEBo8ENu7G8qLM7S6ok9w { top:52.25rem;left:20.0625rem;width:2.5rem;height:2.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #mVng6vgaD8iAb859SCHzact1SZbl3NSX { top:53.5rem;left:10.875rem;width:6.25rem;height:0.0625rem;background-color:#ff6e64;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UmkvVEU3GmfaQ2TkZCdfaQfuEEegAhaW { top:72.6875rem;left:42.375rem;width:2.5rem;height:2.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #O86Qz9hQfTw0i5JhT8zhCqW37DWFPzi1 { top:73.9375rem;left:33.1875rem;width:6.25rem;height:0.0625rem;background-color:#ff6e64;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #shtlSa1CCH4W318wSit9TUmo2vnPNmb8 { top:94.3125rem;left:20.75rem;width:2.5rem;height:2.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #TA6KBOviACH7nBMPTcmDefAUWlrNT7Js { top:95.5625rem;left:11.5625rem;width:6.25rem;height:0.0625rem;background-color:#ff6e64;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #risVrcKDRpCD9G3OfSQ1Nli5TVGZ9lBz { top:116.0625rem;left:42.375rem;width:2.5rem;height:2.5rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #px8PHnVXBqf0sc4RovSI2ChsFo2vcOoU { top:117.3125rem;left:33.1875rem;width:6.25rem;height:0.0625rem;background-color:#ff6e64;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VTEDdzCSiUnkZoB8iopENpsZVFliB8ye { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGIVSBQ9zhKGql2D7dhH4i2MH4FGmlfQ { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2ynqNN0k1udgRL9lG8h904vFJTbfuUC { display:block; }#V2ynqNN0k1udgRL9lG8h904vFJTbfuUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M99sXuQE4dZP38HkLHdtMkl5h3dTcMl5 { width:10.125rem;height:2.5625rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWnDfiB4pTdfPUJZkvN0AtdZNBd8SNc5 { width:10.75rem;height:2.0625rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IatMhQUvKO1EIDhHhrbnm1wkXAFyIMdc { width:11.625rem;height:2.5625rem;top:22.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxzlVJBLAehvOHkztmFwuTToBdoy5GAg { width:10.75rem;height:2.0625rem;top:26.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oODKCtX1K0G5uxQH0CnBQ8bwHpspvCdw { width:10.75rem;height:2.0625rem;top:26.1875rem;left:37rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgbmNe1gomHHnZieBA7IcIKM2irArR88 { width:8.9375rem;height:2.5625rem;top:22.9375rem;left:38.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwl2zc76xldf7znLQvu05XfqqqgURBwQ { width:10.75rem;height:3.125rem;top:10.5rem;left:37rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZClQm196y4Dk81iPr0mOD9rOOLn3C5Gq { width:14.3125rem;height:3.875rem;top:6.0625rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJfQfCy9LzwBp6yhf1cqrpewPtgP07Bk { width:29.875rem;height:37.514269406393rem;top:0rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJAyKkAFSGTiTQCgHzzTJMgdWVi1BHbk { top:18.9375rem;left:1.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw596OHhMFTwx4rL8weex2vfanwsEwRy { top:4.5rem;left:2rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkL2ks2XaX2kwvkqDASmyS62fIMl8o7q { top:3.9375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOxVVOFScvbeW1FN9a7q8KmgsW58tLFu { top:20.625rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU { display:block; }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row .container { height:35.5rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sr2IlcuGMAvPgVeZDKJeQRvxy0IB6gLm { width:32.375rem;height:7.4375rem;top:52.25rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzJPPofc3oNiWuK43teyzqKfDHlMnR90 { display:block; }
 }@media only screen and (max-width: 763px) { #k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn { display:block; }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KevKFiNvW069gKWJFfXXe4g6r8nUuSTJ { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWv8qldJ4TLMHJF2koVc7BdO12wPPaAU { top:4.9375rem;left:20rem;width:12.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae1ZVmvgxvqtTnFks84aTXrCl18rW7L8 { top:97.6875rem;left:0rem;width:12.4375rem;height:3.4955065359477rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWslmsgPEO2SdgaIhOOAhQHTq26e8ac2 { display:block; }#mWslmsgPEO2SdgaIhOOAhQHTq26e8ac2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NO1yLsIpLAusIgXEMW8MtC1rrKnNa61s { top:0.8125rem;left:19.5rem;width:12.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container { background-color: transparent; background-image: none; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container > .video-iframe-container { display: none; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row > .video-iframe-container { display: none; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .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); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container { border-width: 0; border-radius: 0; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container { height:75.125rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlzrEfDBazlpzcMShT9K26hg4SlWVLU8 { top:1.25rem;left:0rem;width:20rem;height:28.625rem;z-index:15000;background-color:#fd8f00;background-image:url("https://images.assets-landingi.com/uc/ec450947-ced5-4666-83b4-54a61645293a/Elayunointermitenteeslasolucinparabajardepeso.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IlzrEfDBazlpzcMShT9K26hg4SlWVLU8.adaptive-delivery-prevent-bg, #IlzrEfDBazlpzcMShT9K26hg4SlWVLU8.lazyload, #IlzrEfDBazlpzcMShT9K26hg4SlWVLU8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #O0dHTvlRrrEurHzzBhd9gK5C0uf8tpwI { top:31.125rem;left:0rem;width:20rem;height:29.375rem;z-index:15000;background-color:#fd8f00;background-image:url("https://images.assets-landingi.com/uc/9b4c13e5-05b8-4217-abc1-aa633e2e2533/ChatGPTImage19feb202618_44_46.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#O0dHTvlRrrEurHzzBhd9gK5C0uf8tpwI.adaptive-delivery-prevent-bg, #O0dHTvlRrrEurHzzBhd9gK5C0uf8tpwI.lazyload, #O0dHTvlRrrEurHzzBhd9gK5C0uf8tpwI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #A1tB52FVZcRGqand0Z3DJawTiNctGhWt { width:14.65rem;height:2.5875rem;top:71.3125rem;left:2.625rem;font-size:1rem;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #kyRmRGcbrCrTTx3s7qNXtDrAweTqZfG5 { display:block; }
 }@media only screen and (max-width: 763px) { #gFABzIAIswcCOVRFBPkttuABk3lOpxbF { width:12.25rem;height:3.5rem;top:61.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP8EnP4vk4N8pQ7OTP5aXWPd4DGeAPAv { width:12.4375rem;height:3.5625rem;top:66.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRcdTOzskagwJB7KKkCC6zb0BWVk09HN { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row .container { background-color: transparent; background-image: none; }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row .container > .video-iframe-container { display: none; }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row > .video-iframe-container { display: none; }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .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); }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row .container { border-width: 0; border-radius: 0; }#MRcdTOzskagwJB7KKkCC6zb0BWVk09HN > .row .container { height:6.25rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl { display:block; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwLB9s2gnEKLTPHTZICPx8W9TI4QHEvQ { width:19.0625rem;height:1.70625rem;top:1.25rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISGIiBOyN5BTwHqFshQqfhZ06LMNE06a { width:12.4375rem;height:3.5625rem;top:2.95625rem;left:3.75rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #mna0kToe9WCbewKnLs67lTUbyA9ODz1o { display:block; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUTFUSF7qF4uHFb9GVKxiaM8KJ1pPOnf { width:6.25rem;height:6.25rem;top:1.25rem;left:6.5625rem;border-bottom:0.375rem solid #2d3142;border-left:0.375rem solid #2d3142;border-right:0.375rem solid #2d3142;border-top:0.375rem solid #2d3142;display:block; }
 }@media only screen and (max-width: 763px) { #UZ1ByIbmTNfqDfHdFe4VaZFcxZ1a1my1 { width:4.1875rem;height:2.4375rem;top:9.45rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4hprRBgiHh8LWJBrMRRENecTnemMTAW { width:20rem;height:1.7875rem;top:13.1375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1zJKMxDed8zRuOK4lWtSioQdbGwTlt7 { width:20rem;height:0.975rem;top:16.175rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR70IK9Wub3XPVfgm0MaBMyKelZPOm0D { display:block; }#IR70IK9Wub3XPVfgm0MaBMyKelZPOm0D > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb { display:block; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dABSxMWkvhy7QUEXmGX3n7CWTmF2KPU5 { width:6.25rem;height:6.25rem;top:10.2rem;left:6.5625rem;border-bottom:0.375rem solid #2d3142;border-left:0.375rem solid #2d3142;border-right:0.375rem solid #2d3142;border-top:0.375rem solid #2d3142;display:block; }
 }@media only screen and (max-width: 763px) { #vxsqe5gQiiG8t76KcDx3P07r7WGZByqf { width:4.1875rem;height:2.4375rem;top:1.25rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMZAR9C5WICaGvr9tA3soqHg1V1fBPsK { width:20rem;height:0.975rem;top:7.975rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWyqb8a9zDfKkRoQR8DlegAIotB7fPnn { width:20rem;height:1.7875rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucTbmsCdHetKqqBuhGpkTtzuKxEeWeE0 { display:block; }#ucTbmsCdHetKqqBuhGpkTtzuKxEeWeE0 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCxStSPxnZLGDx9DaSPFluTT4tiAitFM { display:block; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ey0R6G66QzJ9hlEQNyT0Je3cQemBTlNk { width:6.25rem;height:6.25rem;top:1.25rem;left:6.5625rem;border-bottom:0.375rem solid #2d3142;border-left:0.375rem solid #2d3142;border-right:0.375rem solid #2d3142;border-top:0.375rem solid #2d3142;display:block; }
 }@media only screen and (max-width: 763px) { #xtebGaH3TzVqWmcARQ9WvgU6bTvzUz0t { width:4.1875rem;height:2.4375rem;top:9.45rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLTWBh6FRXz6kboz0N2keAH2tATrktd3 { width:20rem;height:1.7875rem;top:13.1375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyPVE0DWJGd21hJAAycdQ5PLgkteUXlr { width:20rem;height:0.975rem;top:16.175rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw9vkUSUEkvvRtfPUUx10uA8xwGk71bP { display:block; }#Dw9vkUSUEkvvRtfPUUx10uA8xwGk71bP > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQnh7TgH94bpgBrfwxH9QEQHkAw0DKFb { width:4.1875rem;height:2.4375rem;top:29.125rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmBQe5RNHL8CwSxvhfGkb0iG6oBwnz1D { width:20rem;height:1.7875rem;top:35.0375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs6cds2QxCtG4V9ZulmwK2SqNul9E28n { width:20rem;height:0.975rem;top:32.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOadRx8GCPLX4APxNNCPys0WoU28Awf3 { top:1.25rem;left:0rem;width:19.9375rem;height:26.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M0aPKXtm3iJzuB9ooaCFdMCPhpuNQ5Xx { width:10.925rem;height:2.125rem;top:46.275rem;left:4.5rem;font-size:0.6875rem;z-index:15005;color:rgba(var(--color-secondary-0),1);background-color:rgba(255,0,253,0.83);background-image:none;box-shadow: none;border-top:0.125rem solid #ff00de;border-left:0.125rem solid #ff00de;border-right:0.125rem solid #ff00de;border-bottom:0.125rem solid #ff00de;display:block; }
 }@media only screen and (max-width: 763px) { #VZ79abbBMgtE2BLMg51ilUyfQatD85RD { display:block; }
 }@media only screen and (max-width: 763px) { #WIkyJMKmpdMIeZHhv8vHPxFHoOVM9HZb { width:6.25rem;height:6.25rem;top:38.075rem;left:6.5625rem;border-bottom:0.375rem solid #2d3142;border-left:0.375rem solid #2d3142;border-right:0.375rem solid #2d3142;border-top:0.375rem solid #2d3142;display:block; }
 }@media only screen and (max-width: 763px) { #P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row .container { background-color: transparent; background-image: none; }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row .container > .video-iframe-container { display: none; }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row > .video-iframe-container { display: none; }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .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); }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row .container { border-width: 0; border-radius: 0; }#P3M6wS6bvnNeNcbxaUlczFKB4wkAVDIJ > .row .container { height:6.25rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row .container { background-color: transparent; background-image: none; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row .container > .video-iframe-container { display: none; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row > .video-iframe-container { display: none; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .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); }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row .container { border-width: 0; border-radius: 0; }#bTWfLS0Uy88xbSkUwwGDBmwLU6lg7pQz > .row .container { width:20rem;height:259.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcaBg6UDK2rxqSx0eD9TGbAnTFoqRJTR { width:20rem;height:2.025rem;top:6.6757202148438E-6rem;left:0rem;font-size:1.6875rem;color:#063949;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAJhxoyQRQlMGTZwF3E5nPxzzT894zLH { width:8.9375rem;height:1.7rem;top:26.51171875rem;left:5.5312500596046rem;font-size:1.0625rem;color:#063949;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eixKukurB6eIl14PdVA32frkqThJ7U4K { width:5.875rem;height:0.125rem;top:29.524219512939rem;left:7.0625000596044rem;background-color:#e80ab9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GHlepFsaCT2K5NXcTZhqJIE1GDO8pOTa { width:16.4375rem;height:6.4rem;top:30.462501287461rem;left:1.7812500596046rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mt8mX4QkwigNuDcm5Uo1ks5hTGAF6V24 { width:9.25rem;height:1.2rem;top:28.211719512939rem;left:5.3750000596046rem;font-size:0.75rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tpTPVfxQ4e1glNA0Ww3a0we08EqdEIyD { width:16.8125rem;height:21.4375rem;top:5.1234376430511rem;left:1.5937500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nZTBbDJKkxyb23hfUy1g3aBQ29CIv0WC { display:flex;width:2.5rem;height:2.5rem;top:26.111718177796rem;left:3.0812500119209rem;font-size:1.3125rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #lJMZkne9GdlzeGdcDSG5dMR0ohAbX7Of { width:16.5rem;height:6.4rem;top:60.587500572204rem;left:1.7500000596046rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTwakiQZUyASZ4nnIGRyXsN0bHI37zTK { width:7.9375rem;height:1.2rem;top:59.387502670288rem;left:6.0312500596046rem;font-size:0.75rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gopJVJIqRi5aTdHpLSQhQ0WS8TxLvf8G { width:8.5rem;height:1.7rem;top:57.6875rem;left:5.7500000596046rem;font-size:1.0625rem;color:#063949;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhsZoQoWbRkHiQbGGlk1H2gN8lEDaGxn { display:flex;width:2.5rem;height:2.5rem;top:89.737498283387rem;left:3.5812502503395rem;font-size:1.3125rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #Z3EAwtJ9mxHzhIFy3w1MyAlW9ea2hM69 { width:16.8125rem;height:20.875rem;top:36.8125rem;left:1.5937500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T9L9aZ2DK225hW3sKccCDDVaFyOtmkfS { width:6.25rem;height:0.125rem;top:54.0625rem;left:7rem;background-color:#f60fce;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Akdy7n4NKlFdTXz8mhM2mB6iVMdEGQH4 { width:17.125rem;height:6.4rem;top:93.937499046325rem;left:1.4375000596046rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGAV0GdwlS7nJpP1vLWosxJyPtRGVtsq { width:8rem;height:1.2rem;top:91.887498855594rem;left:6.0000000596046rem;font-size:0.75rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GfD8TN9AdReii5kzTRG696POEUSQbvCL { width:8.3125rem;height:1.8rem;top:90.087498664856rem;left:5.8437500596046rem;font-size:1.125rem;color:#063949;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmmC1092JETaUKWlxAv0yH98pA1JzueQ { display:flex;width:2.5rem;height:2.5rem;top:57.287502288818rem;left:3.0812500119209rem;font-size:1.3125rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #QcXJbyV7BVfqbhBLQ4RJ4GX9IGtIemXo { width:17.3125rem;height:21.3125rem;top:68.437502861025rem;left:1.3437500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w1RIF1b4Z7PSMnqulQ8s7vixo6mG1W4a { width:6.25rem;height:0.125rem;top:36.8125rem;left:6.8750000596044rem;background-color:#dc03c8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GZM37QC3abi1InVE3OCd6BXzGtFPT5he { width:17.875rem;height:4.8rem;top:125.64999866486rem;left:1.0617187619209rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g06I35MrqpTS5HlH933TkHSr43TS9xeS { width:6.0625rem;height:1.2rem;top:123.1875rem;left:6.9375rem;font-size:0.75rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGsAvOthJg8ahARIuyv1tKRKQp9dWs0C { width:16.5rem;height:19.9375rem;top:101.46249961853rem;left:1.7500000596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ISOcS5dvnv20J37pcZhgmWkba93FKb4m { width:8.25rem;height:1.8rem;top:121.43749809265rem;left:5.8750000596046rem;font-size:1.125rem;color:#063949;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgHiFbGyg0yng0pheE4vQEuFRDHUzIyi { width:16.9375rem;height:21.3125rem;top:130.40000629425rem;left:1.7812500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZVKAUATcOQ496pgqTUps1r2UO7qR0cqw { width:17.5625rem;height:4.8rem;top:156.43750572204rem;left:1.2179687619209rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBHD9lGGvtbtkTg00imLmCKgxgTHX5oP { width:7.75rem;height:1.2rem;top:154.22499847412rem;left:6.1250000596046rem;font-size:0.75rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHbtzQhJLFTiKQbdCoatX3cBQKWZir11 { width:8.25rem;height:1.8rem;top:152.47500610351rem;left:5.8750000596046rem;font-size:1.125rem;color:#063949;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6ViiFJ0VfOv4uHMUsF0dWX2FAyW67mv { width:16.25rem;height:6.4rem;top:189.50000572204rem;left:1.8750000596046rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfMxggPIluqk2CMCEI5n3EU3ABOoKnox { width:18rem;height:22.9375rem;top:162.5625rem;left:1.1124399038461rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QrABcDHt1ZiU7WzNPNOE9E2yqPQulsQg { width:7.125rem;height:1.2rem;top:188.30000686646rem;left:6.4375000596044rem;font-size:0.75rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B3GfnQCJQ1p8X2J9mncFMW2ySyo4mC4I { width:8.4375rem;height:1.8rem;top:186.50000572204rem;left:5.7812500596046rem;font-size:1.125rem;color:#063949;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hyRpRFp7UPlgEBo8ENu7G8qLM7S6ok9w { display:flex;width:2.5rem;height:2.5rem;top:121.39999961853rem;left:3.0812500119209rem;font-size:1.3125rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #mVng6vgaD8iAb859SCHzact1SZbl3NSX { width:6.25rem;height:0.125rem;top:93.937499046325rem;left:6.8750000596044rem;background-color:#ed03ec;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UmkvVEU3GmfaQ2TkZCdfaQfuEEegAhaW { display:flex;width:2.5rem;height:2.5rem;top:185.85000610351rem;left:3.0812500119209rem;font-size:1.3125rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #O86Qz9hQfTw0i5JhT8zhCqW37DWFPzi1 { width:6.25rem;height:0.125rem;top:123.11249923706rem;left:6.8750000596044rem;background-color:#e606a4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #shtlSa1CCH4W318wSit9TUmo2vnPNmb8 { display:flex;width:2.5rem;height:2.5rem;top:152.12500572204rem;left:3.0812500119209rem;font-size:1.3125rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #TA6KBOviACH7nBMPTcmDefAUWlrNT7Js { width:6.25rem;height:0.1875rem;top:138.4375rem;left:6.9375rem;background-color:#f403f3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #risVrcKDRpCD9G3OfSQ1Nli5TVGZ9lBz { display:flex;width:2.5rem;height:2.5rem;top:199.01874732971rem;left:1.7812500596046rem;font-size:1.3125rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #px8PHnVXBqf0sc4RovSI2ChsFo2vcOoU { width:14.125rem;height:0.375rem;top:200.08124732971rem;left:4.1429687142372rem;background-color:#ef0af6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VTEDdzCSiUnkZoB8iopENpsZVFliB8ye { top:204.00000572204rem;left:0rem;width:20rem;height:25.1875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hGIVSBQ9zhKGql2D7dhH4i2MH4FGmlfQ { top:229.06249713898rem;left:0rem;width:20rem;height:30.1875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V2ynqNN0k1udgRL9lG8h904vFJTbfuUC { display:block; }#V2ynqNN0k1udgRL9lG8h904vFJTbfuUC > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M99sXuQE4dZP38HkLHdtMkl5h3dTcMl5 { width:10.5rem;height:2.6rem;top:4.6875rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWnDfiB4pTdfPUJZkvN0AtdZNBd8SNc5 { width:10.75rem;height:2.6rem;top:17.125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IatMhQUvKO1EIDhHhrbnm1wkXAFyIMdc { width:14.0625rem;height:2.6rem;top:28.2625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxzlVJBLAehvOHkztmFwuTToBdoy5GAg { width:14.375rem;height:1.3rem;top:38.2875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oODKCtX1K0G5uxQH0CnBQ8bwHpspvCdw { width:10.75rem;height:2.6rem;top:40.8375rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgbmNe1gomHHnZieBA7IcIKM2irArR88 { width:15.3125rem;height:1.3rem;top:32.1125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwl2zc76xldf7znLQvu05XfqqqgURBwQ { width:18.1875rem;height:2.6rem;top:20.975rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZClQm196y4Dk81iPr0mOD9rOOLn3C5Gq { width:15.8125rem;height:3.9rem;top:8.5375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJfQfCy9LzwBp6yhf1cqrpewPtgP07Bk { width:13.6875rem;height:17.1875rem;top:42.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJAyKkAFSGTiTQCgHzzTJMgdWVi1BHbk { width:2.1875rem;height:2.1875rem;top:24.825rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw596OHhMFTwx4rL8weex2vfanwsEwRy { width:2.1875rem;height:2.1875rem;top:1.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkL2ks2XaX2kwvkqDASmyS62fIMl8o7q { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOxVVOFScvbeW1FN9a7q8KmgsW58tLFu { width:2.375rem;height:2.375rem;top:34.6625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row .container { background-color: transparent; background-image: none; }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row .container > .video-iframe-container { display: none; }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row > .video-iframe-container { display: none; }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .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); }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row .container { border-width: 0; border-radius: 0; }#rVZZhN0gJiU9qZ0S9b0yOceBtT0LubVU > .row .container { height:8.875rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sr2IlcuGMAvPgVeZDKJeQRvxy0IB6gLm { width:19rem;height:4.5625rem;top:1.34375rem;left:0.49921876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzJPPofc3oNiWuK43teyzqKfDHlMnR90 { display:block; }
 }@media only screen and (max-width: 763px) { #k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn { background-color:#3f035f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn.adaptive-delivery-prevent-bg, #k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn.lazyload, #k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn.lazyloading { background-image: none; }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .row .container { background-color: transparent; background-image: none; }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .row .container > .video-iframe-container { display: none; }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .row > .video-iframe-container { display: none; }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .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); }#k5ADqgBJaBJcIiXvmpoQvZgvZ7lloCDn > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KevKFiNvW069gKWJFfXXe4g6r8nUuSTJ { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWv8qldJ4TLMHJF2koVc7BdO12wPPaAU { width:12.4375rem;height:3.5625rem;top:4.9375rem;left:3.75rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #Ae1ZVmvgxvqtTnFks84aTXrCl18rW7L8 { width:9.5625rem;height:2.6875rem;top:5rem;left:5.1875rem;z-index:15015;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWslmsgPEO2SdgaIhOOAhQHTq26e8ac2 { display:none; }#mWslmsgPEO2SdgaIhOOAhQHTq26e8ac2 > .row .container { width:20rem;height:6.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NO1yLsIpLAusIgXEMW8MtC1rrKnNa61s { width:12.4375rem;height:3.5625rem;top:1.25rem;left:3.75rem;display:block; }
 }