.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(255,255,255,0.74);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SX5s2IJs/banner_imagen_fondo.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT.adaptive-delivery-prevent-bg, #gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT.lazyload, #gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT.lazyloading { background-image: none; }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .row .container { background-color: transparent; background-image: none; }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .row .container > .video-iframe-container { display: none; }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .row > .video-iframe-container { display: none; }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .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); }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .row .container { border-width: 0; border-radius: 0; }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#SuTP6gIViU32mQHVM8voAWIEIs2OqzLZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:18.9375rem;top:7rem;left:6.8125rem;overflow:hidden;display:block; }
#b6ePpu8obMA6uanyOEZwBwUk6K59IMFE { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:19.3125rem;left:7.8125rem;height:2.7625rem;text-align:left;text-align-last:left;display:block; }
#zKd6lqKCKT0zaZpZW2Tl9ZvLhcECsTF4 { color:#653f83;display:block;width:26.625rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:100003;line-height:1.1;letter-spacing:0;top:25.499755859375rem;left:11.49951171875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oAGPhqUr0ricPaBo2NWeWBzw15hnTdQd { color:#000000;display:block;width:11.999125rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:23.0625rem;left:11.5625rem;height:2.2753875rem;text-align:left;text-align-last:left;display:block; }
#hsTMauZiP52MUDGtI9SZaK7SDWE3o18F { color:#0b1e23;display:block;width:16.75rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:28.6875rem;left:7.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KAzvH8QNrRWBtSvwbMEfWW0esfRLp02z { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4rem;top:23.0625rem;left:7.375rem;overflow:hidden;display:block; }
#vtMzeIJ79tuNWQM6U16xfzy1rKSiB9TT { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:99995;line-height:1.3;letter-spacing:0;top:26.737501144409rem;left:46.187503814698rem;height:0.975rem;display:block; }
#XDw6AotgzeJfNPqt1uyJuPsoxXfUsJ2a { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:400;z-index:99997;line-height:1.3;letter-spacing:0;top:9.1875rem;left:50.0625rem;height:2.51844375rem;font-style:normal;display:block; }
#pOMdkHo7NXqLdZOfJ6v8gLu3dt5yUnde { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:29.4375rem;top:3.4375rem;left:22.21875rem;overflow:hidden;display:block; }
#v8SHE0lXf5NPOt2DoInefHDNb549FhgD { position:absolute;display:block;z-index:100033;background-color:#8a6df1;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:5.811525rem;width:11.624rem;top:17.786458969116rem;left:52.278650283814rem;display:none; }
#BCDkUKyKW9QTQm6nWJVAGAoHTsJ33TFi { position:absolute;display:block;z-index:99999;background-color:rgba(138,109,241,0.4);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;height:24.75rem;width:28.5rem;top:8.0052089691163rem;left:43.843751907349rem;display:none; }
#UsrOLSJQImv0twGP61td98Fv4WlEB9wM { position:absolute;display:block;z-index:99994;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:20rem;top:19.375rem;left:7.3125rem;overflow:hidden;display:block; }
#AgTVOAEH4MbWKyPUQKrHdTJ98hE0KciP { position:absolute;display:block;z-index:99992;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:26.625rem;top:8.75rem;left:44.9375rem;overflow:hidden;display:block; }
#acS9h1FfQhdwESc4XdQFkoMV85poNdeM { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:4.25rem;top:9.1875rem;left:45.8125rem;overflow:hidden;display:block; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-form-header {  }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:26rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;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; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-text { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:2.375rem;color:#0b1e23;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-textarea { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:4.375rem;color:#0b1e23;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:2.375rem;color:#0b1e23;font-family:rubik;font-size:0.875rem;overflow:hidden;vertical-align:top;line-height:1.2; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-checkbox { width:0.99975625rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#8a6df1;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:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#ffffff;width:26rem;height:3.6875rem;font-family:rubik;overflow:hidden;text-align:center;text-align-last:center; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 [class*="-text"]:-moz-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 [class*="-text"]::-moz-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 [class*="-text"]:-ms-input-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 [class*="-text"]::-webkit-input-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .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:"open sans";line-height:1.3;font-size:0.8125rem;font-weight:300;color:#0b1e23;vertical-align:top;width:27.5625rem;overflow:hidden;font-style:normal; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-container:first-of-type{padding-top:0;}#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-container:last-of-type{padding-bottom:0;}#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100004;position:absolute;top:11.155599594116rem;left:43.750000953674rem; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem;display:block;vertical-align:top; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 {display:block;}#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100004;position:absolute;top:11.155599594116rem;left:43.750000953674rem; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #WOLxWZco1tiWpWSCPWhTEtmiAfwRLkah { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #eGIDlrBQnbHf4K84800V8MN92AsqznUO { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #FREao9U16TaWOLd89na2BCypi3qC1gKG { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #ibXsJ0gbBAaTTP2da6iomhR1nGLi9Ma5 { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #rkE1D4toXANS9KlutxrJB8PFSTF3WSuX { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #tMvtZhIcHdutDXTX4qaPua46Epgvp0Z9 { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #qXcKiTpLcpaWhJlbTDksQoXnfam5o23M { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #dn4rViynf6qNnPedlKzIqI0ELipe3Aio { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #wcky2AkIXwxKWcIzlxKvTcg3O2lUwMv3 { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #kGshyXIE1nA1o8lslrGq2VkHT56kW0Fu { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #Aog4ip20AFDNehG3TsbL1TAWMGJX0ugR { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #V6ewFGpr2GF76RZOesmii2LT71GWG8F9 { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #X41624mZ725TKdRXbzDsAcV5vS7yIdnn { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #Xzs29XIxQ2bCBsQpgVTZ2diWGWJeMmJx { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #vT0ToqWsQft0uhmiiezAPINFJJqaC6WR { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #olUEgtUaoaosFVWbHuVxqpn7WaPSX8ss { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #FKNDknrNQBSwt4ZkKo5ErbKrVRWB5p5v { position:relative;z-index:2; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #cADIwliBvna4n5V2PZVroKFmFteZh9Rq { position:relative; }
#uKxJCJ0e8xy55ol7NObWHBnvHKJIv0vD { position:relative;display:block; }
#gCAwESh2lv2hZboq0vDFFFy1h3D2SqLb { position:relative;display:block; }
#eJbwJoz6LgfaIG4nZCVhPKT4dbf5NX8q { position:relative;display:block; }
#Var9BiDP2yTPBT4KeH2t4HK9ekXmIarE { position:relative;display:block; }
#wDdIfU4WeD6o2yOrKSdgdm1KGx4o7ITr { position:relative;display:block; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #cJRUBL2ZcKzKUWKReApXeal5TmiIDTVy { position:relative; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #b7xSxt1nT7wL8fvpPvgT3PlAq7RATX5G { position:relative; }
#tmaGAqBZSQTGagbN1HKELunWNNiVOAES { position:absolute;display:block;z-index:100038;background-color:rgba(138,109,241,0.43);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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:24.0625rem;width:27.5rem;top:8.380126953125rem;left:44.248291015625rem;display:block; }
#TNDJGDZTWuRb045EJ0k6fDGDoNlNm7fs { position:absolute;display:block;z-index:100039;background-color:#8a6df1;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6.4355625rem;width:12.5rem;top:17.506103515625rem;left:51.998291015625rem;display:block; }
#p6p4K7Dya2bD9doHr8COrTvIIgllHqy1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:18.806396484375rem;left:51.998291015625rem;height:3.896475rem;text-align:center;text-align-last:center;display:block; }
#Dof96SHPBhAHFs2ulPTaxBgDtllBdiN3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:18.712240219116rem;left:51.871095657349rem;height:3.896475rem;text-align:center;text-align-last:center;display:none; }
#NMZt5Tw7n9Q0FzUSAWaPAVgzEkWQrRFD { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#UtJqk36U9OwEMTnxQXpz6gCx4LkANwKn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.875rem;top:39.1875rem;left:6.875rem;display:none; }
#ozL7h3S1mz4Oaq40eCkHtFmxnH8f2m4G { position:absolute;display:block;z-index:100040;background-color:#8a6df1;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6.4355625rem;width:12.5rem;top:17.506103515625rem;left:50.99853515625rem;display:none; }
#aXmV4Z0wTgQgWHaMCdqrs8ZhAidl95dG { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:18.743896484375rem;left:50.99853515625rem;height:3.896475rem;text-align:center;text-align-last:center;display:none; }
#wSIiBZtsXLihO5oEZUcb3xE7RI0ZEX0f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6e57c1;background-image:none;position:relative;display:block; }#wSIiBZtsXLihO5oEZUcb3xE7RI0ZEX0f > .row .container { background-color: transparent; background-image: none; }#wSIiBZtsXLihO5oEZUcb3xE7RI0ZEX0f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wSIiBZtsXLihO5oEZUcb3xE7RI0ZEX0f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wSIiBZtsXLihO5oEZUcb3xE7RI0ZEX0f > .row .container > .video-iframe-container { display: none; }#wSIiBZtsXLihO5oEZUcb3xE7RI0ZEX0f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wSIiBZtsXLihO5oEZUcb3xE7RI0ZEX0f > .row > .video-iframe-container { display: none; }#wSIiBZtsXLihO5oEZUcb3xE7RI0ZEX0f > .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); }#wSIiBZtsXLihO5oEZUcb3xE7RI0ZEX0f > .row .container { border-width: 0; border-radius: 0; }#wSIiBZtsXLihO5oEZUcb3xE7RI0ZEX0f > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#NDM0UynnJTZIWVfXhV02NIMWlEb6MUik { color:#ffffff;display:block;width:32rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:2.6875rem;left:23.9375rem;height:7.3486375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MKRo00JXvsIrXTfOkehPaOeCeVCQN0rw { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:4.75rem;top:6.375rem;left:64.5rem;overflow:hidden;display:block; }
#MJfHH0lORD20HqEK4vHzZkavJsnmC5aw { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:27.9375rem;top:9.7230901718137rem;left:23.9375rem;overflow:hidden;display:block; }
#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ZMeJn94v/ctd_LMesa_de_trabajo_20.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5.adaptive-delivery-prevent-bg, #TXdBB7cKtTLV2kri4csS7olgxGTwDpf5.lazyload, #TXdBB7cKtTLV2kri4csS7olgxGTwDpf5.lazyloading { background-image: none; }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .row .container { background-color: transparent; background-image: none; }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .row .container > .video-iframe-container { display: none; }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .row > .video-iframe-container { display: none; }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .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); }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .row .container { border-width: 0; border-radius: 0; }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#xBokXB1Fxm86TfC1vxGqHXATSENrT2wQ { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:4.4375rem;left:26.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l5rKUvaP9tfTbHqfUJDO6yMye43lbz4N { position:absolute;display:block;z-index:100003;background-color:#000000;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:14.75rem;width:20.625rem;top:13.3125rem;left:4.125rem;display:block; }
#ZtrD3zy7zPZfNnuWlMAf0GsMTP1siZLg { position:absolute;display:block;z-index:100004;background-color:#000000;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:14.75rem;width:20.625rem;top:13.3125rem;left:27.4375rem;display:block; }
#WnNUWn3hExwsshvAWnQoXmFcd2IgnyTV { position:absolute;display:block;z-index:100005;background-color:#000000;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:14.75rem;width:20.625rem;top:13.3125rem;left:51.3125rem;display:block; }
#yKy77oUeT7Qq30zTKT4uh4NT0hJrZPtH { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.25rem;top:10.375rem;left:11.3125rem;overflow:hidden;display:block; }
#O9AlXPdq0f6BsUU5yCE16wHKZLyi6Xos { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.25rem;top:10.375rem;left:34.6875rem;overflow:hidden;display:block; }
#QOL6X7gsSUXyDFXm8Tztkkv0E81TDV3v { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.25rem;top:10.3125rem;left:58.5rem;overflow:hidden;display:block; }
#RPzk8beDfWxDoXoyXXc5Fdu7TIcic7pt { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:17.687500476837rem;left:5.5625rem;height:7.124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UEh2XcmhwSFJ5HGQRTDrmw2EwbwRGZlx { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:17.718750476837rem;left:29.125rem;height:7.124rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y6CZTW8PJaQvbTJboM00c5XHu9GUJLOe { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:17.718750476837rem;left:52.71875rem;height:5.34301875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yNf2aTp1d5zT07o62TBycNQGompSQapZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a18af4;background-image:none;position:relative;display:block; }#yNf2aTp1d5zT07o62TBycNQGompSQapZ > .row .container { background-color: transparent; background-image: none; }#yNf2aTp1d5zT07o62TBycNQGompSQapZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yNf2aTp1d5zT07o62TBycNQGompSQapZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yNf2aTp1d5zT07o62TBycNQGompSQapZ > .row .container > .video-iframe-container { display: none; }#yNf2aTp1d5zT07o62TBycNQGompSQapZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yNf2aTp1d5zT07o62TBycNQGompSQapZ > .row > .video-iframe-container { display: none; }#yNf2aTp1d5zT07o62TBycNQGompSQapZ > .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); }#yNf2aTp1d5zT07o62TBycNQGompSQapZ > .row .container { border-width: 0; border-radius: 0; }#yNf2aTp1d5zT07o62TBycNQGompSQapZ > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#B3tHezooFGN3odh6lcp2lPaedPqqCVTk { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.4375rem;width:44.875rem;top:7.125rem;left:16.125rem;display:block; }
#Noesfk4h7BpgMasrObNu7X6yqoas8kH2 { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:400;z-index:100001;line-height:1.2;letter-spacing:0;top:3rem;left:34.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mO7GW2tzqvFnnTO89EhVt0EXUgRzG7uT { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:4.6875rem;top:2.9375rem;left:30.3125rem;overflow:hidden;display:block; }
#eJ0efBcZ6Kuq5TpfPGbWJsfnVmBHvbtd { background-color:#8063e3;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:32.6875rem;left:30.3125rem;display:block; }
#kKQGRRMIpTHH4INbXKFw5KfFiMTVldIf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060b0c;background-image:url("https://images.assets-landingi.com/gtllaF90/ctd_LMesa_de_trabajo_21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O.adaptive-delivery-prevent-bg, #TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O.lazyload, #TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O.lazyloading { background-image: none; }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .row .container { background-color: transparent; background-image: none; }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .row .container > .video-iframe-container { display: none; }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .row > .video-iframe-container { display: none; }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .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); }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .row .container { border-width: 0; border-radius: 0; }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#dkXbSHTkoEn5hUI7RBETd4U8Tw3byEt2 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:17.4375rem;top:3.4375rem;left:19.25rem;overflow:hidden;display:block; }
#i24hwfZnapB84JUrrQmuHKUvpEWfxA3E { color:#000000;display:block;width:12rem;position:absolute;font-family:gilroy;font-size:0.5rem;font-weight:300;z-index:100027;line-height:1.2;letter-spacing:0;top:7.75rem;left:45.3125rem;height:0.60058625rem;font-style:normal;display:block; }
#zpVIZExUskxWNcwBDuP3BUqW3tPLQEUl { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:21.4375rem;top:4.125rem;left:39.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT { display:block; }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuTP6gIViU32mQHVM8voAWIEIs2OqzLZ { top:7rem;left:0rem;width:18.9375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ePpu8obMA6uanyOEZwBwUk6K59IMFE { top:19.3125rem;left:0rem;width:20.0625rem;height:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKd6lqKCKT0zaZpZW2Tl9ZvLhcECsTF4 { top:25.4375rem;left:0rem;width:26.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAGPhqUr0ricPaBo2NWeWBzw15hnTdQd { top:23rem;left:0rem;width:11.9375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsTMauZiP52MUDGtI9SZaK7SDWE3o18F { top:28.6875rem;left:0rem;width:16.75rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAzvH8QNrRWBtSvwbMEfWW0esfRLp02z { top:23.0625rem;left:0rem;width:4rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtMzeIJ79tuNWQM6U16xfzy1rKSiB9TT { top:26.6875rem;left:32.562503814698rem;width:14rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDw6AotgzeJfNPqt1uyJuPsoxXfUsJ2a { top:9.1875rem;left:22.8125rem;width:24.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOMdkHo7NXqLdZOfJ6v8gLu3dt5yUnde { top:3.4375rem;left:8.59375rem;width:29.4375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8SHE0lXf5NPOt2DoInefHDNb549FhgD { top:17.75rem;left:36.1875rem;width:11.5625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCDkUKyKW9QTQm6nWJVAGAoHTsJ33TFi { top:8rem;left:19.25rem;width:28.5rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsrOLSJQImv0twGP61td98Fv4WlEB9wM { top:19.375rem;left:0rem;width:20rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgTVOAEH4MbWKyPUQKrHdTJ98hE0KciP { top:8.75rem;left:21.125rem;width:26.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acS9h1FfQhdwESc4XdQFkoMV85poNdeM { top:9.1875rem;left:32.1875rem;width:4.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-checkbox-label { width:36.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4  { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 {display:block;}#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #WOLxWZco1tiWpWSCPWhTEtmiAfwRLkah {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #eGIDlrBQnbHf4K84800V8MN92AsqznUO {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #FREao9U16TaWOLd89na2BCypi3qC1gKG {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #ibXsJ0gbBAaTTP2da6iomhR1nGLi9Ma5 {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #rkE1D4toXANS9KlutxrJB8PFSTF3WSuX {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #tMvtZhIcHdutDXTX4qaPua46Epgvp0Z9 {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #qXcKiTpLcpaWhJlbTDksQoXnfam5o23M {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #dn4rViynf6qNnPedlKzIqI0ELipe3Aio {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #wcky2AkIXwxKWcIzlxKvTcg3O2lUwMv3 {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #kGshyXIE1nA1o8lslrGq2VkHT56kW0Fu {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #Aog4ip20AFDNehG3TsbL1TAWMGJX0ugR {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #V6ewFGpr2GF76RZOesmii2LT71GWG8F9 {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #X41624mZ725TKdRXbzDsAcV5vS7yIdnn {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #Xzs29XIxQ2bCBsQpgVTZ2diWGWJeMmJx {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #vT0ToqWsQft0uhmiiezAPINFJJqaC6WR {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #olUEgtUaoaosFVWbHuVxqpn7WaPSX8ss {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #FKNDknrNQBSwt4ZkKo5ErbKrVRWB5p5v {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #cADIwliBvna4n5V2PZVroKFmFteZh9Rq {  }
 }@media only screen and (max-width: 763px) { #uKxJCJ0e8xy55ol7NObWHBnvHKJIv0vD { display:block; }
 }@media only screen and (max-width: 763px) { #gCAwESh2lv2hZboq0vDFFFy1h3D2SqLb { display:block; }
 }@media only screen and (max-width: 763px) { #eJbwJoz6LgfaIG4nZCVhPKT4dbf5NX8q { display:block; }
 }@media only screen and (max-width: 763px) { #Var9BiDP2yTPBT4KeH2t4HK9ekXmIarE { display:block; }
 }@media only screen and (max-width: 763px) { #wDdIfU4WeD6o2yOrKSdgdm1KGx4o7ITr { display:block; }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #cJRUBL2ZcKzKUWKReApXeal5TmiIDTVy {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #b7xSxt1nT7wL8fvpPvgT3PlAq7RATX5G {  }
 }@media only screen and (max-width: 763px) { #tmaGAqBZSQTGagbN1HKELunWNNiVOAES { top:8.375rem;left:20.25rem;width:27.5rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNDJGDZTWuRb045EJ0k6fDGDoNlNm7fs { top:17.5rem;left:35.25rem;width:12.5rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6p4K7Dya2bD9doHr8COrTvIIgllHqy1 { top:18.75rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dof96SHPBhAHFs2ulPTaxBgDtllBdiN3 { top:18.6875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMZt5Tw7n9Q0FzUSAWaPAVgzEkWQrRFD { display:none; }
 }@media only screen and (max-width: 763px) { #UtJqk36U9OwEMTnxQXpz6gCx4LkANwKn { top:39.1875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozL7h3S1mz4Oaq40eCkHtFmxnH8f2m4G { top:17.5rem;left:35.25rem;width:12.5rem;height:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXmV4Z0wTgQgWHaMCdqrs8ZhAidl95dG { top:18.6875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSIiBZtsXLihO5oEZUcb3xE7RI0ZEX0f { display:block; }#wSIiBZtsXLihO5oEZUcb3xE7RI0ZEX0f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDM0UynnJTZIWVfXhV02NIMWlEb6MUik { width:32rem;height:7.3125rem;top:2.6875rem;left:10.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKRo00JXvsIrXTfOkehPaOeCeVCQN0rw { top:6.375rem;left:43rem;width:4.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJfHH0lORD20HqEK4vHzZkavJsnmC5aw { top:9.6875rem;left:10.3125rem;width:27.9375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 { display:block; }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBokXB1Fxm86TfC1vxGqHXATSENrT2wQ { top:4.4375rem;left:0.3125rem;width:23.5625rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5rKUvaP9tfTbHqfUJDO6yMye43lbz4N { top:13.3125rem;left:0rem;width:20.625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtrD3zy7zPZfNnuWlMAf0GsMTP1siZLg { top:13.3125rem;left:3.25rem;width:20.625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnNUWn3hExwsshvAWnQoXmFcd2IgnyTV { top:13.3125rem;left:27.125rem;width:20.625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKy77oUeT7Qq30zTKT4uh4NT0hJrZPtH { top:10.375rem;left:4.5rem;width:6.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9AlXPdq0f6BsUU5yCE16wHKZLyi6Xos { top:10.375rem;left:17.625rem;width:6.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOL6X7gsSUXyDFXm8Tztkkv0E81TDV3v { top:10.3125rem;left:38.0625rem;width:6.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPzk8beDfWxDoXoyXXc5Fdu7TIcic7pt { top:17.6875rem;left:0rem;width:17.8125rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEh2XcmhwSFJ5HGQRTDrmw2EwbwRGZlx { top:17.6875rem;left:6.0625rem;width:17.8125rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6CZTW8PJaQvbTJboM00c5XHu9GUJLOe { top:17.6875rem;left:29.9375rem;width:17.8125rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNf2aTp1d5zT07o62TBycNQGompSQapZ { display:block; }#yNf2aTp1d5zT07o62TBycNQGompSQapZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3tHezooFGN3odh6lcp2lPaedPqqCVTk { top:7.125rem;left:0rem;width:44.875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Noesfk4h7BpgMasrObNu7X6yqoas8kH2 { top:3rem;left:13.9375rem;width:9.9375rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO7GW2tzqvFnnTO89EhVt0EXUgRzG7uT { top:2.9375rem;left:19.1875rem;width:4.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ0efBcZ6Kuq5TpfPGbWJsfnVmBHvbtd { width:17.5rem;height:3.4375rem;top:32.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKQGRRMIpTHH4INbXKFw5KfFiMTVldIf { display:block; }
 }@media only screen and (max-width: 763px) { #TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O { display:block; }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkXbSHTkoEn5hUI7RBETd4U8Tw3byEt2 { top:3.4375rem;left:5.625rem;width:17.4375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i24hwfZnapB84JUrrQmuHKUvpEWfxA3E { top:7.75rem;left:31.6875rem;width:12rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpVIZExUskxWNcwBDuP3BUqW3tPLQEUl { top:4.125rem;left:26.0625rem;width:21.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dqQunvPr/ctd_LMesa_de_trabajo_22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT.adaptive-delivery-prevent-bg, #gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT.lazyload, #gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT.lazyloading { background-image: none; }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .row .container { background-color: transparent; background-image: none; }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .row .container > .video-iframe-container { display: none; }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .row > .video-iframe-container { display: none; }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .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); }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .row .container { border-width: 0; border-radius: 0; }#gqsbimHRTMQiZRgq5KOIb5PBAHQ5ZvQT > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuTP6gIViU32mQHVM8voAWIEIs2OqzLZ { width:12.5rem;height:8.125rem;top:4.5609376430511rem;left:1.1226562261581rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b6ePpu8obMA6uanyOEZwBwUk6K59IMFE { width:14.0625rem;height:1.86889375rem;top:13.248264312744rem;left:1.5312500596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKd6lqKCKT0zaZpZW2Tl9ZvLhcECsTF4 { width:18.1875rem;height:1.5rem;top:17.1240234375rem;left:4.18701171875rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oAGPhqUr0ricPaBo2NWeWBzw15hnTdQd { width:8.75rem;height:1.62475625rem;top:15.6875rem;left:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsTMauZiP52MUDGtI9SZaK7SDWE3o18F { width:10.375rem;height:3.1860375rem;top:19.5625rem;left:1.1223958134651rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;line-height:1.5;color:#0b1e23;display:block; }
 }@media only screen and (max-width: 763px) { #KAzvH8QNrRWBtSvwbMEfWW0esfRLp02z { width:2.75rem;height:2.6875rem;top:15.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtMzeIJ79tuNWQM6U16xfzy1rKSiB9TT { width:17.0625rem;height:0.97411875rem;top:40rem;left:2.6132813096046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XDw6AotgzeJfNPqt1uyJuPsoxXfUsJ2a { width:17rem;height:1.86889375rem;top:25.263889312744rem;left:2.9991319775581rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOMdkHo7NXqLdZOfJ6v8gLu3dt5yUnde { width:20rem;height:0.9375rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v8SHE0lXf5NPOt2DoInefHDNb549FhgD { width:11.5625rem;height:5.7487rem;top:53.125rem;left:5.3632815480232rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCDkUKyKW9QTQm6nWJVAGAoHTsJ33TFi { width:20rem;height:20.375rem;top:24.466146469116rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsrOLSJQImv0twGP61td98Fv4WlEB9wM { width:13.8125rem;height:1.9375rem;top:13.248264312744rem;left:1.1848958134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgTVOAEH4MbWKyPUQKrHdTJ98hE0KciP { width:19.0625rem;height:2.3125rem;top:25.041667938233rem;left:0.46788197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #acS9h1FfQhdwESc4XdQFkoMV85poNdeM { width:2.625rem;height:1.625rem;top:25.260417938233rem;left:1.1223958134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none;height:1.875rem; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;line-height:1.2;height:2.8125rem; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-checkbox-label { width:16.37280625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-container:first-of-type{padding-top:0;}#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .widget-container:last-of-type{padding-bottom:0;}#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4  { width:17.558625rem;height:auto;top:26.895833969116rem;left:0rem;z-index:100046;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 {display:block;}#heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 { width:17.558625rem;height:auto;top:26.895833969116rem;left:0rem;z-index:100046;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #WOLxWZco1tiWpWSCPWhTEtmiAfwRLkah {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #eGIDlrBQnbHf4K84800V8MN92AsqznUO {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #FREao9U16TaWOLd89na2BCypi3qC1gKG {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #ibXsJ0gbBAaTTP2da6iomhR1nGLi9Ma5 {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #rkE1D4toXANS9KlutxrJB8PFSTF3WSuX {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #tMvtZhIcHdutDXTX4qaPua46Epgvp0Z9 {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #qXcKiTpLcpaWhJlbTDksQoXnfam5o23M {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #dn4rViynf6qNnPedlKzIqI0ELipe3Aio {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #wcky2AkIXwxKWcIzlxKvTcg3O2lUwMv3 {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #kGshyXIE1nA1o8lslrGq2VkHT56kW0Fu {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #Aog4ip20AFDNehG3TsbL1TAWMGJX0ugR {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #V6ewFGpr2GF76RZOesmii2LT71GWG8F9 {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #X41624mZ725TKdRXbzDsAcV5vS7yIdnn {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #Xzs29XIxQ2bCBsQpgVTZ2diWGWJeMmJx {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #vT0ToqWsQft0uhmiiezAPINFJJqaC6WR {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #olUEgtUaoaosFVWbHuVxqpn7WaPSX8ss {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #FKNDknrNQBSwt4ZkKo5ErbKrVRWB5p5v {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #cADIwliBvna4n5V2PZVroKFmFteZh9Rq {  }
 }@media only screen and (max-width: 763px) { #uKxJCJ0e8xy55ol7NObWHBnvHKJIv0vD { display:block; }
 }@media only screen and (max-width: 763px) { #gCAwESh2lv2hZboq0vDFFFy1h3D2SqLb { display:block; }
 }@media only screen and (max-width: 763px) { #eJbwJoz6LgfaIG4nZCVhPKT4dbf5NX8q { display:block; }
 }@media only screen and (max-width: 763px) { #Var9BiDP2yTPBT4KeH2t4HK9ekXmIarE { display:block; }
 }@media only screen and (max-width: 763px) { #wDdIfU4WeD6o2yOrKSdgdm1KGx4o7ITr { display:block; }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #cJRUBL2ZcKzKUWKReApXeal5TmiIDTVy {  }
 }@media only screen and (max-width: 763px) { #heKq8FTF0mRQwK6hp5Z5yVwtLrds3NM4 #b7xSxt1nT7wL8fvpPvgT3PlAq7RATX5G {  }
 }@media only screen and (max-width: 763px) { #tmaGAqBZSQTGagbN1HKELunWNNiVOAES { width:20rem;height:20.375rem;top:24.422607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNDJGDZTWuRb045EJ0k6fDGDoNlNm7fs { width:12.5rem;height:6.375rem;top:31.375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6p4K7Dya2bD9doHr8COrTvIIgllHqy1 { width:12.5rem;height:3.896475rem;top:32.625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dof96SHPBhAHFs2ulPTaxBgDtllBdiN3 { width:12.5rem;height:3.89844375rem;top:42.6875rem;left:2.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMZt5Tw7n9Q0FzUSAWaPAVgzEkWQrRFD { top:32.184897422791rem;left:4.2812502980232rem;width:11.4375rem;height:4.9375rem;z-index:100047;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtJqk36U9OwEMTnxQXpz6gCx4LkANwKn { top:32.673178672791rem;left:3.7500002980233rem;width:12.5rem;height:3.896475rem;z-index:100048;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ozL7h3S1mz4Oaq40eCkHtFmxnH8f2m4G { width:12.5rem;height:6.3745rem;top:31.38916015625rem;left:3.75rem;z-index:100049;display:block; }
 }@media only screen and (max-width: 763px) { #aXmV4Z0wTgQgWHaMCdqrs8ZhAidl95dG { width:12.5rem;height:3.896475rem;top:32.62939453125rem;left:3.75rem;font-size:1rem;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #wSIiBZtsXLihO5oEZUcb3xE7RI0ZEX0f { display:block; }#wSIiBZtsXLihO5oEZUcb3xE7RI0ZEX0f > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDM0UynnJTZIWVfXhV02NIMWlEb6MUik { width:20rem;height:4.199225rem;top:2.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKRo00JXvsIrXTfOkehPaOeCeVCQN0rw { width:3.625rem;height:2.3125rem;top:7.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJfHH0lORD20HqEK4vHzZkavJsnmC5aw { width:17.1875rem;height:0.625rem;top:6.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 { background-color:#000000;background-image:url("https://images.assets-landingi.com/7Vh5dV93/ctd_LMesa_de_trabajo_22_copia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5.adaptive-delivery-prevent-bg, #TXdBB7cKtTLV2kri4csS7olgxGTwDpf5.lazyload, #TXdBB7cKtTLV2kri4csS7olgxGTwDpf5.lazyloading { background-image: none; }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .row .container { background-color: transparent; background-image: none; }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .row .container > .video-iframe-container { display: none; }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .row > .video-iframe-container { display: none; }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .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); }#TXdBB7cKtTLV2kri4csS7olgxGTwDpf5 > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBokXB1Fxm86TfC1vxGqHXATSENrT2wQ { width:20rem;height:1.3501rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l5rKUvaP9tfTbHqfUJDO6yMye43lbz4N { width:20rem;height:14.75rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtrD3zy7zPZfNnuWlMAf0GsMTP1siZLg { width:20rem;height:14.75rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnNUWn3hExwsshvAWnQoXmFcd2IgnyTV { width:20rem;height:14.75rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKy77oUeT7Qq30zTKT4uh4NT0hJrZPtH { width:6.25rem;height:6.125rem;top:5.9999998416752rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9AlXPdq0f6BsUU5yCE16wHKZLyi6Xos { width:6.25rem;height:6.125rem;top:25.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOL6X7gsSUXyDFXm8Tztkkv0E81TDV3v { width:6.25rem;height:6.125rem;top:45.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPzk8beDfWxDoXoyXXc5Fdu7TIcic7pt { width:17.8125rem;height:7.124rem;top:13.910590171814rem;left:1.0928819775581rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEh2XcmhwSFJ5HGQRTDrmw2EwbwRGZlx { width:17.8125rem;height:7.124rem;top:33.254340171814rem;left:1.0928819775581rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6CZTW8PJaQvbTJboM00c5XHu9GUJLOe { width:17.8125rem;height:5.34375rem;top:53.75rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNf2aTp1d5zT07o62TBycNQGompSQapZ { display:block; }#yNf2aTp1d5zT07o62TBycNQGompSQapZ > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3tHezooFGN3odh6lcp2lPaedPqqCVTk { height:10.5rem;width:19.25rem;top:5.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Noesfk4h7BpgMasrObNu7X6yqoas8kH2 { width:7.375rem;height:1.875rem;top:2.6875rem;left:7.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mO7GW2tzqvFnnTO89EhVt0EXUgRzG7uT { width:3.375rem;height:1.9375rem;top:2.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ0efBcZ6Kuq5TpfPGbWJsfnVmBHvbtd { width:17.5rem;height:3.4375rem;top:18rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKQGRRMIpTHH4INbXKFw5KfFiMTVldIf { display:block; }
 }@media only screen and (max-width: 763px) { #TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O { background-color:#060b0c;background-image:url("https://images.assets-landingi.com/n2F1G7Fc/ctd_LMesa_de_trabajo_22_copia_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O.adaptive-delivery-prevent-bg, #TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O.lazyload, #TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O.lazyloading { background-image: none; }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .row .container { background-color: transparent; background-image: none; }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .row .container > .video-iframe-container { display: none; }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .row > .video-iframe-container { display: none; }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .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); }#TiqgCdrVXvTMn0wAKXCxWLn8dHFGUG0O > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkXbSHTkoEn5hUI7RBETd4U8Tw3byEt2 { width:13.125rem;height:4.25rem;top:2.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i24hwfZnapB84JUrrQmuHKUvpEWfxA3E { width:15.125rem;height:0.8120125rem;top:11.0625rem;left:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpVIZExUskxWNcwBDuP3BUqW3tPLQEUl { width:16.75rem;height:2.3125rem;top:7.875rem;left:1.625rem;display:block; }
 }