.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f0f0f1;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtWKPFbkC4DfntcoL9T2MddlxoLlOyRE { position:relative;z-index:auto;display:block; }#OtWKPFbkC4DfntcoL9T2MddlxoLlOyRE { background-color: transparent; background-image: none; }#OtWKPFbkC4DfntcoL9T2MddlxoLlOyRE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtWKPFbkC4DfntcoL9T2MddlxoLlOyRE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtWKPFbkC4DfntcoL9T2MddlxoLlOyRE > .row .container > .video-iframe-container { display: none; }#OtWKPFbkC4DfntcoL9T2MddlxoLlOyRE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtWKPFbkC4DfntcoL9T2MddlxoLlOyRE > .row > .video-iframe-container { display: none; }#OtWKPFbkC4DfntcoL9T2MddlxoLlOyRE > .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); }#OtWKPFbkC4DfntcoL9T2MddlxoLlOyRE { border-width: 0; border-radius: 0; }#OtWKPFbkC4DfntcoL9T2MddlxoLlOyRE > .row .container > .video-iframe-container {  }#OtWKPFbkC4DfntcoL9T2MddlxoLlOyRE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f0f1;background-image:none;font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#RFgGpT5qPZca0r8ZQXHHgt7IiuTnEZNQ { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:14.25rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#pT2yzlccluZoyZw3gdPIwGTugvqkFsyJ { box-sizing:content-box;color:#cf4520;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:1.4375rem;left:46.6875rem;display:block; }
#c8JAVHsLPl6kcAKd4xAXLt2XqFoSfKGa { color:#000000;display:block;width:8.625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:100051;line-height:1.3;letter-spacing:0;top:1.625rem;left:49.25rem;height:1.21875rem;font-style:normal;display:block; }
#ilvSpTlI15O9PRIKF1W6s773xBhJQVtF { box-sizing:content-box;color:#cf4520;font-size:1.125rem;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:block;z-index:100049;top:3.75rem;left:46.6875rem;display:block; }
#fFZCvp7iHwAC36dgOkrNKFVfbT4Wxh53 { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:100051;line-height:1.4;letter-spacing:0;top:3.9375rem;left:49.375rem;height:1.3125rem;font-style:normal;display:block; }
#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba123495-b046-4fcb-a90d-eff4eee2b254/Regulaciongestionsolvencia.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.adaptive-delivery-prevent-bg, #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.lazyload, #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.lazyloading { background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { background-color: transparent; background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,44,46,0.68); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,44,46,0.68); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .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); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { border-width: 0; border-radius: 0; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container {  }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;position:relative;display:block; }#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-form-header {  }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:16.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:arial;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-text {padding-top: 0; padding-bottom: 0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:arial;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-select {padding-top: 0; padding-bottom: 0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#c12a27;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:400;color:#f2f9ff;width:16.25rem;height:3.4375rem;font-family:arial;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .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:arial;font-size:0.625rem;font-weight:400;color:#161616;vertical-align:top;width:15.1875rem;overflow:hidden;font-style:normal;line-height:1.2; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .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; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-container:first-of-type{padding-top:0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-container:last-of-type{padding-bottom:0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p  { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:39.500001907349rem;top:7.8984375rem;z-index:100012;position:absolute; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.25rem;display:block;vertical-align:top; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p {display:block;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:39.500001907349rem;top:7.8984375rem;z-index:100012;position:absolute; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #JQb6vfiLmRk7ukz3Xe3OkDnfL8KWaHXV { position:relative;z-index:1; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #BRq0fKayZMtA2Agp5019GEkmeBXdCbd3 { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #i5VmJ5rQqVaquaQwFFgKFycXiOToxp8x { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #weofdxIConTGstAipOk6l1XmwUfzHPn4 { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #i245ouiTFuLit08sKHuuELTLMXn1DmxC { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #yh6KClmCItcC7K7oM2uUSKH5DHdwLDnE { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #kOyi4ZP0oEXo4VHnmWB9FZ9t2kzQ2rMf { position:relative;z-index:1; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #kThUxP2TITCclyyhtbmQJc3uzWigdDLV { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #d4lz4Ai4HAF17UbkWLBbAJNqZ3dBVeoF { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #WgnWGO0eiObIy0LoAgGfDVXFAzePcn5t { position:relative;z-index:1; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #uD6WECO9tvJ5RHubNU3AfD90AMUdN9a5 { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #Zdcxr6k6p7yxRlPcrrgKvdDcWlzQg8tT { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #P1AgGyzXd7gAQNECbBlWKsnXoHQBlcIl { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #sEkFG5a3Ba2SsAkVfF8DQCdfAhkAgD8d { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #feZfRwLNo7gVGCWpPOXoZOOARvzf4EWl { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #asTSpeRU12IMrRIMSgNe3265siI1Pex8 { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #bozxkP3atdLULbb00dLB7dTKzkm5O52D { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #F9E1OyhLUFD3NWdQLErNxoT2TDvNqya5 { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #ImsGi5l9oqSRbu9BlebWRmMHTEsStgcL { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #dmbT3nAt6JAXmfxwEf5PyFcfW7xT19Ta { position:relative;z-index:2; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #o0ipF9buNbhb7OlHx4rEU3B5om9EUTfe { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #g7cvw2Uv3hCKMTqktHlOlCIRqCsM0n84 { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #FxBOAhAbpD3wAbyeOaHsmLiu5GDu88QL { position:relative;z-index:2; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #LM2I8lm0nH525TOnDlMx5mkSxah91mxa { position:relative; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #XDehdtolxe8y32P5HupvSEPbLTDPaSW1 { position:relative;z-index:1; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #MvrfeTTHetWRyGEnx8uVJPRSqw6EKMIR { position:relative; }
#mHndgEkPUsCk8cufLWmDyVIawzc9VMHT { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:8.875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZEsqCy9I9DJ87mTeCJsfQy6tJU9wrB30 { position:absolute;display:block;z-index:100002;background-color:#f0f0f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.4375rem 0.75rem 0.875rem #071b2c ;height:34.25rem;width:20.75rem;top:3.0625rem;left:38.500001907349rem;display:block; }
#hmRMRRpXkH5yQAU9hqLCZiBPD5o02HxG { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:100010;line-height:1.2;letter-spacing:0;top:4.6875rem;left:38.312501907349rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cxnrw9z1xKfnxPbMrKgSquE5BWKDBhnR { position:absolute;display:block;z-index:100012;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:13.75rem;top:8.1875rem;left:42.000001907349rem;display:block; }
#QysnfCo6EyL3Ta5uwy6yEWmG3FWx0Laz { position:absolute;display:block;z-index:100013;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:13.75rem;top:17.4375rem;left:12.3125rem;display:block; }
#Vr5RqT883HK7c3FeOLmmmhzqBlayX8sS { z-index:100003;top:27.8125rem;left:10.1875rem;background-color:#c12a27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qAkMV5zHkTxxGzaJ8Ic6FgI1cVKmG9y0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fh1tCxohJnuyMuT0v5c97LTbqnqQpb7S { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:21rem;left:2.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/QpijvDdh/_AT_3627.jpg");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw.adaptive-delivery-prevent-bg, #ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw.lazyload, #ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw.lazyloading { background-image: none; }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .row .container { background-color: transparent; background-image: none; }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.87); }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .row .container > .video-iframe-container { display: none; }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.87); }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .row > .video-iframe-container { display: none; }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .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); }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .row .container { border-width: 0; border-radius: 0; }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .row > .video-iframe-container {  }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#TMOHMFvQumlbGCquOhMtLVBJU2VPWcf4 { position:absolute;display:block;z-index:100003;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:12rem;left:0.5rem;display:block; }
#KqTuqSEBoPeBMnkg19gbceagafObznDS { position:absolute;display:block;z-index:100009;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:12rem;left:15.437501907349rem;display:block; }
#HV8oVvDEI51f6JSRLt1ydx5x86tT1d5J { position:absolute;display:block;z-index:100015;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:12rem;left:30.437501907349rem;display:block; }
#zX1tmpTqAh16VziK4LVHmhnlGHLguVF1 { position:absolute;display:block;z-index:100021;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:12rem;left:45.375001907349rem;display:block; }
#cGI3fN3HBGzqT5RFcA5kT1glpwRD8siy { position:absolute;display:block;z-index:99992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.375rem;width:14.0625rem;top:0.6875rem;left:15.437501907349rem;display:block; }
#yO9KysMew7X2P5XpSAN9dSr8BpadGmwb { position:absolute;display:block;z-index:99994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.375rem;width:14.0625rem;top:0.6875rem;left:0.5rem;display:block; }
#NMCqp2Zv4homZkfMRDwazbM9uW6VgcdI { position:absolute;display:block;z-index:99990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.375rem;width:14.0625rem;top:0.6875rem;left:30.375001907349rem;display:block; }
#srDbukiabOQH6soQKrallKxcL4ugKPlT { position:absolute;display:block;z-index:99988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.375rem;width:14.0625rem;top:0.6875rem;left:45.437501907349rem;display:block; }
#TC0gpQyyIXLIDbIXu8CWrC2uTtw5TyR4 { box-sizing:content-box;color:#c12a27;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.38);display:block;z-index:100038;top:5.5rem;left:5.0625rem;display:block; }
#TegPzWsgNB4DQb6QNpDthVyli4d61l6W { box-sizing:content-box;color:#c12a27;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.39);display:block;z-index:100037;top:5.5rem;left:19.937501907349rem;display:block; }
#vfnkih0bT9ZBrmgGO0nbS8ImTrhGEmgi { box-sizing:content-box;color:#c12a27;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.39);display:block;z-index:100037;top:5.5rem;left:34.937501907349rem;display:block; }
#mulIymrTHc67F3ZQhrc17KNdTofr94PH { box-sizing:content-box;color:#c12a27;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.52);display:block;z-index:100040;top:5.5rem;left:49.937498092651rem;display:block; }
#NBAXhcOMxEQpFhZ11LJ8XxD1coIidl1K { color:#2a2c2e;display:block;width:8.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:100023;line-height:1.4;letter-spacing:0;top:2rem;left:48.124998092651rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;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; }
#HJK2gFPXgG24ryeiUkQxaO29Z5dL2HTB { color:#2a2c2e;display:block;width:11.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:100022;line-height:1.4;letter-spacing:0;top:2.6875rem;left:31.875001907349rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;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; }
#VvS3AduUL1BPndHZL0XXChtDvFmIcdb7 { color:#28292a;display:block;width:11.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:100039;line-height:1.4;letter-spacing:0;top:2.0625rem;left:16.875001907349rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;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; }
#fvTbbJAplKXzTpQVCiwBMlqIPLZgmval { color:#28292a;display:block;width:8.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:100021;line-height:1.4;letter-spacing:0;top:2.6875rem;left:3.5625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;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; }
#tPBAGAHL2Bq5q32LNkNnhz80m4AT1uLd { z-index:100002;top:38.375rem;left:15.312501907349rem;background-color:#c12a27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uULkCgsnl2ID6QJ6mC3TiCmu61x9fneZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dXGS3pbhfv7b9EEAv4wfTpILqQ0Ka5g7 { color:#cf4520;display:block;width:60rem;position:absolute;font-family:arial;font-size:2.875rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.32);top:16.062500476837rem;left:0rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NHm6uTaUZZnTA2PDPagV6xRaLeZcP4hM { color:#2a2c2e;display:block;width:26.625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:20.000000953674rem;left:16.687501907349rem;height:1.59375rem;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;text-align:center;text-align-last:center;display:block; }
#HFngp2kIIqmxrelOflDrg9fIaOKGBmLD { color:#2a2c2e;display:block;width:60rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:99987;line-height:1.5;letter-spacing:0;top:22.5625rem;left:0rem;height:13.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#HFngp2kIIqmxrelOflDrg9fIaOKGBmLD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HFngp2kIIqmxrelOflDrg9fIaOKGBmLD li:before{  }
#KPiWTXulKKRpc7me314pXmQk38BFJfmO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;background-image:none;position:relative;display:block; }#KPiWTXulKKRpc7me314pXmQk38BFJfmO > .row .container { background-color: transparent; background-image: none; }#KPiWTXulKKRpc7me314pXmQk38BFJfmO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPiWTXulKKRpc7me314pXmQk38BFJfmO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPiWTXulKKRpc7me314pXmQk38BFJfmO > .row .container > .video-iframe-container { display: none; }#KPiWTXulKKRpc7me314pXmQk38BFJfmO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPiWTXulKKRpc7me314pXmQk38BFJfmO > .row > .video-iframe-container { display: none; }#KPiWTXulKKRpc7me314pXmQk38BFJfmO > .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); }#KPiWTXulKKRpc7me314pXmQk38BFJfmO > .row .container { border-width: 0; border-radius: 0; }#KPiWTXulKKRpc7me314pXmQk38BFJfmO > .row > .video-iframe-container {  }#KPiWTXulKKRpc7me314pXmQk38BFJfmO > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:block; }#wtIqXAKabkEZLTwbuQJwcqRgqNC4Ue3T { color:#000000;display:block;width:15.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:9.6875rem;left:4.9375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STkJfFTyCn88EmagIiFmozvZTF4Rioc6 { color:rgba(98,98,98,0.6);display:block;width:12.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:6.1250019073486rem;left:6.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJ3Op411Jrul4kNBHNiOrEySfaQtGRdD { color:#c12a27;display:block;width:60rem;position:absolute;font-family:arial;font-size:2.875rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.14);top:1.7996101379394rem;left:0rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7xgRe7G34iT1hq3SnIg8BBtDJVtAdCk { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.5625rem;width:16.375rem;top:6.125rem;left:4.375rem;display:block; }
#yFg6uRO5i4gGl4V4TbmPw0r96vOVMLbV { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:19.125rem;width:16.375rem;top:6.4375rem;left:41.812501907349rem;display:none; }
#vv7Ni38RELOtCTBpXNWPp1MzBHFJ8e0J { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:19.125rem;width:16.375rem;top:6.4375rem;left:41.812501907349rem;display:none; }
#gZ780NQXSFBN8AH8TLEADK2znIXZ2L0R { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.5625rem;width:16.375rem;top:6.125rem;left:21.75rem;display:block; }
#v2CO1TCp5g8b8FJ09HZgMnpzwxPTdNcr { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:10.250000953674rem;left:22.90625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LnmOM6JJhWEgvsqT2GG4v0RZbGmEmtqz { color:rgba(98,98,98,0.6);display:block;width:12.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100008;line-height:1.2;letter-spacing:0;top:6.1250019073486rem;left:23.625001907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QnQqIAZ70J9l7Ox3rFKTXTTuS7TfNvr3 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.5625rem;width:16.375rem;top:6.125rem;left:39.3125rem;display:block; }
#u317AVr5lAV3LKpQHc2AxlM0JL8W6Iaa { color:#000000;display:block;width:15.375rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:9.8125009536744rem;left:39.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fe1pIWCk6yOzCbIgvtwZLvcXQTFltMRh { color:rgba(98,98,98,0.6);display:block;width:12.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100008;line-height:1.2;letter-spacing:0;top:6.1250019073486rem;left:41.125001907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kfk4lRSHffThM3IT08S6e3cTuSu6ocxK { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.5625rem;width:16.375rem;top:15.8125rem;left:4.375rem;display:block; }
#DWMmf4JWFMqTw70ITV4cmiEV0TNqJIlx { color:rgba(98,98,98,0.6);display:block;width:12.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100014;line-height:1.2;letter-spacing:0;top:15.812501907349rem;left:6.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xgnxxKoRqyHto094uxePGolpnMWUclQv { color:#000000;display:block;width:15.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:19.625rem;left:4.9375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZPVNoaEmOrboozlCMKTyNI8f0Jkl3fAS { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.5625rem;width:16.375rem;top:15.8125rem;left:21.75rem;display:block; }
#sehXmb3SFpJJDJibPtTovV2pWbHv0Q7y { color:#000000;display:block;width:12.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:100016;line-height:1.2;letter-spacing:0;top:20.187500953674rem;left:23.8125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ouT5edGyPod9rKEz853xvu3S67nvULFq { color:rgba(98,98,98,0.6);display:block;width:12.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100017;line-height:1.2;letter-spacing:0;top:15.812501907349rem;left:23.375001907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eZaMx3zkBXP4rqcC76gC05aQTFmGCCOw { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.5625rem;width:16.375rem;top:15.8125rem;left:39.3125rem;display:block; }
#QdWi0xWIPiTliEsbBNZGiSHGpIXXiRop { color:#000000;display:block;width:15.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:100016;line-height:1.2;letter-spacing:0;top:20.0625rem;left:39.8125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HkdWC7SPJWWNPpTLywATzXFfisVUfVRD { color:rgba(98,98,98,0.6);display:block;width:12.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100017;line-height:1.2;letter-spacing:0;top:15.812501907349rem;left:41.125001907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vek90vMfQ93GCbGCtoFhUPaoh9nuL6vd { color:rgba(98,98,98,0.6);display:block;width:12.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100014;line-height:1.2;letter-spacing:0;top:25.374216079712rem;left:6.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzBRvSZJLRvuc9lOfXxsRIMLRBv9mBgQ { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.5625rem;width:16.375rem;top:25.375rem;left:4.25rem;display:block; }
#F2wA44t8zeNgq0m5nakay47i90Vh0Lyz { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:29.687500953674rem;left:5.65625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ol7zdSEn8AilofsPqbJC9Szpy0rMp9Nb { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.5625rem;width:16.375rem;top:25.375rem;left:21.625rem;display:block; }
#CUnfRxJkLwmfnUHQOsneu2qFAKhq5miG { color:rgba(98,98,98,0.6);display:block;width:12.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100017;line-height:1.2;letter-spacing:0;top:25.373439788818rem;left:23.375001907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pr0LR7ZLyJ2vNkRpkAsxxps3wD89PWvt { color:#000000;display:block;width:15.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:100016;line-height:1.2;letter-spacing:0;top:29.6875rem;left:22.1875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#abXNTuom9ilgwaR4EGQnc9P9a9lpCrfw { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.5625rem;width:16.375rem;top:25.375rem;left:39.25rem;display:block; }
#ssXh4ZTx5tuk8DQK822Tq7bTPmCwxNVB { color:#000000;display:block;width:11.25rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:100016;line-height:1.2;letter-spacing:0;top:29.687500953674rem;left:41.875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AvmM5JKDDlUGyboHfE8TUp9Iiub3vKip { color:rgba(98,98,98,0.6);display:block;width:12.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100017;line-height:1.2;letter-spacing:0;top:25.372653961182rem;left:41.125001907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v3LP2yTiPuKkT1XGn6w1SW2cJEx3uvV8 { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.5625rem;width:16.375rem;top:35.25rem;left:4.25rem;display:block; }
#KvL2WVOkTM8C7Pqg4GBLhhcUK0XFmdT2 { color:rgba(98,98,98,0.6);display:block;width:12.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100014;line-height:1.2;letter-spacing:0;top:35.249216079712rem;left:6.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCbgHI8TcgAeGO2cJuLlMTbqQpQuNkvb { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.5625rem;width:16.375rem;top:35.1875rem;left:21.625rem;display:block; }
#mhmz0kCo7GNqK8lFfub3wWdTG5NqcfO5 { color:rgba(98,98,98,0.6);display:block;width:12.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100017;line-height:1.2;letter-spacing:0;top:35.249216079712rem;left:23.375001907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBa1pRQ964ETeiyoB8UpWhQP8FEKeoVW { color:#000000;display:block;width:15.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:39rem;left:4.8125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tOODaXLeqDrMes1a5DFPt0XLFcEGGH0d { color:#000000;display:block;width:15.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:100016;line-height:1.2;letter-spacing:0;top:39.5rem;left:22rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#usWNRaShCWDZSaT2GG6vTSnnlN6yfOCm { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:8.5625rem;width:16.375rem;top:35.1875rem;left:39.3125rem;display:block; }
#fCG5ozHyAuUI7Czopiln4EQedA2XM0Xs { color:#000000;display:block;width:15.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:100016;line-height:1.2;letter-spacing:0;top:39.1875rem;left:39.8125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aKGX8qxTRp6Zct4rqfGgc9T5wOiGx8Ra { color:rgba(98,98,98,0.6);display:block;width:12.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100017;line-height:1.2;letter-spacing:0;top:35.249216079712rem;left:41.125001907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPZ9S5yGL4sqXWX5H1CAttbcVvgGdTPc { position:absolute;display:block;z-index:100014;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:13.75rem;top:9rem;left:5.75rem;display:block; }
#GTceHC6Kqs23E6MyvoMGSESm1E7KsUMD { position:absolute;display:block;z-index:100015;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:13.75rem;top:9.5625rem;left:23.125001907349rem;display:block; }
#TsC0gnU8RglKeXtHeVKV92XOlIKCQhv1 { position:absolute;display:block;z-index:100016;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:13.75rem;top:9.5625rem;left:40.625001907349rem;display:block; }
#J2LOSBLetlIkgLqORh1RTo8bJpDwAAwC { position:absolute;display:block;z-index:100017;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:13.75rem;top:18.812500476837rem;left:5.75rem;display:block; }
#dUM5bL4oLXkzzTgriyWaSvUWh0uAaJT7 { position:absolute;display:block;z-index:100018;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:13.75rem;top:18.812500476837rem;left:23.125001907349rem;display:block; }
#TS1k9neRcv80Flon34owRTzEQPoJ4BIl { position:absolute;display:block;z-index:100019;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:13.75rem;top:18.812500476837rem;left:40.625001907349rem;display:block; }
#v7erJDyavTLcS8LmRFTU1mUxMP6uvHFg { position:absolute;display:block;z-index:100020;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:13.75rem;top:28.248437404633rem;left:5.75rem;display:block; }
#XbB1pG1u0ua3pWFGXGSVOK3f79dpqlkJ { position:absolute;display:block;z-index:100021;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:13.75rem;top:28.248437404633rem;left:23.125001907349rem;display:block; }
#McC6eDtFl1865Wz5sAWlvsnJTz4ZcLeJ { position:absolute;display:block;z-index:100022;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:13.75rem;top:28.248437404633rem;left:40.625001907349rem;display:block; }
#KLOLceIzxbVI2DTvL0IDAsXKk3qbg5uT { position:absolute;display:block;z-index:100024;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:13.75rem;top:38.12343788147rem;left:5.75rem;display:block; }
#g5RCkeXiWFl9VI8QADrwRrcxpo9Puwa4 { position:absolute;display:block;z-index:100025;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:13.75rem;top:38.12343788147rem;left:23.125001907349rem;display:block; }
#vmPN2MOmHekJCnr2xGWbTM69XrkAmhTO { position:absolute;display:block;z-index:100026;background-color:#c12a27;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:13.75rem;top:38.12343788147rem;left:40.625001907349rem;display:block; }
#qv8OWdTN0VM7rolctD7QmoTuqnQJN9CO { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:19.125rem;width:16.375rem;top:6.4375rem;left:41.812501907349rem;display:none; }
#nLmHGAvAiOAkuBTduAqntwnus3h3AbmH { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:19.125rem;width:16.375rem;top:6.4375rem;left:41.812501907349rem;display:none; }
#dil9TaAJOmApMst5sIgT4sGJKeJwCeoh { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:19.125rem;width:16.375rem;top:6.4375rem;left:41.812501907349rem;display:none; }
#hwf9MBisWuB3vxT53aV33XBneWKPwCy3 { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:19.125rem;width:16.375rem;top:6.4375rem;left:41.812501907349rem;display:none; }
#teIZf2hcsNvxmbVVOy8mc76cZNnU1Osm { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:19.125rem;width:16.375rem;top:6.4375rem;left:41.812501907349rem;display:none; }
#VOGglTwRsAezZqZhQxDrqbFVVy7kg5TW { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:19.125rem;width:16.375rem;top:6.4375rem;left:41.812501907349rem;display:none; }
#sZm41iNxADwQyXlA4ff6FX5ExnAdgPwJ { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:19.125rem;width:16.375rem;top:6.4375rem;left:41.812501907349rem;display:none; }
#T4J8Lgp7tfwg7zHPz1mW6v2NCHyXefkC { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:19.125rem;width:16.375rem;top:6.4375rem;left:41.812501907349rem;display:none; }
#boTlP2wolShUwkt1Av0MUeM9wCqauuVy { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:19.125rem;width:16.375rem;top:6.4375rem;left:41.812501907349rem;display:none; }
#NPvmMcATVKIeBPIx9ssRid6yi6n3cQhW { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:19.125rem;width:16.375rem;top:6.4375rem;left:41.812501907349rem;display:none; }
#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/61afb479-8ae9-4394-9839-f0b85ae5df02/TecnologaEBMII.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b.adaptive-delivery-prevent-bg, #adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b.lazyload, #adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b.lazyloading { background-image: none; }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .row .container { background-color: transparent; background-image: none; }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,29,88,0.1); }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .row .container > .video-iframe-container { display: none; }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,29,88,0.1); }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .row > .video-iframe-container { display: none; }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .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); }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .row .container { border-width: 0; border-radius: 0; }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .row > .video-iframe-container {  }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#cfXTnAoskgxGRVMisZ1CKRmb4vvNgKVQ { z-index:100002;top:39.5rem;left:19.062501907349rem;background-color:#cf4520;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sWgc3GC5X61ZTkmpaxXV67WEA8Ee0zTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OIPphKNMm4sEp3iTxU5GPyteKxdL2ad4 { position:absolute;display:block;z-index:100018;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:9.5rem;width:23.4375rem;top:7.5rem;left:4.9375rem;display:block; }
#ZIFKhqVp8A21Kw3l7zgculnyGzSeVZMp { color:#f0f0f1;display:block;width:60rem;position:absolute;font-family:arial;font-size:3rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.62);top:2.1250019073486rem;left:0rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5pDsOUNDRazTTl8UMWi76zFxNHaIec8 { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:8.5187499523163rem;left:6.125rem;height:1.54375rem;font-style:normal;display:block; }
#ZQCw2fvCAek1umvCELcMtlLDuVec187G { color:#000000;display:block;width:21.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:10.437500238419rem;left:5.90625rem;height:6.09375rem;font-style:italic;display:block; }
#OvpI6hxXiXl30VNdcWeTHTHxcaZHfgg9 { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:18.956249952316rem;left:6.125rem;height:1.54375rem;font-style:normal;display:block; }
#WOhvv9tZJWmlTlKy5PNKWQ44H9IExSF8 { color:#000000;display:block;width:21.125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:20.740626096726rem;left:6.0625rem;height:4.875rem;font-style:italic;display:block; }
#ycK4Roane1lpRaUaMJdnkW7Aclw5M3q2 { color:#000000;display:block;width:12.75rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:29.018749952316rem;left:6.25rem;height:1.54375rem;font-style:normal;display:block; }
#EdppEImhh3tL8d39geQgsbQrLa0Zwzy2 { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:30.500000715256rem;left:6.125rem;height:7.3125rem;font-style:italic;display:block; }
#Clq4JdUeM3eGfyUBJ5IMU6vZaNqMg9xE { position:absolute;display:block;z-index:100022;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:9.5rem;width:23.5rem;top:7.499218940735rem;left:32.687501907349rem;display:block; }
#nB51bccnLBeXQ1fAk7uxvt9y5LGpwWWQ { color:#000000;display:block;width:20.75rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:10.178125143051rem;left:34.062501907349rem;height:2.7625rem;font-style:italic;display:block; }
#h42VwAMEl3NhzUez9u8IRGZVn2xcvcOu { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:8.5187499523163rem;left:34.062501907349rem;height:1.54375rem;font-style:normal;display:block; }
#HdgitdDNF72RHVmxQPmIgSfMyT9W8VZ7 { color:#000000;display:block;width:20.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:20.500000715256rem;left:34.000001907349rem;height:6.09375rem;font-style:italic;display:block; }
#XWDTRmr2iKNmCTZCugOUN80CuZfZbIz1 { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:18.956249952316rem;left:34.062501907349rem;height:1.54375rem;font-style:normal;display:block; }
#TGih41NdtZDOzHuTkI8nNOHD9KhAdwvz { color:#000000;display:block;width:21rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:100039;line-height:1.3;letter-spacing:0;top:30.562500715256rem;left:34.062501907349rem;height:6.90625rem;font-style:italic;display:block; }
#C8IsM8oyvTpiuplUXfvy5F0fU7Scbox8 { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:29.081249952316rem;left:34.062501907349rem;height:1.54375rem;font-style:normal;display:block; }
#Q0GxwtXhfF0lbCTbLpHCJOeOpL5mPQvi { position:absolute;display:block;z-index:100019;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:9.5rem;width:23.4375rem;top:18.061719417572rem;left:4.9375rem;display:block; }
#oTDD5Zuym9J0QBzGVCFZ6ZU7CyeAO4ee { position:absolute;display:block;z-index:100020;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:9.9375rem;width:23.375rem;top:28.258594989777rem;left:4.9375rem;display:block; }
#Et6v0LxpWreECgZHJU3BvpTyccZWPDdB { position:absolute;display:block;z-index:100021;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:9.5rem;width:23.4375rem;top:18.061719417572rem;left:32.718751907349rem;display:block; }
#IWthlNbv3qqNpTtUp3V8mT38zJBuLWNm { position:absolute;display:block;z-index:100022;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:9.5rem;width:23.4375rem;top:28.258595466614rem;left:32.718751907349rem;display:block; }
#ZvxVFUdbprTeLDouO66fHv1N6vkkobhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OZNlWJEB/AFI_2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ZvxVFUdbprTeLDouO66fHv1N6vkkobhT.adaptive-delivery-prevent-bg, #ZvxVFUdbprTeLDouO66fHv1N6vkkobhT.lazyload, #ZvxVFUdbprTeLDouO66fHv1N6vkkobhT.lazyloading { background-image: none; }#ZvxVFUdbprTeLDouO66fHv1N6vkkobhT > .row .container { background-color: transparent; background-image: none; }#ZvxVFUdbprTeLDouO66fHv1N6vkkobhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(240,240,241,0.8); }#ZvxVFUdbprTeLDouO66fHv1N6vkkobhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvxVFUdbprTeLDouO66fHv1N6vkkobhT > .row .container > .video-iframe-container { display: none; }#ZvxVFUdbprTeLDouO66fHv1N6vkkobhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(240,240,241,0.8); }#ZvxVFUdbprTeLDouO66fHv1N6vkkobhT > .row > .video-iframe-container { display: none; }#ZvxVFUdbprTeLDouO66fHv1N6vkkobhT > .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); }#ZvxVFUdbprTeLDouO66fHv1N6vkkobhT > .row .container { border-width: 0; border-radius: 0; }#ZvxVFUdbprTeLDouO66fHv1N6vkkobhT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ZvxVFUdbprTeLDouO66fHv1N6vkkobhT > .row > .video-iframe-container {  }#ZvxVFUdbprTeLDouO66fHv1N6vkkobhT > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#PN58V8KemNpwpHQPToPSJCbaIsFz2q4D { color:#4d4d4d;display:block;width:18.125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:21.9375rem;left:20.8125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#rQ98gKtTtHqdcsDhrTS2w1011UeuGcfD { color:#4d4d4d;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:100002;line-height:1.4;letter-spacing:0;top:21.9375rem;left:2.4375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#TIpEqzUrcQ8OEaRhSyrzLP2Gh1aSAOhH { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;height:6.8125rem;width:6.875rem;top:14.3125rem;left:5.25rem;overflow:hidden;display:block; }
#VkHxAVB2dVX1BAZ2uupSyCb0Wc9oevkJ { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;height:6.8125rem;width:6.875rem;top:14.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#sAI3XrcE2EKxP2heKms4gBwJTrIxkhz1 { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;height:6.8125rem;width:6.875rem;top:14.3125rem;left:47.125rem;overflow:hidden;display:block; }
#MXV919Mr0RaZqatBswcyV9QWo6FrZkbq { color:#2a2c2e;display:block;width:13.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:21.9375rem;left:43.5625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#G0wwLF0M9L74RJoLc4725ezioin6fZM7 { color:#2a2c2e;display:block;width:60rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:6.8828125rem;left:0rem;height:4.78125rem;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;text-align:center;text-align-last:center;display:block; }
#HymqQRc6aPQVWZRctEwmMGTJIJEtTT3F { color:#c12a27;display:block;width:60rem;position:absolute;font-family:arial;font-size:3rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.15);top:1.4375rem;left:0rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mnOxoy2W1IWAVs6lLVxtalh4M8HPqQtC { position:relative;display:block; }#mnOxoy2W1IWAVs6lLVxtalh4M8HPqQtC { background-color: transparent; background-image: none; }#mnOxoy2W1IWAVs6lLVxtalh4M8HPqQtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnOxoy2W1IWAVs6lLVxtalh4M8HPqQtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnOxoy2W1IWAVs6lLVxtalh4M8HPqQtC > .row .container > .video-iframe-container { display: none; }#mnOxoy2W1IWAVs6lLVxtalh4M8HPqQtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnOxoy2W1IWAVs6lLVxtalh4M8HPqQtC > .row > .video-iframe-container { display: none; }#mnOxoy2W1IWAVs6lLVxtalh4M8HPqQtC > .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); }#mnOxoy2W1IWAVs6lLVxtalh4M8HPqQtC { border-width: 0; border-radius: 0; }#mnOxoy2W1IWAVs6lLVxtalh4M8HPqQtC > .row .container > .video-iframe-container {  }#mnOxoy2W1IWAVs6lLVxtalh4M8HPqQtC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f0f1;background-image:none;font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#VBFtZ8vCT04pZi7DNdsHX0t3MbSti2qI { color:#2a2c2e;display:block;width:60rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.421875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c2e;background-image:none;position:relative;display:block; }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row .container { background-color: transparent; background-image: none; }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row .container > .video-iframe-container { display: none; }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row > .video-iframe-container { display: none; }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .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); }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row .container { border-width: 0; border-radius: 0; }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row > .video-iframe-container {  }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#gzsMcT75LFbnofVroohbm2TwbM80SWt1 { color:#222222;display:block;width:30.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100025;line-height:1.4;letter-spacing:0;top:0.625rem;left:17.28125rem;height:1.225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OtWKPFbkC4DfntcoL9T2MddlxoLlOyRE { display:block; }#OtWKPFbkC4DfntcoL9T2MddlxoLlOyRE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFgGpT5qPZca0r8ZQXHHgt7IiuTnEZNQ { top:0.75rem;left:0rem;width:14.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT2yzlccluZoyZw3gdPIwGTugvqkFsyJ { top:1.4375rem;left:40.5625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8JAVHsLPl6kcAKd4xAXLt2XqFoSfKGa { top:1.625rem;left:39.125rem;width:8.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilvSpTlI15O9PRIKF1W6s773xBhJQVtF { top:3.75rem;left:40.5625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFZCvp7iHwAC36dgOkrNKFVfbT4Wxh53 { top:3.9375rem;left:39.1875rem;width:8.5625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM { display:block; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-regular-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-text {padding-top: 0; padding-bottom: 0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-select {padding-top: 0; padding-bottom: 0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p  { width:16.0625rem;height:auto;top:10.25rem;left:29.1875rem; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p {display:block;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p { width:16.0625rem;height:auto;top:10.25rem;left:29.1875rem; }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #JQb6vfiLmRk7ukz3Xe3OkDnfL8KWaHXV {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #BRq0fKayZMtA2Agp5019GEkmeBXdCbd3 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #i5VmJ5rQqVaquaQwFFgKFycXiOToxp8x {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #weofdxIConTGstAipOk6l1XmwUfzHPn4 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #i245ouiTFuLit08sKHuuELTLMXn1DmxC {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #yh6KClmCItcC7K7oM2uUSKH5DHdwLDnE {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #kOyi4ZP0oEXo4VHnmWB9FZ9t2kzQ2rMf {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #kThUxP2TITCclyyhtbmQJc3uzWigdDLV {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #d4lz4Ai4HAF17UbkWLBbAJNqZ3dBVeoF {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #WgnWGO0eiObIy0LoAgGfDVXFAzePcn5t {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #uD6WECO9tvJ5RHubNU3AfD90AMUdN9a5 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #Zdcxr6k6p7yxRlPcrrgKvdDcWlzQg8tT {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #P1AgGyzXd7gAQNECbBlWKsnXoHQBlcIl {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #sEkFG5a3Ba2SsAkVfF8DQCdfAhkAgD8d {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #feZfRwLNo7gVGCWpPOXoZOOARvzf4EWl {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #asTSpeRU12IMrRIMSgNe3265siI1Pex8 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #bozxkP3atdLULbb00dLB7dTKzkm5O52D {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #F9E1OyhLUFD3NWdQLErNxoT2TDvNqya5 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #ImsGi5l9oqSRbu9BlebWRmMHTEsStgcL {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #dmbT3nAt6JAXmfxwEf5PyFcfW7xT19Ta {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #o0ipF9buNbhb7OlHx4rEU3B5om9EUTfe {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #g7cvw2Uv3hCKMTqktHlOlCIRqCsM0n84 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #FxBOAhAbpD3wAbyeOaHsmLiu5GDu88QL {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #LM2I8lm0nH525TOnDlMx5mkSxah91mxa {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #XDehdtolxe8y32P5HupvSEPbLTDPaSW1 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #MvrfeTTHetWRyGEnx8uVJPRSqw6EKMIR {  }
 }@media only screen and (max-width: 763px) { #mHndgEkPUsCk8cufLWmDyVIawzc9VMHT { width:34.6875rem;height:6.875rem;top:8.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsqCy9I9DJ87mTeCJsfQy6tJU9wrB30 { width:20.75rem;height:34.25rem;top:3.0625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmRMRRpXkH5yQAU9hqLCZiBPD5o02HxG { width:21.125rem;height:2.25rem;top:4.6875rem;left:26.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxnrw9z1xKfnxPbMrKgSquE5BWKDBhnR { width:13.75rem;height:0.125rem;top:8.1875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #QysnfCo6EyL3Ta5uwy6yEWmG3FWx0Laz { width:13.75rem;height:0.1875rem;top:17.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr5RqT883HK7c3FeOLmmmhzqBlayX8sS { top:27.8125rem;left:4.0625rem;width:18rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAkMV5zHkTxxGzaJ8Ic6FgI1cVKmG9y0 { display:block; }
 }@media only screen and (max-width: 763px) { #fh1tCxohJnuyMuT0v5c97LTbqnqQpb7S { width:34.0625rem;height:;top:21rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw { display:block; }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMOHMFvQumlbGCquOhMtLVBJU2VPWcf4 { width:14.0625rem;height:0.125rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqTuqSEBoPeBMnkg19gbceagafObznDS { width:14.0625rem;height:0.125rem;top:12rem;left:9.3125019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV8oVvDEI51f6JSRLt1ydx5x86tT1d5J { width:14.0625rem;height:0.125rem;top:12rem;left:24.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX1tmpTqAh16VziK4LVHmhnlGHLguVF1 { width:14.0625rem;height:0.125rem;top:12rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGI3fN3HBGzqT5RFcA5kT1glpwRD8siy { width:14.0625rem;height:11.375rem;top:0.6875rem;left:9.3125019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO9KysMew7X2P5XpSAN9dSr8BpadGmwb { width:14.0625rem;height:11.375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMCqp2Zv4homZkfMRDwazbM9uW6VgcdI { width:14.0625rem;height:11.375rem;top:0.6875rem;left:24.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #srDbukiabOQH6soQKrallKxcL4ugKPlT { width:14.0625rem;height:11.375rem;top:0.6875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0gpQyyIXLIDbIXu8CWrC2uTtw5TyR4 { top:5.5rem;left:0rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TegPzWsgNB4DQb6QNpDthVyli4d61l6W { width:5rem;height:5rem;top:5.5rem;left:13.812501907349rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfnkih0bT9ZBrmgGO0nbS8ImTrhGEmgi { top:5.5rem;left:28.812501907349rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mulIymrTHc67F3ZQhrc17KNdTofr94PH { width:5rem;height:5rem;top:5.5rem;left:42.75rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBAXhcOMxEQpFhZ11LJ8XxD1coIidl1K { width:8.625rem;height:2.75rem;top:2rem;left:39.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJK2gFPXgG24ryeiUkQxaO29Z5dL2HTB { width:11.1875rem;height:1.375rem;top:2.6875rem;left:25.750001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvS3AduUL1BPndHZL0XXChtDvFmIcdb7 { width:11.1875rem;height:2.75rem;top:2.0625rem;left:10.750001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvTbbJAplKXzTpQVCiwBMlqIPLZgmval { width:8.875rem;height:1.375rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPBAGAHL2Bq5q32LNkNnhz80m4AT1uLd { top:38.375rem;left:9.1875019073488rem;width:29.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uULkCgsnl2ID6QJ6mC3TiCmu61x9fneZ { display:block; }
 }@media only screen and (max-width: 763px) { #dXGS3pbhfv7b9EEAv4wfTpILqQ0Ka5g7 { width:47.75rem;height:3.4375rem;top:16.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHm6uTaUZZnTA2PDPagV6xRaLeZcP4hM { width:26.625rem;height:1.5625rem;top:20rem;left:10.562501907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFngp2kIIqmxrelOflDrg9fIaOKGBmLD { width:47.75rem;height:13.375rem;top:22.5625rem;left:0rem;font-size:0.9375rem;display:block; }#HFngp2kIIqmxrelOflDrg9fIaOKGBmLD li:before{  }
 }@media only screen and (max-width: 763px) { #KPiWTXulKKRpc7me314pXmQk38BFJfmO { display:block; }#KPiWTXulKKRpc7me314pXmQk38BFJfmO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtIqXAKabkEZLTwbuQJwcqRgqNC4Ue3T { width:15.375rem;height:4.5rem;top:9.6875rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STkJfFTyCn88EmagIiFmozvZTF4Rioc6 { width:12.75rem;height:3rem;top:6.125rem;left:3.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ3Op411Jrul4kNBHNiOrEySfaQtGRdD { width:47.75rem;height:3.4375rem;top:1.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7xgRe7G34iT1hq3SnIg8BBtDJVtAdCk { width:16.375rem;height:8.5625rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFg6uRO5i4gGl4V4TbmPw0r96vOVMLbV { width:16.375rem;height:19.125rem;top:6.4375rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vv7Ni38RELOtCTBpXNWPp1MzBHFJ8e0J { width:16.375rem;height:19.125rem;top:6.4375rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZ780NQXSFBN8AH8TLEADK2znIXZ2L0R { width:16.375rem;height:8.5625rem;top:6.125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2CO1TCp5g8b8FJ09HZgMnpzwxPTdNcr { width:14.1875rem;height:3.375rem;top:10.25rem;left:16.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnmOM6JJhWEgvsqT2GG4v0RZbGmEmtqz { width:12.75rem;height:3rem;top:6.125rem;left:17.437501907349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnQqIAZ70J9l7Ox3rFKTXTTuS7TfNvr3 { width:16.375rem;height:8.5625rem;top:6.125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u317AVr5lAV3LKpQHc2AxlM0JL8W6Iaa { width:15.375rem;height:4.875rem;top:9.8125rem;left:16.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe1pIWCk6yOzCbIgvtwZLvcXQTFltMRh { width:12.75rem;height:3rem;top:6.125rem;left:31.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfk4lRSHffThM3IT08S6e3cTuSu6ocxK { width:16.375rem;height:8.5625rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWMmf4JWFMqTw70ITV4cmiEV0TNqJIlx { width:12.75rem;height:3rem;top:15.8125rem;left:3.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgnxxKoRqyHto094uxePGolpnMWUclQv { width:15.375rem;height:4.5rem;top:19.625rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPVNoaEmOrboozlCMKTyNI8f0Jkl3fAS { width:16.375rem;height:8.5625rem;top:15.8125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sehXmb3SFpJJDJibPtTovV2pWbHv0Q7y { width:12.375rem;height:3.375rem;top:20.1875rem;left:17.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouT5edGyPod9rKEz853xvu3S67nvULFq { width:12.75rem;height:3rem;top:15.8125rem;left:17.187501907349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZaMx3zkBXP4rqcC76gC05aQTFmGCCOw { width:16.375rem;height:8.5625rem;top:15.8125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdWi0xWIPiTliEsbBNZGiSHGpIXXiRop { width:15.375rem;height:2.25rem;top:20.0625rem;left:16.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkdWC7SPJWWNPpTLywATzXFfisVUfVRD { width:12.75rem;height:3rem;top:15.8125rem;left:31.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vek90vMfQ93GCbGCtoFhUPaoh9nuL6vd { width:12.75rem;height:3rem;top:25.3125rem;left:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzBRvSZJLRvuc9lOfXxsRIMLRBv9mBgQ { width:16.375rem;height:8.5625rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2wA44t8zeNgq0m5nakay47i90Vh0Lyz { width:13.9375rem;height:2.25rem;top:29.6875rem;left:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol7zdSEn8AilofsPqbJC9Szpy0rMp9Nb { width:16.375rem;height:8.5625rem;top:25.375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUnfRxJkLwmfnUHQOsneu2qFAKhq5miG { width:12.75rem;height:3rem;top:25.3125rem;left:17.187501907349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr0LR7ZLyJ2vNkRpkAsxxps3wD89PWvt { width:15.375rem;height:2.25rem;top:29.6875rem;left:16rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abXNTuom9ilgwaR4EGQnc9P9a9lpCrfw { width:16.375rem;height:8.5625rem;top:25.375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssXh4ZTx5tuk8DQK822Tq7bTPmCwxNVB { width:11.25rem;height:2.25rem;top:29.6875rem;left:31.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvmM5JKDDlUGyboHfE8TUp9Iiub3vKip { width:12.75rem;height:3rem;top:25.3125rem;left:31.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3LP2yTiPuKkT1XGn6w1SW2cJEx3uvV8 { width:16.375rem;height:8.5625rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvL2WVOkTM8C7Pqg4GBLhhcUK0XFmdT2 { width:12.75rem;height:3rem;top:35.1875rem;left:3.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCbgHI8TcgAeGO2cJuLlMTbqQpQuNkvb { width:16.375rem;height:8.5625rem;top:35.1875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhmz0kCo7GNqK8lFfub3wWdTG5NqcfO5 { width:12.75rem;height:3rem;top:35.1875rem;left:17.187501907349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBa1pRQ964ETeiyoB8UpWhQP8FEKeoVW { width:15.375rem;height:3.375rem;top:38.9375rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOODaXLeqDrMes1a5DFPt0XLFcEGGH0d { width:15.375rem;height:2.25rem;top:39.5rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usWNRaShCWDZSaT2GG6vTSnnlN6yfOCm { width:16.375rem;height:8.5625rem;top:35.1875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCG5ozHyAuUI7Czopiln4EQedA2XM0Xs { width:15.375rem;height:2.25rem;top:39.125rem;left:16.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKGX8qxTRp6Zct4rqfGgc9T5wOiGx8Ra { width:12.75rem;height:3rem;top:35.1875rem;left:31.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPZ9S5yGL4sqXWX5H1CAttbcVvgGdTPc { width:13.75rem;height:0.1875rem;top:9rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTceHC6Kqs23E6MyvoMGSESm1E7KsUMD { width:13.75rem;height:0.1875rem;top:9.5625rem;left:16.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsC0gnU8RglKeXtHeVKV92XOlIKCQhv1 { width:13.75rem;height:0.1875rem;top:9.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2LOSBLetlIkgLqORh1RTo8bJpDwAAwC { width:13.75rem;height:0.1875rem;top:18.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUM5bL4oLXkzzTgriyWaSvUWh0uAaJT7 { width:13.75rem;height:0.1875rem;top:18.8125rem;left:16.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1k9neRcv80Flon34owRTzEQPoJ4BIl { width:13.75rem;height:0.1875rem;top:18.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7erJDyavTLcS8LmRFTU1mUxMP6uvHFg { width:13.75rem;height:0.1875rem;top:28.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbB1pG1u0ua3pWFGXGSVOK3f79dpqlkJ { width:13.75rem;height:0.1875rem;top:28.1875rem;left:16.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #McC6eDtFl1865Wz5sAWlvsnJTz4ZcLeJ { width:13.75rem;height:0.1875rem;top:28.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLOLceIzxbVI2DTvL0IDAsXKk3qbg5uT { width:13.75rem;height:0.1875rem;top:38.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5RCkeXiWFl9VI8QADrwRrcxpo9Puwa4 { width:13.75rem;height:0.1875rem;top:38.0625rem;left:16.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmPN2MOmHekJCnr2xGWbTM69XrkAmhTO { width:13.75rem;height:0.1875rem;top:38.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv8OWdTN0VM7rolctD7QmoTuqnQJN9CO { width:16.375rem;height:19.125rem;top:6.4375rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLmHGAvAiOAkuBTduAqntwnus3h3AbmH { width:16.375rem;height:19.125rem;top:6.4375rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dil9TaAJOmApMst5sIgT4sGJKeJwCeoh { width:16.375rem;height:19.125rem;top:6.4375rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwf9MBisWuB3vxT53aV33XBneWKPwCy3 { width:16.375rem;height:19.125rem;top:6.4375rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #teIZf2hcsNvxmbVVOy8mc76cZNnU1Osm { width:16.375rem;height:19.125rem;top:6.4375rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOGglTwRsAezZqZhQxDrqbFVVy7kg5TW { width:16.375rem;height:19.125rem;top:6.4375rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZm41iNxADwQyXlA4ff6FX5ExnAdgPwJ { width:16.375rem;height:19.125rem;top:6.4375rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4J8Lgp7tfwg7zHPz1mW6v2NCHyXefkC { width:16.375rem;height:19.125rem;top:6.4375rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #boTlP2wolShUwkt1Av0MUeM9wCqauuVy { width:16.375rem;height:19.125rem;top:6.4375rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPvmMcATVKIeBPIx9ssRid6yi6n3cQhW { width:16.375rem;height:19.125rem;top:6.4375rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b { display:block; }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfXTnAoskgxGRVMisZ1CKRmb4vvNgKVQ { top:39.5rem;left:2rem;width:21.875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWgc3GC5X61ZTkmpaxXV67WEA8Ee0zTI { display:block; }
 }@media only screen and (max-width: 763px) { #OIPphKNMm4sEp3iTxU5GPyteKxdL2ad4 { top:7.5rem;left:0rem;width:23.4375rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIFKhqVp8A21Kw3l7zgculnyGzSeVZMp { width:47.75rem;height:3.5625rem;top:2.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5pDsOUNDRazTTl8UMWi76zFxNHaIec8 { top:8.5rem;left:0rem;width:12.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQCw2fvCAek1umvCELcMtlLDuVec187G { top:10.4375rem;left:0rem;width:21.5rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvpI6hxXiXl30VNdcWeTHTHxcaZHfgg9 { top:18.9375rem;left:2.375rem;width:9.5625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOhvv9tZJWmlTlKy5PNKWQ44H9IExSF8 { top:20.6875rem;left:0rem;width:21.125rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycK4Roane1lpRaUaMJdnkW7Aclw5M3q2 { top:29rem;left:0rem;width:12.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdppEImhh3tL8d39geQgsbQrLa0Zwzy2 { top:30.5rem;left:0rem;width:21.1875rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clq4JdUeM3eGfyUBJ5IMU6vZaNqMg9xE { top:7.4375rem;left:12.3125rem;width:23.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB51bccnLBeXQ1fAk7uxvt9y5LGpwWWQ { top:10.125rem;left:22.25rem;width:20.75rem;height:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h42VwAMEl3NhzUez9u8IRGZVn2xcvcOu { top:8.5rem;left:26.25rem;width:9.5625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdgitdDNF72RHVmxQPmIgSfMyT9W8VZ7 { top:20.5rem;left:14.9375rem;width:20.875rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWDTRmr2iKNmCTZCugOUN80CuZfZbIz1 { top:18.9375rem;left:15.125rem;width:20.6875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGih41NdtZDOzHuTkI8nNOHD9KhAdwvz { top:30.5625rem;left:14.8125rem;width:21rem;height:6.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8IsM8oyvTpiuplUXfvy5F0fU7Scbox8 { top:29.0625rem;left:26.25rem;width:9.5625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0GxwtXhfF0lbCTbLpHCJOeOpL5mPQvi { top:18rem;left:0rem;width:23.4375rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTDD5Zuym9J0QBzGVCFZ6ZU7CyeAO4ee { top:28.25rem;left:0rem;width:23.375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et6v0LxpWreECgZHJU3BvpTyccZWPDdB { top:18rem;left:12.375rem;width:23.4375rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWthlNbv3qqNpTtUp3V8mT38zJBuLWNm { top:28.25rem;left:12.375rem;width:23.4375rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvxVFUdbprTeLDouO66fHv1N6vkkobhT { display:block; }#ZvxVFUdbprTeLDouO66fHv1N6vkkobhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PN58V8KemNpwpHQPToPSJCbaIsFz2q4D { width:18.125rem;height:2.625rem;top:21.9375rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ98gKtTtHqdcsDhrTS2w1011UeuGcfD { width:12.5rem;height:2.625rem;top:21.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIpEqzUrcQ8OEaRhSyrzLP2Gh1aSAOhH { top:14.3125rem;left:3.71875rem;width:6.875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkHxAVB2dVX1BAZ2uupSyCb0Wc9oevkJ { top:14.3125rem;left:17rem;width:6.875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAI3XrcE2EKxP2heKms4gBwJTrIxkhz1 { top:14.3125rem;left:36.40625rem;width:6.875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXV919Mr0RaZqatBswcyV9QWo6FrZkbq { width:13.9375rem;height:2.625rem;top:21.9375rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0wwLF0M9L74RJoLc4725ezioin6fZM7 { width:47.75rem;height:4.75rem;top:6.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymqQRc6aPQVWZRctEwmMGTJIJEtTT3F { width:47.75rem;height:3.5625rem;top:1.4375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnOxoy2W1IWAVs6lLVxtalh4M8HPqQtC { display:block; }#mnOxoy2W1IWAVs6lLVxtalh4M8HPqQtC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBFtZ8vCT04pZi7DNdsHX0t3MbSti2qI { top:0.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsUGXTumwPQl5sba3TqhVFqsCUreTms3 { display:block; }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzsMcT75LFbnofVroohbm2TwbM80SWt1 { width:30.625rem;height:1.1875rem;top:0.625rem;left:11.156248092651rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OtWKPFbkC4DfntcoL9T2MddlxoLlOyRE { position:relative;z-index:auto;display:block; }#OtWKPFbkC4DfntcoL9T2MddlxoLlOyRE > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFgGpT5qPZca0r8ZQXHHgt7IiuTnEZNQ { width:8.6875rem;height:3.75rem;top:0.87421417236325rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT2yzlccluZoyZw3gdPIwGTugvqkFsyJ { width:1.5625rem;height:1.5625rem;top:0.9375rem;left:10.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8JAVHsLPl6kcAKd4xAXLt2XqFoSfKGa { width:7.5625rem;height:0.8125rem;top:1.3125rem;left:12.4375rem;font-size:0.625rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #ilvSpTlI15O9PRIKF1W6s773xBhJQVtF { width:1.6875rem;height:1.6875rem;top:2.75rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFZCvp7iHwAC36dgOkrNKFVfbT4Wxh53 { width:5.625rem;height:0.8125rem;top:3.1875rem;left:12.4375rem;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/adf55bf6-a7ed-4a7c-a202-9b80a4755247/Usodederivadosenlagestioncomofuturosyopciones.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.adaptive-delivery-prevent-bg, #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.lazyload, #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.lazyloading { background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { background-color: transparent; background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,28,47,0.17); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,28,47,0.17); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .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); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container {  }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-regular-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-text { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-text {padding-top: 0; padding-bottom: 0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-textarea { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-select { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-select {padding-top: 0; padding-bottom: 0;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-input-button { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .widget-checkbox-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p  { width:14.8125rem;height:auto;top:13.875001430511rem;left:1.3437500596046rem;z-index:100006; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p .radio-container { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p {display:block;}#WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p { width:14.8125rem;height:auto;top:13.875001430511rem;left:1.3437500596046rem;z-index:100006; }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #JQb6vfiLmRk7ukz3Xe3OkDnfL8KWaHXV {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #BRq0fKayZMtA2Agp5019GEkmeBXdCbd3 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #i5VmJ5rQqVaquaQwFFgKFycXiOToxp8x {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #weofdxIConTGstAipOk6l1XmwUfzHPn4 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #i245ouiTFuLit08sKHuuELTLMXn1DmxC {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #yh6KClmCItcC7K7oM2uUSKH5DHdwLDnE {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #kOyi4ZP0oEXo4VHnmWB9FZ9t2kzQ2rMf {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #kThUxP2TITCclyyhtbmQJc3uzWigdDLV {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #d4lz4Ai4HAF17UbkWLBbAJNqZ3dBVeoF {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #WgnWGO0eiObIy0LoAgGfDVXFAzePcn5t {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #uD6WECO9tvJ5RHubNU3AfD90AMUdN9a5 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #Zdcxr6k6p7yxRlPcrrgKvdDcWlzQg8tT {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #P1AgGyzXd7gAQNECbBlWKsnXoHQBlcIl {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #sEkFG5a3Ba2SsAkVfF8DQCdfAhkAgD8d {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #feZfRwLNo7gVGCWpPOXoZOOARvzf4EWl {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #asTSpeRU12IMrRIMSgNe3265siI1Pex8 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #bozxkP3atdLULbb00dLB7dTKzkm5O52D {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #F9E1OyhLUFD3NWdQLErNxoT2TDvNqya5 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #ImsGi5l9oqSRbu9BlebWRmMHTEsStgcL {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #dmbT3nAt6JAXmfxwEf5PyFcfW7xT19Ta {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #o0ipF9buNbhb7OlHx4rEU3B5om9EUTfe {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #g7cvw2Uv3hCKMTqktHlOlCIRqCsM0n84 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #FxBOAhAbpD3wAbyeOaHsmLiu5GDu88QL {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #LM2I8lm0nH525TOnDlMx5mkSxah91mxa {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #XDehdtolxe8y32P5HupvSEPbLTDPaSW1 {  }
 }@media only screen and (max-width: 763px) { #WfPUyJ3tEi9ispzpLt3A7Jg29nvxRp6p #MvrfeTTHetWRyGEnx8uVJPRSqw6EKMIR {  }
 }@media only screen and (max-width: 763px) { #mHndgEkPUsCk8cufLWmDyVIawzc9VMHT { width:17.25rem;height:3.6rem;top:1.8244791030884rem;left:1.3750000596046rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsqCy9I9DJ87mTeCJsfQy6tJU9wrB30 { width:16.375rem;height:32.75rem;top:10.375rem;left:1.8125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#e3e6e8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hmRMRRpXkH5yQAU9hqLCZiBPD5o02HxG { width:20rem;height:1.875rem;top:11rem;left:0rem;z-index:100009;color:#f1f5f8;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxnrw9z1xKfnxPbMrKgSquE5BWKDBhnR { width:11.25rem;height:0.125rem;top:12.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QysnfCo6EyL3Ta5uwy6yEWmG3FWx0Laz { width:13.75rem;height:0.125rem;top:6.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr5RqT883HK7c3FeOLmmmhzqBlayX8sS { top:59.507032394409rem;left:5.6249998807907rem;width:8.75rem;height:1.875rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAkMV5zHkTxxGzaJ8Ic6FgI1cVKmG9y0 { display:block; }
 }@media only screen and (max-width: 763px) { #fh1tCxohJnuyMuT0v5c97LTbqnqQpb7S { width:20rem;height:1.375rem;top:7rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw { background-color:transparent;background-image:url("https://images.assets-landingi.com/OZNlWJEB/AFI_2.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw.adaptive-delivery-prevent-bg, #ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw.lazyload, #ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw.lazyloading { background-image: none; }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .row .container { background-color: transparent; background-image: none; }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(251,250,250,0.87); }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .row .container > .video-iframe-container { display: none; }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(251,250,250,0.87); }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .row > .video-iframe-container { display: none; }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .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); }#ahxGA0rVflo0y1mnlEim2VCdDWM8Tfkw > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMOHMFvQumlbGCquOhMtLVBJU2VPWcf4 { width:14.0625rem;height:0.125rem;top:9.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqTuqSEBoPeBMnkg19gbceagafObznDS { width:14.0625rem;height:0.125rem;top:18.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV8oVvDEI51f6JSRLt1ydx5x86tT1d5J { width:14.0625rem;height:0.125rem;top:27.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX1tmpTqAh16VziK4LVHmhnlGHLguVF1 { width:14.0625rem;height:0.125rem;top:36.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGI3fN3HBGzqT5RFcA5kT1glpwRD8siy { width:14.0625rem;height:8.5rem;top:10.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO9KysMew7X2P5XpSAN9dSr8BpadGmwb { width:14.0625rem;height:8.5rem;top:1.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMCqp2Zv4homZkfMRDwazbM9uW6VgcdI { width:14.0625rem;height:8.5rem;top:19.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srDbukiabOQH6soQKrallKxcL4ugKPlT { width:14.0625rem;height:8.5rem;top:28.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0gpQyyIXLIDbIXu8CWrC2uTtw5TyR4 { width:5.625rem;height:5.625rem;top:2.5625rem;left:3.8125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TegPzWsgNB4DQb6QNpDthVyli4d61l6W { width:5.625rem;height:5.625rem;top:11.75rem;left:3.8125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfnkih0bT9ZBrmgGO0nbS8ImTrhGEmgi { width:5.625rem;height:5.625rem;top:20.8125rem;left:3.8125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mulIymrTHc67F3ZQhrc17KNdTofr94PH { width:5.625rem;height:5.625rem;top:30rem;left:3.8125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBAXhcOMxEQpFhZ11LJ8XxD1coIidl1K { width:7.1875rem;height:2.8rem;top:30.6875rem;left:9.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJK2gFPXgG24ryeiUkQxaO29Z5dL2HTB { width:6.25rem;height:2.8rem;top:22.25rem;left:9.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvS3AduUL1BPndHZL0XXChtDvFmIcdb7 { width:8.375rem;height:2.8rem;top:13.1875rem;left:8.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvTbbJAplKXzTpQVCiwBMlqIPLZgmval { width:7.125rem;height:1.4rem;top:4.6875rem;left:9.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPBAGAHL2Bq5q32LNkNnhz80m4AT1uLd { top:77.25000190735rem;left:1.5937501192093rem;width:16.8125rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uULkCgsnl2ID6QJ6mC3TiCmu61x9fneZ { display:block; }
 }@media only screen and (max-width: 763px) { #dXGS3pbhfv7b9EEAv4wfTpILqQ0Ka5g7 { width:20rem;height:4.8rem;top:39.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.23);display:block; }
 }@media only screen and (max-width: 763px) { #NHm6uTaUZZnTA2PDPagV6xRaLeZcP4hM { width:20rem;height:1.2375rem;top:45.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#070707;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HFngp2kIIqmxrelOflDrg9fIaOKGBmLD { width:20rem;height:27.4375rem;top:47.6875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;color:#070707;font-weight:400;font-style:normal;line-height:1.3;display:block; }#HFngp2kIIqmxrelOflDrg9fIaOKGBmLD li:before{  }
 }@media only screen and (max-width: 763px) { #KPiWTXulKKRpc7me314pXmQk38BFJfmO { display:block; }#KPiWTXulKKRpc7me314pXmQk38BFJfmO > .row .container { width:20rem;height:98.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtIqXAKabkEZLTwbuQJwcqRgqNC4Ue3T { width:14.1875rem;height:2.475rem;top:9.9117202758787rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STkJfFTyCn88EmagIiFmozvZTF4Rioc6 { width:15.5625rem;height:2.4rem;top:6.5992188453675rem;left:2.2187501192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ3Op411Jrul4kNBHNiOrEySfaQtGRdD { width:20rem;height:4.8rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.23);display:block; }
 }@media only screen and (max-width: 763px) { #y7xgRe7G34iT1hq3SnIg8BBtDJVtAdCk { width:16.375rem;height:15.875rem;top:37.49960899353rem;left:1.8125001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFg6uRO5i4gGl4V4TbmPw0r96vOVMLbV { width:16.375rem;height:6.875rem;top:81.25rem;left:1.8125rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #vv7Ni38RELOtCTBpXNWPp1MzBHFJ8e0J { width:16.375rem;height:6.875rem;top:88.75rem;left:1.8125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #gZ780NQXSFBN8AH8TLEADK2znIXZ2L0R { width:16.375rem;height:8.5625rem;top:6.125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2CO1TCp5g8b8FJ09HZgMnpzwxPTdNcr { width:15.375rem;height:1.65rem;top:17.8125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnmOM6JJhWEgvsqT2GG4v0RZbGmEmtqz { width:12.75rem;height:2.4rem;top:14.1875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnQqIAZ70J9l7Ox3rFKTXTTuS7TfNvr3 { width:16.375rem;height:8.5625rem;top:6.125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u317AVr5lAV3LKpQHc2AxlM0JL8W6Iaa { width:15.375rem;height:3.3rem;top:24.75rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe1pIWCk6yOzCbIgvtwZLvcXQTFltMRh { width:12.75rem;height:2.4rem;top:21.5625rem;left:3.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfk4lRSHffThM3IT08S6e3cTuSu6ocxK { width:16.375rem;height:8.5625rem;top:15.8125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DWMmf4JWFMqTw70ITV4cmiEV0TNqJIlx { width:12.75rem;height:2.4rem;top:29rem;left:3.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgnxxKoRqyHto094uxePGolpnMWUclQv { width:12.75rem;height:2.475rem;top:39.875001907349rem;left:3.6250001788139rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPVNoaEmOrboozlCMKTyNI8f0Jkl3fAS { width:16.375rem;height:8.5625rem;top:15.8125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sehXmb3SFpJJDJibPtTovV2pWbHv0Q7y { width:11.875rem;height:1.65rem;top:32.393752098084rem;left:4.0625001788139rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouT5edGyPod9rKEz853xvu3S67nvULFq { width:12.75rem;height:2.4rem;top:36.5625rem;left:3.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZaMx3zkBXP4rqcC76gC05aQTFmGCCOw { width:16.375rem;height:8.5625rem;top:15.8125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdWi0xWIPiTliEsbBNZGiSHGpIXXiRop { width:10.9375rem;height:1.65rem;top:47.393753051757rem;left:4.5312501788139rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkdWC7SPJWWNPpTLywATzXFfisVUfVRD { width:12.75rem;height:2.4rem;top:44rem;left:3.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vek90vMfQ93GCbGCtoFhUPaoh9nuL6vd { width:12.75rem;height:2.25rem;top:51.4375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzBRvSZJLRvuc9lOfXxsRIMLRBv9mBgQ { width:16.375rem;height:8.5625rem;top:25.375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2wA44t8zeNgq0m5nakay47i90Vh0Lyz { width:15.375rem;height:1.65rem;top:55.4375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol7zdSEn8AilofsPqbJC9Szpy0rMp9Nb { width:16.375rem;height:8.5625rem;top:25.375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUnfRxJkLwmfnUHQOsneu2qFAKhq5miG { width:12.75rem;height:2.4rem;top:58.875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr0LR7ZLyJ2vNkRpkAsxxps3wD89PWvt { width:10.5rem;height:1.65rem;top:62.5rem;left:4.75rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abXNTuom9ilgwaR4EGQnc9P9a9lpCrfw { width:16.375rem;height:8.5625rem;top:25.375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssXh4ZTx5tuk8DQK822Tq7bTPmCwxNVB { width:8.625rem;height:1.65rem;top:70.125rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvmM5JKDDlUGyboHfE8TUp9Iiub3vKip { width:12.75rem;height:2.4rem;top:66.3125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3LP2yTiPuKkT1XGn6w1SW2cJEx3uvV8 { width:16.375rem;height:8.5625rem;top:35.25rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvL2WVOkTM8C7Pqg4GBLhhcUK0XFmdT2 { width:12.75rem;height:2.4rem;top:73.75rem;left:3.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCbgHI8TcgAeGO2cJuLlMTbqQpQuNkvb { width:16.375rem;height:8.5625rem;top:35.1875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhmz0kCo7GNqK8lFfub3wWdTG5NqcfO5 { width:12.75rem;height:2.4rem;top:81.25rem;left:3.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBa1pRQ964ETeiyoB8UpWhQP8FEKeoVW { width:12.25rem;height:2.475rem;top:76.9375rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOODaXLeqDrMes1a5DFPt0XLFcEGGH0d { width:15.375rem;height:0.825rem;top:85.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usWNRaShCWDZSaT2GG6vTSnnlN6yfOCm { width:16.375rem;height:8.5625rem;top:35.1875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCG5ozHyAuUI7Czopiln4EQedA2XM0Xs { width:11.625rem;height:1.65rem;top:92.4375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKGX8qxTRp6Zct4rqfGgc9T5wOiGx8Ra { width:12.75rem;height:2.4rem;top:88.75rem;left:3.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPZ9S5yGL4sqXWX5H1CAttbcVvgGdTPc { width:13.75rem;height:0.1875rem;top:91.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTceHC6Kqs23E6MyvoMGSESm1E7KsUMD { width:13.75rem;height:0.1875rem;top:24rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsC0gnU8RglKeXtHeVKV92XOlIKCQhv1 { width:13.75rem;height:0.1875rem;top:61.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2LOSBLetlIkgLqORh1RTo8bJpDwAAwC { width:13.75rem;height:0.1875rem;top:16.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUM5bL4oLXkzzTgriyWaSvUWh0uAaJT7 { width:13.75rem;height:0.1875rem;top:38.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1k9neRcv80Flon34owRTzEQPoJ4BIl { width:13.75rem;height:0.1875rem;top:8.8742194175719rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7erJDyavTLcS8LmRFTU1mUxMP6uvHFg { width:13.75rem;height:0.1875rem;top:31.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbB1pG1u0ua3pWFGXGSVOK3f79dpqlkJ { width:13.75rem;height:0.1875rem;top:46.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McC6eDtFl1865Wz5sAWlvsnJTz4ZcLeJ { width:13.75rem;height:0.1875rem;top:54.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLOLceIzxbVI2DTvL0IDAsXKk3qbg5uT { width:13.75rem;height:0.1875rem;top:68.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5RCkeXiWFl9VI8QADrwRrcxpo9Puwa4 { width:13.75rem;height:0.1875rem;top:76.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmPN2MOmHekJCnr2xGWbTM69XrkAmhTO { width:13.75rem;height:0.1875rem;top:84.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv8OWdTN0VM7rolctD7QmoTuqnQJN9CO { width:16.375rem;height:6.875rem;top:73.75rem;left:1.8125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #nLmHGAvAiOAkuBTduAqntwnus3h3AbmH { width:16.375rem;height:6.875rem;top:66.3125rem;left:1.8125rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #dil9TaAJOmApMst5sIgT4sGJKeJwCeoh { width:16.375rem;height:6.875rem;top:58.875rem;left:1.8125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #hwf9MBisWuB3vxT53aV33XBneWKPwCy3 { width:16.375rem;height:6.875rem;top:51.4375rem;left:1.8125rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #teIZf2hcsNvxmbVVOy8mc76cZNnU1Osm { width:16.375rem;height:6.875rem;top:44rem;left:1.8125rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #VOGglTwRsAezZqZhQxDrqbFVVy7kg5TW { width:16.375rem;height:6.875rem;top:36.5625rem;left:1.8125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #sZm41iNxADwQyXlA4ff6FX5ExnAdgPwJ { width:16.375rem;height:6.875rem;top:29rem;left:1.8125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #T4J8Lgp7tfwg7zHPz1mW6v2NCHyXefkC { width:16.375rem;height:6.875rem;top:21.5625rem;left:1.8125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #boTlP2wolShUwkt1Av0MUeM9wCqauuVy { width:16.375rem;height:6.875rem;top:14.1875rem;left:1.8125rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #NPvmMcATVKIeBPIx9ssRid6yi6n3cQhW { width:16.375rem;height:6.875rem;top:6.6364593505863rem;left:1.8125001788139rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b { background-color:rgba(236,236,236,0.12);background-image:url("https://images.assets-landingi.com/uc/61afb479-8ae9-4394-9839-f0b85ae5df02/TecnologaEBMII.jpg");background-position:top left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b.adaptive-delivery-prevent-bg, #adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b.lazyload, #adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b.lazyloading { background-image: none; }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .row .container { background-color: transparent; background-image: none; }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .row .container > .video-iframe-container { display: none; }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .row > .video-iframe-container { display: none; }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .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); }#adTlgu3LHEDb2EuTxTRzsOeTJCSshX1b > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfXTnAoskgxGRVMisZ1CKRmb4vvNgKVQ { top:69.37423706055rem;left:1.3437501192093rem;width:17.3125rem;height:3.25rem;font-size:1.375rem;z-index:100028;background-color:#cf4520;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sWgc3GC5X61ZTkmpaxXV67WEA8Ee0zTI { display:block; }
 }@media only screen and (max-width: 763px) { #OIPphKNMm4sEp3iTxU5GPyteKxdL2ad4 { width:14.375rem;height:9.8125rem;top:7.6875rem;left:2.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIFKhqVp8A21Kw3l7zgculnyGzSeVZMp { width:20rem;height:4.8rem;top:1.6992211341858rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5pDsOUNDRazTTl8UMWi76zFxNHaIec8 { width:10.8125rem;height:1.03125rem;top:8.4375rem;left:4.5625rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQCw2fvCAek1umvCELcMtlLDuVec187G { width:12.375rem;height:7.39375rem;top:9.5rem;left:3.8125rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OvpI6hxXiXl30VNdcWeTHTHxcaZHfgg9 { width:9.5625rem;height:1.03125rem;top:18.75rem;left:5.125rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOhvv9tZJWmlTlKy5PNKWQ44H9IExSF8 { width:13.5625rem;height:6.3375rem;top:20.0625rem;left:3.1875rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycK4Roane1lpRaUaMJdnkW7Aclw5M3q2 { width:12.75rem;height:1.03125rem;top:29.75rem;left:3.3125rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EdppEImhh3tL8d39geQgsbQrLa0Zwzy2 { width:13.5625rem;height:6.825rem;top:31.125rem;left:3.0625rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Clq4JdUeM3eGfyUBJ5IMU6vZaNqMg9xE { width:14.5rem;height:9.4375rem;top:29.060938835144rem;left:2.7500001192093rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB51bccnLBeXQ1fAk7uxvt9y5LGpwWWQ { width:13.5625rem;height:2.275rem;top:42rem;left:3.25rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h42VwAMEl3NhzUez9u8IRGZVn2xcvcOu { width:9.5625rem;height:1.03125rem;top:40.4375rem;left:5.1875rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HdgitdDNF72RHVmxQPmIgSfMyT9W8VZ7 { width:13.5625rem;height:7.39375rem;top:48.905469894409rem;left:3.2187501192093rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XWDTRmr2iKNmCTZCugOUN80CuZfZbIz1 { width:14.1875rem;height:1.03125rem;top:47.5625rem;left:2.9375rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGih41NdtZDOzHuTkI8nNOHD9KhAdwvz { width:13.5625rem;height:6.3375rem;top:59.9375rem;left:3.25rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8IsM8oyvTpiuplUXfvy5F0fU7Scbox8 { width:9.5625rem;height:1.03125rem;top:58.5625rem;left:5.1875rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0GxwtXhfF0lbCTbLpHCJOeOpL5mPQvi { width:14.5rem;height:9.5rem;top:18.311718702316rem;left:2.7500001192093rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTDD5Zuym9J0QBzGVCFZ6ZU7CyeAO4ee { width:14.5rem;height:6.3125rem;top:39.436719894409rem;left:2.7500001192093rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et6v0LxpWreECgZHJU3BvpTyccZWPDdB { width:14.5625rem;height:10rem;top:46.962500572204rem;left:2.6875001192093rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWthlNbv3qqNpTtUp3V8mT38zJBuLWNm { width:14.625rem;height:9.5rem;top:57.936717987061rem;left:2.6875001192093rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvxVFUdbprTeLDouO66fHv1N6vkkobhT { display:block; }#ZvxVFUdbprTeLDouO66fHv1N6vkkobhT > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PN58V8KemNpwpHQPToPSJCbaIsFz2q4D { width:20rem;height:2.8rem;top:36.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ98gKtTtHqdcsDhrTS2w1011UeuGcfD { width:18.6875rem;height:2.8rem;top:25.5625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIpEqzUrcQ8OEaRhSyrzLP2Gh1aSAOhH { width:6.1875rem;height:6.0625rem;top:18.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkHxAVB2dVX1BAZ2uupSyCb0Wc9oevkJ { width:6.125rem;height:6rem;top:29.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAI3XrcE2EKxP2heKms4gBwJTrIxkhz1 { width:6rem;height:6rem;top:39.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXV919Mr0RaZqatBswcyV9QWo6FrZkbq { width:17rem;height:2.8rem;top:46.3125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0wwLF0M9L74RJoLc4725ezioin6fZM7 { width:19.125rem;height:11rem;top:6.0625009536743rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;color:#070707;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HymqQRc6aPQVWZRctEwmMGTJIJEtTT3F { width:20rem;height:3.9rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.29);display:block; }
 }@media only screen and (max-width: 763px) { #mnOxoy2W1IWAVs6lLVxtalh4M8HPqQtC { display:block; }#mnOxoy2W1IWAVs6lLVxtalh4M8HPqQtC > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBFtZ8vCT04pZi7DNdsHX0t3MbSti2qI { width:20rem;height:1.21875rem;top:0.74375152587888rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsUGXTumwPQl5sba3TqhVFqsCUreTms3 { background-color:#2a2c2e;background-image:none;display:block; }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row .container { background-color: transparent; background-image: none; }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row .container > .video-iframe-container { display: none; }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row > .video-iframe-container { display: none; }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .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); }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzsMcT75LFbnofVroohbm2TwbM80SWt1 { width:20rem;height:1.925rem;top:0.73750305175781rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }