.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { position:relative;display:block; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { background-color: transparent; background-image: none; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container > .video-iframe-container { display: none; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row > .video-iframe-container { display: none; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .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); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { border-width: 0; border-radius: 0; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:101px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mzi1vB0xUm58rbllH5M0dZZKZ332qmpC { position:absolute;display:block;z-index:15008;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:63px;width:264.991px;top:22.655660629272px;left:28.301910400391px;overflow:hidden;display:block; }
#ErCtT2251mH80rM3gPwfqEBqLM1aJinN { color:#282828;display:block;width:144px;position:absolute;font-family:roboto;font-size:20px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:41.50471496582px;left:766.99536132812px;height:25.9817px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tt7vdU4SSUkQKcCls52Xcp1UPGVy5dIu { position:absolute;display:block;z-index:15007;background-color:#c71748;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:3.99057px;width:69.9906px;top:52.174530029297px;left:889.99536132812px;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/v4KSAZEV/sanciones_1100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:444px;width:960px;overflow:visible;position:relative;display:block; }#de7u4n5HlDJEW1oxJGrbPtuhoeqwzXf2 { color:#f6f8f9;display:block;width:773.991px;position:absolute;font-family:"open sans";font-size:31px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:49.903213500977px;left:30.94580078125px;height:86.781px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k4THOl6HeG2CD2DT70FvNBCBePB3xm6U { color:rgba(246,248,249,0.9);display:block;width:692px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;text-shadow:1px 1px 3px rgba(255,255,255,0.5);top:179.25885009766px;left:30.94580078125px;height:91.8003px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p8CWGLNXoVdwzPWTJ4dFgecUBTKW9uP5 { background-color:#c71748;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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:275px;height:39.9889px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:337.05752563477px;left:30.94580078125px;display:block; }
#kX9KehiODuQXe5VvLWFJEq8eAEL2U9UC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container { background-color: transparent; background-image: none; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container > .video-iframe-container { display: none; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row > .video-iframe-container { display: none; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .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); }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container { border-width: 0; border-radius: 0; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container { font-size:14px;font-family:arial;height:518px;width:960px;position:relative;display:block; }#nfHoUIPrq5XimwCxnI8x4MycfyUUXPHu { color:rgba(40,40,40,0.8);display:block;width:470.99px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:152.35066223145px;left:21.875px;height:51.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HlsT3WyxPHCPwygGeVlOy6Sr9REqnazT { color:#282828;display:block;width:500px;position:absolute;font-family:roboto;font-size:21px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:28.954620361328px;left:21.875px;height:94.5px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#P8sWzr3rtWFUeruZb267sHm5HSETix7P { color:#fbfbfb;display:block;width:277.987px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:412.38940429688px;left:21.875px;height:61.2002px;text-align:left;text-align-last:left;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-form-header {  }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:14px;font-weight:400;color:#ffffff;width:314px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-text { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:314px;box-sizing:border-box;height:42px;color:#161616;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-text {padding-top: 0; padding-bottom: 0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-textarea { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:314px;box-sizing:border-box;height:50px;color:#161616;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-select { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:314px;box-sizing:border-box;height:44px;color:#000000;font-family:roboto;font-size:16px;overflow:hidden;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-select {padding-top: 0; padding-bottom: 0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-button { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:78px;margin-bottom:4px;margin-left:78px;display:block;box-sizing:border-box;font-size:17px;font-weight:700;color:#030303;width:157px;height:42px;font-family:"open sans";overflow:hidden;box-shadow: none;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:14px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:14px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:14px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:14px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:295px;overflow:hidden;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:21px;vertical-align:middle;font-family:roboto;font-size:16px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-container { padding-top:2px;padding-right:0;padding-bottom:2px;padding-left:0;width:100%;font-size:0;height:auto; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-container:first-of-type{padding-top:0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-container:last-of-type{padding-bottom:0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM  { background-color:#c71748;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:314px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;left:579.23120117188px;top:28.954650878906px;z-index:15017;position:absolute; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:314px;display:block;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-info-text { display:block;height:auto;font-family:roboto;font-size:14px;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM {display:block;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM { background-color:#c71748;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:314px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;left:579.23120117188px;top:28.954650878906px;z-index:15017;position:absolute; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #iUVJaOmaVbgnZ5aTUPWDT5VilfHWTn47 { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #OUrBKoHibDx321tFh0Kwp7hRBbigIdKd { position:relative;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #GLwf334Rw5i6L3KT40dKVordxX3K93qu { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #B9tnkNGCVfbbvFPdWHcEGAOd0Z1ATJD1 { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #FiCVndDUtn5K3kPDMQ7EzC2krWOHamkT { position:relative;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #W1vCVMXSF4GelJTBC42zuX9ctHu4bbqE { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ysqkn78Mzt6oZzSkEFMTwShzES0fLKtl { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #XXIC64G3hM6Ry5amb398EN7kREgia5bf { position:relative;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #SJropgDwm2Zab3naLVu5q46nAa6hRG8A { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #kWr6VzMrDw5yvJpy6AlFdNIdVXZ1vNuh { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #TdPreyhTeD5bpGibRfTgCdx7kG7EUVLD { position:relative;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #cQtPqXJouxZVvDZL7qZWMgITawcQlk93 { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #py42DVy8X2ephqLOmdeTEWCnpzKapD7u { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #W4ItPveyD8yHzhkboTnShcqJd0K8eKtb { position:relative;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #yeHUVqRF4wJNsgOqJfgqZF5sEzTWe9yn { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #C6UXoEnp4ER6RVqsOO3uBm0m4lQ7Cfax { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #lhmEc4wrZOOAw9cqIiI52WybqJoFM2sf { position:relative;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ndko4gug7xKpklxusqruxOIb0DKDTra9 { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #GBfNTKkELuXcFs817wuIBdpMxXkSmHZF { position:relative; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ibo8tET5r17Loi8y4SizdScl39UGrgdP { position:relative; }
#R7n5MqdV4o0opKPiiVVme4gFbpz29P0R { color:rgba(40,40,40,0.8);display:block;width:462.998px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:215.0304107666px;left:21.875px;height:171.529px;font-style:normal;text-align:left;text-align-last:left;display:block; }#R7n5MqdV4o0opKPiiVVme4gFbpz29P0R li:not(:first-child){ padding-top:6px;padding-right:0;padding-bottom:0;padding-left:0; }#R7n5MqdV4o0opKPiiVVme4gFbpz29P0R li:before{  }
#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c71748;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; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container { background-color: transparent; background-image: none; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container > .video-iframe-container { display: none; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row > .video-iframe-container { display: none; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .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); }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container { border-width: 0; border-radius: 0; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container { font-size:14px;font-family:arial;height:3px;width:960px;position:relative;display:block; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { background-color: transparent; background-image: none; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container > .video-iframe-container { display: none; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row > .video-iframe-container { display: none; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .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); }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { border-width: 0; border-radius: 0; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { font-size:14px;font-family:arial;height:394px;width:960px;position:relative;display:block; }#JSPbkfaWPVhRVrST3r3Pwevc8p2hngvI { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 10px 30px rgba(0,0,0,0.1) ;height:322px;width:2px;top:70.140991210938px;left:957.99230957031px;display:block; }
#O2L81fhkLP78Te1xvD23TkMIXTC7vU69 { color:rgba(40,40,40,0.7);display:block;width:281.997px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:246.98948669434px;left:18.985046386719px;height:89.5465px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RAEyCVGNod3WIr5qF88WCyGEfvmSbq84 { color:#282828;display:block;width:219.996px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:61px;left:47px;height:28px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hnOGsqWkUtCXTgeD1iNHMn6o3Nm0rQtM { color:#282828;display:block;width:227.987px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:60.996688842773px;left:365.99835205078px;height:27.9867px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NdhZVHH4445nbR9uirboGT0BlmOua7tc { color:rgba(40,40,40,0.7);display:block;width:256.997px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:246.98948669434px;left:351.47955322266px;height:89.5465px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CUEdsJ9bSz116hu5ZmwDeLQCo9bu1fBw { color:#282828;display:block;width:207.992px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:60.965148925781px;left:695.96240234375px;height:27.9867px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TNGs3XZmfouUDD0QEDZWLcV4Hx5a1600 { color:rgba(40,40,40,0.7);display:block;width:263.98px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:246.98948669434px;left:668.00329589844px;height:89.5465px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FRlTVv33Z91wAFA8xzTl7vrpo90mBND5 { position:absolute;display:block;z-index:14998;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:93.9989px;width:134.997px;top:120.93473815918px;left:89.463500976562px;overflow:hidden;display:block; }
#rxGdgAMHryPRbT1Lrqvn4WGTrUDTQaSh { position:absolute;display:block;z-index:15017;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:100.996px;width:100.996px;top:117.4225769043px;left:749.48840332031px;overflow:hidden;display:block; }
#OTC3B5srN2knKk5MkQetLtcKg5ZehZEw { position:absolute;display:block;z-index:14999;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:102.987px;width:102.987px;top:116.42698669434px;left:428.49835205078px;overflow:hidden;display:block; }
#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4KSAZEV/sanciones_1100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.adaptive-delivery-prevent-bg, #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.lazyload, #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.lazyloading { background-image: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { background-color: transparent; background-image: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container > .video-iframe-container { display: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row > .video-iframe-container { display: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .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); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { border-width: 0; border-radius: 0; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { font-size:14px;font-family:arial;height:351px;width:960px;position:relative;display:block; }#hx4ydSeuKT2itiGdzCNIqnKwE65Jnq5C { position:absolute;display:block;z-index:15007;border-top:2px solid #040303;border-left:2px solid #040303;border-right:2px solid #040303;border-bottom:2px solid #040303;box-shadow: none;height:241.994px;width:432.978px;top:53.719573974609px;left:475.87115478516px;display:block; }
#FFsIiqt9WnvbL9L0FvFzHfccA6wQLuDF { color:#000000;display:block;width:375.982px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:129.90875244141px;left:40.943023681641px;height:91.1781px;text-align:left;text-align-last:left;display:block; }
#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SBUW0XyM/Ilustracion_02.jpg");background-position:top center !important;background-repeat:no-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; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl.adaptive-delivery-prevent-bg, #G8DqyPFXisum8wAoKcRonn1qgzR6UWGl.lazyload, #G8DqyPFXisum8wAoKcRonn1qgzR6UWGl.lazyloading { background-image: none; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container { background-color: transparent; background-image: none; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container > .video-iframe-container { display: none; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row > .video-iframe-container { display: none; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .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); }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container { border-width: 0; border-radius: 0; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container { font-size:14px;font-family:arial;height:260px;width:960px;position:relative;display:block; }#UTgMmwUDlStAVey55hRlIlsVpBRGvtgc { color:#f6f8f9;display:block;width:148.994px;position:absolute;font-family:roboto;font-size:45px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:58.960083007812px;left:8px;height:58.5px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#E7gvE8dTF9iHCsTm1SCsrqa0qnZSlicm { color:rgba(246,248,249,0.9);display:block;width:123px;position:absolute;font-family:roboto;font-size:19px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:130.97338867188px;left:10.985046386719px;height:49.4px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Fk21WmQAE76M2fJ86H9KZ0TnALgobWX9 { color:#f6f8f9;display:block;width:109px;position:absolute;font-family:roboto;font-size:45px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:58.98779296875px;left:247.98895263672px;height:58.5px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ynILBdmuJPv2p6Etuabmi77p9iviZ8Bp { position:absolute;display:block;z-index:15011;background-color:#f3c638;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:4px;width:141px;top:116.99389648438px;left:249.99389648438px;display:block; }
#icT3GVPVRdAnmJuQ3CzQoDmOzS2wRQ7R { color:rgba(246,248,249,0.9);display:block;width:141px;position:absolute;font-family:roboto;font-size:19px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:130.98718261719px;left:249.99389648438px;height:49.4px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tczP8KpVmn3RW3QisS2PotKILEaUbiXv { color:rgba(246,248,249,0.9);display:block;width:117px;position:absolute;font-family:roboto;font-size:19px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:130.98718261719px;left:488.99169921875px;height:49.4px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U8WDgMVNhubl7TqEwOKU168i5EDKO0xM { position:absolute;display:block;z-index:15012;background-color:#f3c638;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:4px;width:141px;top:116.99389648438px;left:9.9911499023438px;display:block; }
#qqWtPfJZS8J9yEVmiRcMbNhOJJ1NOybH { color:#f6f8f9;display:block;width:162px;position:absolute;font-family:roboto;font-size:45px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:58.98779296875px;left:488.99169921875px;height:58.5px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RwXUsvBoTMET2Hr6KX7hAFrnUTS1iedc { position:absolute;display:block;z-index:15012;background-color:#f3c638;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:4px;width:141px;top:116.99389648438px;left:490.99670410156px;display:block; }
#tvr16pnXypOwHHhKRzOG6bmXx9oNavPC { position:absolute;display:block;z-index:15012;background-color:#f3c638;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:4px;width:141px;top:136.98956298828px;left:2px;display:none; }
#IP8r6xMpWQkQ13oXn1R2dliK9VZNlJRG { position:absolute;display:block;z-index:15013;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:227.984px;width:227.984px;top:25.015625px;left:726.984375px;overflow:hidden;display:block; }
#lEmnFcAioVCpuD7EgCN2eSKiBHXfBoxs { color:#fbfbfb;display:block;width:239px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.890625px;left:720px;height:23.4px;text-align:center;text-align-last:center;display:block; }
#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS { 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; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { background-color: transparent; background-image: none; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container > .video-iframe-container { display: none; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row > .video-iframe-container { display: none; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .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); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { border-width: 0; border-radius: 0; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { font-size:14px;font-family:arial;height:96px;width:960px;position:relative;display:block; }#hBc6TBfuhHJVOA6Q8i93VO1CnvZ9Oi7W { color:#fbfbfb;display:block;width:459.997px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:20.796447753906px;left:249.97235107422px;height:54.3694px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { display:block; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzi1vB0xUm58rbllH5M0dZZKZ332qmpC { top:22px;left:0px;width:264px;height:62.764395771932px;display:block; }
 }@media only screen and (max-width: 763px) { #ErCtT2251mH80rM3gPwfqEBqLM1aJinN { width:144px;height:25px;top:41px;left:620px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7vdU4SSUkQKcCls52Xcp1UPGVy5dIu { width:69px;height:3px;top:52px;left:694px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #de7u4n5HlDJEW1oxJGrbPtuhoeqwzXf2 { width:764px;height:86px;top:49px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #k4THOl6HeG2CD2DT70FvNBCBePB3xm6U { width:691px;height:91px;top:179px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #p8CWGLNXoVdwzPWTJ4dFgecUBTKW9uP5 { width:275px;height:39px;top:337px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kX9KehiODuQXe5VvLWFJEq8eAEL2U9UC { display:block; }
 }@media only screen and (max-width: 763px) { #TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 { display:block; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfHoUIPrq5XimwCxnI8x4MycfyUUXPHu { width:470px;height:51px;top:152px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HlsT3WyxPHCPwygGeVlOy6Sr9REqnazT { width:500px;height:94px;top:28px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #P8sWzr3rtWFUeruZb267sHm5HSETix7P { top:412px;left:0px;width:277px;height:61px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-regular-label { width:314px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-text { width:314px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-text {padding-top: 0; padding-bottom: 0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-textarea { width:314px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-select { width:314px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-select {padding-top: 0; padding-bottom: 0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-button { width:157px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:78px; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-checkbox-label { width:295px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM  { width:314px;height:auto;top:28px;left:410px; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .radio-container { width:314px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM {display:block;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM { width:314px;height:auto;top:28px;left:410px; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #iUVJaOmaVbgnZ5aTUPWDT5VilfHWTn47 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #OUrBKoHibDx321tFh0Kwp7hRBbigIdKd { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #GLwf334Rw5i6L3KT40dKVordxX3K93qu {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #B9tnkNGCVfbbvFPdWHcEGAOd0Z1ATJD1 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #FiCVndDUtn5K3kPDMQ7EzC2krWOHamkT {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #W1vCVMXSF4GelJTBC42zuX9ctHu4bbqE {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ysqkn78Mzt6oZzSkEFMTwShzES0fLKtl {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #XXIC64G3hM6Ry5amb398EN7kREgia5bf { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #SJropgDwm2Zab3naLVu5q46nAa6hRG8A {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #kWr6VzMrDw5yvJpy6AlFdNIdVXZ1vNuh {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #TdPreyhTeD5bpGibRfTgCdx7kG7EUVLD { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #cQtPqXJouxZVvDZL7qZWMgITawcQlk93 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #py42DVy8X2ephqLOmdeTEWCnpzKapD7u {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #W4ItPveyD8yHzhkboTnShcqJd0K8eKtb { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #yeHUVqRF4wJNsgOqJfgqZF5sEzTWe9yn {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #C6UXoEnp4ER6RVqsOO3uBm0m4lQ7Cfax {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #lhmEc4wrZOOAw9cqIiI52WybqJoFM2sf { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ndko4gug7xKpklxusqruxOIb0DKDTra9 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #GBfNTKkELuXcFs817wuIBdpMxXkSmHZF {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ibo8tET5r17Loi8y4SizdScl39UGrgdP {  }
 }@media only screen and (max-width: 763px) { #R7n5MqdV4o0opKPiiVVme4gFbpz29P0R { width:462px;height:171px;top:215px;left:0px;font-size:14px;display:block; }#R7n5MqdV4o0opKPiiVVme4gFbpz29P0R li:before{  }
 }@media only screen and (max-width: 763px) { #NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt { display:block; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF { display:block; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSPbkfaWPVhRVrST3r3Pwevc8p2hngvI { width:2px;height:322px;top:70px;left:760px;display:block; }
 }@media only screen and (max-width: 763px) { #O2L81fhkLP78Te1xvD23TkMIXTC7vU69 { width:281px;height:89px;top:246px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RAEyCVGNod3WIr5qF88WCyGEfvmSbq84 { width:219px;height:27px;top:61px;left:14px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #hnOGsqWkUtCXTgeD1iNHMn6o3Nm0rQtM { width:227px;height:27px;top:60px;left:266.99835205078px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NdhZVHH4445nbR9uirboGT0BlmOua7tc { width:256px;height:89px;top:246px;left:252px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CUEdsJ9bSz116hu5ZmwDeLQCo9bu1fBw { width:207px;height:27px;top:60px;left:530.96240234375px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TNGs3XZmfouUDD0QEDZWLcV4Hx5a1600 { width:263px;height:89px;top:246px;left:499px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FRlTVv33Z91wAFA8xzTl7vrpo90mBND5 { top:120px;left:56.463500976562px;width:134px;height:93.304685289303px;display:block; }
 }@media only screen and (max-width: 763px) { #rxGdgAMHryPRbT1Lrqvn4WGTrUDTQaSh { top:117px;left:584.48840332031px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #OTC3B5srN2knKk5MkQetLtcKg5ZehZEw { top:116px;left:329.49835205078px;width:102px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX { display:block; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hx4ydSeuKT2itiGdzCNIqnKwE65Jnq5C { width:432px;height:241.44738993667px;top:53px;left:328px;display:block; }
 }@media only screen and (max-width: 763px) { #FFsIiqt9WnvbL9L0FvFzHfccA6wQLuDF { top:129px;left:0px;width:375px;height:91px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #G8DqyPFXisum8wAoKcRonn1qgzR6UWGl { display:block; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTgMmwUDlStAVey55hRlIlsVpBRGvtgc { width:148px;height:;top:58px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #E7gvE8dTF9iHCsTm1SCsrqa0qnZSlicm { width:122px;height:49px;top:130px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Fk21WmQAE76M2fJ86H9KZ0TnALgobWX9 { width:108px;height:57px;top:58px;left:191px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ynILBdmuJPv2p6Etuabmi77p9iviZ8Bp { width:140px;height:3px;top:116px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #icT3GVPVRdAnmJuQ3CzQoDmOzS2wRQ7R { width:140px;height:49px;top:130px;left:191px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #tczP8KpVmn3RW3QisS2PotKILEaUbiXv { width:116px;height:49px;top:130px;left:382px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #U8WDgMVNhubl7TqEwOKU168i5EDKO0xM { width:140px;height:3px;top:116px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qqWtPfJZS8J9yEVmiRcMbNhOJJ1NOybH { width:161px;height:57px;top:58px;left:382px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #RwXUsvBoTMET2Hr6KX7hAFrnUTS1iedc { width:140px;height:3px;top:116px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #tvr16pnXypOwHHhKRzOG6bmXx9oNavPC { width:141px;height:4px;top:136px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #IP8r6xMpWQkQ13oXn1R2dliK9VZNlJRG { top:25px;left:537px;width:227px;height:227px;display:block; }
 }@media only screen and (max-width: 763px) { #lEmnFcAioVCpuD7EgCN2eSKiBHXfBoxs { top:24px;left:525px;width:239px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WrArO5N6eBz7V6vCExigVGC8FOdsFwlS { display:block; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBc6TBfuhHJVOA6Q8i93VO1CnvZ9Oi7W { top:20px;left:151.97235107422px;width:459px;height:54px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { display:block; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container { width:320px;height:152px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzi1vB0xUm58rbllH5M0dZZKZ332qmpC { width:264.991px;height:63px;top:44.985851287842px;left:27.49528503418px;display:block; }
 }@media only screen and (max-width: 763px) { #ErCtT2251mH80rM3gPwfqEBqLM1aJinN { width:116px;height:20.7965px;top:123.32292175293px;left:178.50000476837px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7vdU4SSUkQKcCls52Xcp1UPGVy5dIu { width:88px;height:4px;top:148.98959350586px;left:205.50000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/v4KSAZEV/sanciones_1100.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:450px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #de7u4n5HlDJEW1oxJGrbPtuhoeqwzXf2 { width:303.982px;height:88.1914px;top:27.917587280273px;left:7.9646015167236px;text-align:center;text-align-last:center;font-size:21px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #k4THOl6HeG2CD2DT70FvNBCBePB3xm6U { width:290.971px;height:125.94px;top:167.00775146484px;left:14.504978179932px;text-align:center;text-align-last:center;line-height:1.5;font-size:14px;color:rgba(1,1,1,0.9);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p8CWGLNXoVdwzPWTJ4dFgecUBTKW9uP5 { width:254px;height:45px;top:358.60079956055px;left:32.964603424072px;background-color:#faf6f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#c71748;border-top:3px solid #c71748;border-left:3px solid #c71748;border-right:3px solid #c71748;border-bottom:3px solid #c71748;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kX9KehiODuQXe5VvLWFJEq8eAEL2U9UC { display:block; }
 }@media only screen and (max-width: 763px) { #TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 { display:block; }#TIa2XtRkC5xyFRz7OO17qafWxL9g3cx6 > .row .container { width:320px;height:1038px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfHoUIPrq5XimwCxnI8x4MycfyUUXPHu { width:289.989px;height:42.0077px;top:153.88549804688px;left:14.988939285278px;text-align:left;text-align-last:left;font-size:15px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HlsT3WyxPHCPwygGeVlOy6Sr9REqnazT { width:287.998px;height:101.936px;top:28.830200195312px;left:15.98451423645px;text-align:center;text-align-last:center;font-size:17px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #P8sWzr3rtWFUeruZb267sHm5HSETix7P { width:258.988px;height:57.771px;top:443.95742797852px;left:30.489490509033px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-form-header {  }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:14px;font-weight:400;color:#ffffff;width:280px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-text { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:44px;color:#161616;font-size:16px;overflow:hidden;font-family:roboto;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-text {padding-top: 0; padding-bottom: 0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-textarea { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:50px;color:#161616;font-size:16px;overflow:hidden;font-family:roboto;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-select { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:44px;color:#000000;font-family:roboto;font-size:16px;overflow:hidden;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-select {padding-top: 0; padding-bottom: 0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-button { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:70px;margin-bottom:4px;margin-left:70px;display:block;box-sizing:border-box;font-size:17px;font-weight:700;color:#050505;width:140px;height:40px;font-family:roboto;overflow:hidden;box-shadow: none;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:13px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:13px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:13px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:13px;font-weight:400;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:260px;overflow:hidden;font-style:normal; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:21px;vertical-align:middle;font-family:roboto;font-size:16px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-container { padding-top:3px;padding-right:0;padding-bottom:3px;padding-left:0;width:100%;font-size:0;height:auto; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-container:first-of-type{padding-top:0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-container:last-of-type{padding-bottom:0;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM  { background-color:#c71748;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:279.992px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:0px;top:538.05309295654px;z-index:15003; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px;display:block;vertical-align:top; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM .widget-info-text { display:block;height:auto;font-family:roboto;font-size:14px;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM {display:block;}#VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM { background-color:#c71748;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:279.992px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:0px;top:538.05309295654px;z-index:15003; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #iUVJaOmaVbgnZ5aTUPWDT5VilfHWTn47 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #OUrBKoHibDx321tFh0Kwp7hRBbigIdKd { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #GLwf334Rw5i6L3KT40dKVordxX3K93qu {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #B9tnkNGCVfbbvFPdWHcEGAOd0Z1ATJD1 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #FiCVndDUtn5K3kPDMQ7EzC2krWOHamkT {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #W1vCVMXSF4GelJTBC42zuX9ctHu4bbqE {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ysqkn78Mzt6oZzSkEFMTwShzES0fLKtl {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #XXIC64G3hM6Ry5amb398EN7kREgia5bf { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #SJropgDwm2Zab3naLVu5q46nAa6hRG8A {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #kWr6VzMrDw5yvJpy6AlFdNIdVXZ1vNuh {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #TdPreyhTeD5bpGibRfTgCdx7kG7EUVLD { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #cQtPqXJouxZVvDZL7qZWMgITawcQlk93 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #py42DVy8X2ephqLOmdeTEWCnpzKapD7u {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #W4ItPveyD8yHzhkboTnShcqJd0K8eKtb { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #yeHUVqRF4wJNsgOqJfgqZF5sEzTWe9yn {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #C6UXoEnp4ER6RVqsOO3uBm0m4lQ7Cfax {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #lhmEc4wrZOOAw9cqIiI52WybqJoFM2sf { display:block; }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ndko4gug7xKpklxusqruxOIb0DKDTra9 {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #GBfNTKkELuXcFs817wuIBdpMxXkSmHZF {  }
 }@media only screen and (max-width: 763px) { #VVrJSMxxe9G5n1GH5g4qlVuTsPCvSpiM #ibo8tET5r17Loi8y4SizdScl39UGrgdP {  }
 }@media only screen and (max-width: 763px) { #R7n5MqdV4o0opKPiiVVme4gFbpz29P0R { width:287.998px;height:206.872px;top:213.17755126953px;left:15.98451423645px;text-align:left;text-align-last:left;font-size:14px;line-height:1.5;display:block; }#R7n5MqdV4o0opKPiiVVme4gFbpz29P0R li:before{  }
 }@media only screen and (max-width: 763px) { #NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt { display:block; }#NBmtGZ7q7vhSzieBrl7a6KhHasFM1yyt > .row .container { width:320px;height:1px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF { display:block; }#Tyg1SNdtIHxFQHG2k0X9iE7HdaXO3AMF > .row .container { width:320px;height:925px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSPbkfaWPVhRVrST3r3Pwevc8p2hngvI { width:321px;height:867px;top:27.972900390625px;left:0px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #O2L81fhkLP78Te1xvD23TkMIXTC7vU69 { width:254.992px;height:84.0155px;top:184.8313293457px;left:32.494468688965px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #RAEyCVGNod3WIr5qF88WCyGEfvmSbq84 { width:219.981px;height:26.5902px;top:54.480041503906px;left:50px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #hnOGsqWkUtCXTgeD1iNHMn6o3Nm0rQtM { width:219.981px;height:26.5902px;top:326.71460723877px;left:50px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NdhZVHH4445nbR9uirboGT0BlmOua7tc { width:236.988px;height:84.0155px;top:472.87057495117px;left:41.496128082275px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CUEdsJ9bSz116hu5ZmwDeLQCo9bu1fBw { width:219.981px;height:26.5902px;top:634.90037536621px;left:50px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TNGs3XZmfouUDD0QEDZWLcV4Hx5a1600 { width:253.955px;height:84.0155px;top:775.74667358398px;left:33.006084442139px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FRlTVv33Z91wAFA8xzTl7vrpo90mBND5 { width:111.988px;height:77.9867px;top:93.625579833984px;left:103.99613189697px;display:block; }
 }@media only screen and (max-width: 763px) { #rxGdgAMHryPRbT1Lrqvn4WGTrUDTQaSh { width:90.9983px;height:90.9983px;top:367.14602661133px;left:114.36670684814px;display:block; }
 }@media only screen and (max-width: 763px) { #OTC3B5srN2knKk5MkQetLtcKg5ZehZEw { width:88.9934px;height:88.9934px;top:672.09628295898px;left:115.48672485352px;display:block; }
 }@media only screen and (max-width: 763px) { #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX { background-color:transparent;background-image:url("https://images.assets-landingi.com/v4KSAZEV/sanciones_1100.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.adaptive-delivery-prevent-bg, #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.lazyload, #tkthC7Q6wdumkBkX1aFeymRwO24xvwHX.lazyloading { background-image: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { background-color: transparent; background-image: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container > .video-iframe-container { display: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row > .video-iframe-container { display: none; }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .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); }#tkthC7Q6wdumkBkX1aFeymRwO24xvwHX > .row .container { width:320px;height:375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hx4ydSeuKT2itiGdzCNIqnKwE65Jnq5C { height:164.989px;width:295.962px;top:158.86323738098px;left:10.218473434448px;display:block; }
 }@media only screen and (max-width: 763px) { #FFsIiqt9WnvbL9L0FvFzHfccA6wQLuDF { width:270.99px;height:95.9624px;top:39.905960083008px;left:24.460731506348px;font-size:16px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8DqyPFXisum8wAoKcRonn1qgzR6UWGl { display:block; }#G8DqyPFXisum8wAoKcRonn1qgzR6UWGl > .row .container { width:320px;height:714px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTgMmwUDlStAVey55hRlIlsVpBRGvtgc { width:150.996px;height:51.9911px;top:33.259399414062px;left:84.485618591309px;text-align:center;text-align-last:center;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #E7gvE8dTF9iHCsTm1SCsrqa0qnZSlicm { width:126.991px;height:44.1648px;top:100.98175048828px;left:96.460182189941px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Fk21WmQAE76M2fJ86H9KZ0TnALgobWX9 { width:106.997px;height:51.9911px;top:176.89434814453px;left:106.4850692749px;text-align:center;text-align-last:center;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ynILBdmuJPv2p6Etuabmi77p9iviZ8Bp { width:2px;height:2px;top:470.63543701172px;left:86.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #icT3GVPVRdAnmJuQ3CzQoDmOzS2wRQ7R { width:184px;height:44.1648px;top:242.00001525879px;left:68.000004768372px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #tczP8KpVmn3RW3QisS2PotKILEaUbiXv { width:166.98px;height:22.0824px;top:410.60563278198px;left:76.465705871582px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #U8WDgMVNhubl7TqEwOKU168i5EDKO0xM { width:141px;height:4px;top:228.00001525879px;left:95.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #qqWtPfJZS8J9yEVmiRcMbNhOJJ1NOybH { width:175px;height:51.9911px;top:345.03491210938px;left:72.483406066895px;text-align:center;text-align-last:center;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #RwXUsvBoTMET2Hr6KX7hAFrnUTS1iedc { width:140.998px;height:3.99613px;top:396.39988327026px;left:89.477325439453px;display:block; }
 }@media only screen and (max-width: 763px) { #tvr16pnXypOwHHhKRzOG6bmXx9oNavPC { width:141px;height:4px;top:85.999923706055px;left:89.500004768372px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #IP8r6xMpWQkQ13oXn1R2dliK9VZNlJRG { width:226.977px;height:226.977px;top:485.99280929565px;left:46.487831115723px;display:block; }
 }@media only screen and (max-width: 763px) { #lEmnFcAioVCpuD7EgCN2eSKiBHXfBoxs { width:238.98px;height:23.396px;top:499.00440597534px;left:40.500553131104px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WrArO5N6eBz7V6vCExigVGC8FOdsFwlS { display:block; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { width:320px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBc6TBfuhHJVOA6Q8i93VO1CnvZ9Oi7W { width:216.994px;height:72.0133px;top:26.479553222656px;left:51.493362426758px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }