.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:transparent;background-image:url("https://images.assets-landingi.com/1JGrfsjX/music1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.74); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.74); }#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); }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ { 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; }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ.adaptive-delivery-prevent-bg, #ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ.lazyload, #ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ.lazyloading { background-image: none; }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .row .container { background-color: transparent; background-image: none; }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .row .container > .video-iframe-container { display: none; }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .row > .video-iframe-container { display: none; }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .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); }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .row .container { border-width: 0; border-radius: 0; }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#mPnbWO3DoVVoQcsmCoqalTsMC7fGbtfW { 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; }
#ztd4XvJSX9FPF6iDsLUIQZtPqbF5J0qr { 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; }
#GFnDvDlnZA5cV1h2aK3WsSPTOm0vrED7 { color:#653f83;display:block;width:8.49925rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:100003;line-height:1.1;letter-spacing:0;top:25.124755859375rem;left:11.62451171875rem;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; }
#W6G3V5f66dStk3wSa9JgERS3Sxsk1Tca { 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; }
#NnNgEdTSiBbCvfgEeWwXuwAcNZgNUT64 { 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; }
#br0hhv3wrws5DgO3ToRwspB8QsWoIVZ9 { 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; }
#qaIRf0TtTqmQSGolualHZA9H7FRf81Aa { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:99995;line-height:1.3;letter-spacing:0;top:27.3125rem;left:45.25rem;height:0.97411875rem;display:block; }
#V0HrxMlwob9Q7OBA8TioOQmTLdR6H0xJ { 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.75rem;left:49.0625rem;height:2.5183125rem;font-style:normal;display:block; }
#bpEgOgETPUBzpFglAAcZphSbZ3qOSJ7g { 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; }
#ZvdGTNFzX130paGAFPoOIZ3uJewx82hH { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:100034;line-height:1.3;letter-spacing:0;top:17.875rem;left:47.125rem;height:5.2578125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DFOunarbPnJnqhamG9Ecz76CIiK3zxPT { position:absolute;display:block;z-index:100045;background-color:rgba(138,109,241,0.41);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:10.84375rem;left:43.812501907349rem;display:none; }
#pzBXq85knVqA9D4GL9vAbNsRDHEnXQUN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:18.452909469604rem;left:44.8125rem;height:3.896475rem;text-align:center;text-align-last:center;display:none; }
#XphVDAy7z2SSacUJaWTJQo9Gph98wsJA { 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; }
#wBx437X6WbyR3aXQBvQ66hOtySgfCbvA { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:4.25rem;top:25.5rem;left:18.625rem;overflow:hidden;display:block; }
#DIVxDnchHlQaoyZ74UuC1QEtalR6b7MZ { 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:9.3125rem;left:43.9375rem;overflow:hidden;display:block; }
#Q5JtVudr55EtOZVoxvE8vNOTBT6b7Mqd { 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.625rem;left:44.6875rem;overflow:hidden;display:block; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-form-header {  }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .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; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .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; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-input-text {padding-top: 0; padding-bottom: 0;}#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .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; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-input-select { 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;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; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-input-select {padding-top: 0; padding-bottom: 0;}#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .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; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .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; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd [class*="-text"]:-moz-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd [class*="-text"]::-moz-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd [class*="-text"]:-ms-input-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd [class*="-text"]::-webkit-input-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .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; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .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; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .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; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-container:first-of-type{padding-top:0;}#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-container:last-of-type{padding-bottom:0;}#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd  { 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:99994;position:absolute;top:11.6875rem;left:42.8125rem; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem;display:block;vertical-align:top; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .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; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd {display:block;}#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd { 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:99994;position:absolute;top:11.6875rem;left:42.8125rem; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #GfOtDRWHX0yvR7EnHBHpcy0AeGHPza4O { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #Nx7t7qVUbr0A0AeWyeixoeGmzAkmZUxW { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #QWerZ1lgZlZJTFMPnn4fiTCeuvnvq5zI { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #QgKq9gbOk7LXZnU3FS3kadk71ehSgkN1 { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #hpqeluobBvl9evq6UAz91vL8csmR5BmG { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #GASeSbIkpDKl4vDrPJoKcnGVREcluvI9 { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #PhvJVvZUgQs3MiBrWGT4PFzxcIrsFgh7 { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #h2wy0TykTSw16FZUN2AaEpFN1DdkhOtT { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #pNPBxL8rxTvLC4NMUCoiAvsIIfVeZWHD { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #pSNWXBgo4IM4CdW9W16teopQeUUQvhiX { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #rJNzATaT7eLVBHk7g82IJ4tEDa5ggaXz { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #SQOd7BrgI7orOBZN0JdCwqwkgnpbQhVX { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #yrDqtyIcNVKXCLJTxF09M9oKBeCeHhNd { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #Z2RACXOiMOc46rL9nyTC7miVG2RfUmIn { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #MecJdbFLTOXLThXGfbHztlCAxr26d23M { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #Ld8wSSzaU3sG3EllHz6OfBMod5pRLq8e { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #XTstKASZuUBUVJgoT4HJnHRwNNPCiJ7i { position:relative;z-index:2; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #NxP9muqi61BC0qtNfGxBnoT5FTHyO2XH { position:relative; }
#euKgfT2zAVcJcCFrUg9QhsDNhNXSbPTo { position:relative;display:block; }
#GeDvDTub9BI8Zobv78J5bWR5rvLWEMid { position:relative;display:block; }
#TcX7745ZU84dQlVd83JJx0iEAkTnOw6M { position:relative;display:block; }
#we8KVazBaauaEM21E8Dw7fqKCmrg4eaf { position:relative;display:block; }
#IPQR5rAk6ITrSrEUTkaHtc0bItTeSaKz { position:relative;display:block; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #diqDLhhSEWrdH2e3EAPDmB2mgd56DOUW { position:relative; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #lVze9Pn8JEnEefXIyTpddtVoKTnGua8N { position:relative; }
#mLfUEAqKUgc0IOSnXtAbKvaO0QTmTxfO { position:absolute;display:block;z-index:100039;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.880126953125rem;left:43.49853515625rem;display:block; }
#fXUmvDhPo0amzbD9a8QZyLvbuZzfd10X { 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:block; }
#FhwTmdqNz7yPQ1SNpqB3X3KcZ1E6a3e3 { 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:block; }
#RHNsx8xW4wPLpKvymbsqF4mWALNDAfxi { position:absolute;display:block;z-index:100046;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.25rem;width:12.5rem;top:20.09375rem;left:51.031251907349rem;display:none; }
#VF9O3HPUyzA6HgITgrTeD1N8ds5WTv59 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:21.30859375rem;left:51.031251907349rem;height:3.896475rem;text-align:center;text-align-last:center;display:none; }
#BE7fZLnRtv2wSVaMdnArQKPHKTzXbS70 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6e57c1;background-image:none;position:relative;display:block; }#BE7fZLnRtv2wSVaMdnArQKPHKTzXbS70 > .row .container { background-color: transparent; background-image: none; }#BE7fZLnRtv2wSVaMdnArQKPHKTzXbS70::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BE7fZLnRtv2wSVaMdnArQKPHKTzXbS70 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BE7fZLnRtv2wSVaMdnArQKPHKTzXbS70 > .row .container > .video-iframe-container { display: none; }#BE7fZLnRtv2wSVaMdnArQKPHKTzXbS70 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BE7fZLnRtv2wSVaMdnArQKPHKTzXbS70 > .row > .video-iframe-container { display: none; }#BE7fZLnRtv2wSVaMdnArQKPHKTzXbS70 > .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); }#BE7fZLnRtv2wSVaMdnArQKPHKTzXbS70 > .row .container { border-width: 0; border-radius: 0; }#BE7fZLnRtv2wSVaMdnArQKPHKTzXbS70 > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#xtPfrtTB2wG4D292GCUw7fvACOebyTwe { 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; }
#HRznI6SpnaTqJzNenrX2p1HuXCgDN28Q { 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; }
#KO6cHABOKBc6bLOwKDiu64wQShucNmFz { 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; }
#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT { 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; }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT.adaptive-delivery-prevent-bg, #M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT.lazyload, #M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT.lazyloading { background-image: none; }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .row .container { background-color: transparent; background-image: none; }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .row .container > .video-iframe-container { display: none; }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .row > .video-iframe-container { display: none; }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .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); }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .row .container { border-width: 0; border-radius: 0; }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#dIHza3IEHRHEZB7gqkfL2w9e9zsrBtW3 { 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; }
#h14w01bkwvnrkI3rz0lCTVkG5vtewoAC { 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; }
#d3rr5Wni2G9IWBs1CB7hRcSbb4LLT7Qh { 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; }
#IUEVTqzgCSwLgGsm0sSPB0UuWAohFV7T { 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; }
#fAZy0XLQNUVXF9OTocgGP7Ky9RBqxJaT { 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; }
#sMIODmTaHLIQAmKqGftuBRz3tBygpIXQ { 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; }
#w26UHvqMRvALFwVnfA56GGv350slQ6sd { 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; }
#icOFiTaoGkbnfqr2Nos2PXJJeBzU19Vg { 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; }
#LF2NGSg20Dl59p859pzvxyrFo249SHRV { 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; }
#BGr4VdTn2a1U7cTBOEwGfiTqlXBi3kmN { 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; }
#WOucvhv8s3HTZtPxKDIsuVuPTkV5rXrc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a18af4;background-image:none;position:relative;display:block; }#WOucvhv8s3HTZtPxKDIsuVuPTkV5rXrc > .row .container { background-color: transparent; background-image: none; }#WOucvhv8s3HTZtPxKDIsuVuPTkV5rXrc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WOucvhv8s3HTZtPxKDIsuVuPTkV5rXrc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WOucvhv8s3HTZtPxKDIsuVuPTkV5rXrc > .row .container > .video-iframe-container { display: none; }#WOucvhv8s3HTZtPxKDIsuVuPTkV5rXrc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WOucvhv8s3HTZtPxKDIsuVuPTkV5rXrc > .row > .video-iframe-container { display: none; }#WOucvhv8s3HTZtPxKDIsuVuPTkV5rXrc > .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); }#WOucvhv8s3HTZtPxKDIsuVuPTkV5rXrc > .row .container { border-width: 0; border-radius: 0; }#WOucvhv8s3HTZtPxKDIsuVuPTkV5rXrc > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#obrDlxoaQSBtIHMx89fgW3emKtzFTzqu { 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; }
#z5JqwickaLdcGNdzAsGJGqmenaVb18Tf { 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; }
#kFmNmLu6WkPqTulFxvPknOrecUaT3pNV { 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; }
#OX0m37pDlktP52BbJtz76m1dXvxE8VPp { 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; }
#DCT0oBs9xhsx1tHIOc714yJT6Bh5u3Eq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO { 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; }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO.adaptive-delivery-prevent-bg, #Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO.lazyload, #Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO.lazyloading { background-image: none; }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .row .container { background-color: transparent; background-image: none; }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .row .container > .video-iframe-container { display: none; }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .row > .video-iframe-container { display: none; }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .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); }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .row .container { border-width: 0; border-radius: 0; }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#NFbsESb0Lk3ACNkyBOfibooITQXWT2Fd { 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; }
#AFgOzM8MXvZmpd2ECtBiU0m76E2ZuMFA { 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; }
#z36PUsn4GHGepUwccZBR4yyvAi5xsT0E { 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) { #ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ { display:block; }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPnbWO3DoVVoQcsmCoqalTsMC7fGbtfW { top:7rem;left:0rem;width:18.9375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztd4XvJSX9FPF6iDsLUIQZtPqbF5J0qr { top:19.3125rem;left:0rem;width:20.0625rem;height:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFnDvDlnZA5cV1h2aK3WsSPTOm0vrED7 { top:25.0625rem;left:0rem;width:8.4375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6G3V5f66dStk3wSa9JgERS3Sxsk1Tca { top:23rem;left:0rem;width:11.9375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnNgEdTSiBbCvfgEeWwXuwAcNZgNUT64 { top:28.6875rem;left:0rem;width:16.75rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #br0hhv3wrws5DgO3ToRwspB8QsWoIVZ9 { top:23.0625rem;left:0rem;width:4rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaIRf0TtTqmQSGolualHZA9H7FRf81Aa { top:27.3125rem;left:25.625rem;width:22.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0HrxMlwob9Q7OBA8TioOQmTLdR6H0xJ { top:9.75rem;left:22.8125rem;width:24.875rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpEgOgETPUBzpFglAAcZphSbZ3qOSJ7g { top:3.4375rem;left:8.59375rem;width:29.4375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvdGTNFzX130paGAFPoOIZ3uJewx82hH { top:17.875rem;left:33.5rem;width:9.375rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFOunarbPnJnqhamG9Ecz76CIiK3zxPT { top:10.8125rem;left:19.25rem;width:28.5rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzBXq85knVqA9D4GL9vAbNsRDHEnXQUN { top:18.4375rem;left:31.1875rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XphVDAy7z2SSacUJaWTJQo9Gph98wsJA { top:19.375rem;left:0rem;width:20rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBx437X6WbyR3aXQBvQ66hOtySgfCbvA { top:25.5rem;left:5rem;width:4.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIVxDnchHlQaoyZ74UuC1QEtalR6b7MZ { top:9.3125rem;left:21.125rem;width:26.5625rem;height:3.3667262582455rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5JtVudr55EtOZVoxvE8vNOTBT6b7Mqd { top:9.625rem;left:31.0625rem;width:4.1875rem;height:2.5246918120028rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-input-text {padding-top: 0; padding-bottom: 0;}#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-input-select {padding-top: 0; padding-bottom: 0;}#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-checkbox-label { width:36.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd  { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd {display:block;}#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #GfOtDRWHX0yvR7EnHBHpcy0AeGHPza4O {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #Nx7t7qVUbr0A0AeWyeixoeGmzAkmZUxW {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #QWerZ1lgZlZJTFMPnn4fiTCeuvnvq5zI {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #QgKq9gbOk7LXZnU3FS3kadk71ehSgkN1 {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #hpqeluobBvl9evq6UAz91vL8csmR5BmG {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #GASeSbIkpDKl4vDrPJoKcnGVREcluvI9 {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #PhvJVvZUgQs3MiBrWGT4PFzxcIrsFgh7 {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #h2wy0TykTSw16FZUN2AaEpFN1DdkhOtT {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #pNPBxL8rxTvLC4NMUCoiAvsIIfVeZWHD {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #pSNWXBgo4IM4CdW9W16teopQeUUQvhiX {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #rJNzATaT7eLVBHk7g82IJ4tEDa5ggaXz {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #SQOd7BrgI7orOBZN0JdCwqwkgnpbQhVX {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #yrDqtyIcNVKXCLJTxF09M9oKBeCeHhNd {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #Z2RACXOiMOc46rL9nyTC7miVG2RfUmIn {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #MecJdbFLTOXLThXGfbHztlCAxr26d23M {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #Ld8wSSzaU3sG3EllHz6OfBMod5pRLq8e {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #XTstKASZuUBUVJgoT4HJnHRwNNPCiJ7i {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #NxP9muqi61BC0qtNfGxBnoT5FTHyO2XH {  }
 }@media only screen and (max-width: 763px) { #euKgfT2zAVcJcCFrUg9QhsDNhNXSbPTo { display:block; }
 }@media only screen and (max-width: 763px) { #GeDvDTub9BI8Zobv78J5bWR5rvLWEMid { display:block; }
 }@media only screen and (max-width: 763px) { #TcX7745ZU84dQlVd83JJx0iEAkTnOw6M { display:block; }
 }@media only screen and (max-width: 763px) { #we8KVazBaauaEM21E8Dw7fqKCmrg4eaf { display:block; }
 }@media only screen and (max-width: 763px) { #IPQR5rAk6ITrSrEUTkaHtc0bItTeSaKz { display:block; }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #diqDLhhSEWrdH2e3EAPDmB2mgd56DOUW {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #lVze9Pn8JEnEefXIyTpddtVoKTnGua8N {  }
 }@media only screen and (max-width: 763px) { #mLfUEAqKUgc0IOSnXtAbKvaO0QTmTxfO { top:8.875rem;left:20.25rem;width:27.5rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXUmvDhPo0amzbD9a8QZyLvbuZzfd10X { top:17.5rem;left:35.25rem;width:12.5rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhwTmdqNz7yPQ1SNpqB3X3KcZ1E6a3e3 { top:18.6875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHNsx8xW4wPLpKvymbsqF4mWALNDAfxi { top:20.0625rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF9O3HPUyzA6HgITgrTeD1N8ds5WTv59 { top:21.25rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE7fZLnRtv2wSVaMdnArQKPHKTzXbS70 { display:block; }#BE7fZLnRtv2wSVaMdnArQKPHKTzXbS70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtPfrtTB2wG4D292GCUw7fvACOebyTwe { width:32rem;height:7.3125rem;top:2.6875rem;left:10.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRznI6SpnaTqJzNenrX2p1HuXCgDN28Q { top:6.375rem;left:43rem;width:4.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO6cHABOKBc6bLOwKDiu64wQShucNmFz { top:9.6875rem;left:10.3125rem;width:27.9375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT { display:block; }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIHza3IEHRHEZB7gqkfL2w9e9zsrBtW3 { 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) { #h14w01bkwvnrkI3rz0lCTVkG5vtewoAC { top:13.3125rem;left:0rem;width:20.625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3rr5Wni2G9IWBs1CB7hRcSbb4LLT7Qh { top:13.3125rem;left:3.25rem;width:20.625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUEVTqzgCSwLgGsm0sSPB0UuWAohFV7T { top:13.3125rem;left:27.125rem;width:20.625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAZy0XLQNUVXF9OTocgGP7Ky9RBqxJaT { top:10.375rem;left:4.5rem;width:6.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMIODmTaHLIQAmKqGftuBRz3tBygpIXQ { top:10.375rem;left:17.625rem;width:6.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w26UHvqMRvALFwVnfA56GGv350slQ6sd { top:10.3125rem;left:38.0625rem;width:6.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icOFiTaoGkbnfqr2Nos2PXJJeBzU19Vg { top:17.6875rem;left:0rem;width:17.8125rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF2NGSg20Dl59p859pzvxyrFo249SHRV { 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) { #BGr4VdTn2a1U7cTBOEwGfiTqlXBi3kmN { 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) { #WOucvhv8s3HTZtPxKDIsuVuPTkV5rXrc { display:block; }#WOucvhv8s3HTZtPxKDIsuVuPTkV5rXrc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obrDlxoaQSBtIHMx89fgW3emKtzFTzqu { top:7.125rem;left:0rem;width:44.875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5JqwickaLdcGNdzAsGJGqmenaVb18Tf { top:3rem;left:13.9375rem;width:9.9375rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFmNmLu6WkPqTulFxvPknOrecUaT3pNV { top:2.9375rem;left:19.1875rem;width:4.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX0m37pDlktP52BbJtz76m1dXvxE8VPp { width:17.5rem;height:3.4375rem;top:32.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCT0oBs9xhsx1tHIOc714yJT6Bh5u3Eq { display:block; }
 }@media only screen and (max-width: 763px) { #Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO { display:block; }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFbsESb0Lk3ACNkyBOfibooITQXWT2Fd { top:3.4375rem;left:5.625rem;width:17.4375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFgOzM8MXvZmpd2ECtBiU0m76E2ZuMFA { top:7.75rem;left:31.6875rem;width:12rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z36PUsn4GHGepUwccZBR4yyvAi5xsT0E { 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) { #ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ { 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; }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ.adaptive-delivery-prevent-bg, #ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ.lazyload, #ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ.lazyloading { background-image: none; }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .row .container { background-color: transparent; background-image: none; }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .row .container > .video-iframe-container { display: none; }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .row > .video-iframe-container { display: none; }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .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); }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .row .container { border-width: 0; border-radius: 0; }#ZuScxItbLaSsNrq9LsByiKsTuuHWrSsQ > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPnbWO3DoVVoQcsmCoqalTsMC7fGbtfW { width:12.5rem;height:8.125rem;top:4.5609376430511rem;left:1.1226562261581rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ztd4XvJSX9FPF6iDsLUIQZtPqbF5J0qr { 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) { #GFnDvDlnZA5cV1h2aK3WsSPTOm0vrED7 { width:5.1857625rem;height:1.875rem;top:17.125rem;left:4.1875rem;font-size:1.25rem;text-align:justify;text-align-last:initial;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W6G3V5f66dStk3wSa9JgERS3Sxsk1Tca { 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) { #NnNgEdTSiBbCvfgEeWwXuwAcNZgNUT64 { 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) { #br0hhv3wrws5DgO3ToRwspB8QsWoIVZ9 { width:2.75rem;height:2.6875rem;top:15.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaIRf0TtTqmQSGolualHZA9H7FRf81Aa { width:17.0625rem;height:0.9746125rem;top:39.185546875rem;left:2.5302734375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V0HrxMlwob9Q7OBA8TioOQmTLdR6H0xJ { 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) { #bpEgOgETPUBzpFglAAcZphSbZ3qOSJ7g { width:20rem;height:0.9375rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZvdGTNFzX130paGAFPoOIZ3uJewx82hH { width:9.375rem;height:5.2578125rem;top:29.8125rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DFOunarbPnJnqhamG9Ecz76CIiK3zxPT { width:20rem;height:19.25rem;top:24.561767578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzBXq85knVqA9D4GL9vAbNsRDHEnXQUN { width:12.5rem;height:3.896475rem;top:30.578343391419rem;left:3.7500000596046rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XphVDAy7z2SSacUJaWTJQo9Gph98wsJA { width:13.8125rem;height:1.9375rem;top:13.248264312744rem;left:1.1848958134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBx437X6WbyR3aXQBvQ66hOtySgfCbvA { width:4.25rem;height:2.375rem;top:21.4375rem;left:6.4374998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIVxDnchHlQaoyZ74UuC1QEtalR6b7MZ { width:19.0625rem;height:2.3125rem;top:25.041667938233rem;left:0.46788197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5JtVudr55EtOZVoxvE8vNOTBT6b7Mqd { width:2.625rem;height:1.625rem;top:25.260417938233rem;left:1.1223958134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .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; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .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; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-input-text {padding-top: 0; padding-bottom: 0;}#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .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; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-input-select {padding-top: 0; padding-bottom: 0;}#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .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; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-checkbox-label { width:16.37378125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-container:first-of-type{padding-top:0;}#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .widget-container:last-of-type{padding-bottom:0;}#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd  { width:17.56128125rem;height:auto;top:26.123046875rem;left:0rem;z-index:99994;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd {display:block;}#TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd { width:17.56128125rem;height:auto;top:26.123046875rem;left:0rem;z-index:99994;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) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #GfOtDRWHX0yvR7EnHBHpcy0AeGHPza4O {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #Nx7t7qVUbr0A0AeWyeixoeGmzAkmZUxW {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #QWerZ1lgZlZJTFMPnn4fiTCeuvnvq5zI {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #QgKq9gbOk7LXZnU3FS3kadk71ehSgkN1 {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #hpqeluobBvl9evq6UAz91vL8csmR5BmG {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #GASeSbIkpDKl4vDrPJoKcnGVREcluvI9 {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #PhvJVvZUgQs3MiBrWGT4PFzxcIrsFgh7 {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #h2wy0TykTSw16FZUN2AaEpFN1DdkhOtT {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #pNPBxL8rxTvLC4NMUCoiAvsIIfVeZWHD {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #pSNWXBgo4IM4CdW9W16teopQeUUQvhiX {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #rJNzATaT7eLVBHk7g82IJ4tEDa5ggaXz {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #SQOd7BrgI7orOBZN0JdCwqwkgnpbQhVX {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #yrDqtyIcNVKXCLJTxF09M9oKBeCeHhNd {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #Z2RACXOiMOc46rL9nyTC7miVG2RfUmIn {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #MecJdbFLTOXLThXGfbHztlCAxr26d23M {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #Ld8wSSzaU3sG3EllHz6OfBMod5pRLq8e {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #XTstKASZuUBUVJgoT4HJnHRwNNPCiJ7i {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #NxP9muqi61BC0qtNfGxBnoT5FTHyO2XH {  }
 }@media only screen and (max-width: 763px) { #euKgfT2zAVcJcCFrUg9QhsDNhNXSbPTo { display:block; }
 }@media only screen and (max-width: 763px) { #GeDvDTub9BI8Zobv78J5bWR5rvLWEMid { display:block; }
 }@media only screen and (max-width: 763px) { #TcX7745ZU84dQlVd83JJx0iEAkTnOw6M { display:block; }
 }@media only screen and (max-width: 763px) { #we8KVazBaauaEM21E8Dw7fqKCmrg4eaf { display:block; }
 }@media only screen and (max-width: 763px) { #IPQR5rAk6ITrSrEUTkaHtc0bItTeSaKz { display:block; }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #diqDLhhSEWrdH2e3EAPDmB2mgd56DOUW {  }
 }@media only screen and (max-width: 763px) { #TPPfJZvASK5PzMWKxfvACGiIxOuD5VJd #lVze9Pn8JEnEefXIyTpddtVoKTnGua8N {  }
 }@media only screen and (max-width: 763px) { #mLfUEAqKUgc0IOSnXtAbKvaO0QTmTxfO { width:20rem;height:19.875rem;top:24.486083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXUmvDhPo0amzbD9a8QZyLvbuZzfd10X { width:12.5rem;height:6.375rem;top:31.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhwTmdqNz7yPQ1SNpqB3X3KcZ1E6a3e3 { width:12.5rem;height:3.896475rem;top:32.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHNsx8xW4wPLpKvymbsqF4mWALNDAfxi { width:12.5rem;height:6.25rem;top:31.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VF9O3HPUyzA6HgITgrTeD1N8ds5WTv59 { width:12.5rem;height:3.896475rem;top:32.25rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BE7fZLnRtv2wSVaMdnArQKPHKTzXbS70 { display:block; }#BE7fZLnRtv2wSVaMdnArQKPHKTzXbS70 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtPfrtTB2wG4D292GCUw7fvACOebyTwe { 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) { #HRznI6SpnaTqJzNenrX2p1HuXCgDN28Q { width:3.625rem;height:2.3125rem;top:7.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO6cHABOKBc6bLOwKDiu64wQShucNmFz { width:17.1875rem;height:0.625rem;top:6.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT { 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; }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT.adaptive-delivery-prevent-bg, #M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT.lazyload, #M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT.lazyloading { background-image: none; }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .row .container { background-color: transparent; background-image: none; }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .row .container > .video-iframe-container { display: none; }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .row > .video-iframe-container { display: none; }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .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); }#M8UHl52KLQTTlfliVl2S1rAVIMsoSKLT > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIHza3IEHRHEZB7gqkfL2w9e9zsrBtW3 { 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) { #h14w01bkwvnrkI3rz0lCTVkG5vtewoAC { width:20rem;height:14.75rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3rr5Wni2G9IWBs1CB7hRcSbb4LLT7Qh { width:20rem;height:14.75rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUEVTqzgCSwLgGsm0sSPB0UuWAohFV7T { width:20rem;height:14.75rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAZy0XLQNUVXF9OTocgGP7Ky9RBqxJaT { width:6.25rem;height:6.125rem;top:5.9999998416752rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMIODmTaHLIQAmKqGftuBRz3tBygpIXQ { width:6.25rem;height:6.125rem;top:25.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w26UHvqMRvALFwVnfA56GGv350slQ6sd { width:6.25rem;height:6.125rem;top:45.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icOFiTaoGkbnfqr2Nos2PXJJeBzU19Vg { 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) { #LF2NGSg20Dl59p859pzvxyrFo249SHRV { 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) { #BGr4VdTn2a1U7cTBOEwGfiTqlXBi3kmN { 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) { #WOucvhv8s3HTZtPxKDIsuVuPTkV5rXrc { display:block; }#WOucvhv8s3HTZtPxKDIsuVuPTkV5rXrc > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obrDlxoaQSBtIHMx89fgW3emKtzFTzqu { height:10.5rem;width:19.25rem;top:5.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5JqwickaLdcGNdzAsGJGqmenaVb18Tf { 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) { #kFmNmLu6WkPqTulFxvPknOrecUaT3pNV { width:3.375rem;height:1.9375rem;top:2.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX0m37pDlktP52BbJtz76m1dXvxE8VPp { width:17.5rem;height:3.4375rem;top:18rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCT0oBs9xhsx1tHIOc714yJT6Bh5u3Eq { display:block; }
 }@media only screen and (max-width: 763px) { #Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO { 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; }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO.adaptive-delivery-prevent-bg, #Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO.lazyload, #Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO.lazyloading { background-image: none; }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .row .container { background-color: transparent; background-image: none; }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .row .container > .video-iframe-container { display: none; }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .row > .video-iframe-container { display: none; }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .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); }#Egbnrl3RMqQD8iqMkBrxEZVWPGgTJdUO > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFbsESb0Lk3ACNkyBOfibooITQXWT2Fd { width:13.125rem;height:4.25rem;top:2.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFgOzM8MXvZmpd2ECtBiU0m76E2ZuMFA { 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) { #z36PUsn4GHGepUwccZBR4yyvAi5xsT0E { width:16.75rem;height:2.3125rem;top:7.875rem;left:1.625rem;display:block; }
 }