.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:14px;font-family:arial;height:114px;width:960px;position:relative;display:block; }#RFgGpT5qPZca0r8ZQXHHgt7IiuTnEZNQ { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:222px;top:12.5px;left:0px;overflow:hidden;display:block; }
#Sr1tI2AUdkiBLiDAU52eXoKTXGdRCeo2 { box-sizing:content-box;color:#cf4520;font-size:18px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:12px;left:739px;display:block; }
#GMABI936q8fETtZSNkbKQcQJouZoTttS { color:#000000;display:block;width:190px;position:absolute;font-family:arial;font-size:16px;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:14.800000190735px;left:769.99996948242px;height:22.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pT2yzlccluZoyZw3gdPIwGTugvqkFsyJ { box-sizing:content-box;color:#cf4520;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:44px;left:740px;display:block; }
#c8JAVHsLPl6kcAKd4xAXLt2XqFoSfKGa { color:#000000;display:block;width:189px;position:absolute;font-family:arial;font-size:16px;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:46.600002288818px;left:770.99996948242px;height:20.8px;font-style:normal;display:block; }
#ilvSpTlI15O9PRIKF1W6s773xBhJQVtF { box-sizing:content-box;color:#cf4520;font-size:18px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:75px;left:739px;display:block; }
#fFZCvp7iHwAC36dgOkrNKFVfbT4Wxh53 { color:#000000;display:block;width:188px;position:absolute;font-family:arial;font-size:16px;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:80.099998474121px;left:771.99996948242px;height:22.4px;font-style:normal;display:block; }
#gADaelnROFIU6azLebluMKfVWn90xVTP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec581e89-9abd-49dd-99f5-d66a48bba8b3/CertificacinFRM.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#gADaelnROFIU6azLebluMKfVWn90xVTP.adaptive-delivery-prevent-bg, #gADaelnROFIU6azLebluMKfVWn90xVTP.lazyload, #gADaelnROFIU6azLebluMKfVWn90xVTP.lazyloading { background-image: none; }#gADaelnROFIU6azLebluMKfVWn90xVTP > .row .container { background-color: transparent; background-image: none; }#gADaelnROFIU6azLebluMKfVWn90xVTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,17,42,0.65); }#gADaelnROFIU6azLebluMKfVWn90xVTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gADaelnROFIU6azLebluMKfVWn90xVTP > .row .container > .video-iframe-container { display: none; }#gADaelnROFIU6azLebluMKfVWn90xVTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,17,42,0.65); }#gADaelnROFIU6azLebluMKfVWn90xVTP > .row > .video-iframe-container { display: none; }#gADaelnROFIU6azLebluMKfVWn90xVTP > .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); }#gADaelnROFIU6azLebluMKfVWn90xVTP > .row .container { border-width: 0; border-radius: 0; }#gADaelnROFIU6azLebluMKfVWn90xVTP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#gADaelnROFIU6azLebluMKfVWn90xVTP > .row > .video-iframe-container {  }#gADaelnROFIU6azLebluMKfVWn90xVTP > .row .container { font-size:14px;font-family:arial;height:917px;width:960px;position:relative;display:block; }#mHndgEkPUsCk8cufLWmDyVIawzc9VMHT { color:#f0f0f1;display:block;width:581px;position:absolute;font-family:roboto;font-size:56px;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.61);top:60px;left:15px;height:61.6px;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; }
#fh1tCxohJnuyMuT0v5c97LTbqnqQpb7S { color:#ffffff;display:block;width:524px;position:absolute;font-family:roboto;font-size:30px;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.59);top:131px;left:43.5px;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:15002;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 7px 12px 14px #071c2e ;height:857px;width:331px;top:33px;left:606.00003051758px;display:block; }
#Q6yyLkwvykyw2smsBhiieQU15Z6EFFck { color:#ffffff;display:block;width:591px;position:absolute;font-family:roboto;font-size:27px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.61);top:311px;left:10px;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; }
#CqSczSdWxEL3PAfbw93EuFWuZWhtDoHs { position:absolute;display:block;z-index:15048;background-color:rgba(196,33,27,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4px;width:478px;top:274px;left:66.5px;display:block; }
#Vr5RqT883HK7c3FeOLmmmhzqBlayX8sS { z-index:15003;top:423.29998779297px;left:146.5px;background-color:#c4211b;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:30px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:318px;height:58px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qAkMV5zHkTxxGzaJ8Ic6FgI1cVKmG9y0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Riidra4hEKs0IRu9e2Upn4vh8QySnf3k { color:#ffffff;display:block;width:514px;position:absolute;font-family:roboto;font-size:22px;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.59);top:182.5px;left:48.5px;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; }
#qdp90e9V88JxusTadqBBki6La8gAG9fv { color:#ffffff;display:block;width:544px;position:absolute;font-family:arial;font-size:22px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.59);top:452.29998779297px;left:33.5px;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; }
#yio9tzxXM7tk67lDdZg0WK7S6aaW8QyC { position:absolute;display:block;z-index:15049;height:348px;width:300px;top:48.100006103516px;left:621.50003051758px;display:block; }
#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo { 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; }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo.adaptive-delivery-prevent-bg, #GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo.lazyload, #GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo.lazyloading { background-image: none; }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row .container { background-color: transparent; background-image: none; }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.93); }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row .container > .video-iframe-container { display: none; }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.93); }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row > .video-iframe-container { display: none; }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .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); }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row .container { border-width: 0; border-radius: 0; }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row > .video-iframe-container {  }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row .container { font-size:14px;font-family:arial;height:805px;width:960px;position:relative;display:block; }#kCI8TrvXwaEsNhVtJS0zN6XX46NQ3Stc { z-index:15001;top:718.40000152588px;left:175.5px;background-color:#c4211b;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:30px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:609px;height:61px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RdKtT5sQESkBTnRA5K7gHEvGVC3x3rBU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kKsZ7EAzMVAkoqmsQAAzi3Q1WrRccXSx { color:#2a2c2e;display:block;width:560px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:477px;left:19.5px;height:219px;font-style:normal;text-align:left;text-align-last:left;display:block; }#kKsZ7EAzMVAkoqmsQAAzi3Q1WrRccXSx li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#kKsZ7EAzMVAkoqmsQAAzi3Q1WrRccXSx li:before{  }
#ElxEP8u0pBE1gqTwQD0c8Tp9Z2KSPcUc { color:#c4211b;display:block;width:476px;position:absolute;font-family:roboto;font-size:35px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 2px rgba(255,255,255,0.26);top:366px;left:19.5px;height:84px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rZSofuwRffDcKIXM25yHeBKXuBzyGlTm { position:absolute;display:block;z-index:15003;background-color:#c4211b;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:2px;width:300px;top:327px;left:7px;display:block; }
#sSDDifvqxhTf2NuiCxtAGelXp28Tf1SK { position:absolute;display:block;z-index:15009;background-color:#c4211b;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:2px;width:300px;top:327px;left:330.00003051758px;display:block; }
#f5suCTs3HBIvLURUMeo4QMGo8WraVsx1 { position:absolute;display:block;z-index:15015;background-color:#c4211b;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:2px;width:300px;top:326px;left:654px;display:block; }
#qsudrlo2bLep5QWWDrirVnE6NgLXosoZ { position:absolute;display:block;z-index:15021;background-color:#c4211b;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:2px;width:946px;top:124.39999389648px;left:7px;display:block; }
#ei5VEcyudOL9fHkTXUT2ur1plcqB1UVr { position:absolute;display:block;z-index:14992;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:182px;width:300px;top:146px;left:330.00003051758px;display:block; }
#tr0ZqmEE2Q2JOhVvQnAqEPA8idUCglGE { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 5px 11px 50px rgba(5,11,38,0.15) ;height:182px;width:300px;top:146px;left:7px;display:block; }
#oLBFFwH3IQiHwtOe2QGLPX4m1H5PqnZg { position:absolute;display:block;z-index:14990;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:182px;width:300px;top:145px;left:653px;display:block; }
#yxiyZsCKRpSzuv5n3rzI8dtITGhv2TPb { color:#2a2c2e;display:block;width:264px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:174.97500610352px;left:672.00003051758px;height:25.2px;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; }
#GEJme5k101bKh2ydTMkXz5W2CJqhQrGR { color:#28292a;display:block;width:279px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:174.97500610352px;left:340.50003051758px;height:25.2px;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; }
#KfUofia9tCV7ZJ6fo3uXC5lEm4u2WgtF { color:#28292a;display:block;width:248px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:174.97500610352px;left:33px;height:25.2px;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; }
#oe6yUAIqmRIFb6knTsVsWmqUPIkHyTzX { color:#28292a;display:block;width:275px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:217.98751831055px;left:19.5px;height:89.6px;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; }
#zG7WInAvtcNsZiF9FFO63MKm68q4miTx { color:#282828;display:block;width:502px;position:absolute;font-family:roboto;font-size:26px;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:59px;left:8px;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; }
#ATsWgRXerItZNrZmvdCTo4yCAO7TIQTC { position:absolute;display:block;z-index:14995;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: 5px 11px 50px rgba(5,11,38,0.15) ;height:103px;width:946px;top:22.400009155273px;left:7.5px;display:block; }
#dyFNRz05PTTZgR1P5Z44IU4cUe8hZ2GC { color:#28292a;display:block;width:275px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:229.20001220703px;left:342.50003051758px;height:67.2px;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; }
#awEykSZJm4GcuIsqANfdU37lC9wB15JD { color:#28292a;display:block;width:275px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:229.20001220703px;left:666.50003051758px;height:67.2px;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; }
#epvW9ZNavS3d0OCxLzNaKobcee0kEkd3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:257px;width:343px;top:440.00002670288px;left:617.00003051758px;overflow:hidden;display:block; }
#A2mu2MNn2U4nDcqvQ45KLuF22xBBL2kK { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:72px;width:378px;top:38.599998474121px;left:535.39999389648px;overflow:hidden;display:block; }
#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/67e1ee55-b3ef-4e49-abba-5cb6165705df/Imagen8.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO.adaptive-delivery-prevent-bg, #FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO.lazyload, #FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO.lazyloading { background-image: none; }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO > .row .container { background-color: transparent; background-image: none; }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO > .row .container > .video-iframe-container { display: none; }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO > .row > .video-iframe-container { display: none; }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO > .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); }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO > .row .container { border-width: 0; border-radius: 0; }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO > .row > .video-iframe-container {  }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO > .row .container { font-size:14px;font-family:arial;height:706px;width:960px;position:relative;display:block; }#TNbzCOKsXC6hSz0sAhvorGPzpEbiLzGi { background-color:#cf4520;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:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: 1px 2px 6px rgba(0,0,0,0.12) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 0 rgba(0,0,0,0.2);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:228px;height:42px;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:608px;left:396px;display:block; }
#Im7CQ2hpA8ITifVybyWkhIKbhxb3DRnZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FJc3DW7rJBpXBHmyCQPmZBnPXXPVPB6z { color:#222222;display:block;width:570px;position:absolute;font-family:"open sans";font-size:31px;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:142px;left:225px;height:40.3px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A9iWQO00VrC4idqrJRwiXy0D5e9TpgX4 { color:#222222;display:block;width:248px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:195px;left:386.00003051758px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#yCfWb7TKXmDTAJIiElOpWCm4SBLnJD4d { color:rgba(34,34,34,0.92);display:block;width:533px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:374.09370422363px;left:243.50003051758px;height:124.8px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lSEWovXPo3RznVZ9W92spMlIxSMgNnDC { color:#222222;display:block;width:316px;position:absolute;font-family:"open sans";font-size:60px;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:68px;left:352.00003051758px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dkUyD9IikrR8s2bpE655bN8iSTGl3M4q { position:absolute;display:block;z-index:15030;background-color:#c4211b;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:2px;width:88px;top:235px;left:466.00003051758px;display:block; }
#giMmet434FOhUTa0c29oopEwnDywGXTx { color:rgba(34,34,34,0.75);display:block;width:404px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:255px;left:308.00003051758px;height:98.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }#giMmet434FOhUTa0c29oopEwnDywGXTx li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#giMmet434FOhUTa0c29oopEwnDywGXTx li:before{  }
#qqAt60M5ZgB3kIG3IhU47LiMinU6ndD5 { color:rgba(34,34,34,0.95);display:block;width:328px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:524px;left:316px;height:20.8px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T8gfyo0m9WuVrouqeUflkSmW0rm2d1rm { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:269px;top:544px;left:376px;overflow:hidden;display:block; }
#xH6ItEsmyF49F20TGWN7wbraPq7WzLBR { position:absolute;display:block;z-index:15025;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 2px 15px rgba(0,0,0,0.1) ;height:632px;width:557px;top:48.999954223633px;left:231.5px;display:block; }
#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HKlvV9wy/97_copy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4.adaptive-delivery-prevent-bg, #Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4.lazyload, #Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4.lazyloading { background-image: none; }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row .container { background-color: transparent; background-image: none; }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row .container > .video-iframe-container { display: none; }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row > .video-iframe-container { display: none; }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .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); }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row .container { border-width: 0; border-radius: 0; }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row > .video-iframe-container {  }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row .container { font-size:14px;font-family:arial;height:554px;width:960px;position:relative;display:block; }#MMJFcKtfdSWa09Sc3ZyXVibKXn0gix5A { color:#282828;display:block;width:960px;position:absolute;font-family:roboto;font-size:48px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 2px rgba(255,255,255,0.5);top:29px;left:0px;height:57.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#np9vdo4t8A3tJDAa0LpwM4Ghyd3PnkNC { position:absolute;display:block;z-index:15018;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 15px rgba(0,0,0,0.5) ;height:307px;width:800px;top:112px;left:80px;display:block; }
#o5HTmrFx9yoTxsaeGSxoTaVbuJm71c7S { color:#000000;display:block;width:772px;position:absolute;font-family:roboto;font-size:17px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:125px;left:94px;height:44.2px;text-align:justify;text-align-last:initial;display:block; }
#buf00kFLCh0TH5tPiFP5oSJDEVrxUT19 { color:#000000;display:block;width:772px;position:absolute;font-family:roboto;font-size:17px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:182px;left:94px;height:44.2px;text-align:justify;text-align-last:initial;display:block; }
#ct8SnPFCDhG8zKVcIEBhAkyxiFUGvnSk { color:#000000;display:block;width:729px;position:absolute;font-family:roboto;font-size:17px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:241px;left:127px;height:157.6px;text-align:justify;text-align-last:initial;display:block; }#ct8SnPFCDhG8zKVcIEBhAkyxiFUGvnSk li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ct8SnPFCDhG8zKVcIEBhAkyxiFUGvnSk li:before{  }
#enUBWppvTI6XVhcCVtkC1NWWNzp9zMSt { z-index:15002;top:445.39999389648px;left:187px;background-color:#c4211b;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:30px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:609px;height:61px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pial3dTTlxHDkqTBpmp7Q08X9khyEKGX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx { 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:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx.adaptive-delivery-prevent-bg, #V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx.lazyload, #V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx.lazyloading { background-image: none; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row .container { background-color: transparent; background-image: none; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(240,240,241,0.8); }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row .container > .video-iframe-container { display: none; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .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); }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row > .video-iframe-container { display: none; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .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); }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row .container { border-width: 0; border-radius: 0; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row > .video-iframe-container {  }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row .container { font-size:14px;font-family:arial;height:529px;width:960px;position:relative;display:block; }#VnC4i7zCUmTdhlRX1XOm2OUpm0Ih4Uqx { color:#4d4d4d;display:block;width:290px;position:absolute;font-family:roboto;font-size:15px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:394px;left:332px;height:84px;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; }
#hR8n4SftCcDpwM0w6A2cXlX5Urzfn77q { color:#4d4d4d;display:block;width:200px;position:absolute;font-family:roboto;font-size:15px;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:394px;left:40px;height:42px;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; }
#SbqUZckZQtG56y055mBw6nXxdhTR1bFR { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:129px;border-top-right-radius:129px;border-bottom-left-radius:129px;border-bottom-right-radius:129px;height:109px;width:110px;top:272px;left:83px;overflow:hidden;display:block; }
#zPKnJ9cgQwm3989xLTz40dOcbiW1fWHi { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:129px;border-top-right-radius:129px;border-bottom-left-radius:129px;border-bottom-right-radius:129px;height:109px;width:110px;top:272px;left:422px;overflow:hidden;display:block; }
#UmgdNfh4UgAJzwLDZXDOFuCT5sBX9RK7 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:129px;border-top-right-radius:129px;border-bottom-left-radius:129px;border-bottom-right-radius:129px;height:109px;width:110px;top:272px;left:753px;overflow:hidden;display:block; }
#tecUOgAnthdBZGb54HrXyJ0s4fOsRQb4 { color:#2a2c2e;display:block;width:223px;position:absolute;font-family:roboto;font-size:15px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:394px;left:697px;height:63px;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; }
#U8IKqy5GZxa1k87k1diGQhlpbslfkM6d { color:#2a2c2e;display:block;width:960px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:139px;left:0px;height:76.5px;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; }
#Zr1mlQ5kLTJbN57qFhp9T5Nt8vPsXNAU { color:#c4211b;display:block;width:960px;position:absolute;font-family:roboto;font-size:48px;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 2px rgba(255,255,255,0.34);top:63px;left:0px;height:57.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 { position:relative;display:block; }#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 { background-color: transparent; background-image: none; }#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 > .row .container > .video-iframe-container { display: none; }#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 > .row > .video-iframe-container { display: none; }#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 > .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); }#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 { border-width: 0; border-radius: 0; }#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 > .row .container > .video-iframe-container {  }#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f0f1;background-image:none;font-size:14px;font-family:arial;height:68px;width:960px;position:relative;display:block; }#w4mGwirXe3Uiwia7Q6QFriD8lTvk7v8l { color:#2a2c2e;display:block;width:960px;position:absolute;font-family:roboto;font-size:35px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:11.587524414062px;left:0px;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:14px;font-family:arial;height:35px;width:960px;position:relative;display:block; }#gzsMcT75LFbnofVroohbm2TwbM80SWt1 { color:#222222;display:block;width:490px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:10px;left:276.5px;height:19.6px;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:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFgGpT5qPZca0r8ZQXHHgt7IiuTnEZNQ { top:12px;left:0px;width:222px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #Sr1tI2AUdkiBLiDAU52eXoKTXGdRCeo2 { top:12px;left:641px;width:27px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GMABI936q8fETtZSNkbKQcQJouZoTttS { top:14px;left:574px;width:190px;height:22px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pT2yzlccluZoyZw3gdPIwGTugvqkFsyJ { top:44px;left:642px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #c8JAVHsLPl6kcAKd4xAXLt2XqFoSfKGa { top:46px;left:575px;width:189px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ilvSpTlI15O9PRIKF1W6s773xBhJQVtF { top:75px;left:641px;width:27px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fFZCvp7iHwAC36dgOkrNKFVfbT4Wxh53 { top:80px;left:576px;width:188px;height:22px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gADaelnROFIU6azLebluMKfVWn90xVTP { display:block; }#gADaelnROFIU6azLebluMKfVWn90xVTP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHndgEkPUsCk8cufLWmDyVIawzc9VMHT { width:581px;height:;top:60px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #fh1tCxohJnuyMuT0v5c97LTbqnqQpb7S { width:524px;height:;top:131px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsqCy9I9DJ87mTeCJsfQy6tJU9wrB30 { width:331px;height:857px;top:33px;left:433px;display:block; }
 }@media only screen and (max-width: 763px) { #Q6yyLkwvykyw2smsBhiieQU15Z6EFFck { width:591px;height:;top:311px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CqSczSdWxEL3PAfbw93EuFWuZWhtDoHs { top:274px;left:0px;width:478px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #Vr5RqT883HK7c3FeOLmmmhzqBlayX8sS { top:423px;left:48.5px;width:318px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #qAkMV5zHkTxxGzaJ8Ic6FgI1cVKmG9y0 { display:block; }
 }@media only screen and (max-width: 763px) { #Riidra4hEKs0IRu9e2Upn4vh8QySnf3k { width:514px;height:79px;top:182px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qdp90e9V88JxusTadqBBki6La8gAG9fv { width:544px;height:;top:452px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yio9tzxXM7tk67lDdZg0WK7S6aaW8QyC { top:48px;left:464px;width:300px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo { display:block; }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCI8TrvXwaEsNhVtJS0zN6XX46NQ3Stc { top:718px;left:77.5px;width:609px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #RdKtT5sQESkBTnRA5K7gHEvGVC3x3rBU { display:block; }
 }@media only screen and (max-width: 763px) { #kKsZ7EAzMVAkoqmsQAAzi3Q1WrRccXSx { width:560px;height:218px;top:477px;left:0px;font-size:13px;display:block; }#kKsZ7EAzMVAkoqmsQAAzi3Q1WrRccXSx li:before{  }
 }@media only screen and (max-width: 763px) { #ElxEP8u0pBE1gqTwQD0c8Tp9Z2KSPcUc { width:476px;height:84px;top:365px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #rZSofuwRffDcKIXM25yHeBKXuBzyGlTm { width:300px;height:2px;top:327px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sSDDifvqxhTf2NuiCxtAGelXp28Tf1SK { width:300px;height:2px;top:327px;left:232.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #f5suCTs3HBIvLURUMeo4QMGo8WraVsx1 { width:300px;height:2px;top:326px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #qsudrlo2bLep5QWWDrirVnE6NgLXosoZ { width:764px;height:2px;top:124px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ei5VEcyudOL9fHkTXUT2ur1plcqB1UVr { width:300px;height:182px;top:146px;left:232.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #tr0ZqmEE2Q2JOhVvQnAqEPA8idUCglGE { width:300px;height:182px;top:146px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oLBFFwH3IQiHwtOe2QGLPX4m1H5PqnZg { width:300px;height:182px;top:145px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #yxiyZsCKRpSzuv5n3rzI8dtITGhv2TPb { width:264px;height:26px;top:174px;left:500px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GEJme5k101bKh2ydTMkXz5W2CJqhQrGR { width:279px;height:26px;top:174px;left:242.50003051758px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KfUofia9tCV7ZJ6fo3uXC5lEm4u2WgtF { width:248px;height:26px;top:174px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oe6yUAIqmRIFb6knTsVsWmqUPIkHyTzX { width:275px;height:89px;top:217px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #zG7WInAvtcNsZiF9FFO63MKm68q4miTx { width:502px;height:0;top:59px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #ATsWgRXerItZNrZmvdCTo4yCAO7TIQTC { width:764px;height:103px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dyFNRz05PTTZgR1P5Z44IU4cUe8hZ2GC { width:275px;height:67px;top:229px;left:244.50003051758px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #awEykSZJm4GcuIsqANfdU37lC9wB15JD { width:275px;height:67px;top:229px;left:489px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #epvW9ZNavS3d0OCxLzNaKobcee0kEkd3 { width:343px;height:257px;top:440px;left:421px;display:block; }
 }@media only screen and (max-width: 763px) { #A2mu2MNn2U4nDcqvQ45KLuF22xBBL2kK { top:38px;left:386px;width:378px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO { display:block; }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNbzCOKsXC6hSz0sAhvorGPzpEbiLzGi { width:228px;height:42px;top:608px;left:298px;display:block; }
 }@media only screen and (max-width: 763px) { #Im7CQ2hpA8ITifVybyWkhIKbhxb3DRnZ { display:block; }
 }@media only screen and (max-width: 763px) { #FJc3DW7rJBpXBHmyCQPmZBnPXXPVPB6z { width:570px;height:40px;top:142px;left:127px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #A9iWQO00VrC4idqrJRwiXy0D5e9TpgX4 { width:248px;height:20px;top:195px;left:288.00003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yCfWb7TKXmDTAJIiElOpWCm4SBLnJD4d { width:533px;height:124px;top:374px;left:145.50003051758px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #lSEWovXPo3RznVZ9W92spMlIxSMgNnDC { width:316px;height:60px;top:68px;left:254.00003051758px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dkUyD9IikrR8s2bpE655bN8iSTGl3M4q { width:88px;height:2px;top:235px;left:368.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #giMmet434FOhUTa0c29oopEwnDywGXTx { width:404px;height:98px;top:255px;left:210.00003051758px;font-size:14px;display:block; }#giMmet434FOhUTa0c29oopEwnDywGXTx li:before{  }
 }@media only screen and (max-width: 763px) { #qqAt60M5ZgB3kIG3IhU47LiMinU6ndD5 { width:328px;height:20px;top:524px;left:218px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T8gfyo0m9WuVrouqeUflkSmW0rm2d1rm { top:544px;left:278px;width:269px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #xH6ItEsmyF49F20TGWN7wbraPq7WzLBR { width:557px;height:632px;top:48px;left:133.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 { display:block; }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMJFcKtfdSWa09Sc3ZyXVibKXn0gix5A { width:764px;height:57px;top:29px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #np9vdo4t8A3tJDAa0LpwM4Ghyd3PnkNC { top:112px;left:0px;width:764px;height:307px;display:block; }
 }@media only screen and (max-width: 763px) { #o5HTmrFx9yoTxsaeGSxoTaVbuJm71c7S { top:125px;left:0px;width:764px;height:44px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #buf00kFLCh0TH5tPiFP5oSJDEVrxUT19 { top:182px;left:0px;width:764px;height:44px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #ct8SnPFCDhG8zKVcIEBhAkyxiFUGvnSk { top:241px;left:29px;width:729px;height:157px;font-size:12px;display:none; }#ct8SnPFCDhG8zKVcIEBhAkyxiFUGvnSk li:before{  }
 }@media only screen and (max-width: 763px) { #enUBWppvTI6XVhcCVtkC1NWWNzp9zMSt { top:445px;left:89px;width:609px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #Pial3dTTlxHDkqTBpmp7Q08X9khyEKGX { display:block; }
 }@media only screen and (max-width: 763px) { #V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx { display:block; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnC4i7zCUmTdhlRX1XOm2OUpm0Ih4Uqx { width:290px;height:84px;top:394px;left:92px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hR8n4SftCcDpwM0w6A2cXlX5Urzfn77q { width:200px;height:43px;top:394px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SbqUZckZQtG56y055mBw6nXxdhTR1bFR { top:272px;left:58.5px;width:110px;height:109px;display:block; }
 }@media only screen and (max-width: 763px) { #zPKnJ9cgQwm3989xLTz40dOcbiW1fWHi { top:272px;left:272px;width:110px;height:109px;display:block; }
 }@media only screen and (max-width: 763px) { #UmgdNfh4UgAJzwLDZXDOFuCT5sBX9RK7 { top:272px;left:581.5px;width:110px;height:109px;display:block; }
 }@media only screen and (max-width: 763px) { #tecUOgAnthdBZGb54HrXyJ0s4fOsRQb4 { width:223px;height:63px;top:394px;left:350px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #U8IKqy5GZxa1k87k1diGQhlpbslfkM6d { width:764px;height:76px;top:139px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Zr1mlQ5kLTJbN57qFhp9T5Nt8vPsXNAU { width:764px;height:57px;top:63px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 { display:block; }#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mGwirXe3Uiwia7Q6QFriD8lTvk7v8l { top:11px;left:0px;width:764px;height:44px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #EsUGXTumwPQl5sba3TqhVFqsCUreTms3 { display:block; }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzsMcT75LFbnofVroohbm2TwbM80SWt1 { width:490px;height:19px;top:10px;left:178.49996948242px;font-size:11px;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:320px;height:87px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFgGpT5qPZca0r8ZQXHHgt7IiuTnEZNQ { width:145px;height:60px;top:13.9873046875px;left:9.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Sr1tI2AUdkiBLiDAU52eXoKTXGdRCeo2 { width:25px;height:25px;top:7px;left:171.00000572205px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #GMABI936q8fETtZSNkbKQcQJouZoTttS { width:104px;height:13px;top:13.987500190735px;left:199.00000572205px;font-size:10px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pT2yzlccluZoyZw3gdPIwGTugvqkFsyJ { width:25px;height:25px;top:28.487548828125px;left:169.00000572205px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #c8JAVHsLPl6kcAKd4xAXLt2XqFoSfKGa { width:121px;height:13px;top:35.58740234375px;left:199.00000572205px;font-size:10px;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #ilvSpTlI15O9PRIKF1W6s773xBhJQVtF { width:27px;height:27px;top:53px;left:169.00000572205px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fFZCvp7iHwAC36dgOkrNKFVfbT4Wxh53 { width:113px;height:13px;top:61.09375px;left:199.00000572205px;font-size:10px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gADaelnROFIU6azLebluMKfVWn90xVTP { display:block; }#gADaelnROFIU6azLebluMKfVWn90xVTP > .row .container { width:320px;height:1094px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHndgEkPUsCk8cufLWmDyVIawzc9VMHT { width:320px;height:32px;top:22.599998474121px;left:0px;text-align:center;text-align-last:center;font-size:32px;color:#ffffff;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fh1tCxohJnuyMuT0v5c97LTbqnqQpb7S { width:320px;height:25.2px;top:57.59375px;left:0px;text-align:center;text-align-last:center;font-size:21px;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsqCy9I9DJ87mTeCJsfQy6tJU9wrB30 { width:308px;height:898px;top:159px;left:6px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;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) { #Q6yyLkwvykyw2smsBhiieQU15Z6EFFck { width:225px;height:38.4px;top:109px;left:48px;text-align:center;text-align-last:center;font-size:16px;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CqSczSdWxEL3PAfbw93EuFWuZWhtDoHs { width:219px;height:3px;top:96px;left:51px;background-color:#c4211b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Vr5RqT883HK7c3FeOLmmmhzqBlayX8sS { top:952.11251831055px;left:89.999998092651px;width:140px;height:30px;font-size:15px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:55px;border-top-right-radius:55px;border-bottom-left-radius:55px;border-bottom-right-radius:55px;display:none; }
 }@media only screen and (max-width: 763px) { #qAkMV5zHkTxxGzaJ8Ic6FgI1cVKmG9y0 { display:block; }
 }@media only screen and (max-width: 763px) { #Riidra4hEKs0IRu9e2Upn4vh8QySnf3k { width:320px;height:0;top:149.8125px;left:0px;text-align:center;text-align-last:center;font-size:18px;color:#ffffff;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #qdp90e9V88JxusTadqBBki6La8gAG9fv { width:320px;height:auto;top:452px;left:0px;text-align:center;text-align-last:center;font-size:18px;color:#ffffff;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #yio9tzxXM7tk67lDdZg0WK7S6aaW8QyC { width:300px;height:348px;top:195.39990234375px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo { 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; }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo.adaptive-delivery-prevent-bg, #GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo.lazyload, #GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo.lazyloading { background-image: none; }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row .container { background-color: transparent; background-image: none; }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(251,250,250,0.87); }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row .container > .video-iframe-container { display: none; }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .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); }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row > .video-iframe-container { display: none; }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .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); }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row .container { width:320px;height:1158px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCI8TrvXwaEsNhVtJS0zN6XX46NQ3Stc { top:1090px;left:8px;width:304px;height:40px;font-size:20px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:block; }
 }@media only screen and (max-width: 763px) { #RdKtT5sQESkBTnRA5K7gHEvGVC3x3rBU { display:block; }
 }@media only screen and (max-width: 763px) { #kKsZ7EAzMVAkoqmsQAAzi3Q1WrRccXSx { width:320px;height:197px;top:870px;left:0px;text-align:left;text-align-last:left;font-size:13px;color:#070707;font-weight:300;font-style:normal;line-height:1.4;display:block; }#kKsZ7EAzMVAkoqmsQAAzi3Q1WrRccXSx li:before{  }
 }@media only screen and (max-width: 763px) { #ElxEP8u0pBE1gqTwQD0c8Tp9Z2KSPcUc { width:315px;height:55.2px;top:805.10000610352px;left:2.5px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #rZSofuwRffDcKIXM25yHeBKXuBzyGlTm { width:290px;height:2px;top:153.00006103516px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sSDDifvqxhTf2NuiCxtAGelXp28Tf1SK { width:290px;height:2px;top:297.00006103516px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #f5suCTs3HBIvLURUMeo4QMGo8WraVsx1 { width:290px;height:2px;top:419.00006103516px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qsudrlo2bLep5QWWDrirVnE6NgLXosoZ { width:290px;height:2px;top:539.00006103516px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ei5VEcyudOL9fHkTXUT2ur1plcqB1UVr { width:290px;height:133px;top:165.00006103516px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #tr0ZqmEE2Q2JOhVvQnAqEPA8idUCglGE { width:290px;height:136px;top:18px;left:14.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #oLBFFwH3IQiHwtOe2QGLPX4m1H5PqnZg { width:290px;height:110px;top:310.00006103516px;left:14px;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #yxiyZsCKRpSzuv5n3rzI8dtITGhv2TPb { width:274px;height:22.4px;top:445.00006103516px;left:24.000001907349px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GEJme5k101bKh2ydTMkXz5W2CJqhQrGR { width:278px;height:22.4px;top:322.00006103516px;left:22.000001907349px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KfUofia9tCV7ZJ6fo3uXC5lEm4u2WgtF { width:268px;height:22.4px;top:183.00000762939px;left:26.000001907349px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oe6yUAIqmRIFb6knTsVsWmqUPIkHyTzX { width:254px;height:72.8px;top:212.10000610352px;left:33.000001907349px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #zG7WInAvtcNsZiF9FFO63MKm68q4miTx { width:320px;height:19.2px;top:44px;left:0px;text-align:center;text-align-last:center;font-size:16px;color:#28292a;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ATsWgRXerItZNrZmvdCTo4yCAO7TIQTC { width:290px;height:109px;top:432.00006103516px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dyFNRz05PTTZgR1P5Z44IU4cUe8hZ2GC { width:275px;height:54.6px;top:350.00006103516px;left:23.000001907349px;text-align:center;text-align-last:center;font-size:13px;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #awEykSZJm4GcuIsqANfdU37lC9wB15JD { width:275px;height:54.6px;top:472.70001220703px;left:22.500001907349px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #epvW9ZNavS3d0OCxLzNaKobcee0kEkd3 { width:320px;height:225px;top:570.10000610352px;left:0px;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #A2mu2MNn2U4nDcqvQ45KLuF22xBBL2kK { width:251px;height:47px;top:78.974998474121px;left:29.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO { display:block; }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO > .row .container { width:320px;height:660px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNbzCOKsXC6hSz0sAhvorGPzpEbiLzGi { width:228px;height:42px;top:578px;left:46.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #Im7CQ2hpA8ITifVybyWkhIKbhxb3DRnZ { display:block; }
 }@media only screen and (max-width: 763px) { #FJc3DW7rJBpXBHmyCQPmZBnPXXPVPB6z { width:320px;height:27.3px;top:74px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #A9iWQO00VrC4idqrJRwiXy0D5e9TpgX4 { width:248px;height:20.8px;top:113px;left:36.000001907349px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yCfWb7TKXmDTAJIiElOpWCm4SBLnJD4d { width:289px;height:169px;top:291px;left:15.5px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #lSEWovXPo3RznVZ9W92spMlIxSMgNnDC { width:316px;height:22px;top:41px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dkUyD9IikrR8s2bpE655bN8iSTGl3M4q { width:88px;height:2px;top:150px;left:115.99999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #giMmet434FOhUTa0c29oopEwnDywGXTx { width:300px;height:106px;top:166px;left:10px;text-align:left;text-align-last:left;font-size:14px;color:#000000;display:block; }#giMmet434FOhUTa0c29oopEwnDywGXTx li:before{  }
 }@media only screen and (max-width: 763px) { #qqAt60M5ZgB3kIG3IhU47LiMinU6ndD5 { width:266px;height:20.8px;top:473px;left:27.000001907349px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T8gfyo0m9WuVrouqeUflkSmW0rm2d1rm { width:269px;height:50px;top:510px;left:25.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #xH6ItEsmyF49F20TGWN7wbraPq7WzLBR { width:320px;height:617px;top:19px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HKlvV9wy/97_copy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4.adaptive-delivery-prevent-bg, #Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4.lazyload, #Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4.lazyloading { background-image: none; }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row .container { background-color: transparent; background-image: none; }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row .container > .video-iframe-container { display: none; }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row > .video-iframe-container { display: none; }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .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); }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row .container { width:320px;height:463px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMJFcKtfdSWa09Sc3ZyXVibKXn0gix5A { width:320px;height:26.4px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #np9vdo4t8A3tJDAa0LpwM4Ghyd3PnkNC { width:320px;height:315px;top:62px;left:0px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;display:block; }
 }@media only screen and (max-width: 763px) { #o5HTmrFx9yoTxsaeGSxoTaVbuJm71c7S { width:302px;height:67.6px;top:79px;left:9px;font-size:13px;text-align:justify;text-align-last:initial;font-weight:400;font-style:normal;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #buf00kFLCh0TH5tPiFP5oSJDEVrxUT19 { width:302px;height:67.6px;top:159px;left:9px;font-size:13px;text-align:justify;text-align-last:initial;font-weight:400;font-style:normal;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ct8SnPFCDhG8zKVcIEBhAkyxiFUGvnSk { width:295px;height:118.6px;top:243px;left:12.5px;font-size:12px;z-index:15022;display:block; }#ct8SnPFCDhG8zKVcIEBhAkyxiFUGvnSk li:before{  }
 }@media only screen and (max-width: 763px) { #enUBWppvTI6XVhcCVtkC1NWWNzp9zMSt { top:396.80001831055px;left:15px;width:290px;height:45px;font-size:21px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:block; }
 }@media only screen and (max-width: 763px) { #Pial3dTTlxHDkqTBpmp7Q08X9khyEKGX { display:block; }
 }@media only screen and (max-width: 763px) { #V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx { display:block; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row .container { width:320px;height:548px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnC4i7zCUmTdhlRX1XOm2OUpm0Ih4Uqx { width:209px;height:98px;top:328px;left:110.99999809265px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hR8n4SftCcDpwM0w6A2cXlX5Urzfn77q { width:215px;height:39.2px;top:245.10000610352px;left:105.00000190735px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SbqUZckZQtG56y055mBw6nXxdhTR1bFR { width:99px;height:97px;top:219px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zPKnJ9cgQwm3989xLTz40dOcbiW1fWHi { width:98px;height:96px;top:329px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UmgdNfh4UgAJzwLDZXDOFuCT5sBX9RK7 { width:96px;height:96px;top:441px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tecUOgAnthdBZGb54HrXyJ0s4fOsRQb4 { width:209px;height:58.8px;top:455.39999389648px;left:111.00000190735px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #U8IKqy5GZxa1k87k1diGQhlpbslfkM6d { width:312px;height:109.2px;top:90px;left:4px;text-align:center;text-align-last:center;font-size:13px;color:#070707;font-weight:300;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Zr1mlQ5kLTJbN57qFhp9T5Nt8vPsXNAU { width:248px;height:52.8px;top:19px;left:36.000001907349px;text-align:center;text-align-last:center;font-size:22px;text-shadow:1px 1px 3px rgba(255,255,255,0.29);display:block; }
 }@media only screen and (max-width: 763px) { #fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 { display:block; }#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 > .row .container { width:320px;height:32px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mGwirXe3Uiwia7Q6QFriD8lTvk7v8l { width:320px;height:19.5px;top:9.9751586914062px;left:0px;font-size:15px;font-weight:700;font-style:normal;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:320px;height:54px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzsMcT75LFbnofVroohbm2TwbM80SWt1 { width:320px;height:30.8px;top:11.800048828125px;left:0px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }