.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f4f5f7;background-image:none;position:relative;display:block; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/69c348a2-9c03-4a63-8bf3-1caed598af18/portadaYPjuan22.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:60rem;height:45.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;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:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3735625rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:24.88916015625rem;left:16.8125rem;display:block; }
#dtVEaANUMAWWTwOfKJLJfxXamT7pDTZR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #6783c2;border-left:0.125rem solid #6783c2;border-right:0.125rem solid #6783c2;border-bottom:0.125rem solid #6783c2;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#5d92ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.277375rem;height:3.3418rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:24.93701171875rem;left:2.25rem;display:block; }
#rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x4FfJEv4AZ2GqdMF4w6BsWF0FHUweaKc { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.375rem;width:31.0625rem;top:9.125rem;left:0.5625rem;overflow:hidden;display:block; }
#cfIAK9QJ4zsrTMGk4L6itthCsgGMwgKS { color:#5d92ff;display:block;width:42.1875rem;position:absolute;font-family:gotham;font-size:1.0625rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:19.5rem;left:0.0625rem;height:3.8247rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP { position:relative;display:none; }#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP { border-width: 0; border-radius: 0; }#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f5f7;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:none; }#emNtr3RBORL2rGaV7nPAvaTVnA2aI1rb { color:#373d45;display:block;width:28.4375rem;position:absolute;font-family:"gotham narrow";font-size:3rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:0.99953842163088rem;left:19.082948684693rem;height:3rem;font-style:normal;display:block; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#50479d;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC .widget-text.counter-label { background-color:;background-image:none;color:#50479d;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:1rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.04296875rem;left:18.307672500611rem;z-index:100003;display:block; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #pa4G9Azt8MhwONFkWuhcIhX1L0TeLXod { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #eKhe7BWKyu54Vx91WAwhONCEhyOFewtK { display:block; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #bUMIdSlvgAAQiloPM8mrhHUayTSiCkFv { display:block; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #KVci12BfQkSNs4NVcf562RSPCJhugTpe { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #i4C582NUpE2kZzEpICd50d983Ml24X4O { display:block; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #J5Tohuen2m8vhyFsgWyP4E3fB5TBvuc9 { display:block; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #PrG82z76rnluQTfdPIgZeJntf5Quplxo { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #sRHRwFaMqC6DFNqdGTfvnwu2KHko8uz0 { display:block; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #OwylvLcF5KJLZyygNFT0fTZwkTnoXNdL { display:block; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #cTaD6477II2AmqBWsJfhRE6ANvk1ulX4 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #HHR2l59XG1ksi0B3B8sOo6Gyk9cdCiZq { display:block; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #EamQF0QTfMDXrN9EcOkeM8lJCH7gNvc7 { display:block; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#50479d;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt .widget-text.counter-label { background-color:;background-image:none;color:#50479d;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:1rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.04296875rem;left:18.307672500611rem;z-index:100003;display:none; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #cOwMGxGTWzndbgDdWSKFobUrfyTyQBSO { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #Rd0eTHbp4hH7AaTvn07rsNvT8T2LarTn { display:block; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #symVpmSK8RkW0i8GO5u7dtDisvp2xhhC { display:block; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #RLALFKtNMF5BzktUuyB2w2vhQq2TaHn0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #G3pkwO8vC2HBnBKEPTzDZDIe6wGw4aFW { display:block; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #ByXhiKMIKC9QHnRRJwDkHsR0atkmnLgC { display:block; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #IP8xQc2h5xtuQJyznpRRKqJrwTgVXlLm { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #Ad6ODsixSnzzCLdhAThdiaA47EHDl7so { display:block; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #CKbWpvch5H67k9zQTQVOr70Aql8MLQyU { display:block; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #x7MqltwvTIDfHSnUf1yTe9WLi4rhTiel { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #uiKhdBySkozxPzdQPcqGUOQ1Tfpeq396 { display:block; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #uiM0o6Eu23DW403aAzJZseH3v5idWKBf { display:block; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#50479d;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd .widget-text.counter-label { background-color:;background-image:none;color:#50479d;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:1rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.04296875rem;left:18.307672500611rem;z-index:100003;display:none; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #LxprNTbGt49WLl1ttpC8IinssP4cJCAF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #S3SqynvbdxtuqJI56mbT4aiQZtLF1oT9 { display:block; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #mXfcytZ8nqDaAG7aI13eWlEc4TKFWWFy { display:block; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #f3Wxc1tLoTMDn6yTVpJGVhAZRXtuArid { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #zVsrk6rBhoys0KCmP6d5bnLaUUMPwPDR { display:block; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #EvTTE4rkK7hnEDTNDRqPqnlI4DZIylLx { display:block; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #SNWQWCxBuU93TSAzCRty0esBOV3BHV9q { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #Nlywfi34aqpOxoN7UTBKT35MID52xpco { display:block; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #zyxhpPeTFo9Z3qrHuf3BkE24kzIVqoh7 { display:block; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #Ivb8CWX8bFAgN0uV0Me23eVF2M6dkKAZ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #NCdEUOaENuSynDQp2evrUTpBR68Fi4rZ { display:block; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #lrcIwy3qzDLvyaoigaiVKeHRuTMl4TpD { display:block; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #TdNtGlXf3Aq8XUIh5rQRx5xNIkcNDhM0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #wTEoVmpLClpfT8MlSPfI3ArivE4LAKIa { display:block; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #VtQWQPQgbTq5u1goSRSv1KQTryc0e5xf { display:block; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #t83mLtGnnTi28xAbsb4JpkWyi2Oo1EH8 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #foTSBbKkEMMe10Art2eOOlNTGqs1wrHZ { display:block; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #xbJ86AODUGyD2M0T8oqkrlpz9ip6ZbNd { display:block; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #UkoNH2LlvB1zJ8JacyrF5qeQUw2KbhFK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #HR8ueHpdm1C2pBNNdrM6NCoXHyBIiVzB { display:block; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #IbPdAqlXL5WJOgiS4d7mO4LHFBUzIirP { display:block; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #R2FNq8DMunrflGMvESbXiwR6dD095an1 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #hTGV4yQyhGLkuuDenRET08CPGZkPQ7mJ { display:block; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #GRSJ0WNXxNt8mTy6TozEzUVofGsT482s { display:block; }
#boQqgX68TksP2vCeEsTWsWBrKilVbep5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d92ff;background-image:none;position:relative;display:block; }#boQqgX68TksP2vCeEsTWsWBrKilVbep5 > .row .container { background-color: transparent; background-image: none; }#boQqgX68TksP2vCeEsTWsWBrKilVbep5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#boQqgX68TksP2vCeEsTWsWBrKilVbep5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#boQqgX68TksP2vCeEsTWsWBrKilVbep5 > .row .container > .video-iframe-container { display: none; }#boQqgX68TksP2vCeEsTWsWBrKilVbep5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#boQqgX68TksP2vCeEsTWsWBrKilVbep5 > .row > .video-iframe-container { display: none; }#boQqgX68TksP2vCeEsTWsWBrKilVbep5 > .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); }#boQqgX68TksP2vCeEsTWsWBrKilVbep5 > .row .container { border-width: 0; border-radius: 0; }#boQqgX68TksP2vCeEsTWsWBrKilVbep5 > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#RRB1ogSkZbdPsGTRrEDVkbgi569WMqLs { display:block;width:34.75rem;position:absolute;font-family:"proxima nova n";font-size:1.75rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:4.150390625rem;left:1rem;height:1.92480625rem;color:#0c699b;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sz85wMlPeRITDHXi8sHGNksB1w5iTvuu { color:#000000;display:block;width:50rem;position:absolute;font-family:"proxima nova";font-size:0.9375rem;font-weight:400;z-index:100013;line-height:1.7;letter-spacing:0;top:8.6875rem;left:5rem;height:9.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZzVgas6Ef9XU2oteXJn6BKbeZDOMuQnq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZzVgas6Ef9XU2oteXJn6BKbeZDOMuQnq > .row .container { background-color: transparent; background-image: none; }#ZzVgas6Ef9XU2oteXJn6BKbeZDOMuQnq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZzVgas6Ef9XU2oteXJn6BKbeZDOMuQnq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZzVgas6Ef9XU2oteXJn6BKbeZDOMuQnq > .row .container > .video-iframe-container { display: none; }#ZzVgas6Ef9XU2oteXJn6BKbeZDOMuQnq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZzVgas6Ef9XU2oteXJn6BKbeZDOMuQnq > .row > .video-iframe-container { display: none; }#ZzVgas6Ef9XU2oteXJn6BKbeZDOMuQnq > .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); }#ZzVgas6Ef9XU2oteXJn6BKbeZDOMuQnq > .row .container { border-width: 0; border-radius: 0; }#ZzVgas6Ef9XU2oteXJn6BKbeZDOMuQnq > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#ZPusOzoHTJh0ifMrSG0S8lqFS149xySX { box-sizing:content-box;color:#f89a60;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:32.25rem;left:37.1875rem;display:none; }
#JGAB3LTQTIUTyVnv7fiqga0thv8AJL8e { color:#27262e;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:2rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.6748046875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofi5h35Q0MniC96U1btDISzR3v9wxV6s { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ofi5h35Q0MniC96U1btDISzR3v9wxV6s > .row .container { background-color: transparent; background-image: none; }#ofi5h35Q0MniC96U1btDISzR3v9wxV6s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofi5h35Q0MniC96U1btDISzR3v9wxV6s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofi5h35Q0MniC96U1btDISzR3v9wxV6s > .row .container > .video-iframe-container { display: none; }#ofi5h35Q0MniC96U1btDISzR3v9wxV6s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofi5h35Q0MniC96U1btDISzR3v9wxV6s > .row > .video-iframe-container { display: none; }#ofi5h35Q0MniC96U1btDISzR3v9wxV6s > .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); }#ofi5h35Q0MniC96U1btDISzR3v9wxV6s > .row .container { border-width: 0; border-radius: 0; }#ofi5h35Q0MniC96U1btDISzR3v9wxV6s > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#KXFXMSoQ3zASEq3Se5pWxSK1wcgiSDEQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:54.4375rem;top:2.6875rem;left:2.1875rem;overflow:hidden;display:block; }
#oqEDmTipQJ5u5icEkCZ64v0TNoOxDoRV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:54.4375rem;top:0.4375rem;left:2.0625rem;overflow:hidden;display:none; }
#dMxSrczGbnGKGGxECKB6qE39QS6DRpAv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d92ff;background-image:none;position:relative;display:block; }#dMxSrczGbnGKGGxECKB6qE39QS6DRpAv > .row .container { background-color: transparent; background-image: none; }#dMxSrczGbnGKGGxECKB6qE39QS6DRpAv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMxSrczGbnGKGGxECKB6qE39QS6DRpAv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMxSrczGbnGKGGxECKB6qE39QS6DRpAv > .row .container > .video-iframe-container { display: none; }#dMxSrczGbnGKGGxECKB6qE39QS6DRpAv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMxSrczGbnGKGGxECKB6qE39QS6DRpAv > .row > .video-iframe-container { display: none; }#dMxSrczGbnGKGGxECKB6qE39QS6DRpAv > .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); }#dMxSrczGbnGKGGxECKB6qE39QS6DRpAv > .row .container { border-width: 0; border-radius: 0; }#dMxSrczGbnGKGGxECKB6qE39QS6DRpAv > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#hb197QV76MUFA0XSadTInbyTPxyK5BxR { box-sizing:content-box;color:#f89a60;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:32.25rem;left:37.1875rem;display:none; }
#AknWOWmLZTUQLeflbqTgynxZTDfq95X3 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:2rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2373046875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vIf05GLe4mWviSxeLPiJpDdrpKAPJ6O9 { color:#27262e;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:2rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.32470703125rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { background-color: transparent; background-image: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container > .video-iframe-container { display: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container { display: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .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); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { border-width: 0; border-radius: 0; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { font-size:0.875rem;font-family:arial;height:56.75rem;width:60rem;position:relative;display:block; }#ORVTT567tnlnanc3KACvMab6nm3KQzDL { color:#5d92ff;display:block;width:14.875rem;position:absolute;font-family:"proxima nova";font-size:1.625rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:17.90625rem;left:2.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { color:#5d92ff;display:block;width:13.5625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:24.5rem;left:3.21875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zNkJtaebDd1SKRdJ8bzAug4eRwKdgNTf { color:#f39c12;display:block;width:13.375rem;position:absolute;font-family:"proxima nova";font-size:1.375rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:17.90625rem;left:23.3125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZFJx3kpkquixs7RZfuOlCHakgcmUI7Ax { color:#5d92ff;display:block;width:14.4375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:24.5rem;left:22.78125rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qrzaTEW7b83uhbwluWPAfE0E9QPnLkI1 { color:#5d92ff;display:block;width:13.5625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100012;line-height:1.4;letter-spacing:0;top:24.5rem;left:44.03125rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#POgvI76OStWzKFVObNn5Stymg3tlz1Sb { color:#5d92ff;display:block;width:14.75rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:700;z-index:100011;line-height:1;letter-spacing:0;top:17.90625rem;left:43.4375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZqBkDCOqTvM360Pc08EEcVhPxCo0BrI { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:10.5rem;top:4.1875rem;left:4.75rem;overflow:hidden;display:block; }
#VWz8WOkHU8Iu6EJEhDW89udmeTHJEoQN { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:12.3125rem;top:4.34375rem;left:24.4375rem;overflow:hidden;display:block; }
#gXvH0ZDixwv7owgQTZmUNUmLrhJGzG3W { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:12.125rem;top:4.34375rem;left:43.84375rem;overflow:hidden;display:block; }
#HoFZEZeThhbwCNyxeIbb7o7lc0VU399k { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:10.5rem;top:35.5rem;left:14rem;overflow:hidden;display:block; }
#E7WUVeKoK1qiP8RnRgE2UpkRBngpbgQt { color:#5d92ff;display:block;width:13.5625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:50.625rem;left:12.46875rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iTQ2WFDTEKOPMX9qrTldUNP8CivrfIVu { color:#5d92ff;display:block;width:14.875rem;position:absolute;font-family:"proxima nova";font-size:1.625rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:47.5625rem;left:11.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zwqCdmRCwTDs26rwf0BfhDhJK8mgVfN8 { color:#5d92ff;display:block;width:13.5625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:51.3125rem;left:33.25rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SfErxDQi6yPu5FJGzZQHecqrGZfHPBto { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:10.6875rem;top:35.71875rem;left:34.78125rem;overflow:hidden;display:block; }
#tFby6FNGpokhySGfRs546um2cfrgUJz9 { color:#f39c12;display:block;width:14.875rem;position:absolute;font-family:"proxima nova";font-size:1.625rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:47.625rem;left:32.59375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97e59cab-e3c1-42ee-b935-055daffe716c/CapturadePantalla20220503alas125550.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S.adaptive-delivery-prevent-bg, #Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S.lazyload, #Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S.lazyloading { background-image: none; }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .row .container { background-color: transparent; background-image: none; }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .row .container > .video-iframe-container { display: none; }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .row > .video-iframe-container { display: none; }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .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); }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .row .container { border-width: 0; border-radius: 0; }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;position:relative;display:block; }#yCz7FXzpMNCxa8hDTKuhzv8hz2DoU0hd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yCz7FXzpMNCxa8hDTKuhzv8hz2DoU0hd > .row .container { background-color: transparent; background-image: none; }#yCz7FXzpMNCxa8hDTKuhzv8hz2DoU0hd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yCz7FXzpMNCxa8hDTKuhzv8hz2DoU0hd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yCz7FXzpMNCxa8hDTKuhzv8hz2DoU0hd > .row .container > .video-iframe-container { display: none; }#yCz7FXzpMNCxa8hDTKuhzv8hz2DoU0hd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yCz7FXzpMNCxa8hDTKuhzv8hz2DoU0hd > .row > .video-iframe-container { display: none; }#yCz7FXzpMNCxa8hDTKuhzv8hz2DoU0hd > .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); }#yCz7FXzpMNCxa8hDTKuhzv8hz2DoU0hd > .row .container { border-width: 0; border-radius: 0; }#yCz7FXzpMNCxa8hDTKuhzv8hz2DoU0hd > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#WC96snZ2IpT4CsTw3Uuaqk4DRk1piTLr { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:33.875rem;width:25.5625rem;top:4.90625rem;left:1.875rem;display:block; }
#d8wAtPL6TSvGPXDTiulVLuvMT9If1XZL { color:#1799eb;display:block;width:19.125rem;position:absolute;font-family:"proxima nova";font-size:1.375rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:34.21240234375rem;left:5.09375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xdMBTTRL0TtPgJh0EqUWok228cFrXW9I { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.5rem rgba(20,151,222,0.21) ;height:33.75rem;width:25.5625rem;top:4.96875rem;left:32.375rem;display:block; }
#m9ruzpEOzwiSPq5AKIkTKFBUB7MMFbVc { display:block;width:57.6875rem;position:absolute;font-family:"proxima nova";font-size:1.75rem;font-weight:700;z-index:100010;line-height:1.1;letter-spacing:0;top:1.625rem;left:1.15625rem;height:1.92480625rem;color:#0c699b;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LONodDAgUp9XNTxvSybl8Bv9v4IzOeoF { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"proxima nova";font-size:0.9375rem;font-weight:400;z-index:100018;line-height:1.6;letter-spacing:0;top:25.93994140625rem;left:3.40625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ngZ8cvvPnhaiKVbepxNvKmaBupfsPoTT { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:12.5625rem;top:9.5625rem;left:7.96875rem;overflow:hidden;display:block; }
#I7g14PHzKwPD5nDwpwv2UIUyihAAmKhN { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:11.6875rem;top:9.5625rem;left:37.9375rem;overflow:hidden;display:block; }
#Fgw7UQlfFHT736dhshbDTTSqfmS7s5Mt { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"proxima nova";font-size:0.9375rem;font-weight:400;z-index:100019;line-height:1.6;letter-spacing:0;top:25.93994140625rem;left:33.90625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJlTdDGMDgARDWESw90ot8F9FBifW0tg { color:#1799eb;display:block;width:19.125rem;position:absolute;font-family:"proxima nova";font-size:1.375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:34.21240234375rem;left:35.59375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N1cAsw5I0Pfs5MvCJeJePKbpHKFbKGXD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#N1cAsw5I0Pfs5MvCJeJePKbpHKFbKGXD > .row .container { background-color: transparent; background-image: none; }#N1cAsw5I0Pfs5MvCJeJePKbpHKFbKGXD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N1cAsw5I0Pfs5MvCJeJePKbpHKFbKGXD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N1cAsw5I0Pfs5MvCJeJePKbpHKFbKGXD > .row .container > .video-iframe-container { display: none; }#N1cAsw5I0Pfs5MvCJeJePKbpHKFbKGXD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N1cAsw5I0Pfs5MvCJeJePKbpHKFbKGXD > .row > .video-iframe-container { display: none; }#N1cAsw5I0Pfs5MvCJeJePKbpHKFbKGXD > .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); }#N1cAsw5I0Pfs5MvCJeJePKbpHKFbKGXD > .row .container { border-width: 0; border-radius: 0; }#N1cAsw5I0Pfs5MvCJeJePKbpHKFbKGXD > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#ByygM3oJTTeTu4dnRCwtkHU6Ehk8ETSr { box-sizing:content-box;color:#f89a60;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:32.25rem;left:37.1875rem;display:none; }
#PcDTVHxBaZsP4NiAt9qq86TDH5atTzTy { color:#27262e;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.53857421875rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5fc22b39-910b-43fb-86e0-d726a3e60ae8/PresentacionTECMonterreyMx2302.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9.adaptive-delivery-prevent-bg, #f5SwglwXJq34zOcyu9dOEe7VukgXFBu9.lazyload, #f5SwglwXJq34zOcyu9dOEe7VukgXFBu9.lazyloading { background-image: none; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container { background-color: transparent; background-image: none; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container > .video-iframe-container { display: none; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row > .video-iframe-container { display: none; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .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); }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container { border-width: 0; border-radius: 0; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-form-header {  }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-regular-label { height:auto;display:block;font-family:"proxima nova";font-size:0.875rem;font-weight:700;color:#000000;width:27.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:27.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:27.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:27.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:27.3125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.9375rem;overflow:hidden;font-style:normal; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .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; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-container:first-of-type{padding-top:0;}#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-container:last-of-type{padding-bottom:0;}#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100022;position:absolute;top:10.75rem;left:25.9375rem; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.3125rem; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ {display:block;}#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100022;position:absolute;top:10.75rem;left:25.9375rem; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #IVyIeOISnVfMsMZkOMufzsKXpTngagTm { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #AJ5ZencFeT63CBNLvNGIBFiEhedzCZSx { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #wTXx8LxSHgTlDM1803mIEWhR9R4N0zyT { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #GbJ568f4MZgHPLrqIrEd4aBGeTrmpgfu { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #rO8Ogbezwmcatpd4TcHnRaqNsGpJSfvd { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #bgwitkSbviLP2nuVwRSMyaobroqdc6EH { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #IS0ZnVLe0zABMTvySRrLrtrIKpVSDsqJ { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #S8bUdiwE4gWItgwRvhKIiivluB7BWMCF { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #BJucZJw8tQI3xw85xx4Oq9CMxoXIxaAT { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #RbXVpAUbgUJ3X8qsNwWycM09kSTl0WU7 { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #m44olBvn21WfXMgPmpS5nZKTXoEEgHwh { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #Cx6iAqo8UmAS7mX6Dra7sCTmUHfsslz2 { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #eXP3pdLZ3cSvaqcBEelk9GkxBG5iJmb9 { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #sJT20mFZER4HDuNSFkJaB2p1PZkIF8xB { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #p4cRunI6Q3hml9ulACyZ1yasGuAyFx9U { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #RqTJDBkl3nnT6ssBCKpbGJeKn0s3lBCQ { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #hsuGkJntpUkJqGxwXCWnkSXxKDAS1cwZ { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #Cb1xiWHEIP5Uh2FZ9okueoVvLlZxxrib { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #mhi5gLTlZF4hVhOxK2gLvfQowoR4K9WR { position:relative; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #U0EWG1BxJGmb7nexZ3SRVFeyf7uWIuHp { position:relative; }
#wvo1BnVHUDBvt2Sye9dkIUBnytyVklDq { color:#f39c12;display:block;width:19.1875rem;position:absolute;font-family:"proxima nova";font-size:1.625rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:4.6875rem;left:31.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wvacPKdnQItRXFd306OULvIa0hhLFAC4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container { border-width: 0; border-radius: 0; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:none; }#NAhFnsE72NzCa5pzgB1ZDNkxzga6TO7D { color:#000000;display:block;width:41.5625rem;position:absolute;font-family:"gotham narrow";font-size:3rem;font-weight:400;z-index:100008;line-height:.9;letter-spacing:0;top:2.53125rem;left:9.21875rem;height:2.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;display:none; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container { border-width: 0; border-radius: 0; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:none; }#dsDkPUM61dXMXwBzmG4Riw0pmVfH6Ryk { color:#000000;display:block;width:35.125rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:9.2490844726562rem;left:21.562498092651rem;height:11.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ZeRuneWy91HKGtefsVb1OVBZQsgzB3dn { position:absolute;display:block;z-index:100009;background-color:#50479d;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;height:16.625rem;width:16.625rem;top:2.8432922363281rem;left:2.7497692108154rem;display:block; }
#C5JfeImKClR0zG7f4oW61Ggm4RrFvbna { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"gotham narrow";font-size:3.1875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:4.7497711181641rem;left:21.437498092651rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zJboTd44ncu0IBmkLKuK5TTXDlRBWbcL { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.9375rem;width:16.9375rem;top:3.9680633544922rem;left:3.9375rem;overflow:hidden;display:block; }
#JysgWg2Rg2QMn7hSfubszETXfn1PI8Ne { position:absolute;display:block;z-index:100003;background-color:rgba(80,71,157,0.74);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;height:7.1875rem;width:23.375rem;top:25.131439208984rem;left:2.306755065918rem;display:block; }
#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(245,245,245,0.79);background-image:url("https://images.assets-landingi.com/qXhfQGaa/beneficios.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4.adaptive-delivery-prevent-bg, #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4.lazyload, #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4.lazyloading { background-image: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { border-width: 0; border-radius: 0; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:none; }#RcTT7BraWgR0pDlJ4EX2RNAu85CZ8Mf7 { color:#61d1c3;display:block;width:25.1875rem;position:absolute;font-family:"gotham narrow";font-size:2.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.4375rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fkIS30mJByVW0iCVmWdkng6t27TQx3Li { color:rgba(0,0,0,0);display:block;width:22.874540328979rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:4.9471435546875rem;left:2.6229305267334rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-form-header {  }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#50479d;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:20.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-text {padding-top: 0; padding-bottom: 0;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:20.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-select {padding-top: 0; padding-bottom: 0;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #61d1c3, #50479d);background-image: -moz-linear-gradient(top, #61d1c3, #50479d);background-image: -ms-linear-gradient(top, #61d1c3, #50479d);background-image: -o-linear-gradient(top, #61d1c3, #50479d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#61d1c3', endColorstr='#50479d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#61d1c3', endColorstr='#50479d' );";background-image: linear-gradient(to bottom, #61d1c3, #50479d);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:20.6875rem;height:3.4375rem;font-family:"gotham narrow medium";overflow:hidden;font-style:normal; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .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:ubuntu;font-size:0.75rem;font-weight:400;color:#50479d;vertical-align:top;width:19.4375rem;overflow:hidden;font-style:normal; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-container:first-of-type{padding-top:0;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-container:last-of-type{padding-bottom:0;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.4248046875rem;top:10.4912109375rem;z-index:100006;position:absolute; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI {display:block;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.4248046875rem;top:10.4912109375rem;z-index:100006;position:absolute; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #LIf391Gi25oUhieV2D8UsZ5SgMABGWsP { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #gBTQO5qIgRHlXWkw2703pNOPZBDyzbQR { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #qXmJzCp7SIX5D2BtVwMFotbUmJJUFO6S { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #vbqhxc7lLnrpmRHPC8vSpvUhoIa90Vwl { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #FMB8sJdxV5eOEzvEkxJPQnWXyarUmZMT { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #qNQxkPVDvISzLHHBpdFbXH46qqw4MJi5 { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #XIrQJTIQv1gndn2TXh1Ted3CVHlZXqmC { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #wphRsQX2ihqHFutDnbUFhqxnSksmywrl { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #NGTZoJQRT9JGbGTnPv3QT7JIS1GG3DT8 { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #RlXbeViq82lSPDsU36hRiTiupK1U9rZ3 { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #zmJch3cGIaEHfTIxxf8h60LLHLuHmvpf { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #gDeK7iBzn83aUEhCeTtTPtOodCgJWAQR { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #ltoTH0hHXMBEFe6CaUZR3amuZ5hNTRXo { position:relative; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #LtUKa9u9coct6gPml9VhXZqSLTR1u4c3 { position:relative; }
#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f5f7;background-image:none;position:relative;display:none; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container { border-width: 0; border-radius: 0; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:none; }#sswQl7tcAJdrF3q6u3s0DyXUOaFKNlSP { box-sizing:content-box;color:#50479d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1.125rem;left:49.6875rem;display:block; }
#mPbU1mD6DZnDWSkMFtzXeBDqQqLNylIQ { box-sizing:content-box;color:#50479d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:1.125rem;left:52.8125rem;display:block; }
#NgvigKNcQGiXT13Dx8MPmIkXIaVLiRiW { display:block;width:37.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:99999;line-height:1.3;letter-spacing:0;top:1.9986782073974rem;left:0.87348175048825rem;height:1.5249rem;font-style:normal;display:block; }
#lH3yXVVfT6QZ8CQMqEc28Xh9cImczF2E { box-sizing:content-box;color:#50479d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:1.125rem;left:55.9375rem;display:block; }
#J5BiQ7PKS0KK9rzh17VF0ADDruK2STZ7 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:6.75rem;top:0.8125rem;left:41.375rem;overflow:hidden;display:block; }
#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;background-image:none;position:relative;display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { border-width: 0; border-radius: 0; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:none; }#BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { position:absolute;display:block;z-index:100000;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;height:15rem;width:18.5rem;top:0.03125rem;left:0.03125rem;display:block; }#BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.adaptive-delivery-prevent-bg, #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.lazyload, #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.lazyloading { background-image: none; }
#TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:2.6875rem;left:2.21875rem;height:8.25rem;font-style:normal;display:block; }
#kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:12.3125rem;left:2.71875rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:23.25rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:12.3125rem;left:43.625rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { position:absolute;display:block;z-index:100002;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;height:15rem;width:18.5rem;top:0.0625rem;left:20.75rem;display:block; }#JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.adaptive-delivery-prevent-bg, #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.lazyload, #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.lazyloading { background-image: none; }
#aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:2.6875rem;left:22.9375rem;height:6.875rem;font-style:normal;display:block; }
#vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { position:absolute;display:block;z-index:100004;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;height:15rem;width:18.5rem;top:0.0625rem;left:41rem;display:block; }#vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.adaptive-delivery-prevent-bg, #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.lazyload, #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.lazyloading { background-image: none; }
#n3zfn78fzpUu8SpDNexpdd1uytVED1nc { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:2.6875rem;left:43.1875rem;height:6.875rem;font-style:normal;display:block; }
#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .row .container { background-color: transparent; background-image: none; }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .row .container > .video-iframe-container { display: none; }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .row > .video-iframe-container { display: none; }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .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); }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .row .container { border-width: 0; border-radius: 0; }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#ohP5g0gfpr36BW7zRGBMmyrph8GA0Hln { box-sizing:content-box;color:#f89a60;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:32.25rem;left:37.1875rem;display:none; }
#h43E769PiQxIXgcL4y2VUXdiP15eg93b { display:block;width:14.6875rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:400;z-index:100019;line-height:1.6;letter-spacing:0;top:1.6435546875rem;left:41.9375rem;height:1.4rem;color:#0c699b;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qh8bGCPF2Q7uZgBGGfrToy6h2KgXHe5R { box-sizing:content-box;color:#436ae8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:0.8125rem;left:41.3125rem;display:block; }
#DUQ5sRiS3eNyPDIx6PFPQkcFocFLQvcl { display:block;width:14.6875rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:400;z-index:100018;line-height:1.6;letter-spacing:0;top:1.6435546875rem;left:4.1875rem;height:1.4rem;color:#0c699b;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tHfeO4fsOSbn9rIi6ve5tS5spzMCzgG8 { box-sizing:content-box;color:#436ae8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:0.8125rem;left:1.0625rem;display:block; }
#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { border-width: 0; border-radius: 0; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { width:13.3125rem;height:3.4375rem;top:24.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtVEaANUMAWWTwOfKJLJfxXamT7pDTZR { display:block; }
 }@media only screen and (max-width: 763px) { #h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { width:13.25rem;height:3.3125rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block; }
 }@media only screen and (max-width: 763px) { #x4FfJEv4AZ2GqdMF4w6BsWF0FHUweaKc { width:31.0625rem;height:10.375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfIAK9QJ4zsrTMGk4L6itthCsgGMwgKS { width:42.1875rem;height:3.8125rem;top:19.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP { display:none; }#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #emNtr3RBORL2rGaV7nPAvaTVnA2aI1rb { width:28.4375rem;height:3rem;top:0.9375rem;left:12.957948684693rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC { width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:12.182672500611rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #pa4G9Azt8MhwONFkWuhcIhX1L0TeLXod { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #eKhe7BWKyu54Vx91WAwhONCEhyOFewtK {  }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #bUMIdSlvgAAQiloPM8mrhHUayTSiCkFv {  }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #KVci12BfQkSNs4NVcf562RSPCJhugTpe { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #i4C582NUpE2kZzEpICd50d983Ml24X4O {  }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #J5Tohuen2m8vhyFsgWyP4E3fB5TBvuc9 {  }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #PrG82z76rnluQTfdPIgZeJntf5Quplxo { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #sRHRwFaMqC6DFNqdGTfvnwu2KHko8uz0 {  }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #OwylvLcF5KJLZyygNFT0fTZwkTnoXNdL {  }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #cTaD6477II2AmqBWsJfhRE6ANvk1ulX4 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #HHR2l59XG1ksi0B3B8sOo6Gyk9cdCiZq {  }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #EamQF0QTfMDXrN9EcOkeM8lJCH7gNvc7 {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt { width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:12.182672500611rem;display:none; }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #cOwMGxGTWzndbgDdWSKFobUrfyTyQBSO { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #Rd0eTHbp4hH7AaTvn07rsNvT8T2LarTn {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #symVpmSK8RkW0i8GO5u7dtDisvp2xhhC {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #RLALFKtNMF5BzktUuyB2w2vhQq2TaHn0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #G3pkwO8vC2HBnBKEPTzDZDIe6wGw4aFW {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #ByXhiKMIKC9QHnRRJwDkHsR0atkmnLgC {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #IP8xQc2h5xtuQJyznpRRKqJrwTgVXlLm { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #Ad6ODsixSnzzCLdhAThdiaA47EHDl7so {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #CKbWpvch5H67k9zQTQVOr70Aql8MLQyU {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #x7MqltwvTIDfHSnUf1yTe9WLi4rhTiel { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #uiKhdBySkozxPzdQPcqGUOQ1Tfpeq396 {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #uiM0o6Eu23DW403aAzJZseH3v5idWKBf {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd { width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:12.182672500611rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #LxprNTbGt49WLl1ttpC8IinssP4cJCAF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #S3SqynvbdxtuqJI56mbT4aiQZtLF1oT9 {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #mXfcytZ8nqDaAG7aI13eWlEc4TKFWWFy {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #f3Wxc1tLoTMDn6yTVpJGVhAZRXtuArid { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #zVsrk6rBhoys0KCmP6d5bnLaUUMPwPDR {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #EvTTE4rkK7hnEDTNDRqPqnlI4DZIylLx {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #SNWQWCxBuU93TSAzCRty0esBOV3BHV9q { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #Nlywfi34aqpOxoN7UTBKT35MID52xpco {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #zyxhpPeTFo9Z3qrHuf3BkE24kzIVqoh7 {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #Ivb8CWX8bFAgN0uV0Me23eVF2M6dkKAZ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #NCdEUOaENuSynDQp2evrUTpBR68Fi4rZ {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #lrcIwy3qzDLvyaoigaiVKeHRuTMl4TpD {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr .widget-container {  }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr .widget-text.counter-number {  }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr .widget-text.counter-label {  }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr { width:26.875rem;height:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #TdNtGlXf3Aq8XUIh5rQRx5xNIkcNDhM0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #wTEoVmpLClpfT8MlSPfI3ArivE4LAKIa {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #VtQWQPQgbTq5u1goSRSv1KQTryc0e5xf {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #t83mLtGnnTi28xAbsb4JpkWyi2Oo1EH8 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #foTSBbKkEMMe10Art2eOOlNTGqs1wrHZ {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #xbJ86AODUGyD2M0T8oqkrlpz9ip6ZbNd {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #UkoNH2LlvB1zJ8JacyrF5qeQUw2KbhFK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #HR8ueHpdm1C2pBNNdrM6NCoXHyBIiVzB {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #IbPdAqlXL5WJOgiS4d7mO4LHFBUzIirP {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #R2FNq8DMunrflGMvESbXiwR6dD095an1 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #hTGV4yQyhGLkuuDenRET08CPGZkPQ7mJ {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #GRSJ0WNXxNt8mTy6TozEzUVofGsT482s {  }
 }@media only screen and (max-width: 763px) { #boQqgX68TksP2vCeEsTWsWBrKilVbep5 { display:block; }#boQqgX68TksP2vCeEsTWsWBrKilVbep5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRB1ogSkZbdPsGTRrEDVkbgi569WMqLs { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz85wMlPeRITDHXi8sHGNksB1w5iTvuu { width:47.75rem;height:9.5625rem;top:8.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzVgas6Ef9XU2oteXJn6BKbeZDOMuQnq { display:block; }#ZzVgas6Ef9XU2oteXJn6BKbeZDOMuQnq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPusOzoHTJh0ifMrSG0S8lqFS149xySX { width:3.125rem;height:3.125rem;top:32.25rem;left:31.0625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGAB3LTQTIUTyVnv7fiqga0thv8AJL8e { width:47.75rem;height:2.5625rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofi5h35Q0MniC96U1btDISzR3v9wxV6s { display:block; }#ofi5h35Q0MniC96U1btDISzR3v9wxV6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXFXMSoQ3zASEq3Se5pWxSK1wcgiSDEQ { width:47.75rem;height:4.2761194029851rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqEDmTipQJ5u5icEkCZ64v0TNoOxDoRV { width:47.75rem;height:4.2761194029851rem;top:0.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMxSrczGbnGKGGxECKB6qE39QS6DRpAv { display:block; }#dMxSrczGbnGKGGxECKB6qE39QS6DRpAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hb197QV76MUFA0XSadTInbyTPxyK5BxR { width:3.125rem;height:3.125rem;top:32.25rem;left:31.0625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AknWOWmLZTUQLeflbqTgynxZTDfq95X3 { width:47.75rem;height:2.5625rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIf05GLe4mWviSxeLPiJpDdrpKAPJ6O9 { width:47.75rem;height:2.5625rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:14.875rem;height:3.25rem;top:17.875rem;left:0.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:13.5625rem;height:4.1875rem;top:24.5rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNkJtaebDd1SKRdJ8bzAug4eRwKdgNTf { width:13.375rem;height:4.125rem;top:17.875rem;left:17.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJx3kpkquixs7RZfuOlCHakgcmUI7Ax { width:14.4375rem;height:5.5625rem;top:24.5rem;left:16.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrzaTEW7b83uhbwluWPAfE0E9QPnLkI1 { width:13.5625rem;height:4.1875rem;top:24.5rem;left:33.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgvI76OStWzKFVObNn5Stymg3tlz1Sb { width:14.75rem;height:3rem;top:17.875rem;left:32.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZqBkDCOqTvM360Pc08EEcVhPxCo0BrI { width:10.5rem;height:9.875rem;top:4.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWz8WOkHU8Iu6EJEhDW89udmeTHJEoQN { width:12.3125rem;height:9.5625rem;top:4.3125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXvH0ZDixwv7owgQTZmUNUmLrhJGzG3W { width:12.125rem;height:9.5625rem;top:4.3125rem;left:33.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoFZEZeThhbwCNyxeIbb7o7lc0VU399k { width:10.5rem;height:8.8125rem;top:35.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7WUVeKoK1qiP8RnRgE2UpkRBngpbgQt { width:13.5625rem;height:2.75rem;top:50.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTQ2WFDTEKOPMX9qrTldUNP8CivrfIVu { width:14.875rem;height:1.625rem;top:47.5625rem;left:1rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwqCdmRCwTDs26rwf0BfhDhJK8mgVfN8 { width:13.5625rem;height:0;top:51.3125rem;left:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfErxDQi6yPu5FJGzZQHecqrGZfHPBto { width:10.6875rem;height:8.25rem;top:35.6875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFby6FNGpokhySGfRs546um2cfrgUJz9 { width:14.875rem;height:1.625rem;top:47.625rem;left:16.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S { display:block; }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCz7FXzpMNCxa8hDTKuhzv8hz2DoU0hd { display:block; }#yCz7FXzpMNCxa8hDTKuhzv8hz2DoU0hd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WC96snZ2IpT4CsTw3Uuaqk4DRk1piTLr { width:25.5625rem;height:33.875rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8wAtPL6TSvGPXDTiulVLuvMT9If1XZL { width:19.125rem;height:1.75rem;top:34.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdMBTTRL0TtPgJh0EqUWok228cFrXW9I { width:25.5625rem;height:33.75rem;top:4.9375rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ruzpEOzwiSPq5AKIkTKFBUB7MMFbVc { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LONodDAgUp9XNTxvSybl8Bv9v4IzOeoF { width:22.5rem;height:4.5rem;top:25.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZ8cvvPnhaiKVbepxNvKmaBupfsPoTT { width:12.5625rem;height:14.4375rem;top:9.5625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7g14PHzKwPD5nDwpwv2UIUyihAAmKhN { width:11.6875rem;height:14.4375rem;top:9.5625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgw7UQlfFHT736dhshbDTTSqfmS7s5Mt { width:22.5rem;height:3rem;top:25.9375rem;left:25.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJlTdDGMDgARDWESw90ot8F9FBifW0tg { width:19.125rem;height:1.75rem;top:34.1875rem;left:28.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1cAsw5I0Pfs5MvCJeJePKbpHKFbKGXD { display:block; }#N1cAsw5I0Pfs5MvCJeJePKbpHKFbKGXD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByygM3oJTTeTu4dnRCwtkHU6Ehk8ETSr { width:3.125rem;height:3.125rem;top:32.25rem;left:31.0625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcDTVHxBaZsP4NiAt9qq86TDH5atTzTy { width:47.75rem;height:3.9375rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 { display:block; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-regular-label { width:27.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-text { width:27.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-textarea { width:27.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-select { width:27.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-button { width:27.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-checkbox-label { width:25.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ  { width:27.3125rem;height:auto;top:10.75rem;left:17.9375rem; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .radio-container { width:27.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ {display:block;}#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ { width:27.3125rem;height:auto;top:10.75rem;left:17.9375rem; }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #IVyIeOISnVfMsMZkOMufzsKXpTngagTm {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #AJ5ZencFeT63CBNLvNGIBFiEhedzCZSx {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #wTXx8LxSHgTlDM1803mIEWhR9R4N0zyT {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #GbJ568f4MZgHPLrqIrEd4aBGeTrmpgfu {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #rO8Ogbezwmcatpd4TcHnRaqNsGpJSfvd {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #bgwitkSbviLP2nuVwRSMyaobroqdc6EH {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #IS0ZnVLe0zABMTvySRrLrtrIKpVSDsqJ {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #S8bUdiwE4gWItgwRvhKIiivluB7BWMCF {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #BJucZJw8tQI3xw85xx4Oq9CMxoXIxaAT {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #RbXVpAUbgUJ3X8qsNwWycM09kSTl0WU7 {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #m44olBvn21WfXMgPmpS5nZKTXoEEgHwh {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #Cx6iAqo8UmAS7mX6Dra7sCTmUHfsslz2 {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #eXP3pdLZ3cSvaqcBEelk9GkxBG5iJmb9 {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #sJT20mFZER4HDuNSFkJaB2p1PZkIF8xB {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #p4cRunI6Q3hml9ulACyZ1yasGuAyFx9U {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #RqTJDBkl3nnT6ssBCKpbGJeKn0s3lBCQ {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #hsuGkJntpUkJqGxwXCWnkSXxKDAS1cwZ {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #Cb1xiWHEIP5Uh2FZ9okueoVvLlZxxrib {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #mhi5gLTlZF4hVhOxK2gLvfQowoR4K9WR {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #U0EWG1BxJGmb7nexZ3SRVFeyf7uWIuHp {  }
 }@media only screen and (max-width: 763px) { #wvo1BnVHUDBvt2Sye9dkIUBnytyVklDq { width:19.1875rem;height:3.25rem;top:4.6875rem;left:25.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvacPKdnQItRXFd306OULvIa0hhLFAC4 { display:none; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NAhFnsE72NzCa5pzgB1ZDNkxzga6TO7D { width:41.5625rem;height:2.6875rem;top:2.5rem;left:3.09375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h { display:none; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container { width:47.75rem;height:26.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dsDkPUM61dXMXwBzmG4Riw0pmVfH6Ryk { width:36.4375rem;height:14rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeRuneWy91HKGtefsVb1OVBZQsgzB3dn { width:16.625rem;height:16.625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5JfeImKClR0zG7f4oW61Ggm4RrFvbna { width:40.8125rem;height:4rem;top:4.6875rem;left:6.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJboTd44ncu0IBmkLKuK5TTXDlRBWbcL { width:16.9375rem;height:16.9375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JysgWg2Rg2QMn7hSfubszETXfn1PI8Ne { width:23.375rem;height:7.1875rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 { display:none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RcTT7BraWgR0pDlJ4EX2RNAu85CZ8Mf7 { width:25.125rem;height:2.5rem;top:2rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkIS30mJByVW0iCVmWdkng6t27TQx3Li { width:22.8125rem;height:3.5625rem;top:4.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-checkbox-label { width:11.25rem; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI  { width:20.6875rem;height:auto; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI {display:block;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI { width:20.6875rem;height:auto; }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #LIf391Gi25oUhieV2D8UsZ5SgMABGWsP {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #gBTQO5qIgRHlXWkw2703pNOPZBDyzbQR {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #qXmJzCp7SIX5D2BtVwMFotbUmJJUFO6S {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #vbqhxc7lLnrpmRHPC8vSpvUhoIa90Vwl {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #FMB8sJdxV5eOEzvEkxJPQnWXyarUmZMT {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #qNQxkPVDvISzLHHBpdFbXH46qqw4MJi5 {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #XIrQJTIQv1gndn2TXh1Ted3CVHlZXqmC {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #wphRsQX2ihqHFutDnbUFhqxnSksmywrl {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #NGTZoJQRT9JGbGTnPv3QT7JIS1GG3DT8 {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #RlXbeViq82lSPDsU36hRiTiupK1U9rZ3 {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #zmJch3cGIaEHfTIxxf8h60LLHLuHmvpf {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #gDeK7iBzn83aUEhCeTtTPtOodCgJWAQR {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #ltoTH0hHXMBEFe6CaUZR3amuZ5hNTRXo {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #LtUKa9u9coct6gPml9VhXZqSLTR1u4c3 {  }
 }@media only screen and (max-width: 763px) { #ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx { display:none; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container { width:47.75rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sswQl7tcAJdrF3q6u3s0DyXUOaFKNlSP { width:3.125rem;height:3.125rem;top:2.0625rem;left:34.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPbU1mD6DZnDWSkMFtzXeBDqQqLNylIQ { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgvigKNcQGiXT13Dx8MPmIkXIaVLiRiW { width:31.1875rem;height:1.25rem;top:3rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH3yXVVfT6QZ8CQMqEc28Xh9cImczF2E { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5BiQ7PKS0KK9rzh17VF0ADDruK2STZ7 { width:6.75rem;height:3.75rem;top:0.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:18.5rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:13.9375rem;height:8.25rem;top:2.6875rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { width:13.75rem;height:1.25rem;top:12.3125rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { width:13.75rem;height:1.25rem;top:12.3125rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { width:13.75rem;height:1.25rem;top:12.3125rem;left:33.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:18.5rem;height:15rem;top:0.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:13.9375rem;height:6.875rem;top:2.6875rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:18.5rem;height:15rem;top:0.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:13.9375rem;height:6.875rem;top:2.6875rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc { display:block; }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohP5g0gfpr36BW7zRGBMmyrph8GA0Hln { width:3.125rem;height:3.125rem;top:32.25rem;left:31.0625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h43E769PiQxIXgcL4y2VUXdiP15eg93b { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh8bGCPF2Q7uZgBGGfrToy6h2KgXHe5R { width:3.125rem;height:3.125rem;top:0.8125rem;left:35.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUQ5sRiS3eNyPDIx6PFPQkcFocFLQvcl { width:22.625rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHfeO4fsOSbn9rIi6ve5tS5spzMCzgG8 { width:3.125rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { display:none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a8c522c9-7562-4863-bb12-1db27bb69fff/portadaypjuanmobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { width:9.5625rem;height:2.3125rem;top:41.375rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtVEaANUMAWWTwOfKJLJfxXamT7pDTZR { display:block; }
 }@media only screen and (max-width: 763px) { #h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { width:9.4375rem;height:1.9375rem;top:38.625rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block; }
 }@media only screen and (max-width: 763px) { #x4FfJEv4AZ2GqdMF4w6BsWF0FHUweaKc { width:20rem;height:6.7505rem;top:26.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfIAK9QJ4zsrTMGk4L6itthCsgGMwgKS { width:20rem;height:2.8496125rem;top:33.58740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP { display:none; }#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP > .row .container { width:20rem;height:9.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #emNtr3RBORL2rGaV7nPAvaTVnA2aI1rb { width:20rem;height:2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#50479d; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC .widget-text.counter-label { background-color:;background-image:none;color:#50479d;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:1rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.4852941036224rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #pa4G9Azt8MhwONFkWuhcIhX1L0TeLXod { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #eKhe7BWKyu54Vx91WAwhONCEhyOFewtK {  }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #bUMIdSlvgAAQiloPM8mrhHUayTSiCkFv {  }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #KVci12BfQkSNs4NVcf562RSPCJhugTpe { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #i4C582NUpE2kZzEpICd50d983Ml24X4O {  }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #J5Tohuen2m8vhyFsgWyP4E3fB5TBvuc9 {  }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #PrG82z76rnluQTfdPIgZeJntf5Quplxo { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #sRHRwFaMqC6DFNqdGTfvnwu2KHko8uz0 {  }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #OwylvLcF5KJLZyygNFT0fTZwkTnoXNdL {  }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #cTaD6477II2AmqBWsJfhRE6ANvk1ulX4 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #HHR2l59XG1ksi0B3B8sOo6Gyk9cdCiZq {  }
 }@media only screen and (max-width: 763px) { #yIqoKkuOCgStZ0e6w1ky7eI3Qk8ZlOdC #EamQF0QTfMDXrN9EcOkeM8lJCH7gNvc7 {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#50479d; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt .widget-text.counter-label { background-color:;background-image:none;color:#50479d;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:1rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.3125rem;left:10.09375rem;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #cOwMGxGTWzndbgDdWSKFobUrfyTyQBSO { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #Rd0eTHbp4hH7AaTvn07rsNvT8T2LarTn {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #symVpmSK8RkW0i8GO5u7dtDisvp2xhhC {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #RLALFKtNMF5BzktUuyB2w2vhQq2TaHn0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #G3pkwO8vC2HBnBKEPTzDZDIe6wGw4aFW {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #ByXhiKMIKC9QHnRRJwDkHsR0atkmnLgC {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #IP8xQc2h5xtuQJyznpRRKqJrwTgVXlLm { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #Ad6ODsixSnzzCLdhAThdiaA47EHDl7so {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #CKbWpvch5H67k9zQTQVOr70Aql8MLQyU {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #x7MqltwvTIDfHSnUf1yTe9WLi4rhTiel { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #uiKhdBySkozxPzdQPcqGUOQ1Tfpeq396 {  }
 }@media only screen and (max-width: 763px) { #oI9lg4VSP7lgWNBMOUcBDFKnPCDTOoOt #uiM0o6Eu23DW403aAzJZseH3v5idWKBf {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.34625rem;margin-bottom:0;margin-left:0.34625rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.415625rem;padding-right:0.070625rem;padding-bottom:0;padding-left:0.070625rem;display:block;width:4.015625rem;height:2.3775rem;position:relative;font-size:2.555625rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#50479d;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd .widget-text.counter-label { background-color:;background-image:none;color:#50479d;padding-top:0;padding-right:0.070625rem;padding-bottom:0.296875rem;padding-left:0.070625rem;display:block;width:-0.140625rem;height:0.653125rem;position:relative;font-size:0.95125rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:19.375rem;height:3.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.2178724749719rem;left:3.28125rem;z-index:100005;display:none; }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #LxprNTbGt49WLl1ttpC8IinssP4cJCAF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #S3SqynvbdxtuqJI56mbT4aiQZtLF1oT9 {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #mXfcytZ8nqDaAG7aI13eWlEc4TKFWWFy {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #f3Wxc1tLoTMDn6yTVpJGVhAZRXtuArid { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #zVsrk6rBhoys0KCmP6d5bnLaUUMPwPDR {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #EvTTE4rkK7hnEDTNDRqPqnlI4DZIylLx {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #SNWQWCxBuU93TSAzCRty0esBOV3BHV9q { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #Nlywfi34aqpOxoN7UTBKT35MID52xpco {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #zyxhpPeTFo9Z3qrHuf3BkE24kzIVqoh7 {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #Ivb8CWX8bFAgN0uV0Me23eVF2M6dkKAZ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #NCdEUOaENuSynDQp2evrUTpBR68Fi4rZ {  }
 }@media only screen and (max-width: 763px) { #GXH3EDuX7GEbzuvTEPEdfpGWtSHdALSd #lrcIwy3qzDLvyaoigaiVKeHRuTMl4TpD {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#6783c2; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#xJb5latM4uCN6KmdGeG2qTmTgALUOiqr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.84375rem;left:0.78125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #TdNtGlXf3Aq8XUIh5rQRx5xNIkcNDhM0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #wTEoVmpLClpfT8MlSPfI3ArivE4LAKIa {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #VtQWQPQgbTq5u1goSRSv1KQTryc0e5xf {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #t83mLtGnnTi28xAbsb4JpkWyi2Oo1EH8 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #foTSBbKkEMMe10Art2eOOlNTGqs1wrHZ {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #xbJ86AODUGyD2M0T8oqkrlpz9ip6ZbNd {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #UkoNH2LlvB1zJ8JacyrF5qeQUw2KbhFK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #HR8ueHpdm1C2pBNNdrM6NCoXHyBIiVzB {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #IbPdAqlXL5WJOgiS4d7mO4LHFBUzIirP {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #R2FNq8DMunrflGMvESbXiwR6dD095an1 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #hTGV4yQyhGLkuuDenRET08CPGZkPQ7mJ {  }
 }@media only screen and (max-width: 763px) { #xJb5latM4uCN6KmdGeG2qTmTgALUOiqr #GRSJ0WNXxNt8mTy6TozEzUVofGsT482s {  }
 }@media only screen and (max-width: 763px) { #boQqgX68TksP2vCeEsTWsWBrKilVbep5 { display:block; }#boQqgX68TksP2vCeEsTWsWBrKilVbep5 > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRB1ogSkZbdPsGTRrEDVkbgi569WMqLs { width:13.9360625rem;height:2.75rem;top:3.8125rem;left:3.03173828125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #Sz85wMlPeRITDHXi8sHGNksB1w5iTvuu { width:20rem;height:18.375rem;top:7.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZzVgas6Ef9XU2oteXJn6BKbeZDOMuQnq { background-color:#f4f4f4;background-image:none;display:none; }#ZzVgas6Ef9XU2oteXJn6BKbeZDOMuQnq > .row .container { width:20rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZPusOzoHTJh0ifMrSG0S8lqFS149xySX { width:3.125rem;height:3.125rem;top:4.8125rem;left:15.3125rem;font-size:2.1875rem;z-index:100016;color:#0906e6;display:block; }
 }@media only screen and (max-width: 763px) { #JGAB3LTQTIUTyVnv7fiqga0thv8AJL8e { width:20rem;height:auto;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #ofi5h35Q0MniC96U1btDISzR3v9wxV6s { display:none; }#ofi5h35Q0MniC96U1btDISzR3v9wxV6s > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KXFXMSoQ3zASEq3Se5pWxSK1wcgiSDEQ { width:20rem;height:1.7910447761194rem;top:2.6875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oqEDmTipQJ5u5icEkCZ64v0TNoOxDoRV { width:18.4375rem;height:1.625rem;top:6.75rem;left:4.0625rem;overflow:hidden;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #dMxSrczGbnGKGGxECKB6qE39QS6DRpAv { background-color:#f4f4f4;background-image:none;display:none; }#dMxSrczGbnGKGGxECKB6qE39QS6DRpAv > .row .container { width:20rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hb197QV76MUFA0XSadTInbyTPxyK5BxR { width:3.125rem;height:3.125rem;top:4.8125rem;left:15.3125rem;font-size:2.1875rem;z-index:100016;color:#0906e6;display:block; }
 }@media only screen and (max-width: 763px) { #AknWOWmLZTUQLeflbqTgynxZTDfq95X3 { width:20rem;height:auto;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #vIf05GLe4mWviSxeLPiJpDdrpKAPJ6O9 { width:20rem;height:auto;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:20rem;height:110rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:12rem;height:3.25rem;top:15rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:15.125rem;height:4.19970625rem;top:18.9375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNkJtaebDd1SKRdJ8bzAug4eRwKdgNTf { width:13.375rem;height:4.875rem;top:36.4375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJx3kpkquixs7RZfuOlCHakgcmUI7Ax { width:14.875rem;height:5.5996125rem;top:42.1875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrzaTEW7b83uhbwluWPAfE0E9QPnLkI1 { width:13.5625rem;height:4.19970625rem;top:65rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgvI76OStWzKFVObNn5Stymg3tlz1Sb { width:14.75rem;height:3.25rem;top:61.0625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZqBkDCOqTvM360Pc08EEcVhPxCo0BrI { width:10.5rem;height:9.875rem;top:4.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWz8WOkHU8Iu6EJEhDW89udmeTHJEoQN { width:12.3125rem;height:9.5625rem;top:26.125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXvH0ZDixwv7owgQTZmUNUmLrhJGzG3W { width:12.125rem;height:9.5625rem;top:92.2734375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoFZEZeThhbwCNyxeIbb7o7lc0VU399k { width:10.5rem;height:8.8125rem;top:73.32421875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7WUVeKoK1qiP8RnRgE2UpkRBngpbgQt { width:13.5625rem;height:2.79980625rem;top:85.63671875rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTQ2WFDTEKOPMX9qrTldUNP8CivrfIVu { width:14.875rem;height:1.625rem;top:83.32421875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwqCdmRCwTDs26rwf0BfhDhJK8mgVfN8 { width:13.5625rem;height:1.4624rem;top:105.2490234375rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfErxDQi6yPu5FJGzZQHecqrGZfHPBto { width:10.6875rem;height:8.25rem;top:51.724609375rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFby6FNGpokhySGfRs546um2cfrgUJz9 { width:14.875rem;height:1.625rem;top:102.7490234375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S { background-color:#f4f4f4;background-image:none;display:block; }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .row .container { background-color: transparent; background-image: none; }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .row .container > .video-iframe-container { display: none; }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .row > .video-iframe-container { display: none; }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .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); }#Hdg38QHqTi27eTsnLh1bWnCt7f7LJC0S > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCz7FXzpMNCxa8hDTKuhzv8hz2DoU0hd { display:block; }#yCz7FXzpMNCxa8hDTKuhzv8hz2DoU0hd > .row .container { width:20rem;height:79.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WC96snZ2IpT4CsTw3Uuaqk4DRk1piTLr { width:20rem;height:35.4375rem;top:6.9375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WC96snZ2IpT4CsTw3Uuaqk4DRk1piTLr.adaptive-delivery-prevent-bg, #WC96snZ2IpT4CsTw3Uuaqk4DRk1piTLr.lazyload, #WC96snZ2IpT4CsTw3Uuaqk4DRk1piTLr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #d8wAtPL6TSvGPXDTiulVLuvMT9If1XZL { width:17rem;height:3.57421875rem;top:36.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdMBTTRL0TtPgJh0EqUWok228cFrXW9I { width:20rem;height:31.3125rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ruzpEOzwiSPq5AKIkTKFBUB7MMFbVc { width:20rem;height:1.85595625rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#0b0c17;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LONodDAgUp9XNTxvSybl8Bv9v4IzOeoF { width:20rem;height:6rem;top:30.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZ8cvvPnhaiKVbepxNvKmaBupfsPoTT { width:12.5625rem;height:13.625rem;top:12.41796875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7g14PHzKwPD5nDwpwv2UIUyihAAmKhN { width:11.6875rem;height:14.4375rem;top:48rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgw7UQlfFHT736dhshbDTTSqfmS7s5Mt { width:20rem;height:3rem;top:67.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJlTdDGMDgARDWESw90ot8F9FBifW0tg { width:19.125rem;height:1.7871125rem;top:70.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1cAsw5I0Pfs5MvCJeJePKbpHKFbKGXD { background-color:#f4f4f4;background-image:none;display:none; }#N1cAsw5I0Pfs5MvCJeJePKbpHKFbKGXD > .row .container { width:20rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ByygM3oJTTeTu4dnRCwtkHU6Ehk8ETSr { width:3.125rem;height:3.125rem;top:4.8125rem;left:15.3125rem;font-size:2.1875rem;z-index:100016;color:#0906e6;display:block; }
 }@media only screen and (max-width: 763px) { #PcDTVHxBaZsP4NiAt9qq86TDH5atTzTy { width:20rem;height:auto;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 { display:block; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ  { width:17.5rem;height:auto;top:8.625rem;left:0rem; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ {display:block;}#Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ { width:17.5rem;height:auto;top:8.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #IVyIeOISnVfMsMZkOMufzsKXpTngagTm {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #AJ5ZencFeT63CBNLvNGIBFiEhedzCZSx {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #wTXx8LxSHgTlDM1803mIEWhR9R4N0zyT {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #GbJ568f4MZgHPLrqIrEd4aBGeTrmpgfu {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #rO8Ogbezwmcatpd4TcHnRaqNsGpJSfvd {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #bgwitkSbviLP2nuVwRSMyaobroqdc6EH {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #IS0ZnVLe0zABMTvySRrLrtrIKpVSDsqJ {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #S8bUdiwE4gWItgwRvhKIiivluB7BWMCF {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #BJucZJw8tQI3xw85xx4Oq9CMxoXIxaAT {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #RbXVpAUbgUJ3X8qsNwWycM09kSTl0WU7 {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #m44olBvn21WfXMgPmpS5nZKTXoEEgHwh {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #Cx6iAqo8UmAS7mX6Dra7sCTmUHfsslz2 {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #eXP3pdLZ3cSvaqcBEelk9GkxBG5iJmb9 {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #sJT20mFZER4HDuNSFkJaB2p1PZkIF8xB {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #p4cRunI6Q3hml9ulACyZ1yasGuAyFx9U {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #RqTJDBkl3nnT6ssBCKpbGJeKn0s3lBCQ {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #hsuGkJntpUkJqGxwXCWnkSXxKDAS1cwZ {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #Cb1xiWHEIP5Uh2FZ9okueoVvLlZxxrib {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #mhi5gLTlZF4hVhOxK2gLvfQowoR4K9WR {  }
 }@media only screen and (max-width: 763px) { #Zq8kP7Syn5kzFk4iVdyKVQHGFlUaD8UJ #U0EWG1BxJGmb7nexZ3SRVFeyf7uWIuHp {  }
 }@media only screen and (max-width: 763px) { #wvo1BnVHUDBvt2Sye9dkIUBnytyVklDq { width:19.1875rem;height:3.25rem;top:3.9375rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvacPKdnQItRXFd306OULvIa0hhLFAC4 { display:none; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container { width:20rem;height:6.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NAhFnsE72NzCa5pzgB1ZDNkxzga6TO7D { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h { display:none; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dsDkPUM61dXMXwBzmG4Riw0pmVfH6Ryk { width:18.624rem;height:18.375rem;top:23.9980625rem;left:0.6875rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeRuneWy91HKGtefsVb1OVBZQsgzB3dn { width:17.1875rem;height:16.8125rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5JfeImKClR0zG7f4oW61Ggm4RrFvbna { width:20rem;height:2.1875rem;top:20.5605625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJboTd44ncu0IBmkLKuK5TTXDlRBWbcL { width:16.9365rem;height:16.9365rem;top:2.375rem;left:2.5634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JysgWg2Rg2QMn7hSfubszETXfn1PI8Ne { width:20rem;height:7.1875rem;top:43.46622467041rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 { background-color:#6783c2;background-image:none;display:none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RcTT7BraWgR0pDlJ4EX2RNAu85CZ8Mf7 { width:20rem;height:2.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkIS30mJByVW0iCVmWdkng6t27TQx3Li { width:19.1875rem;height:3.5625rem;top:5rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"gotham narrow medium";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .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; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-text {padding-top: 0; padding-bottom: 0;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-select {padding-top: 0; padding-bottom: 0;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI  { width:17.5rem;height:21.6875rem;top:9.8125rem;left:0rem; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI {display:block;}#Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI { width:17.5rem;height:21.6875rem;top:9.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #LIf391Gi25oUhieV2D8UsZ5SgMABGWsP {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #gBTQO5qIgRHlXWkw2703pNOPZBDyzbQR {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #qXmJzCp7SIX5D2BtVwMFotbUmJJUFO6S {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #vbqhxc7lLnrpmRHPC8vSpvUhoIa90Vwl {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #FMB8sJdxV5eOEzvEkxJPQnWXyarUmZMT {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #qNQxkPVDvISzLHHBpdFbXH46qqw4MJi5 {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #XIrQJTIQv1gndn2TXh1Ted3CVHlZXqmC {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #wphRsQX2ihqHFutDnbUFhqxnSksmywrl {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #NGTZoJQRT9JGbGTnPv3QT7JIS1GG3DT8 {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #RlXbeViq82lSPDsU36hRiTiupK1U9rZ3 {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #zmJch3cGIaEHfTIxxf8h60LLHLuHmvpf {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #gDeK7iBzn83aUEhCeTtTPtOodCgJWAQR {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #ltoTH0hHXMBEFe6CaUZR3amuZ5hNTRXo {  }
 }@media only screen and (max-width: 763px) { #Bbz1CSD6hTMkJ2f6Xn82uwfyep6TrvtI #LtUKa9u9coct6gPml9VhXZqSLTR1u4c3 {  }
 }@media only screen and (max-width: 763px) { #ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx { display:none; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container { width:20rem;height:23.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sswQl7tcAJdrF3q6u3s0DyXUOaFKNlSP { width:3.125rem;height:3.125rem;top:10.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPbU1mD6DZnDWSkMFtzXeBDqQqLNylIQ { width:3.125rem;height:3.125rem;top:14.4375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgvigKNcQGiXT13Dx8MPmIkXIaVLiRiW { width:19.25rem;height:2.5rem;top:1.25rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH3yXVVfT6QZ8CQMqEc28Xh9cImczF2E { width:3.125rem;height:3.125rem;top:18.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5BiQ7PKS0KK9rzh17VF0ADDruK2STZ7 { width:6.9375rem;height:3.8125rem;top:5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:20rem;height:51.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:18.5rem;height:15rem;top:1.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:13.9375rem;height:8.25rem;top:3.90625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { width:13.75rem;height:1.25rem;top:13.53125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { width:13.75rem;height:1.25rem;top:30.375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { width:13.75rem;height:1.25rem;top:47.25rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:18.5rem;height:15rem;top:18.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:13.9375rem;height:6.875rem;top:20.75rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:18.5rem;height:15rem;top:35rem;left:0.4375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:13.9375rem;height:6.875rem;top:37.625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc { background-color:#f4f4f4;background-image:none;display:block; }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .row .container { background-color: transparent; background-image: none; }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .row .container > .video-iframe-container { display: none; }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .row > .video-iframe-container { display: none; }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .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); }#UFL9aIERGF2RUxcRV1OVPi4wPccao2Mc > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohP5g0gfpr36BW7zRGBMmyrph8GA0Hln { width:3.125rem;height:3.125rem;top:2.75rem;left:1.8125rem;font-size:2.1875rem;z-index:100016;color:#0906e6;display:block; }
 }@media only screen and (max-width: 763px) { #h43E769PiQxIXgcL4y2VUXdiP15eg93b { width:14.6875rem;height:1.4624rem;top:3.5810546875rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #qh8bGCPF2Q7uZgBGGfrToy6h2KgXHe5R { width:3.125rem;height:3.125rem;top:0.8125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUQ5sRiS3eNyPDIx6PFPQkcFocFLQvcl { width:14.6875rem;height:1.4624rem;top:6.5810546875rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#0b0c17;display:block; }
 }@media only screen and (max-width: 763px) { #tHfeO4fsOSbn9rIi6ve5tS5spzMCzgG8 { width:3.125rem;height:3.125rem;top:0.8125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:20rem;height:5rem;position:relative;display:none; } }