.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:252,222,212;--color-primary-1:247,156,127;--color-primary-2:241,90,41;--color-primary-3:255,103,24;--color-primary-4:238,170,0;--color-secondary-0:233,240,220;--color-secondary-1:182,207,140;--color-secondary-2:108,158,24;--color-secondary-3:54,79,12;--color-secondary-4:16,24,4;--color-tertiary-0:255,255,255;--color-tertiary-1:194,193,193;--color-tertiary-2:153,151,151;--color-tertiary-3:127,125,125;--color-tertiary-4:2,2,2;--headlines-font-family:"Raleway";--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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); }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#092f57;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; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row .container { background-color: transparent; background-image: none; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row .container > .video-iframe-container { display: none; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row > .video-iframe-container { display: none; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .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); }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row .container { border-width: 0; border-radius: 0; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#SMoUTa37NJkQWTpp6EeHAWeM7NVzuFkw { 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:5.0625rem;width:7.875rem;top:0.65625rem;left:33.90625rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5bfbb2c8-eb39-4a7f-9428-0eb08418103c/Queretaro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:71.5rem;width:75rem;overflow:visible;position:relative;display:block; }#GJFvB8T9wKoXiEZc31kRZZK4KMNWTdTw { position:absolute;display:block;z-index:15000;background-color:#002c56;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.625rem 0.8125rem 2rem rgba(0,0,0,0.21) ;height:52.3125rem;width:27.25rem;top:7.9372830390931rem;left:7.5rem;display:block; }
#GIrQcCqrQWhbiXJTbGTAkLPB9T7wr4ti { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6rem;width:27.3125rem;top:7.90576171875rem;left:7.4375rem;display:block; }
#pIE8TSWCNqBARCfBxPcIFbqqHKCWrd53 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/53034d1d-6667-4398-a43c-a53b3f5116e6/RODOLFO.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.75rem;width:5.75rem;top:16.6875rem;left:18.125rem;display:block; }#pIE8TSWCNqBARCfBxPcIFbqqHKCWrd53.adaptive-delivery-prevent-bg, #pIE8TSWCNqBARCfBxPcIFbqqHKCWrd53.lazyload, #pIE8TSWCNqBARCfBxPcIFbqqHKCWrd53.lazyloading { background-image: none; }
#MT8IzhIcqLf5BAXPRr5nodB64EqPemTs { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.78125rem;left:7.6875rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZpgtf7rc4SQqOmQNXEAzNVO1hlyTRmy { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.375rem;left:7.46875rem;height:;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; }
#hlDTVhkUTIfILvzMmWHf9vfn15SROu4h { color:rgba(var(--color-tertiary-0),1);display:block;width:18.186875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.9365234375rem;left:11.90478515625rem;height:1.21875rem;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; }
#CJFfnJSVVTyeX3PGSPEyw55ELNoTCrBp { color:#092f57;display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:35rem;left:38.9375rem;height:1.381075rem;font-style:normal;display:block; }
#bH1NVQVlhG442f8iUcmFwtIuwIKtviCl { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),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: none;height:0.125rem;width:2.625rem;top:35.625rem;left:51.9375rem;display:block; }
#Kv50y8QIBNAOQbQflfhV1fmsndVQnOMl { color:#2d3238;display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:37.5rem;left:38.9375rem;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;display:block; }
#Ue9s8CAelRMq0Op5u0zDsvVGofN7OzVa { color:#2d3238;display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:40.1875rem;left:38.9375rem;height:1.2999125rem;font-style:normal;display:block; }
#pGmy0WJaeJWWrLDKtTnGKkmi3EHn98c2 { color:#2d3238;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:42.437067508698rem;left:39.375002861023rem;height:;font-style:normal;display:block; }#pGmy0WJaeJWWrLDKtTnGKkmi3EHn98c2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pGmy0WJaeJWWrLDKtTnGKkmi3EHn98c2 li:before{  }
#GMzk8HfgG5LfSGuw110SrmTkyysn3I3e { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:48.8125rem;left:38.9375rem;display:none; }
#wcToT1UdaU9u7hcBwEaTquJ152FWiazh { color:#2d3238;display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:53.0625rem;left:38rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tt9NeUwkOvANPKdZDiWyNATvDhHz4Kv0 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:48.8125rem;left:48.1875rem;display:none; }
#G60RklvmS3UXNgETAipTPlcpkTnLMUgu { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#uD1byMPMopxTxTwktefZupkbw0rNpirU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#TkBKJlSiaTWEo0y4o1wQaJSQREIGxJ3s { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#bwVpJUBo4KX9m7CHZZXJSXOkAEx3eMg6 { color:#2d3238;display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:53.0625rem;left:38rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Jfr9wOcW94NGvlIyWoc8lPxGIreeQl1d { color:#2d3238;display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:53.0625rem;left:38rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ggDKLUloM4sCw5sIAZFoV8xq1okTqbCq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:16.0625rem;top:48.96875rem;left:52.75rem;overflow:hidden;display:block; }
#N1GpVqE84ALll8zeDbUT1N6vMlomVCwL { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.9375rem;top:58.84375rem;left:38.9375rem;overflow:hidden;display:block; }
#NV3PFqZC2ovZ2LhuJsLDbrVIumzw4glT { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:26.75rem;top:62.25rem;left:7.5rem;display:block; }
#ThPvn5yyII5PvP7oTMR7dctsOwqSCapq { color:rgba(var(--color-secondary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:63rem;left:9.5625rem;height:4.55078125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kd01r5lSU7JiadNbzyCKkkcS3LQt4QgR { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;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: none;height:4.6875rem;width:5.1875rem;top:62.875rem;left:25.75rem;display:block; }
#wkrh6hrL9fL4UUcWq1Eb3VxTLlVeJ37E { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:63.03125rem;left:26.09375rem;display:block; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-form-header {  }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:20rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-input-text {padding-top: 0; padding-bottom: 0;}#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-input-select {padding-top: 0; padding-bottom: 0;}#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:18.75rem;overflow:hidden;font-style:normal; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-container:first-of-type{padding-top:0;}#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-container:last-of-type{padding-bottom:0;}#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP  { background-color:rgba(var(--color-primary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:9.875rem;top:28.5810546875rem;z-index:15004;position:absolute; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP {display:block;}#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP { background-color:rgba(var(--color-primary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:9.875rem;top:28.5810546875rem;z-index:15004;position:absolute; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #Vxp5XTfiTlEaLw5creZ9aetTRTUF388k { position:relative; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #hKTXIRmRE9eD7lZlWZWcVph3aG5TbUn7 { position:relative;display:block; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #CcqWxWciqApl5K9cZHM6cU5Zf8MS6yl0 { position:relative; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #FCTXeqT5NmCGIQ3b88cf9cvUKOSrA4ek { position:relative; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #P97DdWF6qAgsQ6MuQBq8b4IpTkJgtcbE { position:relative;display:block; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #Ahm6MTllOe261TpG0cLsk2TzSvkw5Jx3 { position:relative; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #lZSEGJQ36zuLIgVdvEB8nxTW27dVaTnT { position:relative; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #gCoE6E1aywvNfVpMdTdLEhDWa0F4RgLi { position:relative;display:block; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #iAhLQrpp7aRKz8vW9xsfFUKDyhdSKs9v { position:relative; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #p8MWXiWlJdg0lydylbrd020f7C5wCi59 { position:relative; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #vgWI8hSwhdkiJpAixO6mg1qIwAfrpPB6 { position:relative;display:none; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #yy47Fu7e1dyw7x6bUFK8JqQZdHKedJPu { position:relative; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #RQbA7T4eBEKIglSaEdbfl2qpzXAfwwEE { position:relative; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #ITn1C4QQ5A1pmISyB9RsEo4kbIrESGJG { position:relative;display:block; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #osAbClp4CQ3UbPDRTleBwgkdFvTLe9T0 { position:relative; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #p8ni2IbM9II7PIF4fA7gqf18AHwNK62U { position:relative; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #CnRwiHfU55KuEAyRuutKQ2bDAzFVFVQC { position:relative;z-index:2; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #WWMBRXXT4K2Mf3pJ7m6OEPZd4xRSNIo7 { position:relative; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #Fzgb4DPRV3lcQzsC4eHmIaHEdUu46ad7 { position:relative; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #mm7FydWMzqkRPmTKbo7TTdOF6F044ZCn { position:relative;display:none; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #VIZRgJbgg1U2URqGPcJRvclgMkHSOUBQ { position:relative; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #oJxyVbN2DRsok9uT7nI7Eq0DuWy9PErf { position:relative; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #C9DBoVc7SpNpLkCT2zmhW5HgbluBydfp { position:relative; }
#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/7JX0-bfiuxQ/unsplash/jj-ying-7JX0-bfiuxQ-photo-1491895200222-0fc4a4c35e18.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt.adaptive-delivery-prevent-bg, #bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt.lazyload, #bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt.lazyloading { background-image: none; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row .container { background-color: transparent; background-image: none; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #092f57; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row .container > .video-iframe-container { display: none; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #092f57; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row > .video-iframe-container { display: none; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .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); }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row .container { border-width: 0; border-radius: 0; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt::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; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#J4IBpspsqFvvEhwzICf6LAruFnklWhiW { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.8171375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UQQ3ZxoNiCocpIz2iwFXUqOdQ68w9uHe { position:relative;display:block; } #lyIK161HrDzerxUqpk4azV3eCz1K5NhT.widget-smartsection *:focus-visible, #lyIK161HrDzerxUqpk4azV3eCz1K5NhT.widget-smartsection input[type="text"]:focus-visible, #lyIK161HrDzerxUqpk4azV3eCz1K5NhT.widget-smartsection input[type="email"]:focus-visible, #lyIK161HrDzerxUqpk4azV3eCz1K5NhT.widget-smartsection input[type="tel"]:focus-visible, #lyIK161HrDzerxUqpk4azV3eCz1K5NhT.widget-smartsection textarea:focus-visible { outline: none; } #UQQ3ZxoNiCocpIz2iwFXUqOdQ68w9uHe > .row .container { position:relative;display:block; }#nTPhBMd75rsAe50kIMzgnH5ha0ccV3Vy { position:relative;display:block; } #vB2hmZz1GTnQ3olBzPpVA4OpfIkPKkZR.widget-smartsection *:focus-visible, #vB2hmZz1GTnQ3olBzPpVA4OpfIkPKkZR.widget-smartsection input[type="text"]:focus-visible, #vB2hmZz1GTnQ3olBzPpVA4OpfIkPKkZR.widget-smartsection input[type="email"]:focus-visible, #vB2hmZz1GTnQ3olBzPpVA4OpfIkPKkZR.widget-smartsection input[type="tel"]:focus-visible, #vB2hmZz1GTnQ3olBzPpVA4OpfIkPKkZR.widget-smartsection textarea:focus-visible { outline: none; } #nTPhBMd75rsAe50kIMzgnH5ha0ccV3Vy > .row .container { position:relative;display:block; }#XZnLDST8k9dNFEpcddt6ZWAZC9M4LWtx { position:relative;display:block; } #Wf2017bc69fcb1c21961eb06a8bef12f.widget-smartsection *:focus-visible, #Wf2017bc69fcb1c21961eb06a8bef12f.widget-smartsection input[type="text"]:focus-visible, #Wf2017bc69fcb1c21961eb06a8bef12f.widget-smartsection input[type="email"]:focus-visible, #Wf2017bc69fcb1c21961eb06a8bef12f.widget-smartsection input[type="tel"]:focus-visible, #Wf2017bc69fcb1c21961eb06a8bef12f.widget-smartsection textarea:focus-visible { outline: none; } #XZnLDST8k9dNFEpcddt6ZWAZC9M4LWtx > .row .container { position:relative;display:block; }#GbFygfqqlm8bDuO76t0I9wPlpihqeqzH { position:relative;display:block; } #ye03d737f989224b6354369424c306e0.widget-smartsection *:focus-visible, #ye03d737f989224b6354369424c306e0.widget-smartsection input[type="text"]:focus-visible, #ye03d737f989224b6354369424c306e0.widget-smartsection input[type="email"]:focus-visible, #ye03d737f989224b6354369424c306e0.widget-smartsection input[type="tel"]:focus-visible, #ye03d737f989224b6354369424c306e0.widget-smartsection textarea:focus-visible { outline: none; } #GbFygfqqlm8bDuO76t0I9wPlpihqeqzH > .row .container { position:relative;display:block; }#Fs9STOGT1grmgFd80osNzT3df2FIfrdT { position:relative;display:block; } #avZ2ccMgsmtgGJgVgBaUzSBcLnoTO6Uy.widget-smartsection *:focus-visible, #avZ2ccMgsmtgGJgVgBaUzSBcLnoTO6Uy.widget-smartsection input[type="text"]:focus-visible, #avZ2ccMgsmtgGJgVgBaUzSBcLnoTO6Uy.widget-smartsection input[type="email"]:focus-visible, #avZ2ccMgsmtgGJgVgBaUzSBcLnoTO6Uy.widget-smartsection input[type="tel"]:focus-visible, #avZ2ccMgsmtgGJgVgBaUzSBcLnoTO6Uy.widget-smartsection textarea:focus-visible { outline: none; } #Fs9STOGT1grmgFd80osNzT3df2FIfrdT > .row .container { position:relative;display:block; }#iGx1bwxw5RVgeWhPGwlBsPU2h9QGOkfF { position:relative;display:block; } #FMumzvod8Kc4WgtB2HT27lN0zWBSTDX5.widget-smartsection *:focus-visible, #FMumzvod8Kc4WgtB2HT27lN0zWBSTDX5.widget-smartsection input[type="text"]:focus-visible, #FMumzvod8Kc4WgtB2HT27lN0zWBSTDX5.widget-smartsection input[type="email"]:focus-visible, #FMumzvod8Kc4WgtB2HT27lN0zWBSTDX5.widget-smartsection input[type="tel"]:focus-visible, #FMumzvod8Kc4WgtB2HT27lN0zWBSTDX5.widget-smartsection textarea:focus-visible { outline: none; } #iGx1bwxw5RVgeWhPGwlBsPU2h9QGOkfF > .row .container { position:relative;display:block; }#R8TLHIN8HnTG7Hq9tOmNgfyWVkLy7Ds1 { position:relative;display:block; } #z6IzyzTmEynm5O4fypn584WvQ0UuTmvE.widget-smartsection *:focus-visible, #z6IzyzTmEynm5O4fypn584WvQ0UuTmvE.widget-smartsection input[type="text"]:focus-visible, #z6IzyzTmEynm5O4fypn584WvQ0UuTmvE.widget-smartsection input[type="email"]:focus-visible, #z6IzyzTmEynm5O4fypn584WvQ0UuTmvE.widget-smartsection input[type="tel"]:focus-visible, #z6IzyzTmEynm5O4fypn584WvQ0UuTmvE.widget-smartsection textarea:focus-visible { outline: none; } #R8TLHIN8HnTG7Hq9tOmNgfyWVkLy7Ds1 > .row .container { position:relative;display:block; }#IpdLFG2qpCgFE920DbCGtMMXIROvFM81 { 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/5190a708-efb0-434c-8f64-4230cda9a254/inferiorqueretaro1.jpg");background-position:bottom 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; }#IpdLFG2qpCgFE920DbCGtMMXIROvFM81.adaptive-delivery-prevent-bg, #IpdLFG2qpCgFE920DbCGtMMXIROvFM81.lazyload, #IpdLFG2qpCgFE920DbCGtMMXIROvFM81.lazyloading { background-image: none; }#IpdLFG2qpCgFE920DbCGtMMXIROvFM81 > .row .container { background-color: transparent; background-image: none; }#IpdLFG2qpCgFE920DbCGtMMXIROvFM81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpdLFG2qpCgFE920DbCGtMMXIROvFM81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpdLFG2qpCgFE920DbCGtMMXIROvFM81 > .row .container > .video-iframe-container { display: none; }#IpdLFG2qpCgFE920DbCGtMMXIROvFM81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpdLFG2qpCgFE920DbCGtMMXIROvFM81 > .row > .video-iframe-container { display: none; }#IpdLFG2qpCgFE920DbCGtMMXIROvFM81 > .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); }#IpdLFG2qpCgFE920DbCGtMMXIROvFM81 > .row .container { border-width: 0; border-radius: 0; }#IpdLFG2qpCgFE920DbCGtMMXIROvFM81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IpdLFG2qpCgFE920DbCGtMMXIROvFM81 > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#VsmkZ8D6cyTfxMTUUqsF7GaKGyL7fowr { position:absolute;display:block;z-index:15000;background-color:#092f57;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.625rem 0.75rem 2rem rgba(0,0,0,0.21) ;height:27.4375rem;width:29.9375rem;top:9.21875rem;left:33.1875rem;display:block; }
#zpGVR9meXwDW2vaUSeqGeNkp2Td6XbSF { color:rgba(var(--color-tertiary-0),1);display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:24.625rem;left:35.71875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ua47XCBgVrNIfbmeEOmfi5V5CzwSqcvT { background-color:rgba(var(--color-primary-4),1);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:12.5rem;left:20.125rem;display:block; }
#NXmrWGygHnWvry0m2foDwSSid0QK25QT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHzmmOMfyEIEorp1RykmWOPboBswhg2m { background-color:rgba(var(--color-primary-4),1);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31.9375rem;left:39.40625rem;display:block; }
#vaS1Eart2CQ9leZ2c1SvZyiwVObDJ0mI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTnDHmpOT1xiRWNTmeNNBgDMPHdOzhSy { position:absolute;display:block;z-index:15023;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:6.25rem;width:6.25rem;top:18.4375rem;left:45.03125rem;overflow:hidden;display:block; }
#Kq941D0MMBfi64r0ucfFttyzEqhA5A23 { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/53034d1d-6667-4398-a43c-a53b3f5116e6/RODOLFO.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:256.25rem;border-top-right-radius:256.25rem;border-bottom-left-radius:256.25rem;border-bottom-right-radius:256.25rem;box-shadow: none;height:5.75rem;width:5.75rem;top:11.34375rem;left:45.28125rem;display:block; }#Kq941D0MMBfi64r0ucfFttyzEqhA5A23.adaptive-delivery-prevent-bg, #Kq941D0MMBfi64r0ucfFttyzEqhA5A23.lazyload, #Kq941D0MMBfi64r0ucfFttyzEqhA5A23.lazyloading { background-image: none; }
#UV1TAbgEU3biAMghxAdWPRf7K6Bovr3r { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0625rem;left:18.875rem;height:2.5625rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#C6cANXLqnyLaOp7II0doOwq02ySQGtBy { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:41.25rem;left:49.65625rem;display:none; }
#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/7JX0-bfiuxQ/unsplash/jj-ying-7JX0-bfiuxQ-photo-1491895200222-0fc4a4c35e18.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG.adaptive-delivery-prevent-bg, #KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG.lazyload, #KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG.lazyloading { background-image: none; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row .container { background-color: transparent; background-image: none; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row .container > .video-iframe-container { display: none; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row > .video-iframe-container { display: none; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .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); }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row .container { border-width: 0; border-radius: 0; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG::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; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#kka0gs8WIeKc7zOlcOJaVJVnxHTQQIQm { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.1875rem;left:12.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#G5rv1ZwJaxVIe796T2qlrIxwA2D8WJMA { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:2.25rem;left:43.0625rem;display:block; }
#isdDsfmeLPyU6pidRvu84LmqvpnNyrtw { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:5.1875rem;left:52.5625rem;height:1.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MTKiQXuyEEsA8UuL7gIvUXaOpRIZJ3Rx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93.0625rem;width:74.875rem;display:none; }
#f7Nn5blEW0UHuPtsM9pLGk5Ek8saoNUl { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;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: none;height:4.6875rem;width:5.1875rem;top:2.25rem;left:42.9375rem;display:block; }
#uSB6TB694r7TBt7xSgAxbdOzfgLy1Mtw { color:rgba(var(--color-tertiary-0),1);display:block;width:20.249125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.3125rem;left:52.5625rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LkIRrKwSRon97SlG6nr9Oy9n74Fid6xT { position:absolute;display:block;z-index:15026;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.4375rem;width:7.0625rem;top:2.0615234375rem;left:4.0625rem;overflow:hidden;display:block; }
#bGsJ8mKirv6mr4FsUFG9ZTp4B2163uw3 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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: none;height:4.93706875rem;width:5.24956875rem;top:2.0625rem;left:42.6875rem;display:block; }
#BlyX8Kg5ugkrSJUNCr8NodPWwbX0wvIM { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:12.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 { position:relative;display:none; }#BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 { border-width: 0; border-radius: 0; }#BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 > .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; }#BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LHNc1aPt8oTrHLpMQgdf8BUk6bU2hKDs { position:absolute;display:block;z-index:15000;height:11.25rem;width:20rem;display:none; }
#QfM7QoHhvyrG2zXupcLXrQ0fvWzV4aFs { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.0625rem;left:10.8125rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF { display:block; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMoUTa37NJkQWTpp6EeHAWeM7NVzuFkw { width:7.875rem;height:5.0625rem;top:0.625rem;left:20.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJFvB8T9wKoXiEZc31kRZZK4KMNWTdTw { width:27.25rem;height:52.3125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIrQcCqrQWhbiXJTbGTAkLPB9T7wr4ti { width:27.3125rem;height:6rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIE8TSWCNqBARCfBxPcIFbqqHKCWrd53 { width:5.75rem;height:5.75rem;top:16.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8IzhIcqLf5BAXPRr5nodB64EqPemTs { width:26.4375rem;height:2.25rem;top:9.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZpgtf7rc4SQqOmQNXEAzNVO1hlyTRmy { width:27.0625rem;height:1.9375rem;top:23.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlDTVhkUTIfILvzMmWHf9vfn15SROu4h { width:18.125rem;height:1.1875rem;top:25.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJFfnJSVVTyeX3PGSPEyw55ELNoTCrBp { width:12.8125rem;height:1.375rem;top:35rem;left:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH1NVQVlhG442f8iUcmFwtIuwIKtviCl { width:2.625rem;height:0.125rem;top:35.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv50y8QIBNAOQbQflfhV1fmsndVQnOMl { width:28.5rem;height:;top:37.5rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue9s8CAelRMq0Op5u0zDsvVGofN7OzVa { width:28.5625rem;height:1.25rem;top:40.1875rem;left:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGmy0WJaeJWWrLDKtTnGKkmi3EHn98c2 { width:16.375rem;height:;top:42.375rem;left:25.75rem;font-size:1.125rem;display:block; }#pGmy0WJaeJWWrLDKtTnGKkmi3EHn98c2 li:before{  }
 }@media only screen and (max-width: 763px) { #GMzk8HfgG5LfSGuw110SrmTkyysn3I3e { width:4.0625rem;height:4.0625rem;top:48.8125rem;left:25.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcToT1UdaU9u7hcBwEaTquJ152FWiazh { width:5.875rem;height:1.125rem;top:28.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt9NeUwkOvANPKdZDiWyNATvDhHz4Kv0 { width:4.0625rem;height:4.0625rem;top:48.8125rem;left:34.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G60RklvmS3UXNgETAipTPlcpkTnLMUgu { display:none; }
 }@media only screen and (max-width: 763px) { #uD1byMPMopxTxTwktefZupkbw0rNpirU { display:none; }
 }@media only screen and (max-width: 763px) { #TkBKJlSiaTWEo0y4o1wQaJSQREIGxJ3s { display:none; }
 }@media only screen and (max-width: 763px) { #bwVpJUBo4KX9m7CHZZXJSXOkAEx3eMg6 { width:5.875rem;height:1.125rem;top:28.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jfr9wOcW94NGvlIyWoc8lPxGIreeQl1d { width:5.0625rem;height:1.125rem;top:28.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggDKLUloM4sCw5sIAZFoV8xq1okTqbCq { top:48.9375rem;left:31.6875rem;width:16.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1GpVqE84ALll8zeDbUT1N6vMlomVCwL { top:58.8125rem;left:25.3125rem;width:8.9375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV3PFqZC2ovZ2LhuJsLDbrVIumzw4glT { top:62.25rem;left:0rem;width:26.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPvn5yyII5PvP7oTMR7dctsOwqSCapq { width:14.1875rem;height:4.5rem;top:63rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd01r5lSU7JiadNbzyCKkkcS3LQt4QgR { width:5.1875rem;height:4.6875rem;top:62.875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkrh6hrL9fL4UUcWq1Eb3VxTLlVeJ37E { width:4.5rem;height:4.375rem;top:63rem;left:12.46875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-regular-label { display:block; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP  { width:15rem;height:auto; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP {display:block;}#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #Vxp5XTfiTlEaLw5creZ9aetTRTUF388k {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #hKTXIRmRE9eD7lZlWZWcVph3aG5TbUn7 { display:block; }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #CcqWxWciqApl5K9cZHM6cU5Zf8MS6yl0 {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #FCTXeqT5NmCGIQ3b88cf9cvUKOSrA4ek {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #P97DdWF6qAgsQ6MuQBq8b4IpTkJgtcbE { display:block; }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #Ahm6MTllOe261TpG0cLsk2TzSvkw5Jx3 {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #lZSEGJQ36zuLIgVdvEB8nxTW27dVaTnT {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #gCoE6E1aywvNfVpMdTdLEhDWa0F4RgLi { display:block; }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #iAhLQrpp7aRKz8vW9xsfFUKDyhdSKs9v {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #p8MWXiWlJdg0lydylbrd020f7C5wCi59 {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #vgWI8hSwhdkiJpAixO6mg1qIwAfrpPB6 {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #yy47Fu7e1dyw7x6bUFK8JqQZdHKedJPu {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #RQbA7T4eBEKIglSaEdbfl2qpzXAfwwEE {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #ITn1C4QQ5A1pmISyB9RsEo4kbIrESGJG { display:block; }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #osAbClp4CQ3UbPDRTleBwgkdFvTLe9T0 {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #p8ni2IbM9II7PIF4fA7gqf18AHwNK62U {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #CnRwiHfU55KuEAyRuutKQ2bDAzFVFVQC {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #WWMBRXXT4K2Mf3pJ7m6OEPZd4xRSNIo7 {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #Fzgb4DPRV3lcQzsC4eHmIaHEdUu46ad7 {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #mm7FydWMzqkRPmTKbo7TTdOF6F044ZCn {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #VIZRgJbgg1U2URqGPcJRvclgMkHSOUBQ {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #oJxyVbN2DRsok9uT7nI7Eq0DuWy9PErf {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #C9DBoVc7SpNpLkCT2zmhW5HgbluBydfp {  }
 }@media only screen and (max-width: 763px) { #bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt { display:block; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4IBpspsqFvvEhwzICf6LAruFnklWhiW { width:47.75rem;height:3.8125rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQQ3ZxoNiCocpIz2iwFXUqOdQ68w9uHe { display:block; } #lyIK161HrDzerxUqpk4azV3eCz1K5NhT.widget-smartsection *:focus-visible, #lyIK161HrDzerxUqpk4azV3eCz1K5NhT.widget-smartsection input[type="text"]:focus-visible, #lyIK161HrDzerxUqpk4azV3eCz1K5NhT.widget-smartsection input[type="email"]:focus-visible, #lyIK161HrDzerxUqpk4azV3eCz1K5NhT.widget-smartsection input[type="tel"]:focus-visible, #lyIK161HrDzerxUqpk4azV3eCz1K5NhT.widget-smartsection textarea:focus-visible { outline: none; } #UQQ3ZxoNiCocpIz2iwFXUqOdQ68w9uHe > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTPhBMd75rsAe50kIMzgnH5ha0ccV3Vy { display:block; } #vB2hmZz1GTnQ3olBzPpVA4OpfIkPKkZR.widget-smartsection *:focus-visible, #vB2hmZz1GTnQ3olBzPpVA4OpfIkPKkZR.widget-smartsection input[type="text"]:focus-visible, #vB2hmZz1GTnQ3olBzPpVA4OpfIkPKkZR.widget-smartsection input[type="email"]:focus-visible, #vB2hmZz1GTnQ3olBzPpVA4OpfIkPKkZR.widget-smartsection input[type="tel"]:focus-visible, #vB2hmZz1GTnQ3olBzPpVA4OpfIkPKkZR.widget-smartsection textarea:focus-visible { outline: none; } #nTPhBMd75rsAe50kIMzgnH5ha0ccV3Vy > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZnLDST8k9dNFEpcddt6ZWAZC9M4LWtx { display:block; } #Wf2017bc69fcb1c21961eb06a8bef12f.widget-smartsection *:focus-visible, #Wf2017bc69fcb1c21961eb06a8bef12f.widget-smartsection input[type="text"]:focus-visible, #Wf2017bc69fcb1c21961eb06a8bef12f.widget-smartsection input[type="email"]:focus-visible, #Wf2017bc69fcb1c21961eb06a8bef12f.widget-smartsection input[type="tel"]:focus-visible, #Wf2017bc69fcb1c21961eb06a8bef12f.widget-smartsection textarea:focus-visible { outline: none; } #XZnLDST8k9dNFEpcddt6ZWAZC9M4LWtx > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbFygfqqlm8bDuO76t0I9wPlpihqeqzH { display:block; } #ye03d737f989224b6354369424c306e0.widget-smartsection *:focus-visible, #ye03d737f989224b6354369424c306e0.widget-smartsection input[type="text"]:focus-visible, #ye03d737f989224b6354369424c306e0.widget-smartsection input[type="email"]:focus-visible, #ye03d737f989224b6354369424c306e0.widget-smartsection input[type="tel"]:focus-visible, #ye03d737f989224b6354369424c306e0.widget-smartsection textarea:focus-visible { outline: none; } #GbFygfqqlm8bDuO76t0I9wPlpihqeqzH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fs9STOGT1grmgFd80osNzT3df2FIfrdT { display:block; } #avZ2ccMgsmtgGJgVgBaUzSBcLnoTO6Uy.widget-smartsection *:focus-visible, #avZ2ccMgsmtgGJgVgBaUzSBcLnoTO6Uy.widget-smartsection input[type="text"]:focus-visible, #avZ2ccMgsmtgGJgVgBaUzSBcLnoTO6Uy.widget-smartsection input[type="email"]:focus-visible, #avZ2ccMgsmtgGJgVgBaUzSBcLnoTO6Uy.widget-smartsection input[type="tel"]:focus-visible, #avZ2ccMgsmtgGJgVgBaUzSBcLnoTO6Uy.widget-smartsection textarea:focus-visible { outline: none; } #Fs9STOGT1grmgFd80osNzT3df2FIfrdT > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGx1bwxw5RVgeWhPGwlBsPU2h9QGOkfF { display:block; } #FMumzvod8Kc4WgtB2HT27lN0zWBSTDX5.widget-smartsection *:focus-visible, #FMumzvod8Kc4WgtB2HT27lN0zWBSTDX5.widget-smartsection input[type="text"]:focus-visible, #FMumzvod8Kc4WgtB2HT27lN0zWBSTDX5.widget-smartsection input[type="email"]:focus-visible, #FMumzvod8Kc4WgtB2HT27lN0zWBSTDX5.widget-smartsection input[type="tel"]:focus-visible, #FMumzvod8Kc4WgtB2HT27lN0zWBSTDX5.widget-smartsection textarea:focus-visible { outline: none; } #iGx1bwxw5RVgeWhPGwlBsPU2h9QGOkfF > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8TLHIN8HnTG7Hq9tOmNgfyWVkLy7Ds1 { display:block; } #z6IzyzTmEynm5O4fypn584WvQ0UuTmvE.widget-smartsection *:focus-visible, #z6IzyzTmEynm5O4fypn584WvQ0UuTmvE.widget-smartsection input[type="text"]:focus-visible, #z6IzyzTmEynm5O4fypn584WvQ0UuTmvE.widget-smartsection input[type="email"]:focus-visible, #z6IzyzTmEynm5O4fypn584WvQ0UuTmvE.widget-smartsection input[type="tel"]:focus-visible, #z6IzyzTmEynm5O4fypn584WvQ0UuTmvE.widget-smartsection textarea:focus-visible { outline: none; } #R8TLHIN8HnTG7Hq9tOmNgfyWVkLy7Ds1 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpdLFG2qpCgFE920DbCGtMMXIROvFM81 { display:block; }#IpdLFG2qpCgFE920DbCGtMMXIROvFM81 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsmkZ8D6cyTfxMTUUqsF7GaKGyL7fowr { width:29.9375rem;height:27.4375rem;top:9.1875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpGVR9meXwDW2vaUSeqGeNkp2Td6XbSF { width:24.875rem;height:6.125rem;top:24.625rem;left:22.09375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua47XCBgVrNIfbmeEOmfi5V5CzwSqcvT { width:23.625rem;height:3.4375rem;top:12.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXmrWGygHnWvry0m2foDwSSid0QK25QT { display:block; }
 }@media only screen and (max-width: 763px) { #QHzmmOMfyEIEorp1RykmWOPboBswhg2m { width:17.5rem;height:3.4375rem;top:31.9375rem;left:25.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaS1Eart2CQ9leZ2c1SvZyiwVObDJ0mI { display:block; }
 }@media only screen and (max-width: 763px) { #kTnDHmpOT1xiRWNTmeNNBgDMPHdOzhSy { top:18.4375rem;left:31.40625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq941D0MMBfi64r0ucfFttyzEqhA5A23 { width:5.75rem;height:5.75rem;top:11.3125rem;left:31.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV1TAbgEU3biAMghxAdWPRf7K6Bovr3r { width:18.0625rem;height:;top:33.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6cANXLqnyLaOp7II0doOwq02ySQGtBy { width:0.625rem;height:0.625rem;top:41.25rem;left:36.03125rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG { display:block; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kka0gs8WIeKc7zOlcOJaVJVnxHTQQIQm { width:18.8125rem;height:1.1875rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5rv1ZwJaxVIe796T2qlrIxwA2D8WJMA { width:4.6875rem;height:4.6875rem;top:2.25rem;left:27.0625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #isdDsfmeLPyU6pidRvu84LmqvpnNyrtw { width:21.125rem;height:1.5rem;top:5.1875rem;left:26.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTKiQXuyEEsA8UuL7gIvUXaOpRIZJ3Rx { width:47.625rem;height:59.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7Nn5blEW0UHuPtsM9pLGk5Ek8saoNUl { width:5.1875rem;height:4.6875rem;top:2.25rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSB6TB694r7TBt7xSgAxbdOzfgLy1Mtw { width:20.1875rem;height:1.6875rem;top:2.3125rem;left:27.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkIRrKwSRon97SlG6nr9Oy9n74Fid6xT { top:2rem;left:0rem;width:7rem;height:4.398058269612rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGsJ8mKirv6mr4FsUFG9ZTp4B2163uw3 { width:5.1875rem;height:4.875rem;top:2.0625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlyX8Kg5ugkrSJUNCr8NodPWwbX0wvIM { width:27rem;height:1.9375rem;top:3rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 { display:none; }#BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LHNc1aPt8oTrHLpMQgdf8BUk6bU2hKDs { display:none; }
 }@media only screen and (max-width: 763px) { #QfM7QoHhvyrG2zXupcLXrQ0fvWzV4aFs { width:18.875rem;height:;top:45.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF { display:block; }#IiVrzZbR9sgHCfPkUOggkwHCEJXgz5nF > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMoUTa37NJkQWTpp6EeHAWeM7NVzuFkw { width:7.875rem;height:5.0625rem;top:1.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJFvB8T9wKoXiEZc31kRZZK4KMNWTdTw { width:20rem;height:62.4375rem;top:1.4995660781861rem;left:-0.061848938465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIrQcCqrQWhbiXJTbGTAkLPB9T7wr4ti { width:20rem;height:5.99935rem;top:1.4995703697204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIE8TSWCNqBARCfBxPcIFbqqHKCWrd53 { width:5.74978125rem;height:5.74978125rem;top:9.5616326332094rem;left:7.1234810948375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/53034d1d-6667-4398-a43c-a53b3f5116e6/RODOLFO.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pIE8TSWCNqBARCfBxPcIFbqqHKCWrd53.adaptive-delivery-prevent-bg, #pIE8TSWCNqBARCfBxPcIFbqqHKCWrd53.lazyload, #pIE8TSWCNqBARCfBxPcIFbqqHKCWrd53.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MT8IzhIcqLf5BAXPRr5nodB64EqPemTs { width:14.124375rem;height:4.26025625rem;top:2.3687067031861rem;left:2.9372830986977rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZpgtf7rc4SQqOmQNXEAzNVO1hlyTRmy { width:18.2498125rem;height:3.73779375rem;top:15.936415195465rem;left:0.87456601858137rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlDTVhkUTIfILvzMmWHf9vfn15SROu4h { width:12.1245625rem;height:1.2999125rem;top:20.186632633209rem;left:3.9366319775581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CJFfnJSVVTyeX3PGSPEyw55ELNoTCrBp { width:20rem;height:1.4624rem;top:66.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH1NVQVlhG442f8iUcmFwtIuwIKtviCl { width:2.625rem;height:0.125rem;top:69rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv50y8QIBNAOQbQflfhV1fmsndVQnOMl { width:20rem;height:1.625rem;top:69.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue9s8CAelRMq0Op5u0zDsvVGofN7OzVa { width:20rem;height:1.2999125rem;top:72.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGmy0WJaeJWWrLDKtTnGKkmi3EHn98c2 { width:17.937rem;height:5.01220625rem;top:75.123046875rem;left:1.02978515625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#pGmy0WJaeJWWrLDKtTnGKkmi3EHn98c2 li:before{  }
 }@media only screen and (max-width: 763px) { #GMzk8HfgG5LfSGuw110SrmTkyysn3I3e { width:4.0625rem;height:4.0625rem;top:23.8125rem;left:2.3740234375rem;font-size:2.8125rem;color:#ffffff;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #wcToT1UdaU9u7hcBwEaTquJ152FWiazh { width:5.875rem;height:1.13769375rem;top:28.8125rem;left:1.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt9NeUwkOvANPKdZDiWyNATvDhHz4Kv0 { width:4.0625rem;height:4.0625rem;top:23.8125rem;left:7.96875rem;font-size:2.8125rem;z-index:15017;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G60RklvmS3UXNgETAipTPlcpkTnLMUgu { top:23.65625rem;left:2.3125rem;width:4.25rem;height:4.25rem;z-index:15016;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD1byMPMopxTxTwktefZupkbw0rNpirU { top:23.65625rem;left:7.8125rem;width:4.25rem;height:4.25rem;z-index:15016;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkBKJlSiaTWEo0y4o1wQaJSQREIGxJ3s { top:23.8125rem;left:13.5rem;width:4.25rem;height:4.25rem;z-index:15017;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwVpJUBo4KX9m7CHZZXJSXOkAEx3eMg6 { width:5.0625rem;height:1.13769375rem;top:28.8125rem;left:7.6875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Jfr9wOcW94NGvlIyWoc8lPxGIreeQl1d { width:5.0625rem;height:1.13769375rem;top:28.8125rem;left:12.875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ggDKLUloM4sCw5sIAZFoV8xq1okTqbCq { width:16.0625rem;height:20rem;top:95.6875rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1GpVqE84ALll8zeDbUT1N6vMlomVCwL { width:8.9375rem;height:8.4375rem;top:58.8125rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NV3PFqZC2ovZ2LhuJsLDbrVIumzw4glT { width:19.875rem;height:5.875rem;top:62.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThPvn5yyII5PvP7oTMR7dctsOwqSCapq { width:14.1875rem;height:auto;top:63rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kd01r5lSU7JiadNbzyCKkkcS3LQt4QgR { width:5.1875rem;height:4.6875rem;top:62.875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wkrh6hrL9fL4UUcWq1Eb3VxTLlVeJ37E { width:4.5rem;height:4.375rem;top:23.65625rem;left:13.4375rem;font-size:3.0625rem;z-index:15018;color:#fffcfb;display:block; }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-input-text {padding-top: 0; padding-bottom: 0;}#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-input-select {padding-top: 0; padding-bottom: 0;}#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP  { width:17.5rem;height:auto;top:31.361328125rem;left:0rem; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP {display:block;}#o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP { width:17.5rem;height:auto;top:31.361328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #Vxp5XTfiTlEaLw5creZ9aetTRTUF388k {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #hKTXIRmRE9eD7lZlWZWcVph3aG5TbUn7 { display:block; }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #CcqWxWciqApl5K9cZHM6cU5Zf8MS6yl0 {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #FCTXeqT5NmCGIQ3b88cf9cvUKOSrA4ek {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #P97DdWF6qAgsQ6MuQBq8b4IpTkJgtcbE { display:block; }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #Ahm6MTllOe261TpG0cLsk2TzSvkw5Jx3 {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #lZSEGJQ36zuLIgVdvEB8nxTW27dVaTnT {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #gCoE6E1aywvNfVpMdTdLEhDWa0F4RgLi { display:block; }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #iAhLQrpp7aRKz8vW9xsfFUKDyhdSKs9v {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #p8MWXiWlJdg0lydylbrd020f7C5wCi59 {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #vgWI8hSwhdkiJpAixO6mg1qIwAfrpPB6 { display:none; }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #yy47Fu7e1dyw7x6bUFK8JqQZdHKedJPu {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #RQbA7T4eBEKIglSaEdbfl2qpzXAfwwEE {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #ITn1C4QQ5A1pmISyB9RsEo4kbIrESGJG { display:block; }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #osAbClp4CQ3UbPDRTleBwgkdFvTLe9T0 {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #p8ni2IbM9II7PIF4fA7gqf18AHwNK62U {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #CnRwiHfU55KuEAyRuutKQ2bDAzFVFVQC {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #WWMBRXXT4K2Mf3pJ7m6OEPZd4xRSNIo7 {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #Fzgb4DPRV3lcQzsC4eHmIaHEdUu46ad7 {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #mm7FydWMzqkRPmTKbo7TTdOF6F044ZCn { display:none; }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #VIZRgJbgg1U2URqGPcJRvclgMkHSOUBQ {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #oJxyVbN2DRsok9uT7nI7Eq0DuWy9PErf {  }
 }@media only screen and (max-width: 763px) { #o7T6zMV6ZfELlJyT8DZTw1CwuPuHBgPP #C9DBoVc7SpNpLkCT2zmhW5HgbluBydfp {  }
 }@media only screen and (max-width: 763px) { #bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt { display:block; }#bHDdugGaE6HFkLEJRaEh69qBbAnhTgHt > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4IBpspsqFvvEhwzICf6LAruFnklWhiW { width:20rem;height:6.1853rem;top:2.0638027191162rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UQQ3ZxoNiCocpIz2iwFXUqOdQ68w9uHe { display:block; } #lyIK161HrDzerxUqpk4azV3eCz1K5NhT.widget-smartsection *:focus-visible, #lyIK161HrDzerxUqpk4azV3eCz1K5NhT.widget-smartsection input[type="text"]:focus-visible, #lyIK161HrDzerxUqpk4azV3eCz1K5NhT.widget-smartsection input[type="email"]:focus-visible, #lyIK161HrDzerxUqpk4azV3eCz1K5NhT.widget-smartsection input[type="tel"]:focus-visible, #lyIK161HrDzerxUqpk4azV3eCz1K5NhT.widget-smartsection textarea:focus-visible { outline: none; } #UQQ3ZxoNiCocpIz2iwFXUqOdQ68w9uHe > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTPhBMd75rsAe50kIMzgnH5ha0ccV3Vy { display:block; } #vB2hmZz1GTnQ3olBzPpVA4OpfIkPKkZR.widget-smartsection *:focus-visible, #vB2hmZz1GTnQ3olBzPpVA4OpfIkPKkZR.widget-smartsection input[type="text"]:focus-visible, #vB2hmZz1GTnQ3olBzPpVA4OpfIkPKkZR.widget-smartsection input[type="email"]:focus-visible, #vB2hmZz1GTnQ3olBzPpVA4OpfIkPKkZR.widget-smartsection input[type="tel"]:focus-visible, #vB2hmZz1GTnQ3olBzPpVA4OpfIkPKkZR.widget-smartsection textarea:focus-visible { outline: none; } #nTPhBMd75rsAe50kIMzgnH5ha0ccV3Vy > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZnLDST8k9dNFEpcddt6ZWAZC9M4LWtx { display:block; } #Wf2017bc69fcb1c21961eb06a8bef12f.widget-smartsection *:focus-visible, #Wf2017bc69fcb1c21961eb06a8bef12f.widget-smartsection input[type="text"]:focus-visible, #Wf2017bc69fcb1c21961eb06a8bef12f.widget-smartsection input[type="email"]:focus-visible, #Wf2017bc69fcb1c21961eb06a8bef12f.widget-smartsection input[type="tel"]:focus-visible, #Wf2017bc69fcb1c21961eb06a8bef12f.widget-smartsection textarea:focus-visible { outline: none; } #XZnLDST8k9dNFEpcddt6ZWAZC9M4LWtx > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbFygfqqlm8bDuO76t0I9wPlpihqeqzH { display:block; } #ye03d737f989224b6354369424c306e0.widget-smartsection *:focus-visible, #ye03d737f989224b6354369424c306e0.widget-smartsection input[type="text"]:focus-visible, #ye03d737f989224b6354369424c306e0.widget-smartsection input[type="email"]:focus-visible, #ye03d737f989224b6354369424c306e0.widget-smartsection input[type="tel"]:focus-visible, #ye03d737f989224b6354369424c306e0.widget-smartsection textarea:focus-visible { outline: none; } #GbFygfqqlm8bDuO76t0I9wPlpihqeqzH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fs9STOGT1grmgFd80osNzT3df2FIfrdT { display:block; } #avZ2ccMgsmtgGJgVgBaUzSBcLnoTO6Uy.widget-smartsection *:focus-visible, #avZ2ccMgsmtgGJgVgBaUzSBcLnoTO6Uy.widget-smartsection input[type="text"]:focus-visible, #avZ2ccMgsmtgGJgVgBaUzSBcLnoTO6Uy.widget-smartsection input[type="email"]:focus-visible, #avZ2ccMgsmtgGJgVgBaUzSBcLnoTO6Uy.widget-smartsection input[type="tel"]:focus-visible, #avZ2ccMgsmtgGJgVgBaUzSBcLnoTO6Uy.widget-smartsection textarea:focus-visible { outline: none; } #Fs9STOGT1grmgFd80osNzT3df2FIfrdT > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGx1bwxw5RVgeWhPGwlBsPU2h9QGOkfF { display:block; } #FMumzvod8Kc4WgtB2HT27lN0zWBSTDX5.widget-smartsection *:focus-visible, #FMumzvod8Kc4WgtB2HT27lN0zWBSTDX5.widget-smartsection input[type="text"]:focus-visible, #FMumzvod8Kc4WgtB2HT27lN0zWBSTDX5.widget-smartsection input[type="email"]:focus-visible, #FMumzvod8Kc4WgtB2HT27lN0zWBSTDX5.widget-smartsection input[type="tel"]:focus-visible, #FMumzvod8Kc4WgtB2HT27lN0zWBSTDX5.widget-smartsection textarea:focus-visible { outline: none; } #iGx1bwxw5RVgeWhPGwlBsPU2h9QGOkfF > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8TLHIN8HnTG7Hq9tOmNgfyWVkLy7Ds1 { display:block; } #z6IzyzTmEynm5O4fypn584WvQ0UuTmvE.widget-smartsection *:focus-visible, #z6IzyzTmEynm5O4fypn584WvQ0UuTmvE.widget-smartsection input[type="text"]:focus-visible, #z6IzyzTmEynm5O4fypn584WvQ0UuTmvE.widget-smartsection input[type="email"]:focus-visible, #z6IzyzTmEynm5O4fypn584WvQ0UuTmvE.widget-smartsection input[type="tel"]:focus-visible, #z6IzyzTmEynm5O4fypn584WvQ0UuTmvE.widget-smartsection textarea:focus-visible { outline: none; } #R8TLHIN8HnTG7Hq9tOmNgfyWVkLy7Ds1 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpdLFG2qpCgFE920DbCGtMMXIROvFM81 { display:block; }#IpdLFG2qpCgFE920DbCGtMMXIROvFM81 > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsmkZ8D6cyTfxMTUUqsF7GaKGyL7fowr { width:20rem;height:34.1875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpGVR9meXwDW2vaUSeqGeNkp2Td6XbSF { width:17.6875rem;height:9.2798125rem;top:10.1875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua47XCBgVrNIfbmeEOmfi5V5CzwSqcvT { width:17.5rem;height:3.4375rem;top:32.0625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXmrWGygHnWvry0m2foDwSSid0QK25QT { display:block; }
 }@media only screen and (max-width: 763px) { #QHzmmOMfyEIEorp1RykmWOPboBswhg2m { width:17.5rem;height:3.4375rem;top:21.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaS1Eart2CQ9leZ2c1SvZyiwVObDJ0mI { display:block; }
 }@media only screen and (max-width: 763px) { #kTnDHmpOT1xiRWNTmeNNBgDMPHdOzhSy { width:4.9375rem;height:4.9375rem;top:4.4375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq941D0MMBfi64r0ucfFttyzEqhA5A23 { width:4.75rem;height:4.75rem;top:26.8125rem;left:7.625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/53034d1d-6667-4398-a43c-a53b3f5116e6/RODOLFO.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Kq941D0MMBfi64r0ucfFttyzEqhA5A23.adaptive-delivery-prevent-bg, #Kq941D0MMBfi64r0ucfFttyzEqhA5A23.lazyload, #Kq941D0MMBfi64r0ucfFttyzEqhA5A23.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UV1TAbgEU3biAMghxAdWPRf7K6Bovr3r { width:18.0625rem;height:;top:33.25rem;left:0.96875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #C6cANXLqnyLaOp7II0doOwq02ySQGtBy { width:0.625rem;height:0.625rem;top:38.125rem;left:9.6875rem;font-size:0.4375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG { background-color:transparent;background-image:url("https://images.assets-landingi.com/7JX0-bfiuxQ/unsplash/jj-ying-7JX0-bfiuxQ-photo-1491895200222-0fc4a4c35e18.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG.adaptive-delivery-prevent-bg, #KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG.lazyload, #KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG.lazyloading { background-image: none; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row .container { background-color: transparent; background-image: none; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eeaa00; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row .container > .video-iframe-container { display: none; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eeaa00; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row > .video-iframe-container { display: none; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .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); }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row .container { border-width: 0; border-radius: 0; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG::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; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiFd6TFLI0sDq1a64n1GufTqQ7rPQZXG > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kka0gs8WIeKc7zOlcOJaVJVnxHTQQIQm { width:19.936rem;height:1.2999125rem;top:7.2179095745087rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5rv1ZwJaxVIe796T2qlrIxwA2D8WJMA { width:4.625rem;height:4.625rem;top:29.875rem;left:7.75rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isdDsfmeLPyU6pidRvu84LmqvpnNyrtw { width:20rem;height:1.51215rem;top:37.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTKiQXuyEEsA8UuL7gIvUXaOpRIZJ3Rx { top:9.40102148056rem;left:2.5314672589302rem;width:14.936rem;height:18.5623125rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f7Nn5blEW0UHuPtsM9pLGk5Ek8saoNUl { width:5.1875rem;height:4.6875rem;top:29.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSB6TB694r7TBt7xSgAxbdOzfgLy1Mtw { width:20rem;height:1.71875rem;top:40rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkIRrKwSRon97SlG6nr9Oy9n74Fid6xT { width:6.9975625rem;height:4.3974625rem;top:44.37451171875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGsJ8mKirv6mr4FsUFG9ZTp4B2163uw3 { width:5.18663125rem;height:4.87413125rem;top:29.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlyX8Kg5ugkrSJUNCr8NodPWwbX0wvIM { width:20rem;height:3.73779375rem;top:2.4240455627441rem;left:0rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 { background-color:#092f57;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 > .row .container { background-color: transparent; background-image: none; }#BaOVUePZriDe3GllrDyXK5ROTxgUIdR4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 > .row .container > .video-iframe-container { display: none; }#BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 > .row > .video-iframe-container { display: none; }#BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 > .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); }#BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 > .row .container { border-width: 0; border-radius: 0; }#BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaOVUePZriDe3GllrDyXK5ROTxgUIdR4 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHNc1aPt8oTrHLpMQgdf8BUk6bU2hKDs { top:2.5607604980469rem;left:2.2808161377907rem;width:15.4373125rem;height:2.31228125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #QfM7QoHhvyrG2zXupcLXrQ0fvWzV4aFs { width:18.875rem;height:1.2999125rem;top:0.625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }