.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 { border-top:0rem none rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row .container { background-color: transparent; background-image: none; }#JErU28rI4mUe1DLuxbUueCCmPBE33da8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row .container > .video-iframe-container { display: none; }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row > .video-iframe-container { display: none; }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .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); }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row .container { border-width: 0; border-radius: 0; }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#cRP9JBXvIczOZ6MpV7gLOw30ViHCVttE { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;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:1.875rem;width:0.125rem;top:2.25rem;left:45.9375rem;display:none; }
#tDDdZBAxURALLtSrEScW6AmhQcIRnc8W { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#0060ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.8125rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.75rem;left:61.0625rem;display:block; }
#BqrGEO4blvhnslF64pUn1omMwBQfWPD3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FAZlLb7giRFiPiPsMymGhH3QC5dFnJho { position:absolute;display:block;z-index:15005;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:3.8125rem;width:10.3125rem;top:1.1875rem;left:0.25rem;overflow:hidden;display:block; }
#Qdg0qyfWhPK0uxwBKGTppzZ3DfcKeF2N { color:#0060ab;display:block;width:8.3125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.5rem;left:51.0625rem;height:1.21875rem;font-style:normal;display:block; }
#zLuhilWe5Rd6lzTTBBsSHnAylNC9TaA2 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/542727b2-9ee3-4e38-974a-215a69537d57/ic_phone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:2.625rem;left:49.6875rem;display:block; }#zLuhilWe5Rd6lzTTBBsSHnAylNC9TaA2.adaptive-delivery-prevent-bg, #zLuhilWe5Rd6lzTTBBsSHnAylNC9TaA2.lazyload, #zLuhilWe5Rd6lzTTBBsSHnAylNC9TaA2.lazyloading { background-image: none; }
#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7f33ec57-5f05-4812-b4e2-2d085fe24144/ciclo_doc_y_admin_sanitaria_producto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.adaptive-delivery-prevent-bg, #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.lazyload, #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.lazyloading { background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { background-color: transparent; background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,63,112,0.67); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,63,112,0.67); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .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); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { border-width: 0; border-radius: 0; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:#ffffff;display:block;width:44.624rem;position:absolute;font-family:manrope;font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:10.687255859375rem;left:0rem;height:13.645rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t4TvypLa025SdzOPpz72a8nCztyFWlLZ { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:30.37353515625rem;left:0rem;height:7.6953125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U5CHUnvn2TNqooNFTM40iPkD5IgU9KzH { color:#ffffff;display:block;width:13.6855625rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:44.75rem;left:0rem;height:0;text-align:left;text-align-last:left;display:none; }
#oTt0DE2ezxbECnohNvsyB8Ty5Znf6EUd { color:#ffffff;display:block;width:13.6845625rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:47.875rem;left:0rem;height:0;text-align:left;text-align-last:left;display:none; }
#SDfc3hWwtT9TL8FmaHKwP2iJoLrOWObJ { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:44.75rem;left:15rem;height:0;text-align:left;text-align-last:left;display:none; }
#AKiWdAcecbsgaisXB8aVHLg3AKLQ96IS { color:#ffffff;display:block;width:13.6845625rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:47.875rem;left:15rem;height:0;text-align:left;text-align-last:left;display:none; }
#DHJcAGFTQ2BTrazWKcGJTRDbgf3amp7s { position:absolute;display:block;z-index:15003;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.0625rem;width:24.375rem;top:9.874267578125rem;left:49.49951171875rem;display:block; }
#DSmsbUg8gteImoZ05pHvDIcIL9TO4DKl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9348125rem;width:1.9348125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:10.6875rem;left:50.8125rem; }
#KARa2ovLkvm1STB6JtRUNQ4QwmIvSTGd { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.37353515625rem;left:53.4375rem;height:4.22363125rem;font-style:normal;display:block; }
#kbl0LDlIQ9zn2Z74sXM2eEZdysMFIQuS { color:#ffffff;display:block;width:15.869125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.8125rem;left:53.4375rem;height:1.21875rem;font-style:normal;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-form-header { font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { height:auto;display:block;font-family:glober;font-size:0.8125rem;font-weight:400;color:#004e91;width:21.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:3.125rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:"pt sans";vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:4.375rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:"pt sans";vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:3.125rem;color:#616161;font-family:manrope;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#ffffff;width:21.875rem;height:3.125rem;font-family:manrope;overflow:hidden; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-moz-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-moz-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-ms-input-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-webkit-input-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:manrope;line-height:1.3;font-size:0.75rem;font-weight:400;color:#787878;vertical-align:top;width:20.625rem;overflow:hidden;font-style:normal;float:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:glober;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container:first-of-type{padding-top:0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container:last-of-type{padding-bottom:0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { background-color:#f5f5f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:16.934814453125rem;left:49.49951171875rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-info-text { display:block;height:auto;font-family:glober;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { background-color:#f5f5f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:16.934814453125rem;left:49.49951171875rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #T3IxtDBHUsp8pnZDbpgAeahZehKvpJM0 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kgAWnzkn8cEGgJ9rT8qskWMTfSB99BFS { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Zke3EM0PKyzMS6ihVUR2ZZAIZx4LZilG { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe { position:relative; }
#TGgaUOTulkOBOVTUmMcTuuO9v4Al9Qtm { position:relative;display:block; }
#cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { position:relative;display:block; }
#OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { position:relative;display:block; }
#N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { position:relative;display:block; }
#HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { position:relative;display:block; }
#mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { position:relative;display:block; }
#mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { position:relative;display:block; }
#oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { position:relative;display:block; }
#TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv { position:relative; }
#nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { position:relative;display:block; }
#blghTGcrhvLGcaegIA7BWBlPzGvktdyi { position:relative;display:block; }
#MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { position:relative;display:block; }
#KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { position:relative;display:block; }
#bWzIASESbA7SZlfCTHZxfwszymhmCgcp { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #IETxMTQTByh8id6hrnJ7qliBTHFWQV4F { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bIvC4KkFwJQD3AA4mz3Fxzg5TpFi0IcL { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #MB4Fk8QCdPe2wmHDSJy8nGehCzRlSGBJ { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGgkOp2i4EesMX1kRdTwFOEomQDGKFtf { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #gatwJcLP0awfqt53TIylXXkme44ukB0Z { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #T3ODuAcdP15EJthCldvGgU9GCOXEyJCx { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH { position:relative; }
#PQzW4obkhgxWi1ERbLy3PiZysqD6kEx3 { position:absolute;display:block;z-index:15000;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:45.1875rem;top:4.1875rem;left:1.25rem;display:none; }
#gRVzQCWSka6TOmsQROtHvwsTkzm2KLPH { color:#9b9b9b;display:block;width:4.5625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7.375rem;left:5rem;height:1.31303125rem;font-style:normal;display:none; }
#sVwSQoS5NOarakpxoho4mRSwEQSPJOBl { color:#161616;display:block;width:5.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.9375rem;left:5rem;height:1.40625rem;font-style:normal;display:none; }
#nfRZTsXx8QIMyToNagAeKmseHh2lzOwM { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.375rem;left:22.125rem;height:1.31225625rem;font-style:normal;display:none; }
#vC8P65bKdN2Bw17IP3phci80vkRTPMpy { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.9375rem;left:22.125rem;height:1.40625rem;font-style:normal;display:none; }
#leTF6wGDXAZHVBcK8JhVo63kJcXgZBMP { color:#161616;display:block;width:5.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.9375rem;left:13.9375rem;height:1.40625rem;font-style:normal;display:none; }
#mTTq3IvFG04t7JTqdEgzMHKXiZsEwfmu { color:#9b9b9b;display:block;width:6.4375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.375rem;left:13.6875rem;height:1.31225625rem;font-style:normal;display:none; }
#iaJIquEAHvN31aMaXAtou7UbTCk2tMya { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.9375rem;left:31.0625rem;height:1.40625rem;font-style:normal;display:none; }
#bP29HwTUy4vEEg8d8vV3TIp8llrwT03x { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.375rem;left:31.0625rem;height:1.31225625rem;font-style:normal;display:none; }
#ZZ9xMF4aZHtVphE2A2L9m6mDBCub0Q69 { color:#000000;display:block;width:44.5605625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.77691078186037rem;left:1.2500019073486rem;height:2.2753875rem;display:none; }
#gPWvTE86L0bgD3TiGAfGFToRsPT8ZRgQ { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:34.1875rem;left:2.1875rem;display:none; }
#GTGxXoIaSkuc4dLSa7sivcqxOfiiKBX4 { 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:40.3125rem;width:75rem;display:none; }
#O9rLyouwQcxu4EfT1pxiB69gMvZckpuk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#rGcOg4C2ebxTByNfFQ8DraM4iUvza0dt { position:relative;display:block; }#rGcOg4C2ebxTByNfFQ8DraM4iUvza0dt { background-color: transparent; background-image: none; }#rGcOg4C2ebxTByNfFQ8DraM4iUvza0dt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGcOg4C2ebxTByNfFQ8DraM4iUvza0dt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGcOg4C2ebxTByNfFQ8DraM4iUvza0dt > .row .container > .video-iframe-container { display: none; }#rGcOg4C2ebxTByNfFQ8DraM4iUvza0dt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGcOg4C2ebxTByNfFQ8DraM4iUvza0dt > .row > .video-iframe-container { display: none; }#rGcOg4C2ebxTByNfFQ8DraM4iUvza0dt > .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); }#rGcOg4C2ebxTByNfFQ8DraM4iUvza0dt { border-width: 0; border-radius: 0; }#rGcOg4C2ebxTByNfFQ8DraM4iUvza0dt > .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; }#rGcOg4C2ebxTByNfFQ8DraM4iUvza0dt > .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:11.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pcTb8tUuirR5k5TDL02RiUJMUrCZuqyA { position:absolute;display:block;z-index:15000;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.9375rem;width:45.1875rem;top:3.625rem;left:1.125rem;display:block; }
#GPopm5HI23Zb9GcfQTexrhCTx8W4DLu1 { color:#9b9b9b;display:block;width:4.5625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:6.9375rem;left:4.875rem;height:1.31303125rem;font-style:normal;display:block; }
#TdEn6qokllwzV4S3kVAMbTHe24s9lrCO { color:#161616;display:block;width:5.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.5rem;left:4.875rem;height:1.40625rem;font-style:normal;display:block; }
#z0xNuXUaK7mN5TGUCyun4abtHpiuA2y9 { color:#161616;display:block;width:5.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.5rem;left:13.8125rem;height:1.40625rem;font-style:normal;display:block; }
#Wg45vQd9uVbcV0m7CWyrqR8z9vpuxbSt { color:#9b9b9b;display:block;width:6.4375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.9375rem;left:13.5625rem;height:1.31303125rem;font-style:normal;display:block; }
#uaAJCiD4facvQXcnlp0vLC0a57lgXOyE { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5rem;left:22rem;height:1.40625rem;font-style:normal;display:block; }
#L7OuEqx2lQpHdRTKfe4xvk1Hcf5u1GGA { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.9375rem;left:22rem;height:1.31303125rem;font-style:normal;display:block; }
#GFezVkeyv469FS6U0cf0VIhG0yJu5ubI { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.5rem;left:30.9375rem;height:1.40625rem;font-style:normal;display:block; }
#XtLBdfsevIftsRILxHn9R9Jhzlgghyrc { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.9375rem;left:30.9375rem;height:1.31303125rem;font-style:normal;display:block; }
#wT0MCcTIXp02cDbXS5uCxhmXb4W9WANs { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:2.5rem;left:1.4375rem;display:none; }
#k8NepdSzKTQSeKpD8KfqTPptN8X6nIXN { color:#161616;display:block;width:34.24925rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.7666015625rem;left:4.874267578125rem;height:2.2753875rem;font-style:normal;display:block; }
#VdprynD0x2WRdSzia1NJvKFHBWcDI7VU { color:#ffffff;display:block;width:44.5605625rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.861083984375rem;left:4.874267578125rem;height:1.4624rem;font-style:normal;display:block; }
#CEp4hM7GxpmIZwN0tT2Ul3WuPCFsvP6P { position:relative;display:block; }#CEp4hM7GxpmIZwN0tT2Ul3WuPCFsvP6P { background-color: transparent; background-image: none; }#CEp4hM7GxpmIZwN0tT2Ul3WuPCFsvP6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEp4hM7GxpmIZwN0tT2Ul3WuPCFsvP6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEp4hM7GxpmIZwN0tT2Ul3WuPCFsvP6P > .row .container > .video-iframe-container { display: none; }#CEp4hM7GxpmIZwN0tT2Ul3WuPCFsvP6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEp4hM7GxpmIZwN0tT2Ul3WuPCFsvP6P > .row > .video-iframe-container { display: none; }#CEp4hM7GxpmIZwN0tT2Ul3WuPCFsvP6P > .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); }#CEp4hM7GxpmIZwN0tT2Ul3WuPCFsvP6P { border-width: 0; border-radius: 0; }#CEp4hM7GxpmIZwN0tT2Ul3WuPCFsvP6P > .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; }#CEp4hM7GxpmIZwN0tT2Ul3WuPCFsvP6P > .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:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pKBDDaMdXHqdynToE5Qdf5WX4bTddlsu { color:#161616;display:block;width:15.745875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.45361328125rem;left:1.5625rem;height:2.35618125rem;font-style:normal;display:block; }
#vTHO336adtBG2NOznTpguXvUZu6T0559 { color:#ffffff;display:block;width:15.8734375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.0625rem;left:54rem;height:1.21875rem;font-style:normal;display:block; }
#SE6xvwoJEZIdbgf9THndXfcvcWGLcz40 { position:relative;display:block; }#SE6xvwoJEZIdbgf9THndXfcvcWGLcz40 { background-color: transparent; background-image: none; }#SE6xvwoJEZIdbgf9THndXfcvcWGLcz40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE6xvwoJEZIdbgf9THndXfcvcWGLcz40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE6xvwoJEZIdbgf9THndXfcvcWGLcz40 > .row .container > .video-iframe-container { display: none; }#SE6xvwoJEZIdbgf9THndXfcvcWGLcz40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE6xvwoJEZIdbgf9THndXfcvcWGLcz40 > .row > .video-iframe-container { display: none; }#SE6xvwoJEZIdbgf9THndXfcvcWGLcz40 > .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); }#SE6xvwoJEZIdbgf9THndXfcvcWGLcz40 { border-width: 0; border-radius: 0; }#SE6xvwoJEZIdbgf9THndXfcvcWGLcz40 > .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; }#SE6xvwoJEZIdbgf9THndXfcvcWGLcz40 > .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:14.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CmsXUTAT9uqsilEkfPO3aKExhD0f7nhZ { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.5rem;height:4.21875rem;font-style:normal;display:block; }
#moboGRx4iTdWRhiXLCqnsqVT9rLUITW6 { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.5rem;height:1.625rem;font-style:normal;display:block; }
#Kk1Srk90et4bhZo4Tbc9Lps5DmvT59wT { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.5rem;height:2.35625rem;font-style:normal;display:block; }
#XJsreJfBRxmvQ4oPH6kiMuWVJUNJaW8z { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:28.875rem;height:2.35625rem;font-style:normal;display:block; }
#oqS7GVLgZBQfm07V6nlWkBECdi8NcqIM { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.3125rem;left:28.875rem;height:1.625rem;font-style:normal;display:block; }
#WNzsDCa1caErliMV1GBR8pR9N77vUL6s { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:28.875rem;height:5.625rem;font-style:normal;display:block; }
#XEKgiqTw0NvCKaE9TNJFNnXQX6fh58Tl { color:#0060ab;display:block;width:20.625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.4375rem;left:54.250001907349rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TmZXNqGwr3obXOHU7zRns9es3lOm6QAl { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5rem;left:54.375rem;height:1.625rem;font-style:normal;display:block; }
#RQR81GV9kPzv7vPM8LVvH0OhhWM5p42h { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.9375rem;left:54.1875rem;height:4.21875rem;font-style:normal;display:block; }
#wymFiLqPIVHg4mMqIL2RyXd3q8zoIAiB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;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; }#wymFiLqPIVHg4mMqIL2RyXd3q8zoIAiB > .row .container { background-color: transparent; background-image: none; }#wymFiLqPIVHg4mMqIL2RyXd3q8zoIAiB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wymFiLqPIVHg4mMqIL2RyXd3q8zoIAiB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wymFiLqPIVHg4mMqIL2RyXd3q8zoIAiB > .row .container > .video-iframe-container { display: none; }#wymFiLqPIVHg4mMqIL2RyXd3q8zoIAiB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wymFiLqPIVHg4mMqIL2RyXd3q8zoIAiB > .row > .video-iframe-container { display: none; }#wymFiLqPIVHg4mMqIL2RyXd3q8zoIAiB > .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); }#wymFiLqPIVHg4mMqIL2RyXd3q8zoIAiB > .row .container { border-width: 0; border-radius: 0; }#wymFiLqPIVHg4mMqIL2RyXd3q8zoIAiB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wymFiLqPIVHg4mMqIL2RyXd3q8zoIAiB > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#iJ1IN0qBHmggUkmT3ffDTK6HBfTM9TV0 { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:manrope;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.5791015625rem;left:0rem;height:11.69925rem;font-style:normal;display:block; }
#tHiRy3PR6lekRP66R6ZtozgxWo4C5Alo { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:17.1875rem;left:0rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pzWa5TTngGgT1vSOGwa3BHD5ius6MsmJ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;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:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.6123125rem;height:2.54980625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:26.38671875rem;left:0rem;display:block; }
#GR69atgGp7U0SGTTVQhQPeTWu7LATrnC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pDSqEabVs9PsHAu3ezwXCT5zGz2qEP3M { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:10.625rem;left:40.75rem;height:4.21875rem;font-style:normal;display:block; }
#pNvBQsC5IQWqKS7Xs8HozvKRLKgC82Xd { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:6.875rem;left:40.75rem;height:3.75rem;font-style:normal;display:block; }
#OypCWJoCGwJt49N8Vx4l2o939qTJBIC3 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:10.625rem;left:59.5rem;height:4.21875rem;font-style:normal;display:block; }
#bICEJW3EdDS2dJhq48M8k4kmSpk08FJD { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:6.875rem;left:59.5rem;height:3.75rem;font-style:normal;display:block; }
#WFGyLATf6FFnOIEcACZ2TJcZD1ITaqgy { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:21.25rem;left:40.53125rem;height:1.875rem;font-style:normal;display:block; }
#fuZKPBDcazMURTSCVRTEebMTVKSSAJTE { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:21.25rem;left:59.625rem;height:1.875rem;font-style:normal;display:block; }
#AMMTJzEmCqg7DGbza9uzCIFw4KgfvolN { position:absolute;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1981e142-c127-4298-bd8e-e94398361ede/ic_Claustro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:3.5625rem;left:40.625rem;display:block; }#AMMTJzEmCqg7DGbza9uzCIFw4KgfvolN.adaptive-delivery-prevent-bg, #AMMTJzEmCqg7DGbza9uzCIFw4KgfvolN.lazyload, #AMMTJzEmCqg7DGbza9uzCIFw4KgfvolN.lazyloading { background-image: none; }
#XHNaiEM7QTMValEsiRKnIH3Ze6MPtxFi { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4211c3be-bb18-4f14-989f-8195ce99f249/ic_diploma.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:3.5625rem;left:59rem;display:block; }#XHNaiEM7QTMValEsiRKnIH3Ze6MPtxFi.adaptive-delivery-prevent-bg, #XHNaiEM7QTMValEsiRKnIH3Ze6MPtxFi.lazyload, #XHNaiEM7QTMValEsiRKnIH3Ze6MPtxFi.lazyloading { background-image: none; }
#MRSIx4UQOEpnWvqJWpRETdw9qcTTl5Dv { position:absolute;display:block;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64275fcf-a2be-49d3-afa1-3134f8c57830/ic_handshake.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.3125rem;left:40.875rem;display:block; }#MRSIx4UQOEpnWvqJWpRETdw9qcTTl5Dv.adaptive-delivery-prevent-bg, #MRSIx4UQOEpnWvqJWpRETdw9qcTTl5Dv.lazyload, #MRSIx4UQOEpnWvqJWpRETdw9qcTTl5Dv.lazyloading { background-image: none; }
#rOTJKUtfaMRlTmT1QfpM7OW4FRiMXRBu { position:absolute;display:block;z-index:15035;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/440a47bb-e030-4916-90a8-83a93d566780/ic_maleta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:18.125rem;left:59.5rem;display:block; }#rOTJKUtfaMRlTmT1QfpM7OW4FRiMXRBu.adaptive-delivery-prevent-bg, #rOTJKUtfaMRlTmT1QfpM7OW4FRiMXRBu.lazyload, #rOTJKUtfaMRlTmT1QfpM7OW4FRiMXRBu.lazyloading { background-image: none; }
#TwOpFOErqsKPNysxbhZwqHcdDMoiHxgB { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:23.25rem;left:40.75rem;height:5.625rem;font-style:normal;display:block; }
#i6mwKZmITKTuop8boAqbXFANAaQSkHJc { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:23.25rem;left:59.5rem;height:5.625rem;font-style:normal;display:block; }
#ZrrRZwrCZ9gqcI5Xz1bGIC03GAHGR9ay { position:relative;display:block; }#ZrrRZwrCZ9gqcI5Xz1bGIC03GAHGR9ay { background-color: transparent; background-image: none; }#ZrrRZwrCZ9gqcI5Xz1bGIC03GAHGR9ay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrrRZwrCZ9gqcI5Xz1bGIC03GAHGR9ay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrrRZwrCZ9gqcI5Xz1bGIC03GAHGR9ay > .row .container > .video-iframe-container { display: none; }#ZrrRZwrCZ9gqcI5Xz1bGIC03GAHGR9ay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrrRZwrCZ9gqcI5Xz1bGIC03GAHGR9ay > .row > .video-iframe-container { display: none; }#ZrrRZwrCZ9gqcI5Xz1bGIC03GAHGR9ay > .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); }#ZrrRZwrCZ9gqcI5Xz1bGIC03GAHGR9ay { border-width: 0; border-radius: 0; }#ZrrRZwrCZ9gqcI5Xz1bGIC03GAHGR9ay > .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; }#ZrrRZwrCZ9gqcI5Xz1bGIC03GAHGR9ay > .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:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zv9HTy1rIBITh3EZV7qGrOLxIU0E6Tl2 { color:#161616;display:block;width:18.6875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:1.1875rem;height:2.35625rem;font-style:normal;display:block; }
#KR6dEefoeQHaqcMSV2WHOAhOVnbxdsMu { color:#161616;display:block;width:47.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.8125rem;left:1.1875rem;height:1.40625rem;font-style:normal;display:block; }
#NS6thhhUUxlsyn2adHiv8Z12EVoaOH06 { position:relative;display:block; }#NS6thhhUUxlsyn2adHiv8Z12EVoaOH06 { background-color: transparent; background-image: none; }#NS6thhhUUxlsyn2adHiv8Z12EVoaOH06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS6thhhUUxlsyn2adHiv8Z12EVoaOH06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS6thhhUUxlsyn2adHiv8Z12EVoaOH06 > .row .container > .video-iframe-container { display: none; }#NS6thhhUUxlsyn2adHiv8Z12EVoaOH06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS6thhhUUxlsyn2adHiv8Z12EVoaOH06 > .row > .video-iframe-container { display: none; }#NS6thhhUUxlsyn2adHiv8Z12EVoaOH06 > .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); }#NS6thhhUUxlsyn2adHiv8Z12EVoaOH06 { border-width: 0; border-radius: 0; }#NS6thhhUUxlsyn2adHiv8Z12EVoaOH06 > .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; }#NS6thhhUUxlsyn2adHiv8Z12EVoaOH06 > .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:15.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D0gSuAfaUSrzaUdJsOCkizVaftFp0mGb { color:#0060ab;display:block;width:21.5rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#rQO2Bavmx1LTJEUVm0phmxt24KWsQTRT { color:#161616;display:block;width:17.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.5rem;left:26.5625rem;height:5.625rem;font-style:normal;display:block; }
#wtWuclHNnvTTHXwotNnM2oZgRgWUsQch { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#Z7AtfSyrUXprB6BnorHvdHXq3KneX349 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#tV9WOW7HVH7rqrHzBxKzQWmfCT1dz4L9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#JOhARTULwiFirnMrL8awAHe9b7D8noK4 { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5rem;left:1.5625rem;height:5.625rem;font-style:normal;display:block; }
#wcQZo5lHOw8sBnHGQXfJkbG9UGcbz4a2 { color:#0060ab;display:block;width:21.1875rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:26.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#nopZQGtLczNnHiaVGNuExW74kCCbWLlO { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:8.4375rem;left:51.5625rem;height:5.625rem;font-style:normal;display:block; }
#G6AG1sTp3X97fT3MmQpuQpnwgtKt7GTE { color:#0060ab;display:block;width:23.4375rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:51.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#AeeDmygp2xcx50UfNNZ4yvkxTD8f2cDS { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e3efb25-ecc2-4ff2-87db-56cc972e342d/uranking.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:6.125rem;top:4.6875rem;left:26.5625rem;display:block; }#AeeDmygp2xcx50UfNNZ4yvkxTD8f2cDS.adaptive-delivery-prevent-bg, #AeeDmygp2xcx50UfNNZ4yvkxTD8f2cDS.lazyload, #AeeDmygp2xcx50UfNNZ4yvkxTD8f2cDS.lazyloading { background-image: none; }
#OffJW6BKrzrlprESFmq17BffEQhke8h1 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3eef5184-4184-44c0-bd52-c48cfd9637bc/forbeslogo01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.25rem;top:5.0607633590698rem;left:1.5625rem;display:block; }#OffJW6BKrzrlprESFmq17BffEQhke8h1.adaptive-delivery-prevent-bg, #OffJW6BKrzrlprESFmq17BffEQhke8h1.lazyload, #OffJW6BKrzrlprESFmq17BffEQhke8h1.lazyloading { background-image: none; }
#Dn9s5Qc9X21qJR4qmi1DbxGGVgbCzgO7 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/005d7d0f-9247-4e9a-8b16-f6700234480a/logo_coordenadas.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.6875rem;top:4.6875rem;left:51.5625rem;display:block; }#Dn9s5Qc9X21qJR4qmi1DbxGGVgbCzgO7.adaptive-delivery-prevent-bg, #Dn9s5Qc9X21qJR4qmi1DbxGGVgbCzgO7.lazyload, #Dn9s5Qc9X21qJR4qmi1DbxGGVgbCzgO7.lazyloading { background-image: none; }
#cuPMr7F8sn2wEswGmMaENKpICT94Tnom { position:relative;display:block; }#cuPMr7F8sn2wEswGmMaENKpICT94Tnom { background-color: transparent; background-image: none; }#cuPMr7F8sn2wEswGmMaENKpICT94Tnom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuPMr7F8sn2wEswGmMaENKpICT94Tnom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuPMr7F8sn2wEswGmMaENKpICT94Tnom > .row .container > .video-iframe-container { display: none; }#cuPMr7F8sn2wEswGmMaENKpICT94Tnom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuPMr7F8sn2wEswGmMaENKpICT94Tnom > .row > .video-iframe-container { display: none; }#cuPMr7F8sn2wEswGmMaENKpICT94Tnom > .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); }#cuPMr7F8sn2wEswGmMaENKpICT94Tnom { border-width: 0; border-radius: 0; }#cuPMr7F8sn2wEswGmMaENKpICT94Tnom > .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; }#cuPMr7F8sn2wEswGmMaENKpICT94Tnom > .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:18rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cP6Rzc3DEZol4k6zren4xZ46Pm6UZ72z { color:#161616;display:block;width:35.875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:1.25rem;height:2.35625rem;font-style:normal;display:block; }
#uDixGEl6mvRM5kblpVHs6gcQvzZqypOc { color:#161616;display:block;width:42.9375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.0625rem;left:1.25rem;height:2.8125rem;font-style:normal;display:block; }
#K9VZPNPIOwoghRMK1RqrMltKnRi3W1h3 { position:absolute;display:block;z-index:15008;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:9.875rem;left:9.875rem;display:block; }
#UdfUybSURZTeIaky6UXkQRBoB2BHXEnZ { position:absolute;display:block;z-index:15009;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:9.875rem;left:24.25rem;display:block; }
#axkQ2iTqxcDSRzz1455HNF4o99E1C9Of { position:absolute;display:block;z-index:15010;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:9.875rem;left:39.1875rem;display:block; }
#Om8teHhetRAkp40sBg7ptFRlTTgTG5iG { position:absolute;display:block;z-index:15011;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:9.875rem;left:53.9375rem;display:block; }
#OhHCdxtDRGixlyiMegEzvOT3z8lXtLXF { position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f9dd6bde-d499-4311-9dc4-f879e1e29172/logo_severoochoa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:10.8125rem;top:10.75rem;left:10.875rem;display:block; }#OhHCdxtDRGixlyiMegEzvOT3z8lXtLXF.adaptive-delivery-prevent-bg, #OhHCdxtDRGixlyiMegEzvOT3z8lXtLXF.lazyload, #OhHCdxtDRGixlyiMegEzvOT3z8lXtLXF.lazyloading { background-image: none; }
#zREkhZEytDb0rlbFhp0DTmx6N8KDHZWk { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b95da100-8c77-41ba-9c25-f9bc339c69f0/hd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:10.8125rem;top:10.75rem;left:25.25rem;display:block; }#zREkhZEytDb0rlbFhp0DTmx6N8KDHZWk.adaptive-delivery-prevent-bg, #zREkhZEytDb0rlbFhp0DTmx6N8KDHZWk.lazyload, #zREkhZEytDb0rlbFhp0DTmx6N8KDHZWk.lazyloading { background-image: none; }
#QDKha2BeiTZTzqUTRevKJxMrTyNDUBys { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/54cfd0fb-468a-4635-89df-8c7208827591/logo_reyjuancarlos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:10.4375rem;top:10.875rem;left:40.375rem;display:block; }#QDKha2BeiTZTzqUTRevKJxMrTyNDUBys.adaptive-delivery-prevent-bg, #QDKha2BeiTZTzqUTRevKJxMrTyNDUBys.lazyload, #QDKha2BeiTZTzqUTRevKJxMrTyNDUBys.lazyloading { background-image: none; }
#ZkIzJX62ZERtgAqJPTlu37cle8AqtRNi { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/406fb3c1-01ad-4049-8583-fdc69774ed64/LogoHospitalSantaElena.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:11rem;top:10.3125rem;left:54.875rem;display:block; }#ZkIzJX62ZERtgAqJPTlu37cle8AqtRNi.adaptive-delivery-prevent-bg, #ZkIzJX62ZERtgAqJPTlu37cle8AqtRNi.lazyload, #ZkIzJX62ZERtgAqJPTlu37cle8AqtRNi.lazyloading { background-image: none; }
#vqZZTrpLzQdW3CmWdKQEADSIJ1TR8mul { position:relative;display:block; }#vqZZTrpLzQdW3CmWdKQEADSIJ1TR8mul { background-color: transparent; background-image: none; }#vqZZTrpLzQdW3CmWdKQEADSIJ1TR8mul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqZZTrpLzQdW3CmWdKQEADSIJ1TR8mul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqZZTrpLzQdW3CmWdKQEADSIJ1TR8mul > .row .container > .video-iframe-container { display: none; }#vqZZTrpLzQdW3CmWdKQEADSIJ1TR8mul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqZZTrpLzQdW3CmWdKQEADSIJ1TR8mul > .row > .video-iframe-container { display: none; }#vqZZTrpLzQdW3CmWdKQEADSIJ1TR8mul > .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); }#vqZZTrpLzQdW3CmWdKQEADSIJ1TR8mul { border-width: 0; border-radius: 0; }#vqZZTrpLzQdW3CmWdKQEADSIJ1TR8mul > .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; }#vqZZTrpLzQdW3CmWdKQEADSIJ1TR8mul > .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:26.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q5KPTm7OUaPWsTGTr7dIgBi3IH7LOzRn { color:#161616;display:block;width:32.5rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.25rem;height:4.71235625rem;font-style:normal;display:block; }
#aP3UoDUGn8wGowCAXmmSocFbPeTA83XU { color:#9b9b9b;display:block;width:12rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.75rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#o92eKSbNsEzMZqAf4a9JiLk4oPJ9UD1E { color:#161616;display:block;width:27.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.6875rem;left:1.25rem;height:4.21875rem;font-style:normal;display:block; }
#i8RkaOlQ6oOpF1syUJfAb0ISmf4xwo7x { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:2.75rem;left:37.5rem;display:block; }
#PzCy81Up4HaLTVxD1rdUqwr2XFz9u2w2 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d2a63d9-4123-4116-a55e-ec5a67af69ce/ic_maleta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:16.890625rem;left:38.4375rem;display:block; }#PzCy81Up4HaLTVxD1rdUqwr2XFz9u2w2.adaptive-delivery-prevent-bg, #PzCy81Up4HaLTVxD1rdUqwr2XFz9u2w2.lazyload, #PzCy81Up4HaLTVxD1rdUqwr2XFz9u2w2.lazyloading { background-image: none; }
#TUbJEbUHPIT7J4CNgmToNm3m7V2AWt0N { color:#161616;display:block;width:9.5rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.828125rem;left:38.4375rem;height:3.9375rem;font-style:normal;display:block; }
#DdiLPiiDC4IhqvTavu8Db9xq47VqprsG { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:2.75rem;left:50.5625rem;display:block; }
#slWQcA3PKUhB9aXPRcgo1INT4qULac1l { color:#161616;display:block;width:10.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.828125rem;left:51.125rem;height:3.9375rem;font-style:normal;display:block; }
#JfKipTTkAlZ40WuysZ2MfydfJIcM5k6N { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:2.75rem;left:63.625rem;display:block; }
#w3dHQR8EA3AeuqIuT2kXOwka5zwd8ENu { color:#161616;display:block;width:8.9375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:7.625rem;left:64.75rem;height:3.9375rem;font-style:normal;display:block; }
#adcGxWHzMhipQ9d7yK6D0G4kTTyIfLFD { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:12.6875rem;left:37.5rem;display:block; }
#dC2S5b1sf7GBD2TM9MACHAmkBrtCbVnf { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:12.6875rem;left:50.5625rem;display:block; }
#SVoUoQNMJRTP6NZQEtmdaqMts337C4kx { color:#161616;display:block;width:9.9375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:17.5625rem;left:38.25rem;height:3.9375rem;font-style:normal;display:block; }
#P5vkZK0ZtTIFAwAua6FdFkRNsIdhqag4 { color:#161616;display:block;width:9.9375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:17.5625rem;left:51.3125rem;height:3.9375rem;font-style:normal;display:block; }
#H3iySODmOXkRAsIh0HHNGpkwJ27w3zJW { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:12.6875rem;left:63.625rem;display:block; }
#oSOFMtWZzCxcz5e1TNBmbB6kRaFsTbLZ { color:#161616;display:block;width:10.375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:17.5625rem;left:64.4375rem;height:5.25rem;font-style:normal;display:block; }
#fU82a9QIFxlW4n5mO5oJcoh5bQdv4hRn { position:absolute;display:block;z-index:15031;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7bbbf1a-872f-4c90-b8ec-59c7bf5f0bb0/clarity_talkbubblesline.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:14.125rem;left:51.75rem;display:block; }#fU82a9QIFxlW4n5mO5oJcoh5bQdv4hRn.adaptive-delivery-prevent-bg, #fU82a9QIFxlW4n5mO5oJcoh5bQdv4hRn.lazyload, #fU82a9QIFxlW4n5mO5oJcoh5bQdv4hRn.lazyloading { background-image: none; }
#QQUHQTaC745MOqrRd4VrMqG98QUCEtaw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.75rem;left:64.375rem; }
#ABeFKe80i46lOZemAWVnkyqi8xcnDFZX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.890625rem;left:37.5rem; }
#nTI6bRKkTZlynhV49OS87JCk6NzhkNZz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:4.296875rem;left:51.6875rem; }
#ZfgIJmF4u70Pe4wAZptQ99mvAm5Ti7QO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:4.25rem;left:64.5rem; }
#TTeClWfN9JvGcufvGrNiE0Mf6TZJbPud { color:#161616;display:block;width:27.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.375rem;left:1.25rem;height:2.8125rem;font-style:normal;display:block; }
#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu.adaptive-delivery-prevent-bg, #l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu.lazyload, #l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu.lazyloading { background-image: none; }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .row .container { background-color: transparent; background-image: none; }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .row .container > .video-iframe-container { display: none; }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .row > .video-iframe-container { display: none; }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .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); }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .row .container { border-width: 0; border-radius: 0; }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#C7zkMGZLxSGt4JqaOzqJ3lGfnJU3S2cr { color:#ffffff;display:block;width:44.5625rem;position:absolute;font-family:manrope;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875002384186rem;left:0rem;height:11.37695rem;font-style:normal;display:block; }
#wBFCDKXbeZ0BUWKswmMgsEPoBoUGc7Gh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#zPpWeBtGKrT0VpRMTg0fdH8aCNS3PD5k { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#nKdBVZQxnGKW0xstvnrG0GcQ5sRXxE4C { position:relative;display:block; }#nKdBVZQxnGKW0xstvnrG0GcQ5sRXxE4C { background-color: transparent; background-image: none; }#nKdBVZQxnGKW0xstvnrG0GcQ5sRXxE4C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKdBVZQxnGKW0xstvnrG0GcQ5sRXxE4C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKdBVZQxnGKW0xstvnrG0GcQ5sRXxE4C > .row .container > .video-iframe-container { display: none; }#nKdBVZQxnGKW0xstvnrG0GcQ5sRXxE4C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKdBVZQxnGKW0xstvnrG0GcQ5sRXxE4C > .row > .video-iframe-container { display: none; }#nKdBVZQxnGKW0xstvnrG0GcQ5sRXxE4C > .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); }#nKdBVZQxnGKW0xstvnrG0GcQ5sRXxE4C { border-width: 0; border-radius: 0; }#nKdBVZQxnGKW0xstvnrG0GcQ5sRXxE4C > .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; }#nKdBVZQxnGKW0xstvnrG0GcQ5sRXxE4C > .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:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iex21Vq936ku0t1nHF6ENH2MiVXJCBsv { color:#161616;display:block;width:29.0625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.625rem;left:1.125rem;height:2.35618125rem;font-style:normal;display:block; }
#nCya5yarHeMMa3MKNdOKeFx48Kk1d3Pb { color:#9b9b9b;display:block;width:13.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2rem;left:1.125rem;height:1.40625rem;font-style:normal;display:block; }
#ChF1dV7feJJHGDH1LFtXfPeINAOSDx7V { color:#161616;display:block;width:28.125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.75rem;left:1.125rem;height:5.625rem;font-style:normal;display:block; }
#UvwzniFu7M0u4M76vLKZ9t4wWVhJkCee { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;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:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:16.0625rem;left:1.125rem;display:block; }
#BmW8TAeGQW8wooeR6n6soEOKTuIMWlGp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kIs1R3d0T3TH4xJ3imDKnFBX8OTUBNl3 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a862fe13-51f1-4f77-af34-feaead02c983/img1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5625rem;width:12.5rem;top:2rem;left:37.375rem;display:block; }#kIs1R3d0T3TH4xJ3imDKnFBX8OTUBNl3.adaptive-delivery-prevent-bg, #kIs1R3d0T3TH4xJ3imDKnFBX8OTUBNl3.lazyload, #kIs1R3d0T3TH4xJ3imDKnFBX8OTUBNl3.lazyloading { background-image: none; }
#fUcbz7cM39optlixO1yBDMwCmSMvLFC9 { color:#161616;display:block;width:22.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:3.25rem;left:51.25rem;height:5.625rem;font-style:normal;display:block; }
#VSTZXhsqkM21riANkJ2P41O0IEkNXn0B { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c0a9e6ee-a0bf-4100-9d31-64861811ba7d/IMG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5625rem;width:12.5rem;top:12rem;left:37.375rem;display:block; }#VSTZXhsqkM21riANkJ2P41O0IEkNXn0B.adaptive-delivery-prevent-bg, #VSTZXhsqkM21riANkJ2P41O0IEkNXn0B.lazyload, #VSTZXhsqkM21riANkJ2P41O0IEkNXn0B.lazyloading { background-image: none; }
#uL5tUHytcTX6EWKR6EpRBwr4ZbmawuIG { color:#161616;display:block;width:22.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:13.3125rem;left:51.25rem;height:4.21875rem;font-style:normal;display:block; }
#gLxm7MH8KKv2NLfS0TzQROK3iTBruDeS { position:relative;display:block; }#gLxm7MH8KKv2NLfS0TzQROK3iTBruDeS { background-color: transparent; background-image: none; }#gLxm7MH8KKv2NLfS0TzQROK3iTBruDeS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLxm7MH8KKv2NLfS0TzQROK3iTBruDeS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLxm7MH8KKv2NLfS0TzQROK3iTBruDeS > .row .container > .video-iframe-container { display: none; }#gLxm7MH8KKv2NLfS0TzQROK3iTBruDeS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLxm7MH8KKv2NLfS0TzQROK3iTBruDeS > .row > .video-iframe-container { display: none; }#gLxm7MH8KKv2NLfS0TzQROK3iTBruDeS > .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); }#gLxm7MH8KKv2NLfS0TzQROK3iTBruDeS { border-width: 0; border-radius: 0; }#gLxm7MH8KKv2NLfS0TzQROK3iTBruDeS > .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; }#gLxm7MH8KKv2NLfS0TzQROK3iTBruDeS > .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:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HKU0l21aSzs4NuRHqKXSGqcKuIHZbFPu { color:#161616;display:block;width:29.0625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:38.75rem;height:4.71235625rem;font-style:normal;display:block; }
#Ldn8tp5Gto7C6zJMUnQhWxg1wouucOeD { color:#161616;display:block;width:32.125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.3125rem;left:38.75rem;height:2.8125rem;font-style:normal;display:block; }
#PMDH08lPEcV5OtP983ghT6STPT8mymQ2 { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;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:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:26.1875rem;left:39.75rem;display:block; }
#spEIxTnuaVRcQ5nb2oGOEDMnCp8VulaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f8dhpwuTDPSJVUt9htVSHZeO2hQEfz4T { color:#161616;display:block;width:29.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:13.0625rem;left:38.9375rem;height:12.0605625rem;font-style:normal;display:block; }#f8dhpwuTDPSJVUt9htVSHZeO2hQEfz4T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f8dhpwuTDPSJVUt9htVSHZeO2hQEfz4T li:before{  }
#GCwKlwKfQaEesGsQ8pm467ytPqAUOQVu { position:absolute;display:block;z-index:15021;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:24.4375rem;width:36.6875rem;top:3.3125rem;left:0rem;overflow:hidden;display:block; }
#Eu1aZFBvZfE9alHOUsVouOiU2emWRvzM { color:#9b9b9b;display:block;width:13.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.375rem;left:38.75rem;height:1.40625rem;font-style:normal;display:block; }
#vsONyb8liXFdJFAKIgwdQ8AUegXJe9aR { 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; }#vsONyb8liXFdJFAKIgwdQ8AUegXJe9aR > .row .container { background-color: transparent; background-image: none; }#vsONyb8liXFdJFAKIgwdQ8AUegXJe9aR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsONyb8liXFdJFAKIgwdQ8AUegXJe9aR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsONyb8liXFdJFAKIgwdQ8AUegXJe9aR > .row .container > .video-iframe-container { display: none; }#vsONyb8liXFdJFAKIgwdQ8AUegXJe9aR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsONyb8liXFdJFAKIgwdQ8AUegXJe9aR > .row > .video-iframe-container { display: none; }#vsONyb8liXFdJFAKIgwdQ8AUegXJe9aR > .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); }#vsONyb8liXFdJFAKIgwdQ8AUegXJe9aR > .row .container { border-width: 0; border-radius: 0; }#vsONyb8liXFdJFAKIgwdQ8AUegXJe9aR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vsONyb8liXFdJFAKIgwdQ8AUegXJe9aR > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#VCwhkom0U3JDeKKwkbVyCp7Fopwp7Tt8 { color:#003f70;display:block;width:30.1875rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:39.5rem;height:4.87305rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Aph2sF8454FZzOPvrUcHUG4ZPHaTHORE { color:#323232;display:block;width:31.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5rem;left:39.5rem;height:9.7461rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tlXdTPPgrOuRJ3oJ1uhkVtcBARS3uTXU { position:absolute;display:block;z-index:15022;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:24.4375rem;width:36.6875rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#xTKQnPGZsTWI0z9yKp0uKQo7sxlD2gEP { color:#9b9b9b;display:block;width:13.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:2.3125rem;left:39.5rem;height:1.40625rem;font-style:normal;display:block; }
#VozGTyMid48KHmp2Ku24H2hHw4qHVtop { 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; }#VozGTyMid48KHmp2Ku24H2hHw4qHVtop > .row .container { background-color: transparent; background-image: none; }#VozGTyMid48KHmp2Ku24H2hHw4qHVtop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VozGTyMid48KHmp2Ku24H2hHw4qHVtop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VozGTyMid48KHmp2Ku24H2hHw4qHVtop > .row .container > .video-iframe-container { display: none; }#VozGTyMid48KHmp2Ku24H2hHw4qHVtop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VozGTyMid48KHmp2Ku24H2hHw4qHVtop > .row > .video-iframe-container { display: none; }#VozGTyMid48KHmp2Ku24H2hHw4qHVtop > .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); }#VozGTyMid48KHmp2Ku24H2hHw4qHVtop > .row .container { border-width: 0; border-radius: 0; }#VozGTyMid48KHmp2Ku24H2hHw4qHVtop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VozGTyMid48KHmp2Ku24H2hHw4qHVtop > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#AvZ1TDud49qyFtCVUQwv23zrsIHxOMkb { color:#003f70;display:block;width:10.9375rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.562255859375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LIswKqo8Mva2fxSTeW5ZKS6Wud7vKtPJ { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;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: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;height:17.625rem;width:43.875rem;top:6.625rem;left:0rem;display:block; }
#cwzlaOppGJJKyyofrvzgR4UhhLdov7MA { color:#003f70;display:block;width:27.25rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.5rem;left:1rem;height:1.949575rem;text-align:left;text-align-last:left;display:block; }
#B0AuTlDn5VsK636U0OkRWk7hMrsIdH5D { color:#0060ab;display:block;width:35.5rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1rem;height:2.2753875rem;text-align:left;text-align-last:left;display:block; }
#fiRAd1ddkFTsVhFdF2DiPR2K6dEP6Rxl { color:#323232;display:block;width:39.875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:14.6875rem;left:1.1875rem;height:7.3095625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mnS5nhETJmrJH3TtNnUbthXfqUJkatno { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;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:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.8125rem;left:39.71875rem;display:none; }
#h78rKhWRL1KrWAVBh6FF15mZ10oFepwh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reD46LstFxTsLJWpdzmAUD2WRL6bc3cZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#reD46LstFxTsLJWpdzmAUD2WRL6bc3cZ > .row .container { background-color: transparent; background-image: none; }#reD46LstFxTsLJWpdzmAUD2WRL6bc3cZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reD46LstFxTsLJWpdzmAUD2WRL6bc3cZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reD46LstFxTsLJWpdzmAUD2WRL6bc3cZ > .row .container > .video-iframe-container { display: none; }#reD46LstFxTsLJWpdzmAUD2WRL6bc3cZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reD46LstFxTsLJWpdzmAUD2WRL6bc3cZ > .row > .video-iframe-container { display: none; }#reD46LstFxTsLJWpdzmAUD2WRL6bc3cZ > .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); }#reD46LstFxTsLJWpdzmAUD2WRL6bc3cZ > .row .container { border-width: 0; border-radius: 0; }#reD46LstFxTsLJWpdzmAUD2WRL6bc3cZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#reD46LstFxTsLJWpdzmAUD2WRL6bc3cZ > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#uA3lTh81tF1LiGSlte2UpJPkK5gX4mSW { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a31dad82-9679-41f6-8c69-6686eeab2e4d/uax_fp_blanco.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.93676875rem;width:9.74975rem;top:1.937255859375rem;left:0.5615234375rem;display:block; }#uA3lTh81tF1LiGSlte2UpJPkK5gX4mSW.adaptive-delivery-prevent-bg, #uA3lTh81tF1LiGSlte2UpJPkK5gX4mSW.lazyload, #uA3lTh81tF1LiGSlte2UpJPkK5gX4mSW.lazyloading { background-image: none; }
#dQhqE09aKRsAMUZUpHihfLJToJrGmT9H { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:6.875rem;left:1.25rem;height:1.31303125rem;font-style:normal;display:block; }
#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { 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:none; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { border-width: 0; border-radius: 0; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:none; }#hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { color:#003f70;display:block;width:10.9375rem;position:absolute;font-family:"pt sans";font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.562255859375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;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: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;height:17.8125rem;width:45.3125rem;top:7.0625rem;left:0rem;display:block; }
#rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { color:#003f70;display:block;width:20.4375rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.4375rem;left:1.1875rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { color:#003f70;display:block;width:40.25rem;position:absolute;font-family:"pt sans";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.75rem;left:1.1875rem;height:2.2734375rem;text-align:left;text-align-last:left;display:block; }
#hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { color:#323232;display:block;width:42.5rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:14.0625rem;left:1.1875rem;height:8.7715rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebbd00;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { border-width: 0; border-radius: 0; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:none; }#L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:glober;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { 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) { #JErU28rI4mUe1DLuxbUueCCmPBE33da8 { display:block; }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRP9JBXvIczOZ6MpV7gLOw30ViHCVttE { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDDdZBAxURALLtSrEScW6AmhQcIRnc8W { width:12.8125rem;height:2.75rem;top:1.75rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqrGEO4blvhnslF64pUn1omMwBQfWPD3 { display:block; }
 }@media only screen and (max-width: 763px) { #FAZlLb7giRFiPiPsMymGhH3QC5dFnJho { width:10.3125rem;height:3.8125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdg0qyfWhPK0uxwBKGTppzZ3DfcKeF2N { top:2.5rem;left:37.4375rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLuhilWe5Rd6lzTTBBsSHnAylNC9TaA2 { top:2.625rem;left:36.0625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:44.5625rem;height:13.625rem;top:10.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:41.1875rem;height:7.6875rem;top:30.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5CHUnvn2TNqooNFTM40iPkD5IgU9KzH { top:44.75rem;left:0rem;width:13.625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTt0DE2ezxbECnohNvsyB8Ty5Znf6EUd { top:47.875rem;left:0rem;width:13.625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDfc3hWwtT9TL8FmaHKwP2iJoLrOWObJ { top:44.75rem;left:1.375rem;width:15.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKiWdAcecbsgaisXB8aVHLg3AKLQ96IS { top:47.875rem;left:1.375rem;width:13.625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHJcAGFTQ2BTrazWKcGJTRDbgf3amp7s { top:9.8125rem;left:23.375rem;width:24.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSmsbUg8gteImoZ05pHvDIcIL9TO4DKl { top:10.6875rem;left:37.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KARa2ovLkvm1STB6JtRUNQ4QwmIvSTGd { top:10.3125rem;left:28.5rem;width:19.25rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbl0LDlIQ9zn2Z74sXM2eEZdysMFIQuS { top:14.8125rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #T3IxtDBHUsp8pnZDbpgAeahZehKvpJM0 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kgAWnzkn8cEGgJ9rT8qskWMTfSB99BFS { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Zke3EM0PKyzMS6ihVUR2ZZAIZx4LZilG {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe {  }
 }@media only screen and (max-width: 763px) { #TGgaUOTulkOBOVTUmMcTuuO9v4Al9Qtm { display:block; }
 }@media only screen and (max-width: 763px) { #cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { display:block; }
 }@media only screen and (max-width: 763px) { #OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { display:block; }
 }@media only screen and (max-width: 763px) { #N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { display:block; }
 }@media only screen and (max-width: 763px) { #HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { display:block; }
 }@media only screen and (max-width: 763px) { #mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { display:block; }
 }@media only screen and (max-width: 763px) { #mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { display:block; }
 }@media only screen and (max-width: 763px) { #oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { display:block; }
 }@media only screen and (max-width: 763px) { #TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv {  }
 }@media only screen and (max-width: 763px) { #nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { display:block; }
 }@media only screen and (max-width: 763px) { #blghTGcrhvLGcaegIA7BWBlPzGvktdyi { display:block; }
 }@media only screen and (max-width: 763px) { #MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { display:block; }
 }@media only screen and (max-width: 763px) { #KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { display:block; }
 }@media only screen and (max-width: 763px) { #bWzIASESbA7SZlfCTHZxfwszymhmCgcp { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #IETxMTQTByh8id6hrnJ7qliBTHFWQV4F {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bIvC4KkFwJQD3AA4mz3Fxzg5TpFi0IcL {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #MB4Fk8QCdPe2wmHDSJy8nGehCzRlSGBJ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGgkOp2i4EesMX1kRdTwFOEomQDGKFtf {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #gatwJcLP0awfqt53TIylXXkme44ukB0Z {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #T3ODuAcdP15EJthCldvGgU9GCOXEyJCx {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH {  }
 }@media only screen and (max-width: 763px) { #PQzW4obkhgxWi1ERbLy3PiZysqD6kEx3 { top:4.1875rem;left:0rem;width:45.125rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRVzQCWSka6TOmsQROtHvwsTkzm2KLPH { top:7.375rem;left:0rem;width:4.5rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVwSQoS5NOarakpxoho4mRSwEQSPJOBl { top:42.9375rem;left:0rem;width:4.5rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfRZTsXx8QIMyToNagAeKmseHh2lzOwM { top:7.375rem;left:8.5rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vC8P65bKdN2Bw17IP3phci80vkRTPMpy { top:8.9375rem;left:8.5rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #leTF6wGDXAZHVBcK8JhVo63kJcXgZBMP { top:8.9375rem;left:0.3125rem;width:5.125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTTq3IvFG04t7JTqdEgzMHKXiZsEwfmu { top:7.375rem;left:0.0625rem;width:6.375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iaJIquEAHvN31aMaXAtou7UbTCk2tMya { top:8.9375rem;left:17.4375rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bP29HwTUy4vEEg8d8vV3TIp8llrwT03x { top:7.375rem;left:17.4375rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZ9xMF4aZHtVphE2A2L9m6mDBCub0Q69 { top:28.75rem;left:0rem;width:20rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPWvTE86L0bgD3TiGAfGFToRsPT8ZRgQ { top:34.1875rem;left:0rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTGxXoIaSkuc4dLSa7sivcqxOfiiKBX4 { width:47.75rem;height:25.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9rLyouwQcxu4EfT1pxiB69gMvZckpuk { display:none; }
 }@media only screen and (max-width: 763px) { #rGcOg4C2ebxTByNfFQ8DraM4iUvza0dt { display:block; }#rGcOg4C2ebxTByNfFQ8DraM4iUvza0dt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcTb8tUuirR5k5TDL02RiUJMUrCZuqyA { top:3.625rem;left:0rem;width:45.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPopm5HI23Zb9GcfQTexrhCTx8W4DLu1 { top:6.9375rem;left:0rem;width:4.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdEn6qokllwzV4S3kVAMbTHe24s9lrCO { top:8.5rem;left:0rem;width:5.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0xNuXUaK7mN5TGUCyun4abtHpiuA2y9 { top:8.5rem;left:0.1875rem;width:5.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg45vQd9uVbcV0m7CWyrqR8z9vpuxbSt { top:6.9375rem;left:0rem;width:6.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaAJCiD4facvQXcnlp0vLC0a57lgXOyE { top:8.5rem;left:8.375rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7OuEqx2lQpHdRTKfe4xvk1Hcf5u1GGA { top:6.9375rem;left:8.375rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFezVkeyv469FS6U0cf0VIhG0yJu5ubI { top:8.5rem;left:17.3125rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtLBdfsevIftsRILxHn9R9Jhzlgghyrc { top:6.9375rem;left:17.3125rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT0MCcTIXp02cDbXS5uCxhmXb4W9WANs { top:2.5rem;left:0rem;width:14.9375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8NepdSzKTQSeKpD8KfqTPptN8X6nIXN { top:0.75rem;left:0rem;width:34.1875rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdprynD0x2WRdSzia1NJvKFHBWcDI7VU { top:3.8125rem;left:0rem;width:44.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEp4hM7GxpmIZwN0tT2Ul3WuPCFsvP6P { display:block; }#CEp4hM7GxpmIZwN0tT2Ul3WuPCFsvP6P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKBDDaMdXHqdynToE5Qdf5WX4bTddlsu { top:2.4375rem;left:0rem;width:15.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTHO336adtBG2NOznTpguXvUZu6T0559 { top:0.0625rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE6xvwoJEZIdbgf9THndXfcvcWGLcz40 { display:block; }#SE6xvwoJEZIdbgf9THndXfcvcWGLcz40 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmsXUTAT9uqsilEkfPO3aKExhD0f7nhZ { top:6.9375rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moboGRx4iTdWRhiXLCqnsqVT9rLUITW6 { top:4.5rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk1Srk90et4bhZo4Tbc9Lps5DmvT59wT { top:1.4375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJsreJfBRxmvQ4oPH6kiMuWVJUNJaW8z { top:1.25rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqS7GVLgZBQfm07V6nlWkBECdi8NcqIM { top:4.3125rem;left:15.875rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNzsDCa1caErliMV1GBR8pR9N77vUL6s { top:6.5625rem;left:12.9375rem;width:18.8125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEKgiqTw0NvCKaE9TNJFNnXQX6fh58Tl { top:1.4375rem;left:22.9375rem;width:20.625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmZXNqGwr3obXOHU7zRns9es3lOm6QAl { top:4.5rem;left:31.75rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQR81GV9kPzv7vPM8LVvH0OhhWM5p42h { top:6.9375rem;left:28.8125rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wymFiLqPIVHg4mMqIL2RyXd3q8zoIAiB { display:block; }#wymFiLqPIVHg4mMqIL2RyXd3q8zoIAiB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJ1IN0qBHmggUkmT3ffDTK6HBfTM9TV0 { top:3.5625rem;left:0rem;width:37.3125rem;height:11.6875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHiRy3PR6lekRP66R6ZtozgxWo4C5Alo { top:17.1875rem;left:0rem;width:36.875rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzWa5TTngGgT1vSOGwa3BHD5ius6MsmJ { width:12.5625rem;height:2.5rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR69atgGp7U0SGTTVQhQPeTWu7LATrnC { display:block; }
 }@media only screen and (max-width: 763px) { #pDSqEabVs9PsHAu3ezwXCT5zGz2qEP3M { top:10.625rem;left:27.125003814698rem;width:14.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNvBQsC5IQWqKS7Xs8HozvKRLKgC82Xd { top:6.875rem;left:27.125003814698rem;width:15.375rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OypCWJoCGwJt49N8Vx4l2o939qTJBIC3 { top:10.625rem;left:33.25rem;width:14.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bICEJW3EdDS2dJhq48M8k4kmSpk08FJD { top:6.875rem;left:32.375rem;width:15.375rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFGyLATf6FFnOIEcACZ2TJcZD1ITaqgy { top:21.25rem;left:26.906253814698rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuZKPBDcazMURTSCVRTEebMTVKSSAJTE { top:21.25rem;left:32.375rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMMTJzEmCqg7DGbza9uzCIFw4KgfvolN { top:3.5625rem;left:27rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHNaiEM7QTMValEsiRKnIH3Ze6MPtxFi { top:3.5625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRSIx4UQOEpnWvqJWpRETdw9qcTTl5Dv { top:18.3125rem;left:27.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOTJKUtfaMRlTmT1QfpM7OW4FRiMXRBu { top:18.125rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwOpFOErqsKPNysxbhZwqHcdDMoiHxgB { top:23.25rem;left:27.125003814698rem;width:15.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6mwKZmITKTuop8boAqbXFANAaQSkHJc { top:23.25rem;left:33.25rem;width:14.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrrRZwrCZ9gqcI5Xz1bGIC03GAHGR9ay { display:block; }#ZrrRZwrCZ9gqcI5Xz1bGIC03GAHGR9ay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv9HTy1rIBITh3EZV7qGrOLxIU0E6Tl2 { top:2.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR6dEefoeQHaqcMSV2WHOAhOVnbxdsMu { top:5.8125rem;left:0rem;width:47.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS6thhhUUxlsyn2adHiv8Z12EVoaOH06 { display:block; }#NS6thhhUUxlsyn2adHiv8Z12EVoaOH06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0gSuAfaUSrzaUdJsOCkizVaftFp0mGb { top:1.4375rem;left:0rem;width:21.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQO2Bavmx1LTJEUVm0phmxt24KWsQTRT { top:8.5rem;left:14.125rem;width:17.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtWuclHNnvTTHXwotNnM2oZgRgWUsQch { display:none; }
 }@media only screen and (max-width: 763px) { #Z7AtfSyrUXprB6BnorHvdHXq3KneX349 { display:none; }
 }@media only screen and (max-width: 763px) { #tV9WOW7HVH7rqrHzBxKzQWmfCT1dz4L9 { display:none; }
 }@media only screen and (max-width: 763px) { #JOhARTULwiFirnMrL8awAHe9b7D8noK4 { top:8.5rem;left:0rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcQZo5lHOw8sBnHGQXfJkbG9UGcbz4a2 { top:1.4375rem;left:10.5625rem;width:21.1875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nopZQGtLczNnHiaVGNuExW74kCCbWLlO { top:8.4375rem;left:28.8125rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6AG1sTp3X97fT3MmQpuQpnwgtKt7GTE { top:1.4375rem;left:24.1875rem;width:23.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeeDmygp2xcx50UfNNZ4yvkxTD8f2cDS { top:4.6875rem;left:15.875rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OffJW6BKrzrlprESFmq17BffEQhke8h1 { top:5rem;left:0rem;width:7.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn9s5Qc9X21qJR4qmi1DbxGGVgbCzgO7 { top:4.6875rem;left:31.75rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuPMr7F8sn2wEswGmMaENKpICT94Tnom { display:block; }#cuPMr7F8sn2wEswGmMaENKpICT94Tnom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cP6Rzc3DEZol4k6zren4xZ46Pm6UZ72z { top:1.9375rem;left:0rem;width:35.875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDixGEl6mvRM5kblpVHs6gcQvzZqypOc { top:5.0625rem;left:0rem;width:42.9375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9VZPNPIOwoghRMK1RqrMltKnRi3W1h3 { top:9.875rem;left:0rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdfUybSURZTeIaky6UXkQRBoB2BHXEnZ { top:9.875rem;left:10.625rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #axkQ2iTqxcDSRzz1455HNF4o99E1C9Of { top:9.875rem;left:25.5625rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om8teHhetRAkp40sBg7ptFRlTTgTG5iG { top:9.875rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhHCdxtDRGixlyiMegEzvOT3z8lXtLXF { top:10.75rem;left:0rem;width:10.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zREkhZEytDb0rlbFhp0DTmx6N8KDHZWk { top:10.75rem;left:11.625rem;width:10.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDKha2BeiTZTzqUTRevKJxMrTyNDUBys { top:10.875rem;left:26.75rem;width:10.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkIzJX62ZERtgAqJPTlu37cle8AqtRNi { top:10.3125rem;left:36.75rem;width:11rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqZZTrpLzQdW3CmWdKQEADSIJ1TR8mul { display:block; }#vqZZTrpLzQdW3CmWdKQEADSIJ1TR8mul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5KPTm7OUaPWsTGTr7dIgBi3IH7LOzRn { top:5.5625rem;left:0rem;width:32.5rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP3UoDUGn8wGowCAXmmSocFbPeTA83XU { top:2.75rem;left:0rem;width:12rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o92eKSbNsEzMZqAf4a9JiLk4oPJ9UD1E { top:12.6875rem;left:0rem;width:27.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8RkaOlQ6oOpF1syUJfAb0ISmf4xwo7x { top:2.75rem;left:23.875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzCy81Up4HaLTVxD1rdUqwr2XFz9u2w2 { top:16.875rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUbJEbUHPIT7J4CNgmToNm3m7V2AWt0N { top:6.8125rem;left:23.875rem;width:9.5rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdiLPiiDC4IhqvTavu8Db9xq47VqprsG { top:2.75rem;left:30.125rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slWQcA3PKUhB9aXPRcgo1INT4qULac1l { top:6.8125rem;left:30.6875rem;width:10.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfKipTTkAlZ40WuysZ2MfydfJIcM5k6N { top:2.75rem;left:36.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3dHQR8EA3AeuqIuT2kXOwka5zwd8ENu { top:7.625rem;left:38.8125rem;width:8.9375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adcGxWHzMhipQ9d7yK6D0G4kTTyIfLFD { top:12.6875rem;left:23.875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC2S5b1sf7GBD2TM9MACHAmkBrtCbVnf { top:12.6875rem;left:30.125rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVoUoQNMJRTP6NZQEtmdaqMts337C4kx { top:17.5625rem;left:23.875rem;width:9.9375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5vkZK0ZtTIFAwAua6FdFkRNsIdhqag4 { top:17.5625rem;left:30.875rem;width:9.9375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3iySODmOXkRAsIh0HHNGpkwJ27w3zJW { top:12.6875rem;left:36.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSOFMtWZzCxcz5e1TNBmbB6kRaFsTbLZ { top:17.5625rem;left:37.375rem;width:10.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU82a9QIFxlW4n5mO5oJcoh5bQdv4hRn { top:14.125rem;left:31.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQUHQTaC745MOqrRd4VrMqG98QUCEtaw { top:13.75rem;left:43.9375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABeFKe80i46lOZemAWVnkyqi8xcnDFZX { top:3.875rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTI6bRKkTZlynhV49OS87JCk6NzhkNZz { top:4.25rem;left:31.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfgIJmF4u70Pe4wAZptQ99mvAm5Ti7QO { top:4.25rem;left:44.0625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTeClWfN9JvGcufvGrNiE0Mf6TZJbPud { top:18.375rem;left:0rem;width:27.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu { display:block; }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7zkMGZLxSGt4JqaOzqJ3lGfnJU3S2cr { top:3.6875rem;left:0rem;width:44.5625rem;height:11.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBFCDKXbeZ0BUWKswmMgsEPoBoUGc7Gh { display:none; }
 }@media only screen and (max-width: 763px) { #zPpWeBtGKrT0VpRMTg0fdH8aCNS3PD5k { display:none; }
 }@media only screen and (max-width: 763px) { #nKdBVZQxnGKW0xstvnrG0GcQ5sRXxE4C { display:block; }#nKdBVZQxnGKW0xstvnrG0GcQ5sRXxE4C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iex21Vq936ku0t1nHF6ENH2MiVXJCBsv { top:5.625rem;left:0rem;width:29.0625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCya5yarHeMMa3MKNdOKeFx48Kk1d3Pb { top:2rem;left:0rem;width:13.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChF1dV7feJJHGDH1LFtXfPeINAOSDx7V { top:8.75rem;left:0rem;width:28.125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvwzniFu7M0u4M76vLKZ9t4wWVhJkCee { width:14.3125rem;height:2.75rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmW8TAeGQW8wooeR6n6soEOKTuIMWlGp { display:block; }
 }@media only screen and (max-width: 763px) { #kIs1R3d0T3TH4xJ3imDKnFBX8OTUBNl3 { top:2rem;left:11.375rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUcbz7cM39optlixO1yBDMwCmSMvLFC9 { top:3.25rem;left:25.25rem;width:22.5rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSTZXhsqkM21riANkJ2P41O0IEkNXn0B { top:12rem;left:11.375rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL5tUHytcTX6EWKR6EpRBwr4ZbmawuIG { top:13.3125rem;left:25.25rem;width:22.5rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLxm7MH8KKv2NLfS0TzQROK3iTBruDeS { display:block; }#gLxm7MH8KKv2NLfS0TzQROK3iTBruDeS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKU0l21aSzs4NuRHqKXSGqcKuIHZbFPu { top:3.3125rem;left:18.6875rem;width:29.0625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldn8tp5Gto7C6zJMUnQhWxg1wouucOeD { top:9.3125rem;left:15.625rem;width:32.125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMDH08lPEcV5OtP983ghT6STPT8mymQ2 { width:14.3125rem;height:2.75rem;top:26.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spEIxTnuaVRcQ5nb2oGOEDMnCp8VulaT { display:block; }
 }@media only screen and (max-width: 763px) { #f8dhpwuTDPSJVUt9htVSHZeO2hQEfz4T { top:13.0625rem;left:17.9375rem;width:29.8125rem;height:12.0625rem;font-size:0.9375rem;display:block; }#f8dhpwuTDPSJVUt9htVSHZeO2hQEfz4T li:before{  }
 }@media only screen and (max-width: 763px) { #GCwKlwKfQaEesGsQ8pm467ytPqAUOQVu { top:3.3125rem;left:0rem;width:36.6875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu1aZFBvZfE9alHOUsVouOiU2emWRvzM { top:1.375rem;left:23.875rem;width:13.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsONyb8liXFdJFAKIgwdQ8AUegXJe9aR { display:block; }#vsONyb8liXFdJFAKIgwdQ8AUegXJe9aR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCwhkom0U3JDeKKwkbVyCp7Fopwp7Tt8 { top:5.25rem;left:17.5625rem;width:30.1875rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aph2sF8454FZzOPvrUcHUG4ZPHaTHORE { top:12.5rem;left:16.5rem;width:31.25rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlXdTPPgrOuRJ3oJ1uhkVtcBARS3uTXU { top:1.1875rem;left:0rem;width:36.6875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTKQnPGZsTWI0z9yKp0uKQo7sxlD2gEP { top:2.3125rem;left:25.875rem;width:13.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VozGTyMid48KHmp2Ku24H2hHw4qHVtop { display:block; }#VozGTyMid48KHmp2Ku24H2hHw4qHVtop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvZ1TDud49qyFtCVUQwv23zrsIHxOMkb { top:2.5rem;left:0rem;width:10.9375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIswKqo8Mva2fxSTeW5ZKS6Wud7vKtPJ { top:6.625rem;left:0rem;width:43.875rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwzlaOppGJJKyyofrvzgR4UhhLdov7MA { top:8.5rem;left:0rem;width:27.25rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0AuTlDn5VsK636U0OkRWk7hMrsIdH5D { top:11.4375rem;left:0rem;width:35.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiRAd1ddkFTsVhFdF2DiPR2K6dEP6Rxl { top:14.6875rem;left:0rem;width:39.875rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnS5nhETJmrJH3TtNnUbthXfqUJkatno { width:14.3125rem;height:2.75rem;top:27.8125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h78rKhWRL1KrWAVBh6FF15mZ10oFepwh { display:block; }
 }@media only screen and (max-width: 763px) { #reD46LstFxTsLJWpdzmAUD2WRL6bc3cZ { display:block; }#reD46LstFxTsLJWpdzmAUD2WRL6bc3cZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uA3lTh81tF1LiGSlte2UpJPkK5gX4mSW { top:1.875rem;left:0rem;width:9.6875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQhqE09aKRsAMUZUpHihfLJToJrGmT9H { top:6.875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { display:block; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { top:2.5rem;left:0rem;width:10.9375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { top:7.0625rem;left:0rem;width:45.3125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { top:8.4375rem;left:0rem;width:20.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { top:10.75rem;left:0rem;width:40.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { top:14.0625rem;left:0rem;width:42.5rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JErU28rI4mUe1DLuxbUueCCmPBE33da8 { position:relative;z-index:auto;background-color:#ffffff;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; }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row .container { background-color: transparent; background-image: none; }#JErU28rI4mUe1DLuxbUueCCmPBE33da8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row .container > .video-iframe-container { display: none; }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row > .video-iframe-container { display: none; }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .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); }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row .container { border-width: 0; border-radius: 0; }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JErU28rI4mUe1DLuxbUueCCmPBE33da8 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRP9JBXvIczOZ6MpV7gLOw30ViHCVttE { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #tDDdZBAxURALLtSrEScW6AmhQcIRnc8W { width:12.8125rem;height:2.75rem;top:1.75rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqrGEO4blvhnslF64pUn1omMwBQfWPD3 { display:block; }
 }@media only screen and (max-width: 763px) { #FAZlLb7giRFiPiPsMymGhH3QC5dFnJho { width:8.4375rem;height:3.125rem;top:1.09375rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdg0qyfWhPK0uxwBKGTppzZ3DfcKeF2N { width:8.3125rem;height:0;top:5.90625rem;left:6.65625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLuhilWe5Rd6lzTTBBsSHnAylNC9TaA2 { width:1rem;height:1rem;top:6rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { background-color:transparent;background-image:none;display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { background-color: transparent; background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .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); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { width:20rem;height:96.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:20rem;height:6.5625rem;top:0.74951171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:20rem;height:7.192375rem;top:8.12255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #U5CHUnvn2TNqooNFTM40iPkD5IgU9KzH { width:9.9375rem;height:1.4624rem;top:25.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oTt0DE2ezxbECnohNvsyB8Ty5Znf6EUd { width:8.75rem;height:1.4624rem;top:28.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SDfc3hWwtT9TL8FmaHKwP2iJoLrOWObJ { width:9.624rem;height:1.4624rem;top:30.772705078125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AKiWdAcecbsgaisXB8aVHLg3AKLQ96IS { width:7.937rem;height:1.4624rem;top:33.499755859375rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DHJcAGFTQ2BTrazWKcGJTRDbgf3amp7s { width:20rem;height:7.25rem;top:47.3125rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSmsbUg8gteImoZ05pHvDIcIL9TO4DKl { display:flex;width:1.875rem;height:1.875rem;top:48.1875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #KARa2ovLkvm1STB6JtRUNQ4QwmIvSTGd { width:15.9375rem;height:3.571775rem;top:48.187255859375rem;left:3.499755859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbl0LDlIQ9zn2Z74sXM2eEZdysMFIQuS { width:15.8115rem;height:1.13769375rem;top:52.1875rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:17.5rem;height:auto;top:54.4375rem;left:0rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { width:17.5rem;height:auto;top:54.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #T3IxtDBHUsp8pnZDbpgAeahZehKvpJM0 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kgAWnzkn8cEGgJ9rT8qskWMTfSB99BFS { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #Zke3EM0PKyzMS6ihVUR2ZZAIZx4LZilG {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe {  }
 }@media only screen and (max-width: 763px) { #TGgaUOTulkOBOVTUmMcTuuO9v4Al9Qtm { display:block; }
 }@media only screen and (max-width: 763px) { #cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { display:block; }
 }@media only screen and (max-width: 763px) { #OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { display:block; }
 }@media only screen and (max-width: 763px) { #N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { display:block; }
 }@media only screen and (max-width: 763px) { #HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { display:block; }
 }@media only screen and (max-width: 763px) { #mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { display:block; }
 }@media only screen and (max-width: 763px) { #mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { display:block; }
 }@media only screen and (max-width: 763px) { #oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { display:block; }
 }@media only screen and (max-width: 763px) { #TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv {  }
 }@media only screen and (max-width: 763px) { #nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { display:block; }
 }@media only screen and (max-width: 763px) { #blghTGcrhvLGcaegIA7BWBlPzGvktdyi { display:block; }
 }@media only screen and (max-width: 763px) { #MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { display:block; }
 }@media only screen and (max-width: 763px) { #KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { display:block; }
 }@media only screen and (max-width: 763px) { #bWzIASESbA7SZlfCTHZxfwszymhmCgcp { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #IETxMTQTByh8id6hrnJ7qliBTHFWQV4F {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bIvC4KkFwJQD3AA4mz3Fxzg5TpFi0IcL {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #MB4Fk8QCdPe2wmHDSJy8nGehCzRlSGBJ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGgkOp2i4EesMX1kRdTwFOEomQDGKFtf {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #gatwJcLP0awfqt53TIylXXkme44ukB0Z {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #T3ODuAcdP15EJthCldvGgU9GCOXEyJCx {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH {  }
 }@media only screen and (max-width: 763px) { #PQzW4obkhgxWi1ERbLy3PiZysqD6kEx3 { width:20rem;height:3.4375rem;top:33.25rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #gRVzQCWSka6TOmsQROtHvwsTkzm2KLPH { width:4.56176875rem;height:1.31303125rem;top:38.5rem;left:3.625rem;font-size:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #sVwSQoS5NOarakpxoho4mRSwEQSPJOBl { width:4.6875rem;height:1.40625rem;top:39.8125rem;left:3.625rem;font-size:0.9375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #nfRZTsXx8QIMyToNagAeKmseHh2lzOwM { width:3.18725625rem;height:1.31303125rem;top:43.1875rem;left:3.625rem;font-size:0.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #vC8P65bKdN2Bw17IP3phci80vkRTPMpy { width:3.875rem;height:1.40625rem;top:44.5rem;left:3.625rem;font-size:0.9375rem;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #leTF6wGDXAZHVBcK8JhVo63kJcXgZBMP { width:4.0625rem;height:1.40625rem;top:39.875rem;left:11.125rem;font-size:0.9375rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTTq3IvFG04t7JTqdEgzMHKXiZsEwfmu { width:5.874025rem;height:1.31303125rem;top:38.5rem;left:11.3125rem;font-size:0.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #iaJIquEAHvN31aMaXAtou7UbTCk2tMya { width:3.75rem;height:1.40625rem;top:44.5rem;left:11.5rem;font-size:0.9375rem;z-index:15020;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bP29HwTUy4vEEg8d8vV3TIp8llrwT03x { width:3.81225625rem;height:1.31303125rem;top:43.1875rem;left:11.5rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9xMF4aZHtVphE2A2L9m6mDBCub0Q69 { width:20rem;height:3.168325rem;top:28.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #gPWvTE86L0bgD3TiGAfGFToRsPT8ZRgQ { top:34.25rem;left:2.1875rem;width:15.5615rem;height:1.4624rem;z-index:15011;font-size:1.125rem;color:#ffffff;font-family:manrope;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTGxXoIaSkuc4dLSa7sivcqxOfiiKBX4 { top:17.0625rem;left:0rem;width:20rem;height:10.75rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O9rLyouwQcxu4EfT1pxiB69gMvZckpuk { top:17.125rem;left:10.25rem;width:9.74975rem;height:10.5615rem;z-index:15038;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3c98015-ed8a-449a-bfd4-2fae9f7102b7/X.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#O9rLyouwQcxu4EfT1pxiB69gMvZckpuk.adaptive-delivery-prevent-bg, #O9rLyouwQcxu4EfT1pxiB69gMvZckpuk.lazyload, #O9rLyouwQcxu4EfT1pxiB69gMvZckpuk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rGcOg4C2ebxTByNfFQ8DraM4iUvza0dt { display:none; }#rGcOg4C2ebxTByNfFQ8DraM4iUvza0dt > .row .container { width:20rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pcTb8tUuirR5k5TDL02RiUJMUrCZuqyA { width:20rem;height:3.4375rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPopm5HI23Zb9GcfQTexrhCTx8W4DLu1 { width:4.5625rem;height:1.31225625rem;top:11.9375rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdEn6qokllwzV4S3kVAMbTHe24s9lrCO { width:4.5625rem;height:1.40625rem;top:13.4375rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0xNuXUaK7mN5TGUCyun4abtHpiuA2y9 { width:6.25rem;height:1.40625rem;top:13.4375rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg45vQd9uVbcV0m7CWyrqR8z9vpuxbSt { width:5.875rem;height:1.31225625rem;top:11.9375rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaAJCiD4facvQXcnlp0vLC0a57lgXOyE { width:8.1875rem;height:1.40625rem;top:18rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7OuEqx2lQpHdRTKfe4xvk1Hcf5u1GGA { width:3.1875rem;height:1.31225625rem;top:16.5rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFezVkeyv469FS6U0cf0VIhG0yJu5ubI { width:3.75rem;height:1.40625rem;top:18.0625rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtLBdfsevIftsRILxHn9R9Jhzlgghyrc { width:3.8125rem;height:1.31225625rem;top:16.5625rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT0MCcTIXp02cDbXS5uCxhmXb4W9WANs { top:7.9375rem;left:2.125rem;width:15.5625rem;height:1.4624rem;z-index:15010;font-size:1.125rem;color:#ffffff;font-family:manrope;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k8NepdSzKTQSeKpD8KfqTPptN8X6nIXN { width:20rem;height:3.167725rem;top:1.4529094696045rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VdprynD0x2WRdSzia1NJvKFHBWcDI7VU { width:20rem;height:1.3806125rem;top:20.7177734375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CEp4hM7GxpmIZwN0tT2Ul3WuPCFsvP6P { display:block; }#CEp4hM7GxpmIZwN0tT2Ul3WuPCFsvP6P > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKBDDaMdXHqdynToE5Qdf5WX4bTddlsu { width:15.6875rem;height:1.7858875rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTHO336adtBG2NOznTpguXvUZu6T0559 { width:15.8125rem;height:0;top:58.875007152558rem;left:2.7492188215256rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SE6xvwoJEZIdbgf9THndXfcvcWGLcz40 { display:block; }#SE6xvwoJEZIdbgf9THndXfcvcWGLcz40 > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmsXUTAT9uqsilEkfPO3aKExhD0f7nhZ { width:18.8125rem;height:auto;top:6.9375rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #moboGRx4iTdWRhiXLCqnsqVT9rLUITW6 { width:10rem;height:1.21875rem;top:2.1312503814698rem;left:7.3125003576281rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kk1Srk90et4bhZo4Tbc9Lps5DmvT59wT { width:3.625rem;height:2.35625rem;top:1.5625rem;left:0.75rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJsreJfBRxmvQ4oPH6kiMuWVJUNJaW8z { width:7.3125rem;height:2.35625rem;top:5.26171875rem;left:0rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqS7GVLgZBQfm07V6nlWkBECdi8NcqIM { width:11.625rem;height:1.21875rem;top:5.830078125rem;left:7.3125rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WNzsDCa1caErliMV1GBR8pR9N77vUL6s { width:18.8125rem;height:auto;top:6.5625rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XEKgiqTw0NvCKaE9TNJFNnXQX6fh58Tl { width:9.0625rem;height:2.2753875rem;top:8.89218711853rem;left:0.75rem;font-size:1.75rem;color:#0060ab;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmZXNqGwr3obXOHU7zRns9es3lOm6QAl { width:8.5625rem;height:1.21875rem;top:9.42031288147rem;left:6.4875000715256rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQR81GV9kPzv7vPM8LVvH0OhhWM5p42h { width:18.8125rem;height:auto;top:6.9375rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wymFiLqPIVHg4mMqIL2RyXd3q8zoIAiB { display:block; }#wymFiLqPIVHg4mMqIL2RyXd3q8zoIAiB > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJ1IN0qBHmggUkmT3ffDTK6HBfTM9TV0 { width:20rem;height:11.370875rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.4;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHiRy3PR6lekRP66R6ZtozgxWo4C5Alo { width:20rem;height:10.4980625rem;top:13.873046875rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pzWa5TTngGgT1vSOGwa3BHD5ius6MsmJ { width:12.51075rem;height:2.44921875rem;top:25.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR69atgGp7U0SGTTVQhQPeTWu7LATrnC { display:block; }
 }@media only screen and (max-width: 763px) { #pDSqEabVs9PsHAu3ezwXCT5zGz2qEP3M { width:20rem;height:2.625rem;top:34.75rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pNvBQsC5IQWqKS7Xs8HozvKRLKgC82Xd { width:15.375rem;height:1.40625rem;top:32.375rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OypCWJoCGwJt49N8Vx4l2o939qTJBIC3 { width:20rem;height:2.625rem;top:43.6875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bICEJW3EdDS2dJhq48M8k4kmSpk08FJD { width:15.375rem;height:1.40625rem;top:41.4375rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WFGyLATf6FFnOIEcACZ2TJcZD1ITaqgy { width:15.375rem;height:1.40625rem;top:50.25rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fuZKPBDcazMURTSCVRTEebMTVKSSAJTE { width:15.375rem;height:1.40625rem;top:60.9375rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AMMTJzEmCqg7DGbza9uzCIFw4KgfvolN { width:2.8125rem;height:2.8125rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHNaiEM7QTMValEsiRKnIH3Ze6MPtxFi { width:2.8125rem;height:2.8125rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRSIx4UQOEpnWvqJWpRETdw9qcTTl5Dv { width:2.8125rem;height:2.8125rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOTJKUtfaMRlTmT1QfpM7OW4FRiMXRBu { width:2.625rem;height:2.625rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwOpFOErqsKPNysxbhZwqHcdDMoiHxgB { width:19.75rem;height:3.9375rem;top:52.375rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i6mwKZmITKTuop8boAqbXFANAaQSkHJc { width:19.9375rem;height:3.9375rem;top:63.625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZrrRZwrCZ9gqcI5Xz1bGIC03GAHGR9ay { display:block; }#ZrrRZwrCZ9gqcI5Xz1bGIC03GAHGR9ay > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv9HTy1rIBITh3EZV7qGrOLxIU0E6Tl2 { width:18.375rem;height:1.7858875rem;top:1.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR6dEefoeQHaqcMSV2WHOAhOVnbxdsMu { width:18.1875rem;height:4.21875rem;top:4.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #NS6thhhUUxlsyn2adHiv8Z12EVoaOH06 { display:block; }#NS6thhhUUxlsyn2adHiv8Z12EVoaOH06 > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0gSuAfaUSrzaUdJsOCkizVaftFp0mGb { width:10.125rem;height:2.625rem;top:2.4375rem;left:8.9999993443487rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rQO2Bavmx1LTJEUVm0phmxt24KWsQTRT { width:18.0625rem;height:3.9375rem;top:16.718750953674rem;left:0.96788197755812rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #wtWuclHNnvTTHXwotNnM2oZgRgWUsQch { top:1.5625rem;left:-0.0625rem;width:20rem;height:9.0625rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7AtfSyrUXprB6BnorHvdHXq3KneX349 { top:12.083984375rem;left:0rem;width:20rem;height:9.0625rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV9WOW7HVH7rqrHzBxKzQWmfCT1dz4L9 { top:22.125rem;left:0rem;width:20rem;height:9.0625rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOhARTULwiFirnMrL8awAHe9b7D8noK4 { width:17.8125rem;height:5.25rem;top:6.1805562973022rem;left:1.0928819775581rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #wcQZo5lHOw8sBnHGQXfJkbG9UGcbz4a2 { width:10.6875rem;height:2.625rem;top:13rem;left:8.6874993443487rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nopZQGtLczNnHiaVGNuExW74kCCbWLlO { width:17.625rem;height:5.25rem;top:26.125rem;left:1.1875rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #G6AG1sTp3X97fT3MmQpuQpnwgtKt7GTE { width:10rem;height:2.625rem;top:23.134546279908rem;left:9.3749993443487rem;font-size:1.3125rem;color:#0060ab;line-height:1;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AeeDmygp2xcx50UfNNZ4yvkxTD8f2cDS { width:5.25rem;height:2.875rem;top:12.875000953674rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #OffJW6BKrzrlprESFmq17BffEQhke8h1 { width:5.8125rem;height:1.5rem;top:3rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn9s5Qc9X21qJR4qmi1DbxGGVgbCzgO7 { width:6.875rem;height:2.4375rem;top:23.134561538696rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuPMr7F8sn2wEswGmMaENKpICT94Tnom { display:block; }#cuPMr7F8sn2wEswGmMaENKpICT94Tnom > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cP6Rzc3DEZol4k6zren4xZ46Pm6UZ72z { width:20rem;height:3.571775rem;top:1.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDixGEl6mvRM5kblpVHs6gcQvzZqypOc { width:20rem;height:7.03125rem;top:6.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #K9VZPNPIOwoghRMK1RqrMltKnRi3W1h3 { width:9.375rem;height:4.0625rem;top:13.636285305023rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdfUybSURZTeIaky6UXkQRBoB2BHXEnZ { width:9.375rem;height:4.0625rem;top:18.562499523163rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #axkQ2iTqxcDSRzz1455HNF4o99E1C9Of { width:9.375rem;height:4.0625rem;top:18.562499523163rem;left:10.624132454395rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om8teHhetRAkp40sBg7ptFRlTTgTG5iG { width:9.375rem;height:4.0625rem;top:13.636285305023rem;left:10.624132454395rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhHCdxtDRGixlyiMegEzvOT3z8lXtLXF { width:9.3125rem;height:3.0625rem;top:14.0107421875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/54cfd0fb-468a-4635-89df-8c7208827591/logo_reyjuancarlos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#OhHCdxtDRGixlyiMegEzvOT3z8lXtLXF.adaptive-delivery-prevent-bg, #OhHCdxtDRGixlyiMegEzvOT3z8lXtLXF.lazyload, #OhHCdxtDRGixlyiMegEzvOT3z8lXtLXF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zREkhZEytDb0rlbFhp0DTmx6N8KDHZWk { width:9.1875rem;height:3.125rem;top:14.1357421875rem;left:10.661637931034rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b95da100-8c77-41ba-9c25-f9bc339c69f0/hd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zREkhZEytDb0rlbFhp0DTmx6N8KDHZWk.adaptive-delivery-prevent-bg, #zREkhZEytDb0rlbFhp0DTmx6N8KDHZWk.lazyload, #zREkhZEytDb0rlbFhp0DTmx6N8KDHZWk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QDKha2BeiTZTzqUTRevKJxMrTyNDUBys { width:9rem;height:2.9375rem;top:19.125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f9dd6bde-d499-4311-9dc4-f879e1e29172/logo_severoochoa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#QDKha2BeiTZTzqUTRevKJxMrTyNDUBys.adaptive-delivery-prevent-bg, #QDKha2BeiTZTzqUTRevKJxMrTyNDUBys.lazyload, #QDKha2BeiTZTzqUTRevKJxMrTyNDUBys.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZkIzJX62ZERtgAqJPTlu37cle8AqtRNi { width:8.4375rem;height:3.375rem;top:18.90625rem;left:10.6240234375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/406fb3c1-01ad-4049-8583-fdc69774ed64/LogoHospitalSantaElena.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ZkIzJX62ZERtgAqJPTlu37cle8AqtRNi.adaptive-delivery-prevent-bg, #ZkIzJX62ZERtgAqJPTlu37cle8AqtRNi.lazyload, #ZkIzJX62ZERtgAqJPTlu37cle8AqtRNi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vqZZTrpLzQdW3CmWdKQEADSIJ1TR8mul { display:block; }#vqZZTrpLzQdW3CmWdKQEADSIJ1TR8mul > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5KPTm7OUaPWsTGTr7dIgBi3IH7LOzRn { width:20rem;height:5.35766875rem;top:3.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP3UoDUGn8wGowCAXmmSocFbPeTA83XU { width:9.25rem;height:1.31303125rem;top:1.1250076293945rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #o92eKSbNsEzMZqAf4a9JiLk4oPJ9UD1E { width:20rem;height:7.03125rem;top:9.8125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #i8RkaOlQ6oOpF1syUJfAb0ISmf4xwo7x { width:19.875rem;height:4.4375rem;top:22.5625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PzCy81Up4HaLTVxD1rdUqwr2XFz9u2w2 { width:1.9375rem;height:1.9375rem;top:23.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUbJEbUHPIT7J4CNgmToNm3m7V2AWt0N { width:14.6875rem;height:2.2753875rem;top:23.6875rem;left:4.125rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DdiLPiiDC4IhqvTavu8Db9xq47VqprsG { width:19.875rem;height:4.3125rem;top:27.875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #slWQcA3PKUhB9aXPRcgo1INT4qULac1l { width:14.25rem;height:3.9375rem;top:28.125rem;left:4.3125rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #JfKipTTkAlZ40WuysZ2MfydfJIcM5k6N { width:19.875rem;height:4.8125rem;top:33.125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #w3dHQR8EA3AeuqIuT2kXOwka5zwd8ENu { width:13.6875rem;height:2.625rem;top:34.25rem;left:4.125rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #adcGxWHzMhipQ9d7yK6D0G4kTTyIfLFD { width:19.875rem;height:3.4375rem;top:39rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dC2S5b1sf7GBD2TM9MACHAmkBrtCbVnf { width:19.875rem;height:3.4375rem;top:43.25rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SVoUoQNMJRTP6NZQEtmdaqMts337C4kx { width:14.8125rem;height:2.2753875rem;top:39.625rem;left:4.3125rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P5vkZK0ZtTIFAwAua6FdFkRNsIdhqag4 { width:14.8125rem;height:2.625rem;top:43.6875rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #H3iySODmOXkRAsIh0HHNGpkwJ27w3zJW { width:19.875rem;height:4.4375rem;top:47.625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oSOFMtWZzCxcz5e1TNBmbB6kRaFsTbLZ { width:14.5625rem;height:3.9375rem;top:48.0625rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #fU82a9QIFxlW4n5mO5oJcoh5bQdv4hRn { width:1.75rem;height:1.75rem;top:39.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQUHQTaC745MOqrRd4VrMqG98QUCEtaw { display:flex;width:1.75rem;height:1.75rem;top:49rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #ABeFKe80i46lOZemAWVnkyqi8xcnDFZX { display:flex;width:2.25rem;height:2.25rem;top:43.875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #nTI6bRKkTZlynhV49OS87JCk6NzhkNZz { display:flex;width:1.875rem;height:1.875rem;top:28.75rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #ZfgIJmF4u70Pe4wAZptQ99mvAm5Ti7QO { display:flex;width:2.1875rem;height:2.1875rem;top:34.5rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #TTeClWfN9JvGcufvGrNiE0Mf6TZJbPud { width:20rem;height:2.8125rem;top:18.25rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu { background-color:#0060ab;background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu.adaptive-delivery-prevent-bg, #l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu.lazyload, #l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu.lazyloading { background-image: none; }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .row .container { background-color: transparent; background-image: none; }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .row .container > .video-iframe-container { display: none; }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .row > .video-iframe-container { display: none; }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .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); }#l9w6pJK3gTZ427h9DdAws8bcLqGSUVFu > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7zkMGZLxSGt4JqaOzqJ3lGfnJU3S2cr { width:20rem;height:12.501225rem;top:3.3837890625rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBFCDKXbeZ0BUWKswmMgsEPoBoUGc7Gh { top:0rem;left:0rem;width:12rem;height:2.1875rem;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1102877-a877-49ee-897b-7c8480f0b23e/pattern1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wBFCDKXbeZ0BUWKswmMgsEPoBoUGc7Gh.adaptive-delivery-prevent-bg, #wBFCDKXbeZ0BUWKswmMgsEPoBoUGc7Gh.lazyload, #wBFCDKXbeZ0BUWKswmMgsEPoBoUGc7Gh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zPpWeBtGKrT0VpRMTg0fdH8aCNS3PD5k { top:19.1875rem;left:7.6875rem;width:12.3125rem;height:2.375rem;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba91a520-85e3-4fe0-9394-0ab9449dc394/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#zPpWeBtGKrT0VpRMTg0fdH8aCNS3PD5k.adaptive-delivery-prevent-bg, #zPpWeBtGKrT0VpRMTg0fdH8aCNS3PD5k.lazyload, #zPpWeBtGKrT0VpRMTg0fdH8aCNS3PD5k.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nKdBVZQxnGKW0xstvnrG0GcQ5sRXxE4C { display:block; }#nKdBVZQxnGKW0xstvnrG0GcQ5sRXxE4C > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iex21Vq936ku0t1nHF6ENH2MiVXJCBsv { width:20rem;height:3.571775rem;top:3.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCya5yarHeMMa3MKNdOKeFx48Kk1d3Pb { width:12.0625rem;height:1.31303125rem;top:0.9375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #ChF1dV7feJJHGDH1LFtXfPeINAOSDx7V { width:20rem;height:7.03125rem;top:7.8125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #UvwzniFu7M0u4M76vLKZ9t4wWVhJkCee { width:20rem;height:2.75rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmW8TAeGQW8wooeR6n6soEOKTuIMWlGp { display:block; }
 }@media only screen and (max-width: 763px) { #kIs1R3d0T3TH4xJ3imDKnFBX8OTUBNl3 { width:20rem;height:6.25rem;top:19.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a862fe13-51f1-4f77-af34-feaead02c983/img1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kIs1R3d0T3TH4xJ3imDKnFBX8OTUBNl3.adaptive-delivery-prevent-bg, #kIs1R3d0T3TH4xJ3imDKnFBX8OTUBNl3.lazyload, #kIs1R3d0T3TH4xJ3imDKnFBX8OTUBNl3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fUcbz7cM39optlixO1yBDMwCmSMvLFC9 { width:20rem;height:5.625rem;top:27.25rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #VSTZXhsqkM21riANkJ2P41O0IEkNXn0B { width:20rem;height:6.25rem;top:35rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL5tUHytcTX6EWKR6EpRBwr4ZbmawuIG { width:20rem;height:5.625rem;top:42.5rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #gLxm7MH8KKv2NLfS0TzQROK3iTBruDeS { display:block; }#gLxm7MH8KKv2NLfS0TzQROK3iTBruDeS > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKU0l21aSzs4NuRHqKXSGqcKuIHZbFPu { width:20rem;height:5.35766875rem;top:16.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldn8tp5Gto7C6zJMUnQhWxg1wouucOeD { width:20rem;height:5.625rem;top:22.8125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #PMDH08lPEcV5OtP983ghT6STPT8mymQ2 { width:19.85808375rem;height:2.60807125rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spEIxTnuaVRcQ5nb2oGOEDMnCp8VulaT { display:block; }
 }@media only screen and (max-width: 763px) { #f8dhpwuTDPSJVUt9htVSHZeO2hQEfz4T { width:20rem;height:18.6218125rem;top:29.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#f8dhpwuTDPSJVUt9htVSHZeO2hQEfz4T li:before{  }
 }@media only screen and (max-width: 763px) { #GCwKlwKfQaEesGsQ8pm467ytPqAUOQVu { width:20rem;height:13.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu1aZFBvZfE9alHOUsVouOiU2emWRvzM { width:13.25rem;height:1.31303125rem;top:0.6875rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #vsONyb8liXFdJFAKIgwdQ8AUegXJe9aR { display:block; }#vsONyb8liXFdJFAKIgwdQ8AUegXJe9aR > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCwhkom0U3JDeKKwkbVyCp7Fopwp7Tt8 { width:20rem;height:3.89915rem;top:18.375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Aph2sF8454FZzOPvrUcHUG4ZPHaTHORE { width:20rem;height:13.400875rem;top:23.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tlXdTPPgrOuRJ3oJ1uhkVtcBARS3uTXU { width:20rem;height:13.25rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTKQnPGZsTWI0z9yKp0uKQo7sxlD2gEP { width:13.25rem;height:1.31303125rem;top:1.46875rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #VozGTyMid48KHmp2Ku24H2hHw4qHVtop { display:block; }#VozGTyMid48KHmp2Ku24H2hHw4qHVtop > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvZ1TDud49qyFtCVUQwv23zrsIHxOMkb { width:10.9375rem;height:1.949575rem;top:1.312255859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LIswKqo8Mva2fxSTeW5ZKS6Wud7vKtPJ { width:20rem;height:33.3125rem;top:4.125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cwzlaOppGJJKyyofrvzgR4UhhLdov7MA { width:18.875rem;height:3.44970625rem;top:5.625rem;left:1.125rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #B0AuTlDn5VsK636U0OkRWk7hMrsIdH5D { width:17.1875rem;height:4.55078125rem;top:10.8125rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fiRAd1ddkFTsVhFdF2DiPR2K6dEP6Rxl { width:18.2480625rem;height:19.4824375rem;top:17.25rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mnS5nhETJmrJH3TtNnUbthXfqUJkatno { width:19.8259375rem;height:2.576175rem;top:38.935546875rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #h78rKhWRL1KrWAVBh6FF15mZ10oFepwh { display:block; }
 }@media only screen and (max-width: 763px) { #reD46LstFxTsLJWpdzmAUD2WRL6bc3cZ { display:block; }#reD46LstFxTsLJWpdzmAUD2WRL6bc3cZ > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uA3lTh81tF1LiGSlte2UpJPkK5gX4mSW { width:9.74975rem;height:3.93676875rem;top:1.436767578125rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQhqE09aKRsAMUZUpHihfLJToJrGmT9H { width:17.25rem;height:3.09081875rem;top:6.4375rem;left:1.1875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { display:none; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { width:20rem;height:38.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { width:10.9375rem;height:1.9494625rem;top:1.312255859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { width:20rem;height:32.375rem;top:5.1875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { width:18.0625rem;height:1.9494625rem;top:6.25rem;left:1.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { width:17.999rem;height:4.547525rem;top:9.125rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { width:18.2480625rem;height:20.4668125rem;top:15.1875rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { background-color: transparent; background-image: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .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); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { top:0.6853675842285rem;left:0rem;width:19.87571025rem;height:3.62571025rem;z-index:15000;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;font-size:1.125rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;color:#ffffff;border-top:0.0625rem solid #003f70;border-left:0.0625rem solid #003f70;border-right:0.0625rem solid #003f70;border-bottom:0.0625rem solid #003f70;font-family:manrope;display:block; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }