.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;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); }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#74e2be;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row .container { background-color: transparent; background-image: none; }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row .container > .video-iframe-container { display: none; }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row > .video-iframe-container { display: none; }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .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); }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row .container { border-width: 0; border-radius: 0; }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:block; }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/11742bb6-8faf-40a2-8c4c-0ad3d54b48f3/transicin2.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r.adaptive-delivery-prevent-bg, #HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r.lazyload, #HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r.lazyloading { background-image: none; }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .row .container { background-color: transparent; background-image: none; }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .row .container > .video-iframe-container { display: none; }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .row > .video-iframe-container { display: none; }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .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); }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .row .container { border-width: 0; border-radius: 0; }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .row .container { width:60rem;height:13.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470 { background-color:#4ed568;background-image:url("https://images.assets-landingi.com/uc/fb7de352-6fa7-49fd-8f5b-6f4e50c09a74/transicinpng_Mesadetrabajo1.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470.adaptive-delivery-prevent-bg, #tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470.lazyload, #tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470.lazyloading { background-image: none; }#tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470 > .row .container { border-width: 0; border-radius: 0; }#tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470 > .row .container { width:60rem;height:15.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:none; }#WiH3q155fUQl47P65ba0AQ05tE7Ak5KE { position:relative;display:block; }#WiH3q155fUQl47P65ba0AQ05tE7Ak5KE { background-color: transparent; background-image: none; }#WiH3q155fUQl47P65ba0AQ05tE7Ak5KE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiH3q155fUQl47P65ba0AQ05tE7Ak5KE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiH3q155fUQl47P65ba0AQ05tE7Ak5KE > .row .container > .video-iframe-container { display: none; }#WiH3q155fUQl47P65ba0AQ05tE7Ak5KE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiH3q155fUQl47P65ba0AQ05tE7Ak5KE > .row > .video-iframe-container { display: none; }#WiH3q155fUQl47P65ba0AQ05tE7Ak5KE > .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); }#WiH3q155fUQl47P65ba0AQ05tE7Ak5KE { border-width: 0; border-radius: 0; }#WiH3q155fUQl47P65ba0AQ05tE7Ak5KE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WiH3q155fUQl47P65ba0AQ05tE7Ak5KE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { color:#454545;display:block;width:40.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:30.160938262939rem;left:9.625rem;height:3.9rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HqJB0yRgh0ZZdxDR6ApIhlkcc3R2PCu9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:37.625rem;top:0rem;left:11.1875rem;display:block; }
#tX3vKZWppTvlklqsJKXdQrfLI72hza0J { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/11742bb6-8faf-40a2-8c4c-0ad3d54b48f3/transicin2.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J.adaptive-delivery-prevent-bg, #tX3vKZWppTvlklqsJKXdQrfLI72hza0J.lazyload, #tX3vKZWppTvlklqsJKXdQrfLI72hza0J.lazyloading { background-image: none; }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .row .container { background-color: transparent; background-image: none; }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .row .container > .video-iframe-container { display: none; }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .row > .video-iframe-container { display: none; }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .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); }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .row .container { border-width: 0; border-radius: 0; }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .row .container { width:60rem;height:12.6875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .row .container { background-color: transparent; background-image: none; }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .row .container > .video-iframe-container { display: none; }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .row > .video-iframe-container { display: none; }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .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); }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .row .container { border-width: 0; border-radius: 0; }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#DHG08rHLrIP9hEFFSFaFq6SctGaPND3a { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:13.75rem;left:0rem;display:none; }
#e41pk7LEduFQZq8AGQ5TJl592FWBnoFg { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:13.75rem;left:7.5rem;display:none; }
#hc1XUx3XB9NVvmE8Na8gXzBPGww6BXN8 { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:13.75rem;left:15.0625rem;display:none; }
#bvNbtPUJMHI5ZQcoW2eWX7Lv8DT6VgUu { color:#454545;display:block;width:16.3125rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IKs0HPaq1Sc5IvOdTVqTT1JaNSe8VDEt { color:#454545;display:block;width:19.6875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.375rem;left:19.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UU7mfvPDSBT9IVvlgvwJDUCeWoh3VdvO { color:#454545;display:block;width:16.375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.375rem;left:43.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HZOvBBWa7F6DvMOSwbz0AEVTfmaF7ZVA { color:#d17900;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/11742bb6-8faf-40a2-8c4c-0ad3d54b48f3/transicin2.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B.adaptive-delivery-prevent-bg, #G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B.lazyload, #G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B.lazyloading { background-image: none; }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .row .container { background-color: transparent; background-image: none; }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .row .container > .video-iframe-container { display: none; }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .row > .video-iframe-container { display: none; }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .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); }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .row .container { border-width: 0; border-radius: 0; }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .row .container { width:60rem;height:12.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#zQ5C469gGRnSN3VXCkd8PZ6B6s9lkHb6 { position:relative;display:block; }#zQ5C469gGRnSN3VXCkd8PZ6B6s9lkHb6 { background-color: transparent; background-image: none; }#zQ5C469gGRnSN3VXCkd8PZ6B6s9lkHb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ5C469gGRnSN3VXCkd8PZ6B6s9lkHb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ5C469gGRnSN3VXCkd8PZ6B6s9lkHb6 > .row .container > .video-iframe-container { display: none; }#zQ5C469gGRnSN3VXCkd8PZ6B6s9lkHb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQ5C469gGRnSN3VXCkd8PZ6B6s9lkHb6 > .row > .video-iframe-container { display: none; }#zQ5C469gGRnSN3VXCkd8PZ6B6s9lkHb6 > .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); }#zQ5C469gGRnSN3VXCkd8PZ6B6s9lkHb6 { border-width: 0; border-radius: 0; }#zQ5C469gGRnSN3VXCkd8PZ6B6s9lkHb6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zQ5C469gGRnSN3VXCkd8PZ6B6s9lkHb6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NVscVKuVQzoW6eGhDTNBUhbQZFhO7hBy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:38.5rem;top:2.2500009536743rem;left:0rem;overflow:hidden;display:block; }
#L75dTWeUPch9lXUNkqx9zsiqC7hCT2Ud { z-index:15003;top:11.880470275879rem;left:42.425001144409rem;background-color:#5eec7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.5rem 0.5rem rgba(18,204,148,0.2) ;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:raleway;font-size:1.25rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:12.275rem;height:3.525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FKzNa5hAxmtegGlc8HBw9BGiIA3MlWTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJ14GqGZKcsvKOVFX8Lr5TK6G36Exi5f { z-index:15003;top:16.8125rem;left:45.08749961853rem;background-color:#79fa96;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.5rem 0.5rem rgba(18,204,148,0.2) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:12.275rem;height:3.525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uo54EVvdigCUpLVXe3iJFhNUMWet7fEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FcM1DaupntlQ1nCt3vHbrJJUq7CTMb9M { z-index:15003;top:21.885940551757rem;left:43.875001907349rem;background-color:#28fbba;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.5rem 0.5rem rgba(18,204,148,0.2) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:12.275rem;height:3.525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gaJczVL8rTmF4POnXwMTrnccTGSgrpOL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lOpR2xadtEHdx5WngGTEprDCQbDi4FeZ { z-index:15003;top:7.15625rem;left:37.937501907349rem;background-color:#4ed568;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.5rem 0.5rem rgba(18,204,148,0.2) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:12.275rem;height:3.525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ud07NHLOZZTsZa8HKCQMTSmdifk1y96B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g41yEn5hw39Bho4q14qXvlcmisEMvZmT { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/515707b5-8407-449f-8576-5d645c5c8568/transicinpng_Mesadetrabajo1.preview.flip.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT.adaptive-delivery-prevent-bg, #g41yEn5hw39Bho4q14qXvlcmisEMvZmT.lazyload, #g41yEn5hw39Bho4q14qXvlcmisEMvZmT.lazyloading { background-image: none; }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .row .container { background-color: transparent; background-image: none; }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .row .container > .video-iframe-container { display: none; }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .row > .video-iframe-container { display: none; }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .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); }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .row .container { border-width: 0; border-radius: 0; }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .row .container { width:60rem;height:15.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#74e2be;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { background-color: transparent; background-image: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container > .video-iframe-container { display: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container { display: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .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); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { border-width: 0; border-radius: 0; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:60rem;position:relative;display:block; }#LrExoIyLb8CgMuO8E50kT6y0nX8NfKcd { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:2.4375rem;top:0.625rem;left:1.9375rem;font-style:italic;display:block; }
#h4hrRPggCb1LINVTF2pb9g5xDJT63DZN { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:5.11875rem;top:3.84375rem;left:1.9375rem;font-style:normal;display:block; }
#o9a1lHToftERXeW84MEA002mrTt05Gb5 { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:2.4375rem;top:5.1218757629394rem;left:38.425001144409rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#m92bZnzfQrOSFoVInEi78RNZVd00DQhF { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:8.53125rem;top:8.46875rem;left:24.250001907349rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/fb7de352-6fa7-49fd-8f5b-6f4e50c09a74/transicinpng_Mesadetrabajo1.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck.adaptive-delivery-prevent-bg, #HMCcWF06UnmuoCoHOffLtDDf5SPgJSck.lazyload, #HMCcWF06UnmuoCoHOffLtDDf5SPgJSck.lazyloading { background-image: none; }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .row .container { background-color: transparent; background-image: none; }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .row .container > .video-iframe-container { display: none; }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .row > .video-iframe-container { display: none; }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .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); }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .row .container { border-width: 0; border-radius: 0; }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .row .container { width:60rem;height:15.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { background-color: transparent; background-image: none; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container > .video-iframe-container { display: none; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row > .video-iframe-container { display: none; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .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); }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { border-width: 0; border-radius: 0; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:60rem;position:relative;display:block; }#p7n4vzbaAGmiQh80p70kd49ZW9PdziIm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:23.8125rem;top:10.210937738419rem;left:2.9375rem;display:block; }
#UztqRsdmiyD9b0otrxmxBNq5ltsNecgW { color:#d17900;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.249218940735rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zlppwWQChgnTpNqGTLXfbRAVW7O9K9cE { color:#454545;display:block;width:26.875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.425001144409rem;left:32.125001907349rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n9xPRcI9dNTb89UZGVl5K9vHCeiHAnNh { color:#454545;display:block;width:26.625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.249998092651rem;left:32.875001907349rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n3K2ygdNMw5nTRGCbrWJBKuezLEZxMWv { color:#454545;display:block;width:29.6875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:35.28750038147rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qXfWEmXH2HITh1TqZwaRzOfteXt62r4K { color:#454545;display:block;width:31.375rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:44.074220657349rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yp9n2ubIR2WO2lNTrDRKi2bC3Ulh1D5p { color:#d17900;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cRA9QO4yBUvMVHxhh2I6w6ATHwKX6yqm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:21.1875rem;top:30.335938453674rem;left:34.968751907349rem;overflow:hidden;display:block; }
#NpnVCSlpF3pisZGukhI023rqV2yh0sIv { box-sizing:content-box;color:#28fbba;font-size:3.0625rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.6000003814698rem;left:9.2125015258787rem;display:block; }
#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/515707b5-8407-449f-8576-5d645c5c8568/transicinpng_Mesadetrabajo1.preview.flip.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.adaptive-delivery-prevent-bg, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyload, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyloading { background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:11.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#74e2be;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { background-color: transparent; background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .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); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { border-width: 0; border-radius: 0; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#PH1mPcsK1aZAaCxo3yIdszVSqG5z0oSv { z-index:15003;background-color:#28fbba;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.125rem 0.375rem rgba(134,95,0,0.18) ;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:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;top:8.9874954223631rem;left:0rem;display:block; }
#T3M0CvNBvWzBKHKWS1TKvOzMhg9TEhMK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dQuHxWyBnfuCEAPAJzPU24ctEwlFdh2T { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#EoaC61V1uFnJ2w7aiSfBWRHqVs4M4QkN { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.5rem 0.625rem rgba(38,5,5,0.22) ;height:10.125rem;width:18.125rem;top:10.78515625rem;left:21.687501907349rem;display:block; }
#tWltpiMTML9e3EMxuKI81R4NETfrk62p { z-index:15003;background-color:#28fbba;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.125rem 0.375rem rgba(134,95,0,0.18) ;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:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;top:8.9867172241213rem;left:20.66250038147rem;display:block; }
#neGGHVUhrVJuE7PhELgCmgLCAnwEzyNB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ou1Oxu7Z20KpgB2xBACu18bLQ4uMmhr6 { color:#454545;display:block;width:16.5rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.3875rem;top:14.40234375rem;left:2.15625rem;display:block; }
#rSu22uVW110eROwTS6UIT09OP2tB53yE { color:#d17900;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70625rem;top:11.992965698243rem;left:4.3625011444092rem;font-style:italic;display:block; }
#FBe2lacvfCF8aoRcOslKBAndltok2xcJ { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.5rem 0.625rem rgba(38,5,5,0.22) ;height:12.125rem;width:21.4375rem;top:23.783592224121rem;left:7.6500015258787rem;display:block; }
#lcvETMSlOMR2XdWq26M0JFF8tBrNToNT { color:#454545;display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.3875rem;top:14.467185974121rem;left:22.781251907349rem;display:block; }
#xLAR3t7IH0VDes43Ie6BqmgKuOkoSJAa { color:#d17900;display:block;width:14.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:12.034370422363rem;left:24.41250038147rem;font-style:italic;display:block; }
#CH81IAGaUEeVs0wfdyzNQTDcnVQGzuea { z-index:15003;background-color:#28fbba;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.125rem 0.375rem rgba(134,95,0,0.18) ;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:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;top:8.9867172241213rem;left:41.062501907349rem;display:block; }
#eghHkiohdiCE2ZGsnHuZl8xN9EBpQibZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DlRrsvZxXMUxntZVkZvUEvw46nxkOn0t { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.5rem 0.625rem rgba(38,5,5,0.22) ;height:12.1875rem;width:20.875rem;top:23.782814025879rem;left:31.66250038147rem;display:block; }
#lvotNi258wZLCyHxmgDWIKsLZFnRuZqp { color:#d17900;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:12.034370422363rem;left:44.812501907349rem;font-style:italic;display:block; }
#V89sareSGyL4fu5fWJ4l2T66KOz8AiVu { color:#454545;display:block;width:16.8125rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:14.589062511921rem;left:43.062501907349rem;display:none; }
#BwdTCuDFMHANKHcFSSWnlNMxw7vXZy2A { z-index:15003;background-color:#28fbba;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.125rem 0.375rem rgba(134,95,0,0.18) ;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:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;top:22.095314025879rem;left:6.6750011444094rem;display:block; }
#erW521iwVsIb4h4LHPy9EdhtQ83rHM1q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IbMvrvcL7eovd4e6c9x18sz3i2aWnCv5 { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.5rem 0.625rem rgba(38,5,5,0.22) ;height:10.125rem;width:18.9375rem;top:10.785934448243rem;left:0.9375rem;display:block; }
#D981VfarIGhW9J8hZ54DDvE0W3wALIdf { color:#d17900;display:block;width:14rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70625rem;top:24.972648620606rem;left:11.837501525879rem;font-style:italic;display:block; }
#UC2pRyt9NaGFZ3cfHo78WZKXK7D02eJZ { color:#454545;display:block;width:20.1875rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.85rem;top:27.545310974121rem;left:8.9000015258787rem;display:block; }
#dNynDUzLPfUzWAmK6Ph3MGLXaHorK5ZU { z-index:15003;background-color:#28fbba;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.125rem 0.375rem rgba(134,95,0,0.18) ;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:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;top:22.095314025879rem;left:30.625001907349rem;display:block; }
#ATkeu8NNTmZRteQ1N1fXeVGgnhDy1MJh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5yuL1BIQrhiqVhMkX4gPaZlfsbZNmm8 { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.5rem 0.625rem rgba(38,5,5,0.22) ;height:10.125rem;width:18.25rem;top:10.785934448243rem;left:41.613283157349rem;display:block; }
#tTkaOIcM0VPuksTQthtMD3OItrEr9G9C { color:#d17900;display:block;width:14rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.70625rem;top:24.971870422363rem;left:35.10000038147rem;font-style:italic;display:block; }
#ccEBfGNG68gsmDo5XBeKTRF78INBLEFg { color:#454545;display:block;width:18.25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.3125rem;top:27.544532775879rem;left:33.06875038147rem;display:block; }
#dkiAyauR81dWNMhdn0FZgqNsTe7P77Wf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:2.034375667572rem;left:15.393751144409rem; }
#HvPUVgXxCfqu9WT2eFpgSM8M3hMU9TQC { color:#d17900;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4671859741211rem;left:0rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aT9VDoTo5IWKsiVgx1cEmC8gxdEgUVhx { color:#454545;display:block;width:15.8125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:5.85rem;top:14.33984375rem;left:42.894533157349rem;display:block; }
#tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/fb7de352-6fa7-49fd-8f5b-6f4e50c09a74/transicinpng_Mesadetrabajo1.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V.adaptive-delivery-prevent-bg, #tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V.lazyload, #tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V.lazyloading { background-image: none; }#tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V > .row .container { background-color: transparent; background-image: none; }#tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V > .row .container > .video-iframe-container { display: none; }#tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V > .row > .video-iframe-container { display: none; }#tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V > .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); }#tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V > .row .container { border-width: 0; border-radius: 0; }#tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V > .row .container { width:60rem;height:11.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/515707b5-8407-449f-8576-5d645c5c8568/transicinpng_Mesadetrabajo1.preview.flip.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu.adaptive-delivery-prevent-bg, #I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu.lazyload, #I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu.lazyloading { background-image: none; }#I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu > .row .container { border-width: 0; border-radius: 0; }#I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu > .row .container { width:60rem;height:15.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:none; }#DiSIinxT3xVbu9HOz9hqgZBvyf8NoxVf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DiSIinxT3xVbu9HOz9hqgZBvyf8NoxVf > .row .container { background-color: transparent; background-image: none; }#DiSIinxT3xVbu9HOz9hqgZBvyf8NoxVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiSIinxT3xVbu9HOz9hqgZBvyf8NoxVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiSIinxT3xVbu9HOz9hqgZBvyf8NoxVf > .row .container > .video-iframe-container { display: none; }#DiSIinxT3xVbu9HOz9hqgZBvyf8NoxVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiSIinxT3xVbu9HOz9hqgZBvyf8NoxVf > .row > .video-iframe-container { display: none; }#DiSIinxT3xVbu9HOz9hqgZBvyf8NoxVf > .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); }#DiSIinxT3xVbu9HOz9hqgZBvyf8NoxVf > .row .container { border-width: 0; border-radius: 0; }#DiSIinxT3xVbu9HOz9hqgZBvyf8NoxVf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DiSIinxT3xVbu9HOz9hqgZBvyf8NoxVf > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:60rem;position:relative;display:block; }#hk2fq4HtuvQ6qomna1lWUZvwHSOrc720 { color:#454545;display:block;width:6.0625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28rem;left:26.25rem;height:0;font-style:normal;display:none; }
#M67fRS1pciTuHwS8M9vE2bldmqG2AnBI { color:#979597;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:29.8125rem;left:24.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OLEGUXJ1JHOmHCR4wzziv4NRLtLr44UV { color:#454545;display:block;width:6.0625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28rem;left:49.3125rem;height:0;font-style:normal;display:none; }
#UIhLpS84dGUTGbLnr2kMaJxdyx2a1TrQ { color:#979597;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:29.6875rem;left:2.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#reRRXdFXEowXz9xreRJBdO8CS7hGetQ6 { color:#454545;display:block;width:6.0625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28rem;left:4.5rem;height:0;font-style:normal;display:none; }
#I4qLdELUTxuRpNVAV3fXVTpxHi0nR9ce { color:#979597;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:30.3125rem;left:46.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dFIEPd4ZE83wKKh9Ah9Hls7FIpGH5ZWi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:15.5625rem;top:14.081249713898rem;left:44.437501907349rem;display:block; }
#mmoQw8AZIgq00AUV9KWEp4Q6IgTkV9ue { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:15.75rem;top:14.299999713898rem;left:24.175001144409rem;display:block; }
#krIkhOCT8p2ku0VmMaSxHe2ynkuTyXq2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:13.1875rem;top:13.924999713898rem;left:1.4562511444092rem;display:block; }
#VfxcrIFzctTiIUHDPpd6f6FTllTZEg8l { color:#454545;display:block;width:33.0625rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:40.955470085144rem;left:13.375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KzTdpgW1ZCZxgGppoTZOQlU8t1A3ogd3 { color:#d17900;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6992199420929rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Ftb9bFxTTx72ebmcFLoDSpRqo4vSdMIe { color:#d17900;display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5367193222046rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FGevgZF458oEaylU9n2m3hu7lPL11x2x { color:#454545;display:block;width:7.1875rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31.062500476837rem;left:2.9250011444092rem;height:1.7875rem;font-style:normal;display:block; }
#r5GFTiWa20luuhwEOCQMu3MtlRkIB6rw { color:#979597;display:block;width:11.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:33.224998950958rem;left:0.76875114440919rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vf59sFtJh7pLW753iQO5v0ECxmQ6tQfK { color:#454545;display:block;width:7.8125rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.062500476837rem;left:26.968751907349rem;height:1.7875rem;font-style:normal;display:block; }
#KZhPWX1Lre29MoBJyv2NxB0CvllWF6rS { color:#979597;display:block;width:13.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:33.224998950958rem;left:23.737501144409rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AVQVVhVGVK5UCfFX3fL8iWesC65PdnBT { color:#454545;display:block;width:8.5625rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.062500476837rem;left:48.812501907349rem;height:1.7875rem;font-style:normal;display:block; }
#TODpEvgtNDChIxklsZF39XnmJ5z8zTCv { color:#979597;display:block;width:10.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:33.162498950958rem;left:47.281251907349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lq0Lcq4Lofxg2Hy5EGILHGnCC0TctMRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lq0Lcq4Lofxg2Hy5EGILHGnCC0TctMRT > .row .container { background-color: transparent; background-image: none; }#Lq0Lcq4Lofxg2Hy5EGILHGnCC0TctMRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lq0Lcq4Lofxg2Hy5EGILHGnCC0TctMRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lq0Lcq4Lofxg2Hy5EGILHGnCC0TctMRT > .row .container > .video-iframe-container { display: none; }#Lq0Lcq4Lofxg2Hy5EGILHGnCC0TctMRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lq0Lcq4Lofxg2Hy5EGILHGnCC0TctMRT > .row > .video-iframe-container { display: none; }#Lq0Lcq4Lofxg2Hy5EGILHGnCC0TctMRT > .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); }#Lq0Lcq4Lofxg2Hy5EGILHGnCC0TctMRT > .row .container { border-width: 0; border-radius: 0; }#Lq0Lcq4Lofxg2Hy5EGILHGnCC0TctMRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lq0Lcq4Lofxg2Hy5EGILHGnCC0TctMRT > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:60rem;position:relative;display:block; }#T4meGPqC6rGsklePW7NPAZH2KO5qBGZF { box-sizing:content-box;height:3.6875rem;width:13.375rem;position:absolute;display:block;z-index:15000;background-color:#e88600;background-image:none;top:1.5rem;left:32.562501907349rem;display:block; }
#Iy9xqRH9EOAqPdpqtZ0enpE4xUMKgtt3 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:3.8046884536743rem;left:20.438283920288rem;font-style:italic;display:none; }
#vrgTlL72x97l96zghGrfKi7M6St2Kc7V { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.5rem 0.5rem 1.25rem rgba(38,5,5,0.22) ;height:14.0625rem;width:25.6875rem;top:2.875rem;left:34.187501907349rem;display:block; }
#AvOiwNIuzqz3iotWVPxr9KIpeE81rhxM { color:#979597;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5rem;left:22.488283157349rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gU1iSdSzbWJe9nz9BGsqm6iDwv9o5PsH { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #aafa45, #4cd573);background-image: -moz-linear-gradient(216deg, #aafa45, #4cd573);background-image: -ms-linear-gradient(216deg, #aafa45, #4cd573);background-image: -o-linear-gradient(216deg, #aafa45, #4cd573);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aafa45', endColorstr='#4cd573' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#aafa45', endColorstr='#4cd573' );";background-image: linear-gradient(216deg, #aafa45, #4cd573);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(0,0,0,0.2) ;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:11.266407012939rem;left:39.250001907349rem;display:block; }
#faoovVvQ4A6gcfa1ORa45eGvEDrqszFq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BRRXKTyC3foU8hlw8UgpFz7WxxC3LKWN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:1.625rem;top:2.5625rem;left:33.812501907349rem;font-style:italic;display:block; }
#rHPEbtxbzswxHvx3P7Ty35E027RnOTrZ { color:#979597;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.625rem;left:35.468751907349rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SPgcJvTGq3oqEsXdre0tS9plRn2VEG9F { color:#454545;display:block;width:26.125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.21875rem;left:0rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/515707b5-8407-449f-8576-5d645c5c8568/transicinpng_Mesadetrabajo1.preview.flip.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL.adaptive-delivery-prevent-bg, #lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL.lazyload, #lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL.lazyloading { background-image: none; }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .row .container { background-color: transparent; background-image: none; }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .row .container > .video-iframe-container { display: none; }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .row > .video-iframe-container { display: none; }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .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); }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .row .container { border-width: 0; border-radius: 0; }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .row .container { width:60rem;height:12.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#74e2be;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .row .container { background-color: transparent; background-image: none; }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .row .container > .video-iframe-container { display: none; }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .row > .video-iframe-container { display: none; }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .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); }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .row .container { border-width: 0; border-radius: 0; }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#fshTKW2P3L9ubeV3Rdimkb2vrO3gIo8H { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fe91f64b-8239-4646-8e46-c369e74d0bc5/Miguel300x300.png");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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:12.25rem;width:12.25rem;top:0rem;left:0rem;display:block; }#fshTKW2P3L9ubeV3Rdimkb2vrO3gIo8H.adaptive-delivery-prevent-bg, #fshTKW2P3L9ubeV3Rdimkb2vrO3gIo8H.lazyload, #fshTKW2P3L9ubeV3Rdimkb2vrO3gIo8H.lazyloading { background-image: none; }
#veGqSs02LLRwKlac4BJzh6o215nzGhoD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:0;top:4.75rem;left:14.300001144409rem;display:none; }
#GfaTGbIKo0RDcaEpqU4mdmra1GGoA6eS { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:0;top:14.456251144409rem;left:0rem;font-style:normal;display:none; }
#edPXVSuDTkOUbZwWgiQChOp8cbnkNLu8 { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:0;top:16.811719894409rem;left:4.25rem;display:none; }
#naNvRgE892tnLQwEcduhHrrsn0bxToQ9 { color:#000000;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:0;top:15.243750095367rem;left:40.000001907349rem;display:none; }
#LooPpyMey8KI75SxKpRTCFWppk1PSTua { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:13rem;top:24.6875rem;left:0rem;font-style:normal;display:block; }
#sLTDGAzeadmePiPvVKzroiaf8tnctgz4 { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:21.125rem;top:14.831253051757rem;left:31.937501907349rem;font-style:normal;display:block; }
#pbH6VmvkkfruOCacaPsn6NnKfNNZy2le { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:7.3125rem;top:3.8125rem;left:15.050001144409rem;font-style:italic;display:block; }
#tbNQxDCNAR4lIeAwtSaQCzlladzBAbKT { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:8.125rem;top:15.206251144409rem;left:0rem;font-style:normal;display:block; }
#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/fb7de352-6fa7-49fd-8f5b-6f4e50c09a74/transicinpng_Mesadetrabajo1.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe.adaptive-delivery-prevent-bg, #FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe.lazyload, #FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe.lazyloading { background-image: none; }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .row .container { background-color: transparent; background-image: none; }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .row .container > .video-iframe-container { display: none; }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .row > .video-iframe-container { display: none; }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .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); }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .row .container { border-width: 0; border-radius: 0; }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .row .container { width:60rem;height:12.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .row .container { background-color: transparent; background-image: none; }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .row .container > .video-iframe-container { display: none; }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .row > .video-iframe-container { display: none; }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .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); }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .row .container { border-width: 0; border-radius: 0; }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:block; }#QW36qfstH6IOdDQwaSstod5cKLpqEJ3O { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#b6HqaeiUFXmlSySVTcHSTQCbg88LzSay { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.5rem 1.25rem rgba(38,5,5,0.22) ;height:7.1875rem;width:19.0625rem;top:2.046875rem;left:0rem;display:block; }
#f8IpTvBLyStxqnTTAP0q7R26kGziKoDy { color:#000000;display:block;width:17.125rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:3.1398429870606rem;left:1.4375rem;display:block; }
#JIFhtN6RSLvLnOZgw92sQgxRLk763qqn { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.5rem 1.25rem rgba(38,5,5,0.22) ;height:7.375rem;width:18.625rem;top:1.953125rem;left:41.250001907349rem;display:block; }
#adqkcDnenUJqMXvBQbgaaRlI2K6OWEwL { color:#000000;display:block;width:18.25rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:3.2476577758789rem;left:21.518751144409rem;display:block; }
#T9p30vv1oZ7iyuxI9lkooFgpbsFDcKFe { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.5rem 1.25rem rgba(38,5,5,0.22) ;height:7.3125rem;width:20.25rem;top:1.984375rem;left:20.031251907349rem;display:block; }
#kGiz8kmreiTwD8ET8i4aMiWVEoz1n2vh { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:3.2476577758789rem;left:42.500001907349rem;display:block; }
#nwZGH7anFcanGUkmGotoQJq6Pt0Z4pcB { color:#000000;display:block;width:20rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:17.6875rem;left:0rem;font-style:italic;display:block; }
#J2O19D4MS4qppD9L4vIDDUFUy9rR4oC0 { color:#000000;display:block;width:20rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:17.6875rem;left:21.125rem;font-style:italic;display:block; }
#tMcefF3pLR6Pip6H1bQS4f4n0KZR8MpL { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.1125rem;height:3.1125rem;text-decoration:none;text-align:center;text-align-last:center;top:45.250001907349rem;left:2.1875rem;display:none; }
#u8AVRtPaiSw7uTM9JfasK5ik7CR3411L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q0fGlPqx4WBXXcaBGJzSxmc2JmyoG0x5 { z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(0,0,0,0.2) ;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:43.424999237061rem;left:44.437501907349rem;display:none; }
#e0rUbXma48R3WkdkeF2kqQiDT7zU8mSI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/11742bb6-8faf-40a2-8c4c-0ad3d54b48f3/transicin2.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS.adaptive-delivery-prevent-bg, #NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS.lazyload, #NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS.lazyloading { background-image: none; }#NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS > .row .container { border-width: 0; border-radius: 0; }#NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS > .row .container { width:60rem;height:13.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:none; }#WrkhhyodJatqyZyITHKyp3avUemfMbSz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:16.71875rem;left:30.500002145767rem;display:none; }
#WrkhhyodJatqyZyITHKyp3avUemfMbSz > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#oDB3ZOBSlMD9otbzNhJC85J3r9DrvSlW { color:#000000;display:block;width:6.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.21875rem;top:10.109376907349rem;left:52.31875038147rem;display:block; }
#mE74qik3FIL3d1iBAsLJLvTdHTebpIy1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:3.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:6.109375rem;left:52.69375038147rem; }
#mE74qik3FIL3d1iBAsLJLvTdHTebpIy1 > img { max-width: 100%;max-height:100%; width:4.5625rem; height:3.5625rem; }#m3ChuT8F9TvkFPSTVWo8L6SUbxaKi73p { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#m3ChuT8F9TvkFPSTVWo8L6SUbxaKi73p { background-color: transparent; background-image: none; }#m3ChuT8F9TvkFPSTVWo8L6SUbxaKi73p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3ChuT8F9TvkFPSTVWo8L6SUbxaKi73p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3ChuT8F9TvkFPSTVWo8L6SUbxaKi73p > .row .container > .video-iframe-container { display: none; }#m3ChuT8F9TvkFPSTVWo8L6SUbxaKi73p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3ChuT8F9TvkFPSTVWo8L6SUbxaKi73p > .row > .video-iframe-container { display: none; }#m3ChuT8F9TvkFPSTVWo8L6SUbxaKi73p > .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); }#m3ChuT8F9TvkFPSTVWo8L6SUbxaKi73p { border-width: 0; border-radius: 0; }#m3ChuT8F9TvkFPSTVWo8L6SUbxaKi73p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m3ChuT8F9TvkFPSTVWo8L6SUbxaKi73p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hiQTfaBG7PbVPXDApHwvckq76XFSMuVu { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #aafa45, #4cd573);background-image: -moz-linear-gradient(216deg, #aafa45, #4cd573);background-image: -ms-linear-gradient(216deg, #aafa45, #4cd573);background-image: -o-linear-gradient(216deg, #aafa45, #4cd573);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aafa45', endColorstr='#4cd573' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#aafa45', endColorstr='#4cd573' );";background-image: linear-gradient(216deg, #aafa45, #4cd573);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(0,0,0,0.2) ;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;top:1.25rem;left:50.937501907349rem;display:block; }
#hTW1c9D0Zk2bDTSrbH09JETQtym8fiNf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SPtgXNnobU7xH1m2vyzub88cmoAVUzX4 { z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #454545;border-left:0.0625rem solid #454545;border-right:0.0625rem solid #454545;border-bottom:0.0625rem solid #454545;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#454545;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.0125rem;height:3.0125rem;text-decoration:none;text-align:center;text-align-last:center;top:1.4617195129394rem;left:0.8125rem;display:none; }
#ip1hRX9zyx85Cb4cELodZG7fGJAvAQL0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG { display:none; }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r { display:none; }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470 { display:none; }#tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WiH3q155fUQl47P65ba0AQ05tE7Ak5KE { display:none; }#WiH3q155fUQl47P65ba0AQ05tE7Ak5KE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:40.75rem;height:3.875rem;top:30.125rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqJB0yRgh0ZZdxDR6ApIhlkcc3R2PCu9 { width:37.625rem;height:26.875rem;top:0rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tX3vKZWppTvlklqsJKXdQrfLI72hza0J { display:none; }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS { display:none; }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DHG08rHLrIP9hEFFSFaFq6SctGaPND3a { top:13.75rem;left:0rem;width:4.9375rem;height:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e41pk7LEduFQZq8AGQ5TJl592FWBnoFg { top:13.75rem;left:1.4062505364418rem;width:4.9375rem;height:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hc1XUx3XB9NVvmE8Na8gXzBPGww6BXN8 { top:13.75rem;left:8.9375005364419rem;width:4.9375rem;height:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvNbtPUJMHI5ZQcoW2eWX7Lv8DT6VgUu { width:16.3125rem;height:1.9375rem;top:9.375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKs0HPaq1Sc5IvOdTVqTT1JaNSe8VDEt { width:19.6875rem;height:1.9375rem;top:11.375rem;left:13.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UU7mfvPDSBT9IVvlgvwJDUCeWoh3VdvO { width:16.375rem;height:1.9375rem;top:9.375rem;left:31.375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZOvBBWa7F6DvMOSwbz0AEVTfmaF7ZVA { width:47.75rem;height:5.1875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B { display:none; }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zQ5C469gGRnSN3VXCkd8PZ6B6s9lkHb6 { display:none; }#zQ5C469gGRnSN3VXCkd8PZ6B6s9lkHb6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NVscVKuVQzoW6eGhDTNBUhbQZFhO7hBy { top:2.25rem;left:0rem;width:38.5rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L75dTWeUPch9lXUNkqx9zsiqC7hCT2Ud { top:11.875rem;left:35.5rem;width:12.25rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKzNa5hAxmtegGlc8HBw9BGiIA3MlWTq { display:block; }
 }@media only screen and (max-width: 763px) { #kJ14GqGZKcsvKOVFX8Lr5TK6G36Exi5f { top:16.8125rem;left:35.5rem;width:12.25rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uo54EVvdigCUpLVXe3iJFhNUMWet7fEf { display:block; }
 }@media only screen and (max-width: 763px) { #FcM1DaupntlQ1nCt3vHbrJJUq7CTMb9M { top:21.875rem;left:35.5rem;width:12.25rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gaJczVL8rTmF4POnXwMTrnccTGSgrpOL { display:block; }
 }@media only screen and (max-width: 763px) { #lOpR2xadtEHdx5WngGTEprDCQbDi4FeZ { top:7.125rem;left:31.812501907349rem;width:12.25rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ud07NHLOZZTsZa8HKCQMTSmdifk1y96B { display:block; }
 }@media only screen and (max-width: 763px) { #g41yEn5hw39Bho4q14qXvlcmisEMvZmT { display:block; }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tURTzx22TOcWylZAJO06xqeZHoeWrOqo { display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrExoIyLb8CgMuO8E50kT6y0nX8NfKcd { top:0.625rem;left:0rem;width:22.1875rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4hrRPggCb1LINVTF2pb9g5xDJT63DZN { top:3.8125rem;left:0rem;width:27.75rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9a1lHToftERXeW84MEA002mrTt05Gb5 { top:5.0625rem;left:26.6875rem;width:21.0625rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m92bZnzfQrOSFoVInEi78RNZVd00DQhF { top:8.4375rem;left:12.5625rem;width:35.1875rem;height:8.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMCcWF06UnmuoCoHOffLtDDf5SPgJSck { display:none; }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh { display:block; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7n4vzbaAGmiQh80p70kd49ZW9PdziIm { width:23.8125rem;height:20.125rem;top:10.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UztqRsdmiyD9b0otrxmxBNq5ltsNecgW { width:47.75rem;height:5.1875rem;top:8.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlppwWQChgnTpNqGTLXfbRAVW7O9K9cE { width:26.875rem;height:4.875rem;top:11.375rem;left:20.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9xPRcI9dNTb89UZGVl5K9vHCeiHAnNh { width:26.625rem;height:4.875rem;top:22.1875rem;left:21.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3K2ygdNMw5nTRGCbrWJBKuezLEZxMWv { width:29.6875rem;height:3.25rem;top:35.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXfWEmXH2HITh1TqZwaRzOfteXt62r4K { width:31.375rem;height:3.0625rem;top:44.0625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yp9n2ubIR2WO2lNTrDRKi2bC3Ulh1D5p { width:47.75rem;height:2.75rem;top:2.4375rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRA9QO4yBUvMVHxhh2I6w6ATHwKX6yqm { top:30.3125rem;left:26.5625rem;width:21.1875rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpnVCSlpF3pisZGukhI023rqV2yh0sIv { width:4.4375rem;height:4.4375rem;top:1.5625rem;left:3.0875015258789rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PH1mPcsK1aZAaCxo3yIdszVSqG5z0oSv { width:3.75rem;height:3.75rem;top:8.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3M0CvNBvWzBKHKWS1TKvOzMhg9TEhMK { display:block; }
 }@media only screen and (max-width: 763px) { #dQuHxWyBnfuCEAPAJzPU24ctEwlFdh2T { display:none; }
 }@media only screen and (max-width: 763px) { #EoaC61V1uFnJ2w7aiSfBWRHqVs4M4QkN { width:18.125rem;height:10.125rem;top:10.75rem;left:15.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWltpiMTML9e3EMxuKI81R4NETfrk62p { width:3.75rem;height:3.75rem;top:8.9375rem;left:14.53750038147rem;display:none; }
 }@media only screen and (max-width: 763px) { #neGGHVUhrVJuE7PhELgCmgLCAnwEzyNB { display:block; }
 }@media only screen and (max-width: 763px) { #Ou1Oxu7Z20KpgB2xBACu18bLQ4uMmhr6 { top:14.375rem;left:0rem;width:16.5rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSu22uVW110eROwTS6UIT09OP2tB53yE { top:11.9375rem;left:0rem;width:15.0625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBe2lacvfCF8aoRcOslKBAndltok2xcJ { width:21.4375rem;height:12.125rem;top:23.75rem;left:1.5250015258789rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcvETMSlOMR2XdWq26M0JFF8tBrNToNT { top:14.4375rem;left:16.656251907349rem;width:15.9375rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLAR3t7IH0VDes43Ie6BqmgKuOkoSJAa { top:12rem;left:18.28750038147rem;width:14.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CH81IAGaUEeVs0wfdyzNQTDcnVQGzuea { width:3.75rem;height:3.75rem;top:8.9375rem;left:34.937501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #eghHkiohdiCE2ZGsnHuZl8xN9EBpQibZ { display:block; }
 }@media only screen and (max-width: 763px) { #DlRrsvZxXMUxntZVkZvUEvw46nxkOn0t { width:20.875rem;height:12.1875rem;top:23.75rem;left:25.53750038147rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvotNi258wZLCyHxmgDWIKsLZFnRuZqp { top:12rem;left:32.75rem;width:15rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #V89sareSGyL4fu5fWJ4l2T66KOz8AiVu { top:14.5625rem;left:28.3125rem;width:16.8125rem;height:6.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwdTCuDFMHANKHcFSSWnlNMxw7vXZy2A { width:3.75rem;height:3.75rem;top:22.0625rem;left:0.55000114440918rem;display:none; }
 }@media only screen and (max-width: 763px) { #erW521iwVsIb4h4LHPy9EdhtQ83rHM1q { display:block; }
 }@media only screen and (max-width: 763px) { #IbMvrvcL7eovd4e6c9x18sz3i2aWnCv5 { width:18.9375rem;height:10.125rem;top:10.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D981VfarIGhW9J8hZ54DDvE0W3wALIdf { top:24.9375rem;left:5.7125015258789rem;width:14rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UC2pRyt9NaGFZ3cfHo78WZKXK7D02eJZ { top:27.5rem;left:2.7750015258789rem;width:20.1875rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNynDUzLPfUzWAmK6Ph3MGLXaHorK5ZU { width:3.75rem;height:3.75rem;top:22.0625rem;left:24.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATkeu8NNTmZRteQ1N1fXeVGgnhDy1MJh { display:block; }
 }@media only screen and (max-width: 763px) { #r5yuL1BIQrhiqVhMkX4gPaZlfsbZNmm8 { width:18.25rem;height:10.125rem;top:10.75rem;left:29.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTkaOIcM0VPuksTQthtMD3OItrEr9G9C { top:24.9375rem;left:28.97500038147rem;width:14rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccEBfGNG68gsmDo5XBeKTRF78INBLEFg { top:27.5rem;left:26.94375038147rem;width:18.25rem;height:7.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkiAyauR81dWNMhdn0FZgqNsTe7P77Wf { width:3.375rem;height:3.375rem;top:2rem;left:9.2687511444094rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvPUVgXxCfqu9WT2eFpgSM8M3hMU9TQC { width:47.75rem;height:2.75rem;top:2.4375rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aT9VDoTo5IWKsiVgx1cEmC8gxdEgUVhx { top:14.3125rem;left:31.9375rem;width:15.8125rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V { display:none; }#tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu { display:none; }#I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DiSIinxT3xVbu9HOz9hqgZBvyf8NoxVf { display:none; }#DiSIinxT3xVbu9HOz9hqgZBvyf8NoxVf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hk2fq4HtuvQ6qomna1lWUZvwHSOrc720 { width:6.0625rem;height:1.25rem;top:28rem;left:20.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M67fRS1pciTuHwS8M9vE2bldmqG2AnBI { width:10.75rem;height:2.0625rem;top:29.8125rem;left:18.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLEGUXJ1JHOmHCR4wzziv4NRLtLr44UV { width:6.0625rem;height:1.25rem;top:28rem;left:41.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIhLpS84dGUTGbLnr2kMaJxdyx2a1TrQ { width:10.75rem;height:2.0625rem;top:29.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reRRXdFXEowXz9xreRJBdO8CS7hGetQ6 { width:6.0625rem;height:1.25rem;top:28rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4qLdELUTxuRpNVAV3fXVTpxHi0nR9ce { width:10.75rem;height:1rem;top:30.3125rem;left:37rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFIEPd4ZE83wKKh9Ah9Hls7FIpGH5ZWi { width:15.5625rem;height:14rem;top:14.0625rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmoQw8AZIgq00AUV9KWEp4Q6IgTkV9ue { width:15.75rem;height:13.5625rem;top:14.25rem;left:18.050001144409rem;display:none; }
 }@media only screen and (max-width: 763px) { #krIkhOCT8p2ku0VmMaSxHe2ynkuTyXq2 { width:13.1875rem;height:14.3125rem;top:13.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfxcrIFzctTiIUHDPpd6f6FTllTZEg8l { width:33.0625rem;height:11.6875rem;top:40.9375rem;left:7.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzTdpgW1ZCZxgGppoTZOQlU8t1A3ogd3 { width:47.75rem;height:5.1875rem;top:3.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ftb9bFxTTx72ebmcFLoDSpRqo4vSdMIe { width:47.75rem;height:2.625rem;top:3.5rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGevgZF458oEaylU9n2m3hu7lPL11x2x { width:7.1875rem;height:1.8125rem;top:31.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5GFTiWa20luuhwEOCQMu3MtlRkIB6rw { width:11.75rem;height:3.25rem;top:33.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf59sFtJh7pLW753iQO5v0ECxmQ6tQfK { width:7.8125rem;height:1.8125rem;top:31.0625rem;left:20.843751907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZhPWX1Lre29MoBJyv2NxB0CvllWF6rS { width:13.625rem;height:3.25rem;top:33.1875rem;left:17.612501144409rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVQVVhVGVK5UCfFX3fL8iWesC65PdnBT { width:8.5625rem;height:1.8125rem;top:31.0625rem;left:39.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TODpEvgtNDChIxklsZF39XnmJ5z8zTCv { width:10.75rem;height:3.25rem;top:33.125rem;left:37rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lq0Lcq4Lofxg2Hy5EGILHGnCC0TctMRT { display:none; }#Lq0Lcq4Lofxg2Hy5EGILHGnCC0TctMRT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T4meGPqC6rGsklePW7NPAZH2KO5qBGZF { top:1.5rem;left:22.4375rem;width:13.375rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iy9xqRH9EOAqPdpqtZ0enpE4xUMKgtt3 { top:3.75rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrgTlL72x97l96zghGrfKi7M6St2Kc7V { width:25.6875rem;height:14.0625rem;top:2.875rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvOiwNIuzqz3iotWVPxr9KIpeE81rhxM { width:17.4375rem;height:2.125rem;top:8.5rem;left:13.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gU1iSdSzbWJe9nz9BGsqm6iDwv9o5PsH { width:15.5625rem;height:3.4375rem;top:11.25rem;left:20.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #faoovVvQ4A6gcfa1ORa45eGvEDrqszFq { display:block; }
 }@media only screen and (max-width: 763px) { #BRRXKTyC3foU8hlw8UgpFz7WxxC3LKWN { top:2.5625rem;left:23.3125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHPEbtxbzswxHvx3P7Ty35E027RnOTrZ { width:23.75rem;height:3.25rem;top:6.625rem;left:12.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPgcJvTGq3oqEsXdre0tS9plRn2VEG9F { width:26.125rem;height:11.375rem;top:5.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL { display:none; }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #swcc6sx4Ep0oS6lne4qPec7fcVDShQWd { display:none; }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fshTKW2P3L9ubeV3Rdimkb2vrO3gIo8H { top:0rem;left:0rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #veGqSs02LLRwKlac4BJzh6o215nzGhoD { top:4.75rem;left:8.1750011444094rem;width:12.5rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GfaTGbIKo0RDcaEpqU4mdmra1GGoA6eS { top:14.4375rem;left:0rem;width:27.6875rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #edPXVSuDTkOUbZwWgiQChOp8cbnkNLu8 { top:16.75rem;left:0rem;width:33.5625rem;height:9.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #naNvRgE892tnLQwEcduhHrrsn0bxToQ9 { top:15.1875rem;left:27.75rem;width:20rem;height:16.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LooPpyMey8KI75SxKpRTCFWppk1PSTua { top:24.6875rem;left:0rem;width:27.5rem;height:13rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLTDGAzeadmePiPvVKzroiaf8tnctgz4 { top:14.8125rem;left:19.6875rem;width:28.0625rem;height:21.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbH6VmvkkfruOCacaPsn6NnKfNNZy2le { top:3.8125rem;left:8.9250011444094rem;width:20.8125rem;height:7.3125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbNQxDCNAR4lIeAwtSaQCzlladzBAbKT { top:15.1875rem;left:0rem;width:27.6875rem;height:8.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe { display:none; }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 { display:none; }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QW36qfstH6IOdDQwaSstod5cKLpqEJ3O { display:none; }
 }@media only screen and (max-width: 763px) { #b6HqaeiUFXmlSySVTcHSTQCbg88LzSay { width:19.0625rem;height:7.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8IpTvBLyStxqnTTAP0q7R26kGziKoDy { top:3.125rem;left:0rem;width:17.125rem;height:4.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIFhtN6RSLvLnOZgw92sQgxRLk763qqn { width:18.625rem;height:7.375rem;top:1.9375rem;left:29.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #adqkcDnenUJqMXvBQbgaaRlI2K6OWEwL { top:3.1875rem;left:15.393751144409rem;width:18.25rem;height:4.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9p30vv1oZ7iyuxI9lkooFgpbsFDcKFe { width:20.25rem;height:7.3125rem;top:1.9375rem;left:13.906251907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #kGiz8kmreiTwD8ET8i4aMiWVEoz1n2vh { top:3.1875rem;left:30.5625rem;width:17.1875rem;height:3.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwZGH7anFcanGUkmGotoQJq6Pt0Z4pcB { top:17.6875rem;left:0rem;width:20rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2O19D4MS4qppD9L4vIDDUFUy9rR4oC0 { top:17.6875rem;left:15rem;width:20rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMcefF3pLR6Pip6H1bQS4f4n0KZR8MpL { width:3.0625rem;height:3.0625rem;top:45.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8AVRtPaiSw7uTM9JfasK5ik7CR3411L { display:block; }
 }@media only screen and (max-width: 763px) { #q0fGlPqx4WBXXcaBGJzSxmc2JmyoG0x5 { width:15.5625rem;height:3.4375rem;top:43.375rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0rUbXma48R3WkdkeF2kqQiDT7zU8mSI { display:block; }
 }@media only screen and (max-width: 763px) { #NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS { display:none; }#NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WrkhhyodJatqyZyITHKyp3avUemfMbSz { width:1.25rem;height:1.25rem;top:16.6875rem;left:24.375002145767rem;display:none; }
#WrkhhyodJatqyZyITHKyp3avUemfMbSz > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #oDB3ZOBSlMD9otbzNhJC85J3r9DrvSlW { top:10.0625rem;left:41.625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mE74qik3FIL3d1iBAsLJLvTdHTebpIy1 { width:4.5625rem;height:3.5625rem;top:6.0625rem;left:43.1875rem;display:none; }
#mE74qik3FIL3d1iBAsLJLvTdHTebpIy1 > img { max-width: 100%;max-height:100%; width:4.5625rem; height:3.5625rem; } }@media only screen and (max-width: 763px) { #m3ChuT8F9TvkFPSTVWo8L6SUbxaKi73p { display:block; }#m3ChuT8F9TvkFPSTVWo8L6SUbxaKi73p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiQTfaBG7PbVPXDApHwvckq76XFSMuVu { width:8.0625rem;height:3.4375rem;top:1.25rem;left:39.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTW1c9D0Zk2bDTSrbH09JETQtym8fiNf { display:block; }
 }@media only screen and (max-width: 763px) { #SPtgXNnobU7xH1m2vyzub88cmoAVUzX4 { width:3rem;height:3rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ip1hRX9zyx85Cb4cELodZG7fGJAvAQL0 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG { background-color:#74e2be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row .container { background-color: transparent; background-image: none; }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row .container > .video-iframe-container { display: none; }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row > .video-iframe-container { display: none; }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .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); }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row .container { border-width: 0; border-radius: 0; }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7hoP1TqQbyvCLVGUFV5XbJNQb2ECBaG > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/11742bb6-8faf-40a2-8c4c-0ad3d54b48f3/transicin2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r.adaptive-delivery-prevent-bg, #HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r.lazyload, #HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r.lazyloading { background-image: none; }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .row .container { background-color: transparent; background-image: none; }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .row .container > .video-iframe-container { display: none; }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .row > .video-iframe-container { display: none; }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .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); }#HbQEzKLk3a9wpsEifaPb7RAiOICgCv5r > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/11742bb6-8faf-40a2-8c4c-0ad3d54b48f3/transicin2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470.adaptive-delivery-prevent-bg, #tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470.lazyload, #tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470.lazyloading { background-image: none; }#tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470 > .row .container { background-color: transparent; background-image: none; }#tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470 > .row .container > .video-iframe-container { display: none; }#tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470 > .row > .video-iframe-container { display: none; }#tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470 > .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); }#tAJDU3yQF0lGvwWB5cy5UkqSKMoGw470 > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiH3q155fUQl47P65ba0AQ05tE7Ak5KE { display:block; }#WiH3q155fUQl47P65ba0AQ05tE7Ak5KE > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:20rem;height:5.25rem;top:16.09375rem;left:0rem;font-size:1.25rem;color:#454545;text-shadow:0.125rem 0.1875rem 0.25rem rgba(0,0,0,0.1);font-family:raleway;font-weight:400;font-style:italic;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HqJB0yRgh0ZZdxDR6ApIhlkcc3R2PCu9 { top:0.625rem;left:0rem;width:20rem;height:14.25rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tX3vKZWppTvlklqsJKXdQrfLI72hza0J { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/11742bb6-8faf-40a2-8c4c-0ad3d54b48f3/transicin2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J.adaptive-delivery-prevent-bg, #tX3vKZWppTvlklqsJKXdQrfLI72hza0J.lazyload, #tX3vKZWppTvlklqsJKXdQrfLI72hza0J.lazyloading { background-image: none; }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .row .container { background-color: transparent; background-image: none; }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .row .container > .video-iframe-container { display: none; }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .row > .video-iframe-container { display: none; }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .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); }#tX3vKZWppTvlklqsJKXdQrfLI72hza0J > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS { background-color:#ffffff;background-image:none;display:block; }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .row .container { background-color: transparent; background-image: none; }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .row .container > .video-iframe-container { display: none; }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .row > .video-iframe-container { display: none; }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .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); }#Tntk5eA4wnR7Ixv5dmCZbbzT8R2tuKXS > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHG08rHLrIP9hEFFSFaFq6SctGaPND3a { top:14.1875rem;left:6.8750000596044rem;width:6.25rem;height:1.2375rem;z-index:15016;text-align:center;text-align-last:center;line-height:1.1;font-family:raleway;font-weight:400;font-style:italic;color:#454545;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e41pk7LEduFQZq8AGQ5TJl592FWBnoFg { top:17.5rem;left:6.1562500596046rem;width:7.6875rem;height:1.2375rem;z-index:15017;text-align:center;text-align-last:center;line-height:1.1;font-family:raleway;font-weight:400;font-style:italic;color:#454545;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hc1XUx3XB9NVvmE8Na8gXzBPGww6BXN8 { top:21.0625rem;left:6.8125000596044rem;width:6.375rem;height:1.2375rem;z-index:15018;text-align:center;text-align-last:center;line-height:1.1;font-family:raleway;font-weight:400;font-style:italic;color:#454545;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvNbtPUJMHI5ZQcoW2eWX7Lv8DT6VgUu { width:20rem;height:1.4625rem;top:9.46484375rem;left:0rem;font-size:1.125rem;color:#454545;font-weight:400;font-style:normal;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #IKs0HPaq1Sc5IvOdTVqTT1JaNSe8VDEt { width:20rem;height:1.4625rem;top:13.0390625rem;left:0rem;font-size:1.125rem;color:#454545;font-weight:400;font-style:normal;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #UU7mfvPDSBT9IVvlgvwJDUCeWoh3VdvO { width:20rem;height:1.4625rem;top:16.71484375rem;left:0rem;font-size:1.125rem;color:#454545;font-weight:400;font-style:normal;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #HZOvBBWa7F6DvMOSwbz0AEVTfmaF7ZVA { width:20rem;height:3.25rem;top:4.125rem;left:0rem;font-size:1.25rem;color:#d17900;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/11742bb6-8faf-40a2-8c4c-0ad3d54b48f3/transicin2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B.adaptive-delivery-prevent-bg, #G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B.lazyload, #G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B.lazyloading { background-image: none; }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .row .container { background-color: transparent; background-image: none; }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .row .container > .video-iframe-container { display: none; }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .row > .video-iframe-container { display: none; }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .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); }#G3JEN2UdbPTBOREt8vTgPxtPJQi5z15B > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQ5C469gGRnSN3VXCkd8PZ6B6s9lkHb6 { display:block; }#zQ5C469gGRnSN3VXCkd8PZ6B6s9lkHb6 > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVscVKuVQzoW6eGhDTNBUhbQZFhO7hBy { width:14rem;height:9.875rem;top:4.8125rem;left:-0.81250003725288rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L75dTWeUPch9lXUNkqx9zsiqC7hCT2Ud { top:6.625rem;left:11.250000536442rem;width:8rem;height:2rem;background-color:#5eec7d;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;color:#ffffff;font-family:raleway;font-size:0.875rem;z-index:15005;box-shadow: 0.125rem 0.1875rem 0.25rem rgba(61,65,0,0.22) ;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #FKzNa5hAxmtegGlc8HBw9BGiIA3MlWTq { display:block; }
 }@media only screen and (max-width: 763px) { #kJ14GqGZKcsvKOVFX8Lr5TK6G36Exi5f { top:9.625rem;left:12.625000536442rem;width:7.75rem;height:2rem;background-color:#79fa96;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;color:#ffffff;font-family:raleway;font-size:1rem;z-index:15006;box-shadow: 0.125rem 0.1875rem 0.25rem rgba(61,65,0,0.22) ;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #uo54EVvdigCUpLVXe3iJFhNUMWet7fEf { display:block; }
 }@media only screen and (max-width: 763px) { #FcM1DaupntlQ1nCt3vHbrJJUq7CTMb9M { top:12.75rem;left:12.687500536442rem;width:7.375rem;height:2rem;background-color:#28fbba;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;color:#ffffff;font-family:raleway;font-size:1rem;z-index:15007;box-shadow: 0.125rem 0.1875rem 0.25rem rgba(61,65,0,0.22) ;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #gaJczVL8rTmF4POnXwMTrnccTGSgrpOL { display:block; }
 }@media only screen and (max-width: 763px) { #lOpR2xadtEHdx5WngGTEprDCQbDi4FeZ { top:3.875rem;left:9.4375005364419rem;width:8rem;height:2rem;background-color:#4ed568;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;color:#ffffff;font-family:raleway;font-size:1rem;z-index:15004;box-shadow: 0.125rem 0.1875rem 0.25rem rgba(61,65,0,0.22) ;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #ud07NHLOZZTsZa8HKCQMTSmdifk1y96B { display:block; }
 }@media only screen and (max-width: 763px) { #g41yEn5hw39Bho4q14qXvlcmisEMvZmT { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/515707b5-8407-449f-8576-5d645c5c8568/transicinpng_Mesadetrabajo1.preview.flip.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT.adaptive-delivery-prevent-bg, #g41yEn5hw39Bho4q14qXvlcmisEMvZmT.lazyload, #g41yEn5hw39Bho4q14qXvlcmisEMvZmT.lazyloading { background-image: none; }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .row .container { background-color: transparent; background-image: none; }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .row .container > .video-iframe-container { display: none; }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .row > .video-iframe-container { display: none; }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .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); }#g41yEn5hw39Bho4q14qXvlcmisEMvZmT > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tURTzx22TOcWylZAJO06xqeZHoeWrOqo { background-color:#74e2be;background-image:none;display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { background-color: transparent; background-image: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container > .video-iframe-container { display: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container { display: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .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); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrExoIyLb8CgMuO8E50kT6y0nX8NfKcd { top:1.375rem;left:0rem;width:14.3125rem;height:1.70625rem;z-index:15001;font-family:raleway;font-weight:700;font-style:italic;color:#ffffff;font-size:1.3125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(9,8,8,0.4);display:block; }
 }@media only screen and (max-width: 763px) { #h4hrRPggCb1LINVTF2pb9g5xDJT63DZN { top:3.5625rem;left:0rem;width:18.5625rem;height:5.6rem;z-index:15002;font-family:comfortaa;font-size:1rem;color:#ffffff;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.4);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o9a1lHToftERXeW84MEA002mrTt05Gb5 { top:9.8523406982425rem;left:7.5000005364419rem;width:12.5rem;height:1.70625rem;z-index:15002;font-family:raleway;font-weight:700;font-style:italic;color:#ffffff;text-align:right;text-align-last:right;font-size:1.3125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4);display:block; }
 }@media only screen and (max-width: 763px) { #m92bZnzfQrOSFoVInEi78RNZVd00DQhF { top:11.957809448243rem;left:0rem;width:20rem;height:8.4rem;z-index:15003;font-family:comfortaa;font-size:1rem;color:#ffffff;text-align:right;text-align-last:right;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HMCcWF06UnmuoCoHOffLtDDf5SPgJSck { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/fb7de352-6fa7-49fd-8f5b-6f4e50c09a74/transicinpng_Mesadetrabajo1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck.adaptive-delivery-prevent-bg, #HMCcWF06UnmuoCoHOffLtDDf5SPgJSck.lazyload, #HMCcWF06UnmuoCoHOffLtDDf5SPgJSck.lazyloading { background-image: none; }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .row .container { background-color: transparent; background-image: none; }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .row .container > .video-iframe-container { display: none; }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .row > .video-iframe-container { display: none; }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .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); }#HMCcWF06UnmuoCoHOffLtDDf5SPgJSck > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh { display:block; }#nlu8oLW2lF1O1IGmG7u3aKLyXlvrkiSh > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7n4vzbaAGmiQh80p70kd49ZW9PdziIm { top:40.186719894409rem;left:1.2812500596046rem;width:17.4375rem;height:14.6875rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UztqRsdmiyD9b0otrxmxBNq5ltsNecgW { width:20rem;height:4.0625rem;top:5.5867195129394rem;left:0rem;font-size:1.5625rem;color:#d17900;font-weight:400;font-style:normal;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zlppwWQChgnTpNqGTLXfbRAVW7O9K9cE { width:20rem;height:5.85rem;top:12.465606689453rem;left:0rem;font-size:1.125rem;color:#454545;font-weight:400;font-style:normal;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #n9xPRcI9dNTb89UZGVl5K9vHCeiHAnNh { width:20rem;height:4.3875rem;top:20.465621948243rem;left:0rem;font-size:1.125rem;color:#454545;font-weight:400;font-style:normal;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #n3K2ygdNMw5nTRGCbrWJBKuezLEZxMWv { width:20rem;height:4.3875rem;top:27.153129577637rem;left:0rem;font-size:1.125rem;color:#454545;font-weight:400;font-style:normal;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qXfWEmXH2HITh1TqZwaRzOfteXt62r4K { width:20rem;height:4.3875rem;top:33.778121948243rem;left:0rem;font-size:1.125rem;color:#454545;font-weight:400;font-style:normal;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #yp9n2ubIR2WO2lNTrDRKi2bC3Ulh1D5p { width:20rem;height:auto;top:2.4375rem;left:0rem;font-size:2rem;color:#454545;font-weight:400;font-style:normal;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #cRA9QO4yBUvMVHxhh2I6w6ATHwKX6yqm { width:20rem;height:17.935103244838rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpnVCSlpF3pisZGukhI023rqV2yh0sIv { width:3.4375rem;height:3.4375rem;top:0.64921951293944rem;left:8.2812505364419rem;font-size:2.375rem;color:#28fbba;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/515707b5-8407-449f-8576-5d645c5c8568/transicinpng_Mesadetrabajo1.preview.flip.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.adaptive-delivery-prevent-bg, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyload, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyloading { background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { background-color:#74e2be;background-image:none;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { background-color: transparent; background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .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); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PH1mPcsK1aZAaCxo3yIdszVSqG5z0oSv { top:8.25rem;left:0rem;z-index:15017;width:3.875rem;height:3.875rem;font-family:poppins;font-weight:700;font-style:normal;background-color:#28fbba;background-image:none;box-shadow: 0.125rem 0.125rem 0.375rem rgba(0,0,0,0.3) ;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3M0CvNBvWzBKHKWS1TKvOzMhg9TEhMK { display:block; }
 }@media only screen and (max-width: 763px) { #dQuHxWyBnfuCEAPAJzPU24ctEwlFdh2T { top:4.0000011920929rem;left:0rem;width:20rem;height:21.75rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #EoaC61V1uFnJ2w7aiSfBWRHqVs4M4QkN { width:19.875rem;height:6.125rem;top:10rem;left:0.49921876192093rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.625rem rgba(38,5,5,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #tWltpiMTML9e3EMxuKI81R4NETfrk62p { top:16.5rem;left:0rem;z-index:15018;width:3.875rem;height:3.875rem;font-family:poppins;font-weight:700;font-style:normal;background-color:#28fbba;background-image:none;box-shadow: 0.125rem 0.125rem 0.375rem rgba(9,9,8,0.3) ;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neGGHVUhrVJuE7PhELgCmgLCAnwEzyNB { display:block; }
 }@media only screen and (max-width: 763px) { #Ou1Oxu7Z20KpgB2xBACu18bLQ4uMmhr6 { top:12.75rem;left:1.7500000596046rem;width:18.25rem;height:2.4375rem;z-index:15019;font-family:comfortaa;font-size:0.9375rem;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #rSu22uVW110eROwTS6UIT09OP2tB53yE { top:10.75rem;left:4.5000000596046rem;width:14.625rem;height:1.625rem;z-index:15020;font-family:raleway;font-size:1.25rem;color:#d17900;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #FBe2lacvfCF8aoRcOslKBAndltok2xcJ { width:20rem;height:6.1875rem;top:18.375rem;left:0.49921876192093rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.625rem rgba(38,5,5,0.15) ;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #lcvETMSlOMR2XdWq26M0JFF8tBrNToNT { top:21.0625rem;left:1.8125000596046rem;width:18.25rem;height:2.4375rem;z-index:15020;font-family:comfortaa;font-size:0.9375rem;line-height:1.3;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #xLAR3t7IH0VDes43Ie6BqmgKuOkoSJAa { top:19.0625rem;left:4.3125000596046rem;width:14.625rem;height:1.625rem;z-index:15021;font-family:raleway;font-size:1.25rem;color:#d17900;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #CH81IAGaUEeVs0wfdyzNQTDcnVQGzuea { top:25rem;left:0rem;z-index:15019;width:3.875rem;height:3.875rem;font-family:poppins;font-weight:700;font-style:normal;background-color:#28fbba;background-image:none;box-shadow: 0.125rem 0.125rem 0.375rem rgba(134,95,0,0.3) ;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eghHkiohdiCE2ZGsnHuZl8xN9EBpQibZ { display:block; }
 }@media only screen and (max-width: 763px) { #DlRrsvZxXMUxntZVkZvUEvw46nxkOn0t { width:19.9375rem;height:7.6875rem;top:26.75rem;left:0.49921876192093rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.625rem rgba(38,5,5,0.15) ;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #lvotNi258wZLCyHxmgDWIKsLZFnRuZqp { top:27.6875rem;left:4.5000000596046rem;width:14rem;height:1.54375rem;z-index:15022;font-family:raleway;font-size:1.1875rem;color:#d17900;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #V89sareSGyL4fu5fWJ4l2T66KOz8AiVu { top:29.625rem;left:1.8125000596046rem;width:17.875rem;height:3.65625rem;z-index:15021;font-family:comfortaa;font-size:0.9375rem;line-height:1.3;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #BwdTCuDFMHANKHcFSSWnlNMxw7vXZy2A { top:35.0625rem;left:0rem;z-index:15020;width:3.875rem;height:3.875rem;font-family:poppins;font-weight:700;font-style:normal;background-color:#28fbba;background-image:none;box-shadow: 0.125rem 0.125rem 0.375rem rgba(134,95,0,0.3) ;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erW521iwVsIb4h4LHPy9EdhtQ83rHM1q { display:block; }
 }@media only screen and (max-width: 763px) { #IbMvrvcL7eovd4e6c9x18sz3i2aWnCv5 { width:19.9375rem;height:9rem;top:36.75rem;left:0.49921876192093rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.625rem rgba(38,5,5,0.15) ;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #D981VfarIGhW9J8hZ54DDvE0W3wALIdf { top:37.5rem;left:4.5000000596046rem;width:14rem;height:1.625rem;z-index:15023;font-family:raleway;font-size:1.25rem;color:#d17900;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #UC2pRyt9NaGFZ3cfHo78WZKXK7D02eJZ { top:39.5625rem;left:1.9375000596046rem;width:18.25rem;height:4.875rem;z-index:15022;font-family:comfortaa;font-size:0.9375rem;line-height:1.3;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #dNynDUzLPfUzWAmK6Ph3MGLXaHorK5ZU { top:46.3125rem;left:0rem;z-index:15021;width:3.875rem;height:3.875rem;font-family:poppins;font-weight:700;font-style:normal;background-color:#28fbba;background-image:none;box-shadow: 0.125rem 0.125rem 0.375rem rgba(134,95,0,0.3) ;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkeu8NNTmZRteQ1N1fXeVGgnhDy1MJh { display:block; }
 }@media only screen and (max-width: 763px) { #r5yuL1BIQrhiqVhMkX4gPaZlfsbZNmm8 { width:19.875rem;height:9rem;top:47.875rem;left:0.62421876192093rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.625rem rgba(38,5,5,0.15) ;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #tTkaOIcM0VPuksTQthtMD3OItrEr9G9C { top:48.875rem;left:4.4375000596046rem;width:14rem;height:1.625rem;z-index:15024;font-family:raleway;font-size:1.25rem;color:#d17900;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #ccEBfGNG68gsmDo5XBeKTRF78INBLEFg { top:50.9375rem;left:2.0000000596046rem;width:18.0625rem;height:4.875rem;z-index:15023;font-family:comfortaa;font-size:0.9375rem;line-height:1.3;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #dkiAyauR81dWNMhdn0FZgqNsTe7P77Wf { width:2.3125rem;height:2.3125rem;top:1.1875rem;left:8.9375005364419rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #HvPUVgXxCfqu9WT2eFpgSM8M3hMU9TQC { width:20rem;height:2.03125rem;top:4.9375009536743rem;left:0rem;font-size:1.5625rem;color:#d17900;font-weight:400;font-style:normal;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aT9VDoTo5IWKsiVgx1cEmC8gxdEgUVhx { top:14.3125rem;left:2.0625rem;width:15.8125rem;height:auto;z-index:15020;font-family:comfortaa;font-size:0.9375rem;line-height:1.3;color:#454545;display:none; }
 }@media only screen and (max-width: 763px) { #tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/fb7de352-6fa7-49fd-8f5b-6f4e50c09a74/transicinpng_Mesadetrabajo1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V.adaptive-delivery-prevent-bg, #tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V.lazyload, #tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V.lazyloading { background-image: none; }#tLdmAfHsE9hJ1Zh6x5OdImoiQEVH8i9V > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/fb7de352-6fa7-49fd-8f5b-6f4e50c09a74/transicinpng_Mesadetrabajo1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu.adaptive-delivery-prevent-bg, #I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu.lazyload, #I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu.lazyloading { background-image: none; }#I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu > .row .container { background-color: transparent; background-image: none; }#I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu > .row .container > .video-iframe-container { display: none; }#I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu > .row > .video-iframe-container { display: none; }#I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu > .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); }#I2nluSXnoLRxOJV6mTiLHBQtR8umvcLu > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiSIinxT3xVbu9HOz9hqgZBvyf8NoxVf { display:block; }#DiSIinxT3xVbu9HOz9hqgZBvyf8NoxVf > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hk2fq4HtuvQ6qomna1lWUZvwHSOrc720 { width:6.0625rem;height:1.3rem;top:31.4375rem;left:1.9375000596046rem;text-align:center;text-align-last:center;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #M67fRS1pciTuHwS8M9vE2bldmqG2AnBI { width:10.25rem;height:2.4rem;top:32.8125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #OLEGUXJ1JHOmHCR4wzziv4NRLtLr44UV { width:6.0625rem;height:1.3rem;top:31.4375rem;left:12.875000536442rem;text-align:center;text-align-last:center;font-family:comfortaa;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #UIhLpS84dGUTGbLnr2kMaJxdyx2a1TrQ { width:10.75rem;height:2.4rem;top:19.125rem;left:4.8750000596046rem;text-align:center;text-align-last:center;line-height:1.2;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #reRRXdFXEowXz9xreRJBdO8CS7hGetQ6 { width:6.0625rem;height:1.3rem;top:17.8125rem;left:7.2500005364419rem;text-align:center;text-align-last:center;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #I4qLdELUTxuRpNVAV3fXVTpxHi0nR9ce { width:11.1875rem;height:2.4rem;top:32.75rem;left:10.312500536442rem;text-align:center;text-align-last:center;z-index:15007;line-height:1.2;color:#454545;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFIEPd4ZE83wKKh9Ah9Hls7FIpGH5ZWi { top:22.40625rem;left:11.125rem;width:8.75rem;height:7.875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mmoQw8AZIgq00AUV9KWEp4Q6IgTkV9ue { top:22.625rem;left:0.99921876192094rem;width:9.375rem;height:8rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #krIkhOCT8p2ku0VmMaSxHe2ynkuTyXq2 { top:8.4234466552738rem;left:6.4375000596044rem;width:8rem;height:8.6875rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VfxcrIFzctTiIUHDPpd6f6FTllTZEg8l { width:20rem;height:11.025rem;top:39.674218177796rem;left:0rem;font-size:1.125rem;color:#454545;z-index:15006;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KzTdpgW1ZCZxgGppoTZOQlU8t1A3ogd3 { width:20rem;height:4.0625rem;top:3.21875rem;left:0rem;font-size:1.5625rem;color:#d17900;font-weight:400;font-style:normal;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Ftb9bFxTTx72ebmcFLoDSpRqo4vSdMIe { width:20rem;height:auto;top:3.5rem;left:0rem;font-size:2rem;color:#d17900;font-weight:400;font-style:normal;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #FGevgZF458oEaylU9n2m3hu7lPL11x2x { width:7.1875rem;height:auto;top:31.0625rem;left:6.375rem;text-align:center;text-align-last:center;font-family:comfortaa;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5GFTiWa20luuhwEOCQMu3MtlRkIB6rw { width:11.75rem;height:auto;top:33.1875rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.2;color:#454545;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vf59sFtJh7pLW753iQO5v0ECxmQ6tQfK { width:7.8125rem;height:auto;top:31.0625rem;left:6.0625rem;text-align:center;text-align-last:center;font-family:comfortaa;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZhPWX1Lre29MoBJyv2NxB0CvllWF6rS { width:13.625rem;height:auto;top:33.1875rem;left:3.1875rem;text-align:center;text-align-last:center;line-height:1.2;color:#454545;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVQVVhVGVK5UCfFX3fL8iWesC65PdnBT { width:8.5625rem;height:auto;top:31.0625rem;left:5.6875rem;text-align:center;text-align-last:center;font-family:comfortaa;color:#454545;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TODpEvgtNDChIxklsZF39XnmJ5z8zTCv { width:10.75rem;height:auto;top:33.125rem;left:4.625rem;text-align:center;text-align-last:center;z-index:15007;line-height:1.2;color:#454545;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lq0Lcq4Lofxg2Hy5EGILHGnCC0TctMRT { display:block; }#Lq0Lcq4Lofxg2Hy5EGILHGnCC0TctMRT > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4meGPqC6rGsklePW7NPAZH2KO5qBGZF { top:3.25rem;left:-2.2500000596046rem;width:12rem;height:2.625rem;z-index:15014;background-color:#e88600;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Iy9xqRH9EOAqPdpqtZ0enpE4xUMKgtt3 { top:3.9125003814698rem;left:0rem;width:12.5rem;height:1.3rem;z-index:15042;font-family:raleway;font-weight:700;font-style:italic;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vrgTlL72x97l96zghGrfKi7M6St2Kc7V { width:19.8125rem;height:11.5625rem;top:4.2249984741211rem;left:0.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.5rem 0.9375rem rgba(38,5,5,0.12) ;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #AvOiwNIuzqz3iotWVPxr9KIpeE81rhxM { width:17.8125rem;height:2.4rem;top:7.0851516723631rem;left:1.1562500596046rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15007;color:#454545;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gU1iSdSzbWJe9nz9BGsqm6iDwv9o5PsH { top:10.812500953674rem;left:2.2187500596046rem;z-index:15043;width:15.5625rem;height:3.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #aafa45, #4cd573);background-image: -moz-linear-gradient(216deg, #aafa45, #4cd573);background-image: -ms-linear-gradient(216deg, #aafa45, #4cd573);background-image: -o-linear-gradient(216deg, #aafa45, #4cd573);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aafa45', endColorstr='#4cd573' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#aafa45', endColorstr='#4cd573' );";background-image: linear-gradient(216deg, #aafa45, #4cd573);background-size:auto !important;box-shadow: 0.0625rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faoovVvQ4A6gcfa1ORa45eGvEDrqszFq { display:block; }
 }@media only screen and (max-width: 763px) { #BRRXKTyC3foU8hlw8UgpFz7WxxC3LKWN { top:2.5625rem;left:3.75rem;width:12.5rem;height:auto;z-index:15042;font-family:raleway;font-weight:700;font-style:italic;color:#ffffff;text-align:left;text-align-last:left;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHPEbtxbzswxHvx3P7Ty35E027RnOTrZ { width:20rem;height:auto;top:6.625rem;left:0rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15007;color:#454545;font-family:raleway;font-size:1.25rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #SPgcJvTGq3oqEsXdre0tS9plRn2VEG9F { width:20rem;height:auto;top:5.1875rem;left:0rem;font-size:1.25rem;color:#454545;z-index:15006;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/515707b5-8407-449f-8576-5d645c5c8568/transicinpng_Mesadetrabajo1.preview.flip.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL.adaptive-delivery-prevent-bg, #lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL.lazyload, #lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL.lazyloading { background-image: none; }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .row .container { background-color: transparent; background-image: none; }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .row .container > .video-iframe-container { display: none; }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .row > .video-iframe-container { display: none; }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .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); }#lTx4z9Rh9TFR0zu7C7zMzMrHiePfcvUL > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swcc6sx4Ep0oS6lne4qPec7fcVDShQWd { background-color:#74e2be;background-image:none;display:block; }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .row .container { background-color: transparent; background-image: none; }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .row .container > .video-iframe-container { display: none; }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .row > .video-iframe-container { display: none; }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .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); }#swcc6sx4Ep0oS6lne4qPec7fcVDShQWd > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fshTKW2P3L9ubeV3Rdimkb2vrO3gIo8H { width:7.875rem;height:7.875rem;top:0rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fe91f64b-8239-4646-8e46-c369e74d0bc5/Miguel300x300.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fshTKW2P3L9ubeV3Rdimkb2vrO3gIo8H.adaptive-delivery-prevent-bg, #fshTKW2P3L9ubeV3Rdimkb2vrO3gIo8H.lazyload, #fshTKW2P3L9ubeV3Rdimkb2vrO3gIo8H.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #veGqSs02LLRwKlac4BJzh6o215nzGhoD { top:2.0374984741211rem;left:9.2500005364419rem;width:10.1875rem;height:6.5rem;z-index:15027;font-family:raleway;font-weight:700;font-style:normal;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4);font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfaTGbIKo0RDcaEpqU4mdmra1GGoA6eS { top:9.31875038147rem;left:0rem;width:20rem;height:8.925rem;z-index:15004;font-family:comfortaa;font-size:1.0625rem;color:#ffffff;text-align:left;text-align-last:left;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #edPXVSuDTkOUbZwWgiQChOp8cbnkNLu8 { top:20.074988365173rem;left:0rem;width:20rem;height:16.3625rem;z-index:15005;font-family:comfortaa;font-size:1.0625rem;color:#ffffff;text-align:left;text-align-last:left;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #naNvRgE892tnLQwEcduhHrrsn0bxToQ9 { top:35.268745422363rem;left:0rem;width:20rem;height:22.3125rem;z-index:15006;font-family:comfortaa;font-size:1.0625rem;color:#ffffff;text-align:left;text-align-last:left;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LooPpyMey8KI75SxKpRTCFWppk1PSTua { top:24.6875rem;left:0rem;width:20rem;height:auto;z-index:15005;font-family:comfortaa;font-size:1.25rem;color:#ffffff;text-align:left;text-align-last:left;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4);font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #sLTDGAzeadmePiPvVKzroiaf8tnctgz4 { top:14.8125rem;left:0rem;width:20rem;height:auto;z-index:15006;font-family:comfortaa;font-size:1.25rem;color:#ffffff;text-align:left;text-align-last:left;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4);font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #pbH6VmvkkfruOCacaPsn6NnKfNNZy2le { top:3.8125rem;left:0rem;width:20rem;height:auto;z-index:15027;font-family:raleway;font-weight:700;font-style:normal;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4);font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbNQxDCNAR4lIeAwtSaQCzlladzBAbKT { top:15.1875rem;left:0rem;width:20rem;height:auto;z-index:15004;font-family:comfortaa;font-size:1.25rem;color:#ffffff;text-align:left;text-align-last:left;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4);font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe { background-color:#74e2be;background-image:url("https://images.assets-landingi.com/uc/fb7de352-6fa7-49fd-8f5b-6f4e50c09a74/transicinpng_Mesadetrabajo1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe.adaptive-delivery-prevent-bg, #FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe.lazyload, #FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe.lazyloading { background-image: none; }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .row .container { background-color: transparent; background-image: none; }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .row .container > .video-iframe-container { display: none; }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .row > .video-iframe-container { display: none; }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .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); }#FCiMoTrPeiwQTDw20E3IHHhrMh8XRTLe > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 { background-color:#ffffff;background-image:none;display:block; }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .row .container { background-color: transparent; background-image: none; }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .row .container > .video-iframe-container { display: none; }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .row > .video-iframe-container { display: none; }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .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); }#nDKcHLx3DVw3hJTgBPrmLvo4mBD6C3U8 > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QW36qfstH6IOdDQwaSstod5cKLpqEJ3O { top:4.0000011920929rem;left:0rem;width:20rem;height:21.75rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #b6HqaeiUFXmlSySVTcHSTQCbg88LzSay { width:19.875rem;height:7.375rem;top:2rem;left:0.18671876192093rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.625rem rgba(38,5,5,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #f8IpTvBLyStxqnTTAP0q7R26kGziKoDy { top:3.25rem;left:1.4375000596046rem;width:18.25rem;height:4.875rem;z-index:15019;font-family:comfortaa;font-size:0.9375rem;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #JIFhtN6RSLvLnOZgw92sQgxRLk763qqn { width:20rem;height:7.125rem;top:10.375rem;left:0.18671876192093rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.625rem rgba(38,5,5,0.1) ;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #adqkcDnenUJqMXvBQbgaaRlI2K6OWEwL { top:11.53125rem;left:1.4375000596046rem;width:18.25rem;height:4.875rem;z-index:15020;font-family:comfortaa;font-size:0.9375rem;line-height:1.3;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #T9p30vv1oZ7iyuxI9lkooFgpbsFDcKFe { width:19.9375rem;height:6.0625rem;top:18.75rem;left:0.18671876192093rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.625rem rgba(38,5,5,0.1) ;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #kGiz8kmreiTwD8ET8i4aMiWVEoz1n2vh { top:19.953125rem;left:1.1867187619209rem;width:17.875rem;height:3.65625rem;z-index:15021;font-family:comfortaa;font-size:0.9375rem;line-height:1.3;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #nwZGH7anFcanGUkmGotoQJq6Pt0Z4pcB { top:36.764831542969rem;left:0rem;width:20rem;height:2.4375rem;z-index:15022;font-family:raleway;font-size:0.9375rem;line-height:1.3;color:#454545;text-align:left;text-align-last:left;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #J2O19D4MS4qppD9L4vIDDUFUy9rR4oC0 { top:39.827331542969rem;left:0rem;width:20rem;height:2.4375rem;z-index:15023;font-family:raleway;font-size:0.9375rem;line-height:1.3;color:#454545;text-align:left;text-align-last:left;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #tMcefF3pLR6Pip6H1bQS4f4n0KZR8MpL { top:33.112500667572rem;left:8.8312497735025rem;z-index:15045;width:2.3375rem;height:2.3375rem;border-top:0.0625rem solid rgba(69,69,69,0.8);border-left:0.0625rem solid rgba(69,69,69,0.8);border-right:0.0625rem solid rgba(69,69,69,0.8);border-bottom:0.0625rem solid rgba(69,69,69,0.8);color:rgba(69,69,69,0.8);font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #u8AVRtPaiSw7uTM9JfasK5ik7CR3411L { display:block; }
 }@media only screen and (max-width: 763px) { #q0fGlPqx4WBXXcaBGJzSxmc2JmyoG0x5 { top:27.70156288147rem;left:2.2187500596046rem;z-index:15044;width:15.5625rem;height:3.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #aafa45, #4cd573);background-image: -moz-linear-gradient(216deg, #aafa45, #4cd573);background-image: -ms-linear-gradient(216deg, #aafa45, #4cd573);background-image: -o-linear-gradient(216deg, #aafa45, #4cd573);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aafa45', endColorstr='#4cd573' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#aafa45', endColorstr='#4cd573' );";background-image: linear-gradient(216deg, #aafa45, #4cd573);background-size:auto !important;box-shadow: 0.0625rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0rUbXma48R3WkdkeF2kqQiDT7zU8mSI { display:block; }
 }@media only screen and (max-width: 763px) { #NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/11742bb6-8faf-40a2-8c4c-0ad3d54b48f3/transicin2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS.adaptive-delivery-prevent-bg, #NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS.lazyload, #NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS.lazyloading { background-image: none; }#NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS > .row .container { background-color: transparent; background-image: none; }#NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS > .row .container > .video-iframe-container { display: none; }#NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS > .row > .video-iframe-container { display: none; }#NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS > .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); }#NnNQdR4HzI44TUE5JbNZzXDgtC9nUEpS > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrkhhyodJatqyZyITHKyp3avUemfMbSz { width:2.4375rem;height:2.4375rem;top:2.5851554870606rem;left:17.562499582768rem;z-index:15015;display:block; }
#WrkhhyodJatqyZyITHKyp3avUemfMbSz > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #oDB3ZOBSlMD9otbzNhJC85J3r9DrvSlW { top:3.2242164611816rem;left:11.237499773503rem;width:6.125rem;height:1.21875rem;z-index:15016;text-align:right;text-align-last:right;color:#30c84e;font-size:0.9375rem;font-weight:400;font-style:normal;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #mE74qik3FIL3d1iBAsLJLvTdHTebpIy1 { width:4.5625rem;height:3.5625rem;top:6.0625rem;left:7.6875rem;z-index:15015;display:none; }
#mE74qik3FIL3d1iBAsLJLvTdHTebpIy1 > img { max-width: 100%;max-height:100%; width:4.5625rem; height:3.5625rem; } }@media only screen and (max-width: 763px) { #m3ChuT8F9TvkFPSTVWo8L6SUbxaKi73p { position:relative;z-index:auto;display:none; }#m3ChuT8F9TvkFPSTVWo8L6SUbxaKi73p > .row .container { width:20rem;height:11.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hiQTfaBG7PbVPXDApHwvckq76XFSMuVu { top:27.375000953674rem;left:2.2187500596046rem;z-index:15044;width:15.5625rem;height:3.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #aafa45, #4cd573);background-image: -moz-linear-gradient(216deg, #aafa45, #4cd573);background-image: -ms-linear-gradient(216deg, #aafa45, #4cd573);background-image: -o-linear-gradient(216deg, #aafa45, #4cd573);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aafa45', endColorstr='#4cd573' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#aafa45', endColorstr='#4cd573' );";background-image: linear-gradient(216deg, #aafa45, #4cd573);background-size:auto !important;box-shadow: 0.0625rem 0.1875rem 0.6875rem rgba(0,0,0,0.15) ;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTW1c9D0Zk2bDTSrbH09JETQtym8fiNf { display:block; }
 }@media only screen and (max-width: 763px) { #SPtgXNnobU7xH1m2vyzub88cmoAVUzX4 { top:1.4375rem;left:8.5rem;z-index:15045;width:3rem;height:3rem;border-top:0.0625rem solid rgba(69,69,69,0.8);border-left:0.0625rem solid rgba(69,69,69,0.8);border-right:0.0625rem solid rgba(69,69,69,0.8);border-bottom:0.0625rem solid rgba(69,69,69,0.8);color:rgba(69,69,69,0.8);font-family:comfortaa;display:none; }
 }@media only screen and (max-width: 763px) { #ip1hRX9zyx85Cb4cELodZG7fGJAvAQL0 { display:block; }
 }