.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:247,225,219;--color-primary-1:232,166,148;--color-primary-2:217,106,77;--color-primary-3:207,69,32;--color-primary-4:196,33,27;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:42,44,46;--color-tertiary-2:40,41,42;--color-tertiary-3:34,34,34;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RFgGpT5qPZca0r8ZQXHHgt7IiuTnEZNQ { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:19.1875rem;top:1.71875rem;left:0rem;overflow:hidden;display:block; }
#Sr1tI2AUdkiBLiDAU52eXoKTXGdRCeo2 { box-sizing:content-box;color:#0085ca;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:15047;top:0.75rem;left:36.750001907349rem;display:block; }
#GMABI936q8fETtZSNkbKQcQJouZoTttS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:0.92500001192094rem;left:38.686723709106rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pT2yzlccluZoyZw3gdPIwGTugvqkFsyJ { box-sizing:content-box;color:#0085ca;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:15048;top:2.75rem;left:36.812501907349rem;display:block; }
#c8JAVHsLPl6kcAKd4xAXLt2XqFoSfKGa { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:2.9125001430511rem;left:38.749223709106rem;height:1.3rem;font-style:normal;display:block; }
#ilvSpTlI15O9PRIKF1W6s773xBhJQVtF { box-sizing:content-box;color:#0085ca;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:15049;top:4.6875rem;left:36.750001907349rem;display:block; }
#fFZCvp7iHwAC36dgOkrNKFVfbT4Wxh53 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:5.0062499046326rem;left:38.811723709106rem;height:1.4rem;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gADaelnROFIU6azLebluMKfVWn90xVTP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gADaelnROFIU6azLebluMKfVWn90xVTP > .row .container { font-size:0.875rem;font-family:arial;height:73rem;width:60rem;position:relative;display:block; }#mHndgEkPUsCk8cufLWmDyVIawzc9VMHT { color:#f0f0f1;display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.61);top:3.75rem;left:0.9375rem;height:3.85rem;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:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.59);top:8.1875rem;left:2.71875rem;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.4375rem 0.75rem 0.875rem #071c2e ;height:65.8125rem;width:20.6875rem;top:2.0625rem;left:37.875001907349rem;display:block; }
#Q6yyLkwvykyw2smsBhiieQU15Z6EFFck { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.61);top:19.4375rem;left:0.625rem;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(0,133,202,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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:29.875rem;top:17.125rem;left:4.15625rem;display:block; }
#Vr5RqT883HK7c3FeOLmmmhzqBlayX8sS { z-index:15003;top:26.456249237061rem;left:9.15625rem;background-color:#0085ca;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.625rem;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:15000;display:block; }
#Riidra4hEKs0IRu9e2Upn4vh8QySnf3k { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.59);top:11.40625rem;left:3.03125rem;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:rgba(var(--color-tertiary-0),1);display:block;width:34rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.59);top:28.268749237061rem;left:2.09375rem;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:21.75rem;width:18.75rem;top:3.0062503814698rem;left:38.843751907349rem;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(var(--color-tertiary-0),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(var(--color-tertiary-0),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%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:60rem;position:relative;display:block; }#kCI8TrvXwaEsNhVtJS0zN6XX46NQ3Stc { z-index:15001;top:44.900000095368rem;left:10.96875rem;background-color:#0085ca;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.0625rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RdKtT5sQESkBTnRA5K7gHEvGVC3x3rBU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKsZ7EAzMVAkoqmsQAAzi3Q1WrRccXSx { color:rgba(var(--color-tertiary-1),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:29.8125rem;left:1.21875rem;height:13.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kKsZ7EAzMVAkoqmsQAAzi3Q1WrRccXSx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kKsZ7EAzMVAkoqmsQAAzi3Q1WrRccXSx li:before{  }
#ElxEP8u0pBE1gqTwQD0c8Tp9Z2KSPcUc { color:#0085ca;display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.26);top:22.875rem;left:1.21875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rZSofuwRffDcKIXM25yHeBKXuBzyGlTm { position:absolute;display:block;z-index:15003;background-color:#0085ca;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:20.4375rem;left:0.4375rem;display:block; }
#sSDDifvqxhTf2NuiCxtAGelXp28Tf1SK { position:absolute;display:block;z-index:15009;background-color:#0085ca;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:20.4375rem;left:20.625001907349rem;display:block; }
#f5suCTs3HBIvLURUMeo4QMGo8WraVsx1 { position:absolute;display:block;z-index:15015;background-color:#0085ca;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:20.375rem;left:40.875rem;display:block; }
#qsudrlo2bLep5QWWDrirVnE6NgLXosoZ { position:absolute;display:block;z-index:15021;background-color:#0085ca;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:59.125rem;top:7.77499961853rem;left:0.4375rem;display:block; }
#ei5VEcyudOL9fHkTXUT2ur1plcqB1UVr { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-secondary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.375rem;width:18.75rem;top:9.125rem;left:20.625001907349rem;display:block; }
#tr0ZqmEE2Q2JOhVvQnAqEPA8idUCglGE { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.375rem;width:18.75rem;top:9.125rem;left:0.4375rem;display:block; }
#oLBFFwH3IQiHwtOe2QGLPX4m1H5PqnZg { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-secondary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.375rem;width:18.75rem;top:9.0625rem;left:40.8125rem;display:block; }
#yxiyZsCKRpSzuv5n3rzI8dtITGhv2TPb { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:10.93593788147rem;left:42.000001907349rem;height:1.575rem;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:rgba(var(--color-tertiary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:10.93593788147rem;left:21.281251907349rem;height:1.575rem;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:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:10.93593788147rem;left:2.0625rem;height:1.575rem;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:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:13.624219894409rem;left:1.21875rem;height:5.6rem;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:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.6875rem;left:0.5rem;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:rgba(var(--color-secondary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:6.4375rem;width:59.125rem;top:1.4000005722046rem;left:0.46875rem;display:block; }
#dyFNRz05PTTZgR1P5Z44IU4cUe8hZ2GC { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:14.325000762939rem;left:21.406251907349rem;height:4.2rem;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:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:14.325000762939rem;left:41.656251907349rem;height:4.2rem;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:21.4375rem;top:27.50000166893rem;left:38.562501907349rem;overflow:hidden;display:block; }
#A2mu2MNn2U4nDcqvQ45KLuF22xBBL2kK { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:23.625rem;top:2.4124999046326rem;left:33.46249961853rem;overflow:hidden;display:block; }
#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:60rem;position:relative;display:block; }#TNbzCOKsXC6hSz0sAhvorGPzpEbiLzGi { background-color:#0085ca;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.12) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:38rem;left:24.75rem;display:block; }
#Im7CQ2hpA8ITifVybyWkhIKbhxb3DRnZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FJc3DW7rJBpXBHmyCQPmZBnPXXPVPB6z { color:rgba(var(--color-tertiary-3),1);display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:8.875rem;left:14.0625rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A9iWQO00VrC4idqrJRwiXy0D5e9TpgX4 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:12.1875rem;left:24.125001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#yCfWb7TKXmDTAJIiElOpWCm4SBLnJD4d { color:rgba(var(--color-tertiary-3),0.92);display:block;width:33.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:23.380856513977rem;left:15.218751907349rem;height:7.8rem;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:rgba(var(--color-tertiary-3),1);display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:4.25rem;left:22.000001907349rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dkUyD9IikrR8s2bpE655bN8iSTGl3M4q { position:absolute;display:block;z-index:15030;background-color:#0085ca;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.5rem;top:14.6875rem;left:29.125001907349rem;display:block; }
#giMmet434FOhUTa0c29oopEwnDywGXTx { color:rgba(var(--color-tertiary-3),0.75);display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:15.9375rem;left:19.250001907349rem;height:6.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#giMmet434FOhUTa0c29oopEwnDywGXTx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#giMmet434FOhUTa0c29oopEwnDywGXTx li:before{  }
#qqAt60M5ZgB3kIG3IhU47LiMinU6ndD5 { color:rgba(var(--color-tertiary-3),0.95);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:32.75rem;left:19.75rem;height:1.3rem;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:16.8125rem;top:34rem;left:23.5rem;overflow:hidden;display:block; }
#xH6ItEsmyF49F20TGWN7wbraPq7WzLBR { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:39.5rem;width:34.8125rem;top:3.0624971389771rem;left:14.46875rem;display:block; }
#B3HA7hSdPfOhd1wDwbND96kz97Ai2cIz { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15033;line-height:1.2;letter-spacing:0;top:18.0625rem;left:68.600000381469rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#MMJFcKtfdSWa09Sc3ZyXVibKXn0gix5A { color:#282828;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.5);top:1.8125rem;left:0rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#np9vdo4t8A3tJDAa0LpwM4Ghyd3PnkNC { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),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;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:19.1875rem;width:50rem;top:7rem;left:5rem;display:block; }
#o5HTmrFx9yoTxsaeGSxoTaVbuJm71c7S { color:rgba(var(--color-tertiary-4),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.8125rem;left:5.875rem;height:2.7625rem;text-align:justify;text-align-last:initial;display:block; }
#buf00kFLCh0TH5tPiFP5oSJDEVrxUT19 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:11.375rem;left:5.875rem;height:2.7625rem;text-align:justify;text-align-last:initial;display:block; }
#ct8SnPFCDhG8zKVcIEBhAkyxiFUGvnSk { color:rgba(var(--color-tertiary-4),1);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15.0625rem;left:7.9375rem;height:9.85rem;text-align:justify;text-align-last:initial;display:block; }#ct8SnPFCDhG8zKVcIEBhAkyxiFUGvnSk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ct8SnPFCDhG8zKVcIEBhAkyxiFUGvnSk li:before{  }
#enUBWppvTI6XVhcCVtkC1NWWNzp9zMSt { z-index:15002;top:27.83749961853rem;left:11.6875rem;background-color:#0085ca;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.0625rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pial3dTTlxHDkqTBpmp7Q08X9khyEKGX { display:block;position:absolute;top:50%;left:0rem;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V1LOTUoTiZVZGufhqG2dmTyUU4EGUqgx > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:60rem;position:relative;display:block; }#VnC4i7zCUmTdhlRX1XOm2OUpm0Ih4Uqx { color:#4d4d4d;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:24.625rem;left:20.75rem;height:5.25rem;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:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:24.625rem;left:2.5rem;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; }
#SbqUZckZQtG56y055mBw6nXxdhTR1bFR { position:absolute;display:block;z-index:15049;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;box-shadow: none;height:6.8125rem;width:6.875rem;top:17rem;left:5.1875rem;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:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:6.8125rem;width:6.875rem;top:17rem;left:26.375rem;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:8.0625rem;border-top-right-radius:8.0625rem;border-bottom-left-radius:8.0625rem;border-bottom-right-radius:8.0625rem;box-shadow: none;height:6.8125rem;width:6.875rem;top:17rem;left:47.0625rem;overflow:hidden;display:block; }
#tecUOgAnthdBZGb54HrXyJ0s4fOsRQb4 { color:rgba(var(--color-tertiary-1),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:24.625rem;left:43.5625rem;height:3.9375rem;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:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.6875rem;left:0rem;height:6.375rem;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:#0085ca;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.34);top:3.9375rem;left:0rem;height:3.6rem;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 > .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:4.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w4mGwirXe3Uiwia7Q6QFriD8lTvk7v8l { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.72422027587888rem;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:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EsUGXTumwPQl5sba3TqhVFqsCUreTms3 > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#gzsMcT75LFbnofVroohbm2TwbM80SWt1 { color:rgba(var(--color-tertiary-3),1);display:block;width:30.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15025;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:1.6875rem;left:0rem;width:19.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr1tI2AUdkiBLiDAU52eXoKTXGdRCeo2 { top:0.75rem;left:30.625001907349rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMABI936q8fETtZSNkbKQcQJouZoTttS { top:0.875rem;left:32.561723709106rem;width:11.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT2yzlccluZoyZw3gdPIwGTugvqkFsyJ { top:2.75rem;left:30.687501907349rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8JAVHsLPl6kcAKd4xAXLt2XqFoSfKGa { top:2.875rem;left:27.1875rem;width:20.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilvSpTlI15O9PRIKF1W6s773xBhJQVtF { top:4.6875rem;left:30.625001907349rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFZCvp7iHwAC36dgOkrNKFVfbT4Wxh53 { top:5rem;left:27.6875rem;width:20.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gADaelnROFIU6azLebluMKfVWn90xVTP { display:block; }#gADaelnROFIU6azLebluMKfVWn90xVTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHndgEkPUsCk8cufLWmDyVIawzc9VMHT { width:36.3125rem;height:;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh1tCxohJnuyMuT0v5c97LTbqnqQpb7S { width:32.75rem;height:;top:8.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsqCy9I9DJ87mTeCJsfQy6tJU9wrB30 { width:20.6875rem;height:65.8125rem;top:2.0625rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6yyLkwvykyw2smsBhiieQU15Z6EFFck { width:36.9375rem;height:;top:19.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqSczSdWxEL3PAfbw93EuFWuZWhtDoHs { top:17.125rem;left:0rem;width:29.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr5RqT883HK7c3FeOLmmmhzqBlayX8sS { top:26.4375rem;left:3.03125rem;width:19.875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAkMV5zHkTxxGzaJ8Ic6FgI1cVKmG9y0 { display:block; }
 }@media only screen and (max-width: 763px) { #Riidra4hEKs0IRu9e2Upn4vh8QySnf3k { width:32.125rem;height:4.9375rem;top:11.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdp90e9V88JxusTadqBBki6La8gAG9fv { width:34rem;height:;top:28.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yio9tzxXM7tk67lDdZg0WK7S6aaW8QyC { top:3rem;left:29rem;width:18.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo { display:block; }#GkrJwRtk01oKIsyDdGyKSTBlslXtKMoo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCI8TrvXwaEsNhVtJS0zN6XX46NQ3Stc { top:44.875rem;left:4.84375rem;width:38.0625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdKtT5sQESkBTnRA5K7gHEvGVC3x3rBU { display:block; }
 }@media only screen and (max-width: 763px) { #kKsZ7EAzMVAkoqmsQAAzi3Q1WrRccXSx { width:35rem;height:13.625rem;top:29.8125rem;left:0rem;font-size:0.8125rem;display:block; }#kKsZ7EAzMVAkoqmsQAAzi3Q1WrRccXSx li:before{  }
 }@media only screen and (max-width: 763px) { #ElxEP8u0pBE1gqTwQD0c8Tp9Z2KSPcUc { width:29.75rem;height:5.25rem;top:22.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZSofuwRffDcKIXM25yHeBKXuBzyGlTm { width:18.75rem;height:0.125rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSDDifvqxhTf2NuiCxtAGelXp28Tf1SK { width:18.75rem;height:0.125rem;top:20.4375rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5suCTs3HBIvLURUMeo4QMGo8WraVsx1 { width:18.75rem;height:0.125rem;top:20.375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsudrlo2bLep5QWWDrirVnE6NgLXosoZ { width:47.75rem;height:0.125rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei5VEcyudOL9fHkTXUT2ur1plcqB1UVr { width:18.75rem;height:11.375rem;top:9.125rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr0ZqmEE2Q2JOhVvQnAqEPA8idUCglGE { width:18.75rem;height:11.375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLBFFwH3IQiHwtOe2QGLPX4m1H5PqnZg { width:18.75rem;height:11.375rem;top:9.0625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxiyZsCKRpSzuv5n3rzI8dtITGhv2TPb { width:16.5rem;height:1.625rem;top:10.875rem;left:31.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEJme5k101bKh2ydTMkXz5W2CJqhQrGR { width:17.4375rem;height:1.625rem;top:10.875rem;left:15.156251907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfUofia9tCV7ZJ6fo3uXC5lEm4u2WgtF { width:15.5rem;height:1.625rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe6yUAIqmRIFb6knTsVsWmqUPIkHyTzX { width:17.1875rem;height:5.5625rem;top:13.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG7WInAvtcNsZiF9FFO63MKm68q4miTx { width:31.375rem;height:0;top:3.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATsWgRXerItZNrZmvdCTo4yCAO7TIQTC { width:47.75rem;height:6.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyFNRz05PTTZgR1P5Z44IU4cUe8hZ2GC { width:17.1875rem;height:4.1875rem;top:14.3125rem;left:15.281251907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awEykSZJm4GcuIsqANfdU37lC9wB15JD { width:17.1875rem;height:4.1875rem;top:14.3125rem;left:30.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epvW9ZNavS3d0OCxLzNaKobcee0kEkd3 { width:21.4375rem;height:16.0625rem;top:27.5rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2mu2MNn2U4nDcqvQ45KLuF22xBBL2kK { top:2.375rem;left:24.125rem;width:23.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO { display:block; }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNbzCOKsXC6hSz0sAhvorGPzpEbiLzGi { width:14.25rem;height:2.625rem;top:38rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im7CQ2hpA8ITifVybyWkhIKbhxb3DRnZ { display:block; }
 }@media only screen and (max-width: 763px) { #FJc3DW7rJBpXBHmyCQPmZBnPXXPVPB6z { width:35.625rem;height:2.5rem;top:8.875rem;left:7.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9iWQO00VrC4idqrJRwiXy0D5e9TpgX4 { width:15.5rem;height:1.25rem;top:12.1875rem;left:18.000001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCfWb7TKXmDTAJIiElOpWCm4SBLnJD4d { width:33.3125rem;height:7.75rem;top:23.375rem;left:9.0937519073488rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSEWovXPo3RznVZ9W92spMlIxSMgNnDC { width:19.75rem;height:3.75rem;top:4.25rem;left:15.875001907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkUyD9IikrR8s2bpE655bN8iSTGl3M4q { width:5.5rem;height:0.125rem;top:14.6875rem;left:23.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #giMmet434FOhUTa0c29oopEwnDywGXTx { width:25.25rem;height:6.125rem;top:15.9375rem;left:13.125001907349rem;font-size:0.875rem;display:block; }#giMmet434FOhUTa0c29oopEwnDywGXTx li:before{  }
 }@media only screen and (max-width: 763px) { #qqAt60M5ZgB3kIG3IhU47LiMinU6ndD5 { width:20.5rem;height:1.25rem;top:32.75rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8gfyo0m9WuVrouqeUflkSmW0rm2d1rm { top:34rem;left:17.375rem;width:16.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH6ItEsmyF49F20TGWN7wbraPq7WzLBR { width:34.8125rem;height:39.5rem;top:3rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3HA7hSdPfOhd1wDwbND96kz97Ai2cIz { width:14.9375rem;height:2.25rem;top:18.6875rem;left:32.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 { display:block; }#Uf8vcWsneuGCxnKzmyrXMhkBawrBRmD4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMJFcKtfdSWa09Sc3ZyXVibKXn0gix5A { width:47.75rem;height:3.5625rem;top:1.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #np9vdo4t8A3tJDAa0LpwM4Ghyd3PnkNC { top:7rem;left:0rem;width:47.75rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5HTmrFx9yoTxsaeGSxoTaVbuJm71c7S { top:7.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #buf00kFLCh0TH5tPiFP5oSJDEVrxUT19 { top:11.375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ct8SnPFCDhG8zKVcIEBhAkyxiFUGvnSk { top:15.0625rem;left:1.8125rem;width:45.5625rem;height:9.8125rem;font-size:0.75rem;display:none; }#ct8SnPFCDhG8zKVcIEBhAkyxiFUGvnSk li:before{  }
 }@media only screen and (max-width: 763px) { #enUBWppvTI6XVhcCVtkC1NWWNzp9zMSt { top:27.8125rem;left:5.5625rem;width:38.0625rem;height:3.8125rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnC4i7zCUmTdhlRX1XOm2OUpm0Ih4Uqx { width:18.125rem;height:5.25rem;top:24.625rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR8n4SftCcDpwM0w6A2cXlX5Urzfn77q { width:12.5rem;height:2.6875rem;top:24.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbqUZckZQtG56y055mBw6nXxdhTR1bFR { top:17rem;left:3.65625rem;width:6.875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPKnJ9cgQwm3989xLTz40dOcbiW1fWHi { top:17rem;left:17rem;width:6.875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmgdNfh4UgAJzwLDZXDOFuCT5sBX9RK7 { top:17rem;left:36.34375rem;width:6.875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tecUOgAnthdBZGb54HrXyJ0s4fOsRQb4 { width:13.9375rem;height:3.9375rem;top:24.625rem;left:21.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8IKqy5GZxa1k87k1diGQhlpbslfkM6d { width:47.75rem;height:6.375rem;top:8.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr1mlQ5kLTJbN57qFhp9T5Nt8vPsXNAU { width:47.75rem;height:3.5625rem;top:3.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 { display:block; }#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mGwirXe3Uiwia7Q6QFriD8lTvk7v8l { top:0.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.9375rem;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.156251907349rem;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.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFgGpT5qPZca0r8ZQXHHgt7IiuTnEZNQ { width:9.0625rem;height:1.75rem;top:0.87420654296875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr1tI2AUdkiBLiDAU52eXoKTXGdRCeo2 { width:1.5625rem;height:1.5625rem;top:0.4375rem;left:10.687500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMABI936q8fETtZSNkbKQcQJouZoTttS { width:6.5rem;height:0.8125rem;top:0.87421876192094rem;left:12.437500357628rem;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pT2yzlccluZoyZw3gdPIwGTugvqkFsyJ { width:1.5625rem;height:1.5625rem;top:1.7804718017578rem;left:10.562500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8JAVHsLPl6kcAKd4xAXLt2XqFoSfKGa { width:7.5625rem;height:0.8125rem;top:2.2242126464844rem;left:12.437500357628rem;font-size:0.625rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #ilvSpTlI15O9PRIKF1W6s773xBhJQVtF { width:1.6875rem;height:1.6875rem;top:3.3125rem;left:10.562500357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFZCvp7iHwAC36dgOkrNKFVfbT4Wxh53 { width:7.0625rem;height:0.8125rem;top:3.818359375rem;left:12.437500357628rem;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gADaelnROFIU6azLebluMKfVWn90xVTP { display:block; }#gADaelnROFIU6azLebluMKfVWn90xVTP > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHndgEkPUsCk8cufLWmDyVIawzc9VMHT { width:20rem;height:2rem;top:1.4124999046326rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fh1tCxohJnuyMuT0v5c97LTbqnqQpb7S { width:20rem;height:1.575rem;top:3.599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsqCy9I9DJ87mTeCJsfQy6tJU9wrB30 { width:19.25rem;height:56.125rem;top:9.9375rem;left:0.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:14.0625rem;height:2.4rem;top:6.8125rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CqSczSdWxEL3PAfbw93EuFWuZWhtDoHs { width:13.6875rem;height:0.1875rem;top:6rem;left:3.1875rem;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: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) { #Riidra4hEKs0IRu9e2Upn4vh8QySnf3k { width:20rem;height:0;top:9.36328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #qdp90e9V88JxusTadqBBki6La8gAG9fv { width:20rem;height:auto;top:28.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #yio9tzxXM7tk67lDdZg0WK7S6aaW8QyC { width:18.75rem;height:21.75rem;top:12.212493896484rem;left:0.9375rem;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:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCI8TrvXwaEsNhVtJS0zN6XX46NQ3Stc { top:68.125rem;left:0.5rem;width:19rem;height:2.5rem;font-size:1.25rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdKtT5sQESkBTnRA5K7gHEvGVC3x3rBU { display:block; }
 }@media only screen and (max-width: 763px) { #kKsZ7EAzMVAkoqmsQAAzi3Q1WrRccXSx { width:20rem;height:12.3125rem;top:54.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;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:19.6875rem;height:3.45rem;top:50.31875038147rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZSofuwRffDcKIXM25yHeBKXuBzyGlTm { width:18.125rem;height:0.125rem;top:9.5625038146975rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSDDifvqxhTf2NuiCxtAGelXp28Tf1SK { width:18.125rem;height:0.125rem;top:18.562503814698rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5suCTs3HBIvLURUMeo4QMGo8WraVsx1 { width:18.125rem;height:0.125rem;top:26.187503814698rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsudrlo2bLep5QWWDrirVnE6NgLXosoZ { width:18.125rem;height:0.125rem;top:33.687503814698rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei5VEcyudOL9fHkTXUT2ur1plcqB1UVr { width:18.125rem;height:8.3125rem;top:10.312503814698rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr0ZqmEE2Q2JOhVvQnAqEPA8idUCglGE { width:18.125rem;height:8.5rem;top:1.125rem;left:0.87500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLBFFwH3IQiHwtOe2QGLPX4m1H5PqnZg { width:18.125rem;height:6.875rem;top:19.375003814698rem;left:0.875rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #yxiyZsCKRpSzuv5n3rzI8dtITGhv2TPb { width:17.125rem;height:1.4rem;top:27.812503814698rem;left:1.5000001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEJme5k101bKh2ydTMkXz5W2CJqhQrGR { width:17.375rem;height:1.4rem;top:20.125003814698rem;left:1.3750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KfUofia9tCV7ZJ6fo3uXC5lEm4u2WgtF { width:16.75rem;height:1.4rem;top:11.437500476837rem;left:1.6250001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe6yUAIqmRIFb6knTsVsWmqUPIkHyTzX { width:15.875rem;height:4.55rem;top:13.25625038147rem;left:2.0625001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG7WInAvtcNsZiF9FFO63MKm68q4miTx { width:20rem;height:1.2rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#28292a;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ATsWgRXerItZNrZmvdCTo4yCAO7TIQTC { width:18.125rem;height:6.8125rem;top:27.000003814698rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyFNRz05PTTZgR1P5Z44IU4cUe8hZ2GC { width:17.1875rem;height:3.4125rem;top:21.875003814698rem;left:1.4375001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #awEykSZJm4GcuIsqANfdU37lC9wB15JD { width:17.1875rem;height:3.4125rem;top:29.543750762939rem;left:1.4062501192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epvW9ZNavS3d0OCxLzNaKobcee0kEkd3 { width:20rem;height:14.0625rem;top:35.63125038147rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #A2mu2MNn2U4nDcqvQ45KLuF22xBBL2kK { width:15.6875rem;height:2.9375rem;top:4.9359374046326rem;left:1.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO { display:block; }#FyaqBNXnV8gWg2JGTcS6hoA1n2ZRypUO > .row .container { width:20rem;height:44.05rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNbzCOKsXC6hSz0sAhvorGPzpEbiLzGi { width:14.25rem;height:2.625rem;top:36.125rem;left:2.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im7CQ2hpA8ITifVybyWkhIKbhxb3DRnZ { display:block; }
 }@media only screen and (max-width: 763px) { #FJc3DW7rJBpXBHmyCQPmZBnPXXPVPB6z { width:20rem;height:1.70625rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9iWQO00VrC4idqrJRwiXy0D5e9TpgX4 { width:15.5rem;height:1.3rem;top:7.0625rem;left:2.2500001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCfWb7TKXmDTAJIiElOpWCm4SBLnJD4d { width:18.0625rem;height:10.5625rem;top:18.1875rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSEWovXPo3RznVZ9W92spMlIxSMgNnDC { width:19.75rem;height:1.375rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkUyD9IikrR8s2bpE655bN8iSTGl3M4q { width:5.5rem;height:0.125rem;top:9.375rem;left:7.2499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #giMmet434FOhUTa0c29oopEwnDywGXTx { width:18.75rem;height:6.625rem;top:10.375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#000000;display:block; }#giMmet434FOhUTa0c29oopEwnDywGXTx li:before{  }
 }@media only screen and (max-width: 763px) { #qqAt60M5ZgB3kIG3IhU47LiMinU6ndD5 { width:16.625rem;height:1.3rem;top:29.5625rem;left:1.6875001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8gfyo0m9WuVrouqeUflkSmW0rm2d1rm { width:16.8125rem;height:3.125rem;top:31.875rem;left:1.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH6ItEsmyF49F20TGWN7wbraPq7WzLBR { width:20rem;height:38.5625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3HA7hSdPfOhd1wDwbND96kz97Ai2cIz { width:15rem;height:1.8rem;top:41rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.75rem;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:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMJFcKtfdSWa09Sc3ZyXVibKXn0gix5A { width:20rem;height:1.65rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #np9vdo4t8A3tJDAa0LpwM4Ghyd3PnkNC { width:20rem;height:19.6875rem;top:3.875rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5HTmrFx9yoTxsaeGSxoTaVbuJm71c7S { width:18.875rem;height:4.225rem;top:4.9375rem;left:0.5625rem;font-size:0.8125rem;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:18.875rem;height:4.225rem;top:9.9375rem;left:0.5625rem;font-size:0.8125rem;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:18.4375rem;height:7.4125rem;top:15.1875rem;left:0.78125rem;font-size:0.75rem;z-index:15022;display:block; }#ct8SnPFCDhG8zKVcIEBhAkyxiFUGvnSk li:before{  }
 }@media only screen and (max-width: 763px) { #enUBWppvTI6XVhcCVtkC1NWWNzp9zMSt { top:24.800001144409rem;left:0.9375rem;width:18.125rem;height:2.8125rem;font-size:1.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnC4i7zCUmTdhlRX1XOm2OUpm0Ih4Uqx { width:13.0625rem;height:6.125rem;top:20.5rem;left:6.9374998807906rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR8n4SftCcDpwM0w6A2cXlX5Urzfn77q { width:13.4375rem;height:2.45rem;top:15.31875038147rem;left:6.5625001192094rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbqUZckZQtG56y055mBw6nXxdhTR1bFR { width:6.1875rem;height:6.0625rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPKnJ9cgQwm3989xLTz40dOcbiW1fWHi { width:6.125rem;height:6rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmgdNfh4UgAJzwLDZXDOFuCT5sBX9RK7 { width:6rem;height:6rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tecUOgAnthdBZGb54HrXyJ0s4fOsRQb4 { width:13.0625rem;height:3.675rem;top:28.46249961853rem;left:6.9375001192094rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8IKqy5GZxa1k87k1diGQhlpbslfkM6d { width:19.5rem;height:6.825rem;top:5.625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#070707;font-weight:300;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Zr1mlQ5kLTJbN57qFhp9T5Nt8vPsXNAU { width:15.5rem;height:3.3rem;top:1.1875rem;left:2.2500001192093rem;text-align:center;text-align-last:center;font-size:1.375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.29);display:block; }
 }@media only screen and (max-width: 763px) { #fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 { display:block; }#fK3zE866t0m8rNQvz6Wgm9gTQJWECty8 > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mGwirXe3Uiwia7Q6QFriD8lTvk7v8l { width:20rem;height:1.21875rem;top:0.62344741821289rem;left:0rem;font-size:0.9375rem;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: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; }
 }