.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2L26SrhNmJrfiBm1rtSdwKQwrRUnvCL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g2L26SrhNmJrfiBm1rtSdwKQwrRUnvCL > .row .container { background-color: transparent; background-image: none; }#g2L26SrhNmJrfiBm1rtSdwKQwrRUnvCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2L26SrhNmJrfiBm1rtSdwKQwrRUnvCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2L26SrhNmJrfiBm1rtSdwKQwrRUnvCL > .row .container > .video-iframe-container { display: none; }#g2L26SrhNmJrfiBm1rtSdwKQwrRUnvCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2L26SrhNmJrfiBm1rtSdwKQwrRUnvCL > .row > .video-iframe-container { display: none; }#g2L26SrhNmJrfiBm1rtSdwKQwrRUnvCL > .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); }#g2L26SrhNmJrfiBm1rtSdwKQwrRUnvCL > .row .container { border-width: 0; border-radius: 0; }#g2L26SrhNmJrfiBm1rtSdwKQwrRUnvCL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2L26SrhNmJrfiBm1rtSdwKQwrRUnvCL > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#wrFyyacCRLaKOLibW2TP9fvnhTSw2Eys { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:8.5625rem;top:0.21875rem;left:0rem;overflow:hidden;display:block; }
#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4eca5ab3-e2da-44d1-bc2b-ab67e35e9c51/vigiliaglobal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV.adaptive-delivery-prevent-bg, #LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV.lazyload, #LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV.lazyloading { background-image: none; }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .row .container { background-color: transparent; background-image: none; }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .row .container > .video-iframe-container { display: none; }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .row > .video-iframe-container { display: none; }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .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); }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .row .container { border-width: 0; border-radius: 0; }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#QPyeM2yQKCbfCvH3fiqZfXIofBO3shdh { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.3125rem;width:23.4375rem;top:0rem;left:51.5625rem;display:block; }
#SrALwTwFD8FBmdpDPOQUOcssIMalSi93 { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:quicksand;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:1.1875rem;left:53.125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SlEaGgIuW2kxMST9FSTiT03BXE0ekXhp { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:5.74365234375rem;left:53.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b1l8Gywp9f7lG1vdJOOgTCfJ7maX2gBt { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;text-shadow:0.4375rem 0rem 0.5625rem #000000;top:14.0625rem;left:0rem;height:5.5996125rem;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; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-form-header {  }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-regular-label { height:auto;display:block;font-family:quicksand;font-size:0.75rem;font-weight:400;color:#bebebe;width:20rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-text {padding-top: 0; padding-bottom: 0;}#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:20rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-select {padding-top: 0; padding-bottom: 0;}#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d2d2d2;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:10rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#000000;width:10rem;height:2.75rem;font-family:"open sans";overflow:hidden; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.8125rem; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.8125rem; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.8125rem; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.8125rem; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .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.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:19.1875rem;overflow:hidden;font-style:normal;float:none; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .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; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .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.5;float:none; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-container:first-of-type{padding-top:0;}#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-container:last-of-type{padding-bottom:0;}#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:51.75rem;top:7.5625rem;z-index:15008;position:absolute; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl {display:block;}#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:51.75rem;top:7.5625rem;z-index:15008;position:absolute; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #MtEQvFRhXmxPScETRTGZrpNxvKLrcBR9 { position:relative; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #c4P7NZqeMXIDXh1hAMwf1Or3FvWa3PgD { position:relative;display:none; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #MeS1Lzmt8KToUs636X9iAMsMlwwLvn72 { position:relative; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #PNHkc2xPdNaDI2ahZxJzUMuNbH3NxMP2 { position:relative; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #MNLD3V5Vc77nqklOQO0WhMD0pTvb8fry { position:relative;display:none; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #Ablz7AgXvGy2aw2Dc25eVuKDN1TaC5Iw { position:relative; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #wCSdrGc3mlr6u3EDAwzWT5hZeUhG7Ins { position:relative; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #xMF315V0GZyH3u1fACbL08TVxf7hhyNh { position:relative;display:none; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #MRWc99Zy8DoCCFmznK4aQUWDT46NM46V { position:relative; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #TAclml5iPQrywS9mqlTW4xoke7suggIu { position:relative; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #z3M8yGHq1tsPQUBZicOdFVRRF28B9wNk { position:relative;display:none; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #PM9kB7WoBTirOQp0PsnWeWxUJvhMcinF { position:relative; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #WkwCcH0GSSOMGI4oRbemA9v7HwASRbdv { position:relative; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #SzVDpONsnxcQaULnFIUXUUvlZIacMbHk { position:relative;display:none; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #LtM8iuqvGPzwvpKDxqfbpC5vl8rSwJyl { position:relative; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #kf5Eu0TZMxIEyzZ67aTtzX41C2aP36JT { position:relative; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #IDWMTHObpc4KVw48QXZxskzWVl6L9Icm { position:relative;display:none; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #R6MI5Ofb2ZIf1UNBE8UmMXx7FKQxi2SU { position:relative; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #vE3kkVv7x3oSykBfOCJ5dtqxTqLxWIF9 { position:relative; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #CS9l5X670b61R5ta7OthunsA8gythoIl { position:relative;z-index:2; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #Tbsq3zRhCPum1E4AsZybCFBqeEI3rDcI { position:relative; }
#D5X0Pm5aqxWZcIaEAivvWcVJ3LpXDm4L { position:relative;display:block;z-index:100000;display:block; }
#ObOHJaIg5MSiZpzINB19RDu9s8IiBbf0 { position:relative;display:block;z-index:100000;display:block; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #tG8xFGkOITdTauUc2Gxc6IrPzV3gNGGX { position:relative; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #hg9aAB2ATvEV8o1BkNOzEZzN9S070Foy { position:relative; }
#sXq0V5pbQh3v6RR1ru1ekrl5CVNG0APE { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:35.5625rem;left:0.8125rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KbSHBkoxyJewNZXWDKRCfHIDnrUTQT6u { background-color:#d2d2d2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:38.4375rem;left:0.8125rem;display:block; }
#vTVT9waUL8GIFrbHFoK9ExVgXFJtaZ9p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LBhPFEodgesJnlSfreBhPp35Dik29D9B { position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:21.5rem;top:34.5625rem;left:0rem;display:block; }
#BuBL4qpvbR4mcfzu8suWpsWrmlShNZKp { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:quicksand;font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;text-shadow:0.4375rem 0rem 0.5625rem #000000;top:6.375rem;left:0rem;height:7.5rem;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; }
#kbJ44VIq3boy7JUMrSIcehKrTAtOTpub { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:21.5rem;left:0rem;display:block; }
#ZhIlq8IciowMzBehcgkxeyndIMVUqWpd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/37f8a324-9c10-4329-a274-d4866a97428c/1200X1200VigilaGlobalSeguridad240120242.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9.adaptive-delivery-prevent-bg, #ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9.lazyload, #ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9.lazyloading { background-image: none; }#ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9 > .row .container { background-color: transparent; background-image: none; }#ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9 > .row .container > .video-iframe-container { display: none; }#ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9 > .row > .video-iframe-container { display: none; }#ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9 > .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); }#ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9 > .row .container { border-width: 0; border-radius: 0; }#ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9 > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#A4NFtSbrX1JtH3U2fhwarN9zefGoEbMD { color:#ffffff;display:block;width:55.8125rem;position:absolute;font-family:quicksand;font-size:1.6875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:2.5rem;left:9.59375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A1aq1zRs0WMN5rGAddhdyyzL9mR4zKLg { color:#ffffff;display:block;width:44.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:5.6875rem;left:15.1875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O7Z4QbV2sQv5WNzLkCmbB0Q8g7pkwF44 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:35.3125rem;top:16.1875rem;left:0rem;overflow:hidden;display:block; }
#JtL5RiPBXV955DyCG7HVTDx9liGVHKqJ { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:35.4375rem;top:16.1875rem;left:0rem;display:block; }
#xIuOIpDvqmc8rATBFoKnkqpdMBnggFLU { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:32.25rem;left:8.25rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x836dAPUuo0oN4Zw7N4r1Dpkk2BIE0Wq { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:quicksand;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:35rem;left:8.84375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ubiSNNDuGOBVagn7LCXifk8AqadUQcTE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:35.1875rem;top:16.1875rem;left:39.5625rem;overflow:hidden;display:block; }
#sadTGr3SqBq9aRfplAToUqnJHv7A0kwR { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:35.4375rem;top:16.15625rem;left:39.5625rem;display:block; }
#JMFqTXPeK5nIUcGLFTUDqFPNKBNZbooV { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:quicksand;font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:35rem;left:48.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQ7hJGWO7JVKNnFgbgc6wJz3yvk4U0Kq { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:32.25rem;left:50rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g0GlWVs4HI2TxlSi517VzltBCQIZWAp2 { background-color:#d2d2d2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.375rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:40.125rem;left:0rem;display:block; }
#P9KhTqyVycU7k80LgPV1aXizv9TxHf1U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TArAww1KH2TphnzO4xN5K37daUyazVPZ { background-color:#d2d2d2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.4375rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:40.125rem;left:39.5625rem;display:block; }
#xCSwqXy7uaoN0h3ggl6eHb2Wq6TBuzes { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d78405dc-70c7-4bc2-902a-ba843679143b/CENTRAL.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D.adaptive-delivery-prevent-bg, #Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D.lazyload, #Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D.lazyloading { background-image: none; }#Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D > .row .container { background-color: transparent; background-image: none; }#Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D > .row .container > .video-iframe-container { display: none; }#Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D > .row > .video-iframe-container { display: none; }#Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D > .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); }#Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D > .row .container { border-width: 0; border-radius: 0; }#Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#zv3CSJKrIdTcBHCkMpNl6ixqSyk9PTy5 { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:quicksand;font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:6.0625rem;left:28.6875rem;height:4.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kt7EbeuJZQykTI4xDmCGulXXxtWcoGPt { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:2;letter-spacing:0;top:13.0625rem;left:28.09375rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/37f8a324-9c10-4329-a274-d4866a97428c/1200X1200VigilaGlobalSeguridad240120242.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ.adaptive-delivery-prevent-bg, #sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ.lazyload, #sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ.lazyloading { background-image: none; }#sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ > .row .container { background-color: transparent; background-image: none; }#sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ > .row .container > .video-iframe-container { display: none; }#sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ > .row > .video-iframe-container { display: none; }#sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ > .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); }#sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ > .row .container { border-width: 0; border-radius: 0; }#sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#lT9x52fC1yT1delD1tddcs1Ornv9caaa { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:2.3;letter-spacing:0;top:11.625rem;left:3rem;height:14.66016875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cgNlHDCaSocAubgDU8y7UdDkz6JPuIGA { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:quicksand;font-size:1.75rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:5.1875rem;left:0rem;height:2.44970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GdhbR6QPHqfOpVc275fL30EUpC1zmMZa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.9375rem;left:0.5625rem; }
#wJr0KpTFXDOEfJRtuma8Jkx1AgRx6xsN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:35.0625rem;top:5.8125rem;left:39.809725848564rem;overflow:hidden;display:block; }
#aQGTdH86GOZhtfUq2L6QWRzh8RAJuWdx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68728125rem;width:1.68728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14.248047828674rem;left:0.56098175048828rem; }
#LoNN0aBXmfTa0yy7nmpvAGZDMJMoaqzC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:16.99978351593rem;left:0.56206607818604rem; }
#tAMJtwgxwxyuAEQnhrUT3J2yLssaohXh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.373915672302rem;left:0.56206607818604rem; }
#TE6tnQzV0UeTNRoBH9GDnZ6Fp9aMcJiG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:21.810980796814rem;left:0.56206607818604rem; }
#tmmsnZ2plC6hpyKe0mJcGIQFcDVZMEiH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.9375rem;left:0.5625rem;display:none; }
#XrUP0Bgw5JSVvHoJPx2VrTu6idNWi1y2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.9375rem;left:0.5625rem;display:none; }
#gmBJ96xTTdbodPZsOCEM8qylQ0HcGnZZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.9375rem;left:0.5625rem;display:none; }
#tuEBXQhOU6OOSMDTvAwK6wZBCJnvkf3l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.9375rem;left:0.5625rem;display:none; }
#XFbmgbZ0vPRmgZ5wo2D7IXCwrl2ORZeO { background-color:#d2d2d2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:3rem;display:block; }
#fLOkOeieyCXDi07h0OXbWCur7DQZIebT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d15fbbe-22e4-416a-a400-b7f22984973e/construccion.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp.adaptive-delivery-prevent-bg, #UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp.lazyload, #UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp.lazyloading { background-image: none; }#UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp > .row .container { background-color: transparent; background-image: none; }#UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp > .row .container > .video-iframe-container { display: none; }#UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp > .row > .video-iframe-container { display: none; }#UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp > .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); }#UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp > .row .container { border-width: 0; border-radius: 0; }#UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#Zo1VH29UEhIHZmMw2rpw1Dc3D0GcpXJQ { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:8.25rem;left:0rem;height:1.6621125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qslH4VdwAbzbAfD3OZzz9JIoAi4sXUGN { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:10.875rem;left:0rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ecd346c-f116-478b-a697-fdcde0b328b7/1200X1200VigilaGlobalSeguridad24012024.crop_903x1083_142,43.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2.adaptive-delivery-prevent-bg, #y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2.lazyload, #y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2.lazyloading { background-image: none; }#y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2 > .row .container { background-color: transparent; background-image: none; }#y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2 > .row .container > .video-iframe-container { display: none; }#y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2 > .row > .video-iframe-container { display: none; }#y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2 > .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); }#y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2 > .row .container { border-width: 0; border-radius: 0; }#y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2 > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#BqXZB8G3MuwlcPwylV0J4EycL5S0gT8A { color:#ffffff;display:block;width:30.0621875rem;position:absolute;font-family:quicksand;font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.6869239807131rem;left:13.811487674713rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AC42zcTIGsM4HgOFVIWguVEUcusnHaWc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.75rem;top:11.1875rem;left:13.8125rem;overflow:hidden;display:block; }
#cAhKT2OWdv6ZHDHsKpkg8RHwthE7G0OI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.25rem;top:11.1875rem;left:25rem;overflow:hidden;display:block; }
#BLKXnbPyTGHCOFZGwBmC6UPE9zZZ2AKB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.1875rem;top:17.125rem;left:15.5625rem;overflow:hidden;display:block; }
#EiQGW0zC3LNTzTHMk7CdaS18tcx4DVu6 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:17.125rem;left:25.5rem;overflow:hidden;display:block; }
#kWERFkKOdebxUJWur0K4kRVtsMZ7IG8h { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.875rem;top:12rem;left:33.625rem;overflow:hidden;display:block; }
#CMnUb7dSlfMdgf0cCa571hxtBlkggNiC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.5625rem;top:17.375rem;left:35.25rem;overflow:hidden;display:block; }
#XmxTzCVNcC3NlRSolGEJ4bTnT5N6a22I { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:4.5625rem;top:11.125rem;left:43.875rem;overflow:hidden;display:block; }
#E9qDK6mnzFCvQ4EGTa8S4UWyJb1xMu1l { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:6.3125rem;top:17.3125rem;left:43rem;overflow:hidden;display:block; }
#cwXzvIaLL5kg691nBNQurl77nxe2MFVS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:9.125rem;top:11.375rem;left:52.0625rem;overflow:hidden;display:block; }
#GB9NLqPxSL3c2LSO78KQ3Krx8vTOzrHb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:6.9375rem;top:17.3125rem;left:53.1875rem;overflow:hidden;display:block; }
#TkseX5Mu0npCZzvX96bKfhAtEhVgraKo { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99956875rem;width:4.87485625rem;top:23.1875rem;left:25.1875rem;overflow:hidden;display:block; }
#cANNOyM95pOpZNH6y5eDcGa1JQhTyoiT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:6.1875rem;top:23.5rem;left:15.0625rem;overflow:hidden;display:block; }
#vhcd4ohw6d0azU6aF3sfpUsGwC5k9tzq { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.811775rem;width:6.6869375rem;top:23.780382156372rem;left:32.884117603302rem;overflow:hidden;display:block; }
#BVd6kQtFcZe5LbJgLCXODy54o9MvtDnb { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.24941875rem;width:3.749275rem;top:23.187211990356rem;left:44.280239582062rem;overflow:hidden;display:block; }
#KFXbUd2qT3UGT9x1wlVvSVFXN2cP3fJu { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74956875rem;width:6.18706875rem;top:23.187211990356rem;left:53.530819416046rem;overflow:hidden;display:block; }
#GGAe1LXDneDBPgNX0ZWgfSTWn7aaAeMJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GGAe1LXDneDBPgNX0ZWgfSTWn7aaAeMJ > .row .container { background-color: transparent; background-image: none; }#GGAe1LXDneDBPgNX0ZWgfSTWn7aaAeMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGAe1LXDneDBPgNX0ZWgfSTWn7aaAeMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGAe1LXDneDBPgNX0ZWgfSTWn7aaAeMJ > .row .container > .video-iframe-container { display: none; }#GGAe1LXDneDBPgNX0ZWgfSTWn7aaAeMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGAe1LXDneDBPgNX0ZWgfSTWn7aaAeMJ > .row > .video-iframe-container { display: none; }#GGAe1LXDneDBPgNX0ZWgfSTWn7aaAeMJ > .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); }#GGAe1LXDneDBPgNX0ZWgfSTWn7aaAeMJ > .row .container { border-width: 0; border-radius: 0; }#GGAe1LXDneDBPgNX0ZWgfSTWn7aaAeMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGAe1LXDneDBPgNX0ZWgfSTWn7aaAeMJ > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#IBJr1846iLGT3XOK1fSqbd9XfUT5awn1 { color:#ffffff;display:block;width:24rem;position:absolute;font-family:quicksand;font-size:1.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:3.28125rem;left:25.875rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EqoaTHd3a6yL4VedhihRWpBW6y9oyD11 { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:5.55517578125rem;left:26.03125rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AwbbcHhayWTOCGE88u3m4fSyrc4OOroe { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:19rem;top:0.4375rem;left:0rem;display:block; }
#Gz81V0rR12vD43GX8pVHUuXOf9RT3lBS { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:quicksand;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.931640625rem;left:0.8125rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w6rWm8erBeTiscK2IppTtG757vJoNdOQ { background-color:#d2d2d2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:4.3681640625rem;left:0.8125rem;display:block; }
#UOohiG5BXMZKCCdQNTE8XsSSr5brnIL3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-form-header {  }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-regular-label { height:auto;display:block;font-family:quicksand;font-size:0.75rem;font-weight:400;color:#bebebe;width:20rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:20rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d2d2d2;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:10rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#000000;width:10rem;height:2.75rem;font-family:"open sans";overflow:hidden; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.8125rem; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.8125rem; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.8125rem; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.8125rem; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .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.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:19.4375rem;overflow:hidden;font-style:normal;float:none; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .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; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .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.5;float:none; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-container:first-of-type{padding-top:0;}#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-container:last-of-type{padding-bottom:0;}#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1  { background-color:transparent;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:26.75rem;top:8.31689453125rem;z-index:15009;position:absolute; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 {display:block;}#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 { background-color:transparent;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:26.75rem;top:8.31689453125rem;z-index:15009;position:absolute; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #rV3QeDi6z8MTnrqXgZZXcvwMoZkDt1hP { position:relative; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #idxNBLFQG3Rt6XXvlUVkogAb7zwTsODa { position:relative;display:none; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #drXAtU8nDEB8e2zJUxEVdJvNQcm7RHrc { position:relative; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #K7PhamFggpfHbUA5UPS3zADV0bnrU6c9 { position:relative; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #NUwFpmAyJCpzs73SDlWLpkUU7qrcCyly { position:relative;display:none; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #AWNWkhuzxy6RTQs7s7vqFkgWv6xEA7mQ { position:relative; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #v8EMLy2O4eIvTly9zGafKnNy8mGmmAwQ { position:relative; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #r657aKpsLm9m5RPtNZuTHiPvEDIcSp4w { position:relative;display:none; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #pz6gocdbJb5izsvyDer2UexxNHqb4uGC { position:relative; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #ooOfMGThMKEIrWRN7fSAG6Fid1CBulAX { position:relative; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #tqx0ZP4vGyIx4BcWDhadWTSmBOLeFvIi { position:relative;display:none; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #yHTrQ12Of11Bbd9ofRaROCXMwX0UURaS { position:relative; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #hah8RWm0mwEKm4SLRAPFFBPyHoy7VVfK { position:relative; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #bEvviJQ422O3dV5f8BdQJzLxK8avEdsd { position:relative;display:none; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #DtC0WkymATTpG9KaN6qR69CZQ7vEy4on { position:relative; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #hT5FVqtRlChdQOgbk7TtPTas3cx1uyAM { position:relative; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #TvTuQupvxaODWDTfkpamtW1iUDNZmwP8 { position:relative;display:none; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #wLv0tSMkZuDt4kRFJE8Tbd1U3we9cPIl { position:relative; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #MpfE7B7NI0NaipUxJd6X8h3StRJ6tAVU { position:relative; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #U9flH0XNXMeaq14E0Bci5QqKSVQmeI4H { position:relative;z-index:2; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #xHBoO5TWOGw6QdDXNTQuvhS9mX3xsRBB { position:relative; }
#Eg9vkU5PBnC8bAbQlTdC7N3OPgqxpM80 { position:relative;display:block;z-index:100000;display:block; }
#ZP2mtqVwdOMsC8TdncnHKlTrbhOTaznB { position:relative;display:block;z-index:100000;display:block; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #e9xe4ibszPqcBvT6ur62wzQd2MMSzqWK { position:relative; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #yMvUgu3Cida0XP30VIBI7sPpZnMSEuMI { position:relative; }
#mPX9mgDryqDxa4mladPyx6zqWB7rFWVo { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ee3162;border-right:0.0625rem solid #ee3162;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mPX9mgDryqDxa4mladPyx6zqWB7rFWVo > .row .container { background-color: transparent; background-image: none; }#mPX9mgDryqDxa4mladPyx6zqWB7rFWVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPX9mgDryqDxa4mladPyx6zqWB7rFWVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPX9mgDryqDxa4mladPyx6zqWB7rFWVo > .row .container > .video-iframe-container { display: none; }#mPX9mgDryqDxa4mladPyx6zqWB7rFWVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPX9mgDryqDxa4mladPyx6zqWB7rFWVo > .row > .video-iframe-container { display: none; }#mPX9mgDryqDxa4mladPyx6zqWB7rFWVo > .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); }#mPX9mgDryqDxa4mladPyx6zqWB7rFWVo > .row .container { border-width: 0; border-radius: 0; }#mPX9mgDryqDxa4mladPyx6zqWB7rFWVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mPX9mgDryqDxa4mladPyx6zqWB7rFWVo > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#eDlI5odCZDwreun0kvh3VHvknNBAqiO8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.375rem;top:2.5625rem;left:30.8125rem;overflow:hidden;display:block; }
#FdrLcEytfiLaxbg9oFCH2atDi3y5zOgk { border-top:0.0625rem solid #3a3a3a;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FdrLcEytfiLaxbg9oFCH2atDi3y5zOgk > .row .container { background-color: transparent; background-image: none; }#FdrLcEytfiLaxbg9oFCH2atDi3y5zOgk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdrLcEytfiLaxbg9oFCH2atDi3y5zOgk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdrLcEytfiLaxbg9oFCH2atDi3y5zOgk > .row .container > .video-iframe-container { display: none; }#FdrLcEytfiLaxbg9oFCH2atDi3y5zOgk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdrLcEytfiLaxbg9oFCH2atDi3y5zOgk > .row > .video-iframe-container { display: none; }#FdrLcEytfiLaxbg9oFCH2atDi3y5zOgk > .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); }#FdrLcEytfiLaxbg9oFCH2atDi3y5zOgk > .row .container { border-width: 0; border-radius: 0; }#FdrLcEytfiLaxbg9oFCH2atDi3y5zOgk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdrLcEytfiLaxbg9oFCH2atDi3y5zOgk > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#sRkyMEZWs1qqbHyXM2HVKNU9hJ3QFIKy { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:21.21875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g2L26SrhNmJrfiBm1rtSdwKQwrRUnvCL { display:block; }#g2L26SrhNmJrfiBm1rtSdwKQwrRUnvCL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrFyyacCRLaKOLibW2TP9fvnhTSw2Eys { top:0.1875rem;left:0rem;width:8.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV { display:block; }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPyeM2yQKCbfCvH3fiqZfXIofBO3shdh { top:0rem;left:24.3125rem;width:23.4375rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrALwTwFD8FBmdpDPOQUOcssIMalSi93 { top:1.1875rem;left:27.4375rem;width:20.3125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlEaGgIuW2kxMST9FSTiT03BXE0ekXhp { top:5.6875rem;left:27.3125rem;width:20.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1l8Gywp9f7lG1vdJOOgTCfJ7maX2gBt { top:14.0625rem;left:0rem;width:35.625rem;height:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-regular-label { display:block;width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-text {padding-top: 0; padding-bottom: 0;}#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-select {padding-top: 0; padding-bottom: 0;}#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-button { width:10.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-checkbox-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl  { width:20.4375rem;height:auto;top:7.5625rem;left:24.75rem; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl {display:block;}#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl { width:20.4375rem;height:auto;top:7.5625rem;left:24.75rem; }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #MtEQvFRhXmxPScETRTGZrpNxvKLrcBR9 {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #c4P7NZqeMXIDXh1hAMwf1Or3FvWa3PgD {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #MeS1Lzmt8KToUs636X9iAMsMlwwLvn72 {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #PNHkc2xPdNaDI2ahZxJzUMuNbH3NxMP2 {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #MNLD3V5Vc77nqklOQO0WhMD0pTvb8fry {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #Ablz7AgXvGy2aw2Dc25eVuKDN1TaC5Iw {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #wCSdrGc3mlr6u3EDAwzWT5hZeUhG7Ins {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #xMF315V0GZyH3u1fACbL08TVxf7hhyNh { display:block; }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #MRWc99Zy8DoCCFmznK4aQUWDT46NM46V {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #TAclml5iPQrywS9mqlTW4xoke7suggIu {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #z3M8yGHq1tsPQUBZicOdFVRRF28B9wNk {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #PM9kB7WoBTirOQp0PsnWeWxUJvhMcinF {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #WkwCcH0GSSOMGI4oRbemA9v7HwASRbdv {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #SzVDpONsnxcQaULnFIUXUUvlZIacMbHk {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #LtM8iuqvGPzwvpKDxqfbpC5vl8rSwJyl {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #kf5Eu0TZMxIEyzZ67aTtzX41C2aP36JT {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #IDWMTHObpc4KVw48QXZxskzWVl6L9Icm {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #R6MI5Ofb2ZIf1UNBE8UmMXx7FKQxi2SU {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #vE3kkVv7x3oSykBfOCJ5dtqxTqLxWIF9 {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #CS9l5X670b61R5ta7OthunsA8gythoIl {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #Tbsq3zRhCPum1E4AsZybCFBqeEI3rDcI {  }
 }@media only screen and (max-width: 763px) { #D5X0Pm5aqxWZcIaEAivvWcVJ3LpXDm4L { display:block; }
 }@media only screen and (max-width: 763px) { #ObOHJaIg5MSiZpzINB19RDu9s8IiBbf0 { display:block; }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #tG8xFGkOITdTauUc2Gxc6IrPzV3gNGGX {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #hg9aAB2ATvEV8o1BkNOzEZzN9S070Foy {  }
 }@media only screen and (max-width: 763px) { #sXq0V5pbQh3v6RR1ru1ekrl5CVNG0APE { top:35.5625rem;left:0rem;width:21.8125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbSHBkoxyJewNZXWDKRCfHIDnrUTQT6u { width:15.5rem;height:2.8125rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTVT9waUL8GIFrbHFoK9ExVgXFJtaZ9p { display:block; }
 }@media only screen and (max-width: 763px) { #LBhPFEodgesJnlSfreBhPp35Dik29D9B { top:34.5625rem;left:0rem;width:21.5rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuBL4qpvbR4mcfzu8suWpsWrmlShNZKp { top:6.375rem;left:0rem;width:41.5rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbJ44VIq3boy7JUMrSIcehKrTAtOTpub { width:19.25rem;height:3.4375rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhIlq8IciowMzBehcgkxeyndIMVUqWpd { display:block; }
 }@media only screen and (max-width: 763px) { #ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9 { display:block; }#ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4NFtSbrX1JtH3U2fhwarN9zefGoEbMD { top:2.5rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1aq1zRs0WMN5rGAddhdyyzL9mR4zKLg { top:5.6875rem;left:1.5625rem;width:44.625rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7Z4QbV2sQv5WNzLkCmbB0Q8g7pkwF44 { top:16.1875rem;left:0rem;width:35.3125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtL5RiPBXV955DyCG7HVTDx9liGVHKqJ { top:16.1875rem;left:0rem;width:35.4375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIuOIpDvqmc8rATBFoKnkqpdMBnggFLU { top:32.25rem;left:0rem;width:18.8125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x836dAPUuo0oN4Zw7N4r1Dpkk2BIE0Wq { top:35rem;left:0rem;width:17.625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubiSNNDuGOBVagn7LCXifk8AqadUQcTE { top:16.1875rem;left:12.5625rem;width:35.1875rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sadTGr3SqBq9aRfplAToUqnJHv7A0kwR { top:16.125rem;left:12.3125rem;width:35.4375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMFqTXPeK5nIUcGLFTUDqFPNKBNZbooV { top:35rem;left:30.125rem;width:17.625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ7hJGWO7JVKNnFgbgc6wJz3yvk4U0Kq { top:32.25rem;left:33.4375rem;width:14.3125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0GlWVs4HI2TxlSi517VzltBCQIZWAp2 { width:35.375rem;height:2.8125rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9KhTqyVycU7k80LgPV1aXizv9TxHf1U { display:block; }
 }@media only screen and (max-width: 763px) { #TArAww1KH2TphnzO4xN5K37daUyazVPZ { width:35.4375rem;height:2.8125rem;top:40.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCSwqXy7uaoN0h3ggl6eHb2Wq6TBuzes { display:block; }
 }@media only screen and (max-width: 763px) { #Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D { display:block; }#Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv3CSJKrIdTcBHCkMpNl6ixqSyk9PTy5 { top:6.0625rem;left:15.0625rem;width:17.625rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt7EbeuJZQykTI4xDmCGulXXxtWcoGPt { top:13.0625rem;left:14.46875rem;width:18.8125rem;height:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ { display:block; }#sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lT9x52fC1yT1delD1tddcs1Ornv9caaa { top:11.625rem;left:0rem;width:34.375rem;height:14.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgNlHDCaSocAubgDU8y7UdDkz6JPuIGA { top:5.1875rem;left:0rem;width:36.625rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdhbR6QPHqfOpVc275fL30EUpC1zmMZa { top:11.9375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJr0KpTFXDOEfJRtuma8Jkx1AgRx6xsN { top:5.8125rem;left:12.6875rem;width:35.0625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQGTdH86GOZhtfUq2L6QWRzh8RAJuWdx { top:14.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoNN0aBXmfTa0yy7nmpvAGZDMJMoaqzC { top:16.9375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAMJtwgxwxyuAEQnhrUT3J2yLssaohXh { top:19.3125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE6tnQzV0UeTNRoBH9GDnZ6Fp9aMcJiG { top:21.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmmsnZ2plC6hpyKe0mJcGIQFcDVZMEiH { top:11.9375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrUP0Bgw5JSVvHoJPx2VrTu6idNWi1y2 { top:11.9375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmBJ96xTTdbodPZsOCEM8qylQ0HcGnZZ { top:11.9375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuEBXQhOU6OOSMDTvAwK6wZBCJnvkf3l { top:11.9375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFbmgbZ0vPRmgZ5wo2D7IXCwrl2ORZeO { width:14.0625rem;height:2.875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLOkOeieyCXDi07h0OXbWCur7DQZIebT { display:block; }
 }@media only screen and (max-width: 763px) { #UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp { display:block; }#UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zo1VH29UEhIHZmMw2rpw1Dc3D0GcpXJQ { top:8.25rem;left:0rem;width:36.625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qslH4VdwAbzbAfD3OZzz9JIoAi4sXUGN { top:10.875rem;left:0rem;width:36.625rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2 { display:block; }#y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqXZB8G3MuwlcPwylV0J4EycL5S0gT8A { top:6.625rem;left:0.18603515625rem;width:30rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC42zcTIGsM4HgOFVIWguVEUcusnHaWc { top:11.1875rem;left:0.1875rem;width:8.6875rem;height:3.7228135625911rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhKT2OWdv6ZHDHsKpkg8RHwthE7G0OI { top:11.1875rem;left:11.375rem;width:5.1875rem;height:3.7049451085863rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLKXnbPyTGHCOFZGwBmC6UPE9zZZ2AKB { top:17.125rem;left:1.9375rem;width:4.125rem;height:3.693828397076rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiQGW0zC3LNTzTHMk7CdaS18tcx4DVu6 { top:17.125rem;left:11.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWERFkKOdebxUJWur0K4kRVtsMZ7IG8h { top:12rem;left:20rem;width:6.8125rem;height:2.1671316416336rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMnUb7dSlfMdgf0cCa571hxtBlkggNiC { top:17.375rem;left:21.625rem;width:3.5rem;height:3.1929323556299rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmxTzCVNcC3NlRSolGEJ4bTnT5N6a22I { top:11.125rem;left:30.25rem;width:4.5rem;height:3.8835422211933rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9qDK6mnzFCvQ4EGTa8S4UWyJb1xMu1l { top:17.3125rem;left:29.375rem;width:6.25rem;height:3.3413225902273rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwXzvIaLL5kg691nBNQurl77nxe2MFVS { top:11.375rem;left:38.4375rem;width:9.0625rem;height:3.351570045207rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB9NLqPxSL3c2LSO78KQ3Krx8vTOzrHb { top:17.3125rem;left:39.5625rem;width:6.875rem;height:3.3443178746791rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkseX5Mu0npCZzvX96bKfhAtEhVgraKo { top:23.1875rem;left:11.5625rem;width:4.8125rem;height:3.9484086549988rem;display:block; }
 }@media only screen and (max-width: 763px) { #cANNOyM95pOpZNH6y5eDcGa1JQhTyoiT { top:23.5rem;left:1.4375rem;width:6.125rem;height:3.3407150346843rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhcd4ohw6d0azU6aF3sfpUsGwC5k9tzq { top:23.75rem;left:19.259117603302rem;width:6.625rem;height:2.785731042798rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVd6kQtFcZe5LbJgLCXODy54o9MvtDnb { top:23.125rem;left:30.655239582062rem;width:3.6875rem;height:3.1958796408973rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFXbUd2qT3UGT9x1wlVvSVFXN2cP3fJu { top:23.125rem;left:39.905819416046rem;width:6.125rem;height:2.7219850423918rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGAe1LXDneDBPgNX0ZWgfSTWn7aaAeMJ { display:block; }#GGAe1LXDneDBPgNX0ZWgfSTWn7aaAeMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBJr1846iLGT3XOK1fSqbd9XfUT5awn1 { top:3.25rem;left:12.25rem;width:24rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqoaTHd3a6yL4VedhihRWpBW6y9oyD11 { top:5.5rem;left:12.40625rem;width:22.9375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwbbcHhayWTOCGE88u3m4fSyrc4OOroe { top:0.4375rem;left:0rem;width:19rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz81V0rR12vD43GX8pVHUuXOf9RT3lBS { top:1.875rem;left:0rem;width:21.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6rWm8erBeTiscK2IppTtG757vJoNdOQ { width:14.3125rem;height:2.5rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOohiG5BXMZKCCdQNTE8XsSSr5brnIL3 { display:block; }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-regular-label { display:block;width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-button { width:10.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-checkbox-label { width:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1  { width:20.6875rem;height:30.3125rem;top:8.3125rem;left:13.125rem; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 {display:block;}#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 { width:20.6875rem;height:30.3125rem;top:8.3125rem;left:13.125rem; }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #rV3QeDi6z8MTnrqXgZZXcvwMoZkDt1hP {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #idxNBLFQG3Rt6XXvlUVkogAb7zwTsODa {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #drXAtU8nDEB8e2zJUxEVdJvNQcm7RHrc {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #K7PhamFggpfHbUA5UPS3zADV0bnrU6c9 {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #NUwFpmAyJCpzs73SDlWLpkUU7qrcCyly {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #AWNWkhuzxy6RTQs7s7vqFkgWv6xEA7mQ {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #v8EMLy2O4eIvTly9zGafKnNy8mGmmAwQ {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #r657aKpsLm9m5RPtNZuTHiPvEDIcSp4w { display:block; }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #pz6gocdbJb5izsvyDer2UexxNHqb4uGC {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #ooOfMGThMKEIrWRN7fSAG6Fid1CBulAX {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #tqx0ZP4vGyIx4BcWDhadWTSmBOLeFvIi {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #yHTrQ12Of11Bbd9ofRaROCXMwX0UURaS {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #hah8RWm0mwEKm4SLRAPFFBPyHoy7VVfK {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #bEvviJQ422O3dV5f8BdQJzLxK8avEdsd {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #DtC0WkymATTpG9KaN6qR69CZQ7vEy4on {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #hT5FVqtRlChdQOgbk7TtPTas3cx1uyAM {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #TvTuQupvxaODWDTfkpamtW1iUDNZmwP8 {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #wLv0tSMkZuDt4kRFJE8Tbd1U3we9cPIl {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #MpfE7B7NI0NaipUxJd6X8h3StRJ6tAVU {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #U9flH0XNXMeaq14E0Bci5QqKSVQmeI4H {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #xHBoO5TWOGw6QdDXNTQuvhS9mX3xsRBB {  }
 }@media only screen and (max-width: 763px) { #Eg9vkU5PBnC8bAbQlTdC7N3OPgqxpM80 { display:block; }
 }@media only screen and (max-width: 763px) { #ZP2mtqVwdOMsC8TdncnHKlTrbhOTaznB { display:block; }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #e9xe4ibszPqcBvT6ur62wzQd2MMSzqWK {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #yMvUgu3Cida0XP30VIBI7sPpZnMSEuMI {  }
 }@media only screen and (max-width: 763px) { #mPX9mgDryqDxa4mladPyx6zqWB7rFWVo { display:block; }#mPX9mgDryqDxa4mladPyx6zqWB7rFWVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDlI5odCZDwreun0kvh3VHvknNBAqiO8 { top:2.5625rem;left:17.1875rem;width:13.375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdrLcEytfiLaxbg9oFCH2atDi3y5zOgk { display:block; }#FdrLcEytfiLaxbg9oFCH2atDi3y5zOgk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRkyMEZWs1qqbHyXM2HVKNU9hJ3QFIKy { top:2.3125rem;left:7.59375rem;width:32.5625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g2L26SrhNmJrfiBm1rtSdwKQwrRUnvCL { display:block; }#g2L26SrhNmJrfiBm1rtSdwKQwrRUnvCL > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrFyyacCRLaKOLibW2TP9fvnhTSw2Eys { width:5.87456875rem;height:3.436775rem;top:0.62355327606201rem;left:7.0616323947906rem;display:block; }
 }@media only screen and (max-width: 763px) { #LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4eca5ab3-e2da-44d1-bc2b-ab67e35e9c51/vigiliaglobal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV.adaptive-delivery-prevent-bg, #LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV.lazyload, #LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV.lazyloading { background-image: none; }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .row .container { background-color: transparent; background-image: none; }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .row .container > .video-iframe-container { display: none; }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .row > .video-iframe-container { display: none; }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .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); }#LALlBRxUT6miUoEBd5HLmJSJIzp3yaaV > .row .container { width:20rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPyeM2yQKCbfCvH3fiqZfXIofBO3shdh { width:20rem;height:33.75rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrALwTwFD8FBmdpDPOQUOcssIMalSi93 { width:16.8110625rem;height:3.25rem;top:33.375rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlEaGgIuW2kxMST9FSTiT03BXE0ekXhp { width:18.8735625rem;height:1.21875rem;top:37.1875rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1l8Gywp9f7lG1vdJOOgTCfJ7maX2gBt { width:19.9985625rem;height:4.94970625rem;top:11.2373046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-regular-label { display:block;width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-text {padding-top: 0; padding-bottom: 0;}#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-select {padding-top: 0; padding-bottom: 0;}#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-input-button { width:8.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .widget-checkbox-label { width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff;font-size:0.5625rem;overflow:hidden;height:auto; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl  { width:16.75rem;height:auto;top:38.6875rem;left:0.375rem; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl {display:block;}#PL86pWXVd3fETkrgZrTfO9wT62wOoTRl { width:16.75rem;height:auto;top:38.6875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #MtEQvFRhXmxPScETRTGZrpNxvKLrcBR9 {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #c4P7NZqeMXIDXh1hAMwf1Or3FvWa3PgD { display:block; }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #MeS1Lzmt8KToUs636X9iAMsMlwwLvn72 {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #PNHkc2xPdNaDI2ahZxJzUMuNbH3NxMP2 {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #MNLD3V5Vc77nqklOQO0WhMD0pTvb8fry { display:block; }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #Ablz7AgXvGy2aw2Dc25eVuKDN1TaC5Iw {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #wCSdrGc3mlr6u3EDAwzWT5hZeUhG7Ins {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #xMF315V0GZyH3u1fACbL08TVxf7hhyNh { display:block; }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #MRWc99Zy8DoCCFmznK4aQUWDT46NM46V {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #TAclml5iPQrywS9mqlTW4xoke7suggIu {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #z3M8yGHq1tsPQUBZicOdFVRRF28B9wNk {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #PM9kB7WoBTirOQp0PsnWeWxUJvhMcinF {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #WkwCcH0GSSOMGI4oRbemA9v7HwASRbdv {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #SzVDpONsnxcQaULnFIUXUUvlZIacMbHk { display:block; }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #LtM8iuqvGPzwvpKDxqfbpC5vl8rSwJyl {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #kf5Eu0TZMxIEyzZ67aTtzX41C2aP36JT {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #IDWMTHObpc4KVw48QXZxskzWVl6L9Icm { display:block; }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #R6MI5Ofb2ZIf1UNBE8UmMXx7FKQxi2SU {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #vE3kkVv7x3oSykBfOCJ5dtqxTqLxWIF9 {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #CS9l5X670b61R5ta7OthunsA8gythoIl {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #Tbsq3zRhCPum1E4AsZybCFBqeEI3rDcI {  }
 }@media only screen and (max-width: 763px) { #D5X0Pm5aqxWZcIaEAivvWcVJ3LpXDm4L { display:block; }
 }@media only screen and (max-width: 763px) { #ObOHJaIg5MSiZpzINB19RDu9s8IiBbf0 { display:block; }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #tG8xFGkOITdTauUc2Gxc6IrPzV3gNGGX {  }
 }@media only screen and (max-width: 763px) { #PL86pWXVd3fETkrgZrTfO9wT62wOoTRl #hg9aAB2ATvEV8o1BkNOzEZzN9S070Foy {  }
 }@media only screen and (max-width: 763px) { #sXq0V5pbQh3v6RR1ru1ekrl5CVNG0APE { width:19.5rem;height:1.625rem;top:24.1875rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KbSHBkoxyJewNZXWDKRCfHIDnrUTQT6u { width:15.5rem;height:2.4375rem;top:25.875rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTVT9waUL8GIFrbHFoK9ExVgXFJtaZ9p { display:block; }
 }@media only screen and (max-width: 763px) { #LBhPFEodgesJnlSfreBhPp35Dik29D9B { width:20rem;height:5.875rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuBL4qpvbR4mcfzu8suWpsWrmlShNZKp { width:20rem;height:7.1996875rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbJ44VIq3boy7JUMrSIcehKrTAtOTpub { width:17.5rem;height:3.4375rem;top:17.53125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhIlq8IciowMzBehcgkxeyndIMVUqWpd { display:block; }
 }@media only screen and (max-width: 763px) { #ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9 { display:block; }#ehaJKduH7Lc7WJQMQ18CdHnDmEPcTAr9 > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4NFtSbrX1JtH3U2fhwarN9zefGoEbMD { width:14rem;height:3.8994125rem;top:1.5rem;left:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1aq1zRs0WMN5rGAddhdyyzL9mR4zKLg { width:19.999rem;height:11.8125rem;top:6.9970703125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7Z4QbV2sQv5WNzLkCmbB0Q8g7pkwF44 { width:20rem;height:13.557522123894rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtL5RiPBXV955DyCG7HVTDx9liGVHKqJ { width:20rem;height:13.625rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIuOIpDvqmc8rATBFoKnkqpdMBnggFLU { width:18.8121875rem;height:2.25rem;top:33.1875rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x836dAPUuo0oN4Zw7N4r1Dpkk2BIE0Wq { width:17.6244375rem;height:1.625rem;top:35.9375rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubiSNNDuGOBVagn7LCXifk8AqadUQcTE { width:20rem;height:13.60568383659rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sadTGr3SqBq9aRfplAToUqnJHv7A0kwR { width:20rem;height:13.875rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMFqTXPeK5nIUcGLFTUDqFPNKBNZbooV { width:17.6244375rem;height:1.625rem;top:54.5625rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ7hJGWO7JVKNnFgbgc6wJz3yvk4U0Kq { width:15.31175rem;height:1.125rem;top:51.625rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0GlWVs4HI2TxlSi517VzltBCQIZWAp2 { width:18.9995625rem;height:2.25rem;top:38.0625rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9KhTqyVycU7k80LgPV1aXizv9TxHf1U { display:block; }
 }@media only screen and (max-width: 763px) { #TArAww1KH2TphnzO4xN5K37daUyazVPZ { width:19rem;height:2rem;top:57.0625rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCSwqXy7uaoN0h3ggl6eHb2Wq6TBuzes { display:block; }
 }@media only screen and (max-width: 763px) { #Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D { display:block; }#Mn0ZkCahZ6J5TDUpZIGHXt0WsMz6D31D > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv3CSJKrIdTcBHCkMpNl6ixqSyk9PTy5 { width:17.6244375rem;height:3.75rem;top:1.8113445937634rem;left:1.1863425970077rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Kt7EbeuJZQykTI4xDmCGulXXxtWcoGPt { width:18.8121875rem;height:14rem;top:7.39800625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ { display:block; }#sUCvrlrZA9xTnkTBrAqnBkQaZVS5D7kZ > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lT9x52fC1yT1delD1tddcs1Ornv9caaa { width:17.25rem;height:16.81786875rem;top:7.833478450775rem;left:1.9994213581085rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgNlHDCaSocAubgDU8y7UdDkz6JPuIGA { width:18.9375rem;height:3.8994125rem;top:1.25rem;left:0.53125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GdhbR6QPHqfOpVc275fL30EUpC1zmMZa { display:flex;width:1.249275rem;height:1.249275rem;top:8.084057331085rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJr0KpTFXDOEfJRtuma8Jkx1AgRx6xsN { width:20rem;height:14.1025625rem;top:32.45703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQGTdH86GOZhtfUq2L6QWRzh8RAJuWdx { display:flex;width:1.625rem;height:1.625rem;top:11rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LoNN0aBXmfTa0yy7nmpvAGZDMJMoaqzC { display:flex;width:1.625rem;height:1.625rem;top:13.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAMJtwgxwxyuAEQnhrUT3J2yLssaohXh { display:flex;width:1.625rem;height:1.625rem;top:16.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TE6tnQzV0UeTNRoBH9GDnZ6Fp9aMcJiG { display:flex;width:1.625rem;height:1.625rem;top:19.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmmsnZ2plC6hpyKe0mJcGIQFcDVZMEiH { display:flex;width:1.24855625rem;height:1.24855625rem;top:10.020978450775rem;left:0rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #XrUP0Bgw5JSVvHoJPx2VrTu6idNWi1y2 { display:flex;width:1.24855625rem;height:1.24855625rem;top:13.770978450775rem;left:0rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #gmBJ96xTTdbodPZsOCEM8qylQ0HcGnZZ { display:flex;width:1.24855625rem;height:1.24855625rem;top:15.671586513519rem;left:0rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #tuEBXQhOU6OOSMDTvAwK6wZBCJnvkf3l { display:flex;width:1.24855625rem;height:1.24855625rem;top:19.232495784759rem;left:0rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #XFbmgbZ0vPRmgZ5wo2D7IXCwrl2ORZeO { width:10.375rem;height:2.375rem;top:27.3720703125rem;left:1.9990234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLOkOeieyCXDi07h0OXbWCur7DQZIebT { display:block; }
 }@media only screen and (max-width: 763px) { #UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp { display:block; }#UtD1Z5eKtPsNxWnUKfVR9Bi069WlXsJp > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zo1VH29UEhIHZmMw2rpw1Dc3D0GcpXJQ { width:19.999rem;height:1.3999rem;top:6.22265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qslH4VdwAbzbAfD3OZzz9JIoAi4sXUGN { width:19.999rem;height:2.79980625rem;top:1.447265625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2 { display:block; }#y2J83B5U6Fo9EcVXX4fHIIlHvSqp0rQ2 > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqXZB8G3MuwlcPwylV0J4EycL5S0gT8A { width:19.99925rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC42zcTIGsM4HgOFVIWguVEUcusnHaWc { width:7.375rem;height:3.125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhKT2OWdv6ZHDHsKpkg8RHwthE7G0OI { width:4.1247125rem;height:2.93691875rem;top:5.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLKXnbPyTGHCOFZGwBmC6UPE9zZZ2AKB { width:3.68706875rem;height:3.31235625rem;top:9.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiQGW0zC3LNTzTHMk7CdaS18tcx4DVu6 { width:3.124275rem;height:3.124275rem;top:14.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWERFkKOdebxUJWur0K4kRVtsMZ7IG8h { width:6.06191875rem;height:1.874275rem;top:6rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMnUb7dSlfMdgf0cCa571hxtBlkggNiC { width:3.5rem;height:3.1929323556299rem;top:14.3125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmxTzCVNcC3NlRSolGEJ4bTnT5N6a22I { width:3.99956875rem;height:3.436775rem;top:9.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9qDK6mnzFCvQ4EGTa8S4UWyJb1xMu1l { width:5.81235625rem;height:3.06206875rem;top:14.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwXzvIaLL5kg691nBNQurl77nxe2MFVS { width:7.062375rem;height:2.5622125rem;top:9.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB9NLqPxSL3c2LSO78KQ3Krx8vTOzrHb { width:5.18735625rem;height:2.499275rem;top:19.5625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkseX5Mu0npCZzvX96bKfhAtEhVgraKo { width:3.749275rem;height:3.06206875rem;top:19.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cANNOyM95pOpZNH6y5eDcGa1JQhTyoiT { width:5.6872125rem;height:3.06206875rem;top:19.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhcd4ohw6d0azU6aF3sfpUsGwC5k9tzq { width:6.06191875rem;height:2.499275rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVd6kQtFcZe5LbJgLCXODy54o9MvtDnb { width:3.24941875rem;height:2.811775rem;top:24.125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFXbUd2qT3UGT9x1wlVvSVFXN2cP3fJu { width:5.56206875rem;height:2.43706875rem;top:24.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGAe1LXDneDBPgNX0ZWgfSTWn7aaAeMJ { display:block; }#GGAe1LXDneDBPgNX0ZWgfSTWn7aaAeMJ > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBJr1846iLGT3XOK1fSqbd9XfUT5awn1 { width:13.125rem;height:3.8994125rem;top:1.87353515625rem;left:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqoaTHd3a6yL4VedhihRWpBW6y9oyD11 { width:18.874rem;height:4.142575rem;top:6.7353515625rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwbbcHhayWTOCGE88u3m4fSyrc4OOroe { width:19rem;height:6.5rem;top:49.4375rem;left:0.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Gz81V0rR12vD43GX8pVHUuXOf9RT3lBS { width:19.125rem;height:1.54345625rem;top:50.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6rWm8erBeTiscK2IppTtG757vJoNdOQ { width:14.3125rem;height:2.5rem;top:52.6875rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOohiG5BXMZKCCdQNTE8XsSSr5brnIL3 { display:block; }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff;font-size:0.5625rem;overflow:hidden;height:auto; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1  { width:17.5rem;height:auto;top:10.876953125rem;left:0rem; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 {display:block;}#hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 { width:17.5rem;height:auto;top:10.876953125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #rV3QeDi6z8MTnrqXgZZXcvwMoZkDt1hP {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #idxNBLFQG3Rt6XXvlUVkogAb7zwTsODa { display:block; }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #drXAtU8nDEB8e2zJUxEVdJvNQcm7RHrc {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #K7PhamFggpfHbUA5UPS3zADV0bnrU6c9 {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #NUwFpmAyJCpzs73SDlWLpkUU7qrcCyly { display:block; }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #AWNWkhuzxy6RTQs7s7vqFkgWv6xEA7mQ {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #v8EMLy2O4eIvTly9zGafKnNy8mGmmAwQ {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #r657aKpsLm9m5RPtNZuTHiPvEDIcSp4w { display:block; }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #pz6gocdbJb5izsvyDer2UexxNHqb4uGC {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #ooOfMGThMKEIrWRN7fSAG6Fid1CBulAX {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #tqx0ZP4vGyIx4BcWDhadWTSmBOLeFvIi {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #yHTrQ12Of11Bbd9ofRaROCXMwX0UURaS {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #hah8RWm0mwEKm4SLRAPFFBPyHoy7VVfK {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #bEvviJQ422O3dV5f8BdQJzLxK8avEdsd { display:block; }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #DtC0WkymATTpG9KaN6qR69CZQ7vEy4on {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #hT5FVqtRlChdQOgbk7TtPTas3cx1uyAM {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #TvTuQupvxaODWDTfkpamtW1iUDNZmwP8 { display:block; }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #wLv0tSMkZuDt4kRFJE8Tbd1U3we9cPIl {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #MpfE7B7NI0NaipUxJd6X8h3StRJ6tAVU {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #U9flH0XNXMeaq14E0Bci5QqKSVQmeI4H {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #xHBoO5TWOGw6QdDXNTQuvhS9mX3xsRBB {  }
 }@media only screen and (max-width: 763px) { #Eg9vkU5PBnC8bAbQlTdC7N3OPgqxpM80 { display:block; }
 }@media only screen and (max-width: 763px) { #ZP2mtqVwdOMsC8TdncnHKlTrbhOTaznB { display:block; }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #e9xe4ibszPqcBvT6ur62wzQd2MMSzqWK {  }
 }@media only screen and (max-width: 763px) { #hGq7fNZg0yte64O2NlwRQEMkI0L7EcE1 #yMvUgu3Cida0XP30VIBI7sPpZnMSEuMI {  }
 }@media only screen and (max-width: 763px) { #mPX9mgDryqDxa4mladPyx6zqWB7rFWVo { display:block; }#mPX9mgDryqDxa4mladPyx6zqWB7rFWVo > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDlI5odCZDwreun0kvh3VHvknNBAqiO8 { width:9.9370625rem;height:5.74941875rem;top:2.9361982345581rem;left:5.0289351940155rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdrLcEytfiLaxbg9oFCH2atDi3y5zOgk { display:block; }#FdrLcEytfiLaxbg9oFCH2atDi3y5zOgk > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRkyMEZWs1qqbHyXM2HVKNU9hJ3QFIKy { width:19.99925rem;height:0.8125rem;top:1.25rem;left:0rem;font-size:0.625rem;display:block; }
 }