.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fbb03b;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#Fl1TvT2sJezgtIriPvGGap99dnKl9c0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbb03b;background-image:none;position:relative;display:block; }#Fl1TvT2sJezgtIriPvGGap99dnKl9c0g > .row .container { background-color: transparent; background-image: none; }#Fl1TvT2sJezgtIriPvGGap99dnKl9c0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fl1TvT2sJezgtIriPvGGap99dnKl9c0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fl1TvT2sJezgtIriPvGGap99dnKl9c0g > .row .container > .video-iframe-container { display: none; }#Fl1TvT2sJezgtIriPvGGap99dnKl9c0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fl1TvT2sJezgtIriPvGGap99dnKl9c0g > .row > .video-iframe-container { display: none; }#Fl1TvT2sJezgtIriPvGGap99dnKl9c0g > .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); }#Fl1TvT2sJezgtIriPvGGap99dnKl9c0g > .row .container { border-width: 0; border-radius: 0; }#Fl1TvT2sJezgtIriPvGGap99dnKl9c0g > .row > .video-iframe-container {  }#Fl1TvT2sJezgtIriPvGGap99dnKl9c0g > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#oJXf4DRQrtg21ZlpyA9ssQewtQl8GueU { color:#000000;display:block;width:32.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.4;letter-spacing:0;top:0.9375rem;left:21.25rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuiymu1TGXHe9csILTVl6DScd3KbydyK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6718;background-image:none;position:relative;display:block; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { background-color: transparent; background-image: none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container > .video-iframe-container { display: none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row > .video-iframe-container { display: none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .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); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { border-width: 0; border-radius: 0; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row > .video-iframe-container {  }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#Py7ueViTrnSFnSbGE3ld4na0lqnGrTcX { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.0625rem;width:33.8125rem;top:7.6875rem;left:38.871867881549rem;overflow:hidden;display:block; }
#m06rvM7TBJnRJbt2mRz9LbzoEleUhAdC { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:8.125rem;top:4.125rem;left:53.375rem;overflow:hidden;display:block; }
#wDgIsQa6R9FFDokcRhoamxny19PU0eni { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:13.875rem;top:15.9375rem;left:3.875rem;overflow:hidden;display:block; }
#d6t5efJ4A7GWcnNcZTXppNiGUrpyTHD4 { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"league spartan";font-size:2.0625rem;font-weight:400;z-index:100021;line-height:1.1;letter-spacing:0;top:15.9375rem;left:15.3125rem;height:4.5371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m4mpWERGPpx7xiIlIBPxESSi5Qsa8ghU { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:30.625rem;top:4.125rem;left:4.6875rem;overflow:hidden;display:block; }
#lTUKZWFLkbSHmkvTUq3xmoCh9AA11v4m { 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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"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:100022;text-align:center;text-align-last:center;top:33.1875rem;left:48.6875rem;display:block; }
#IKJMJ7eOiQOP5D3zGmpmCNssUCivaBaP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XZH1rxW954WqwwLrSdn3O57FZDOXqkzm { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:"league spartan";font-size:2.4375rem;font-weight:400;z-index:100011;line-height:1.1;letter-spacing:0;top:33.9375rem;left:2.1875rem;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; }
#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LSxFGpoS/backBlanco.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg.adaptive-delivery-prevent-bg, #SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg.lazyload, #SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg.lazyloading { background-image: none; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row .container { background-color: transparent; background-image: none; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row .container > .video-iframe-container { display: none; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row > .video-iframe-container { display: none; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .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); }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row .container { border-width: 0; border-radius: 0; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row > .video-iframe-container {  }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#NuqbDsJVwbpgDGUO8OK8dFb0kBUmoNbq { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:40.0625rem;left:0.15625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JoLOeTcQExnFREVOTuKKrDrX9KrpHccx { color:#000000;display:block;width:46.125rem;position:absolute;font-family:"league spartan";font-size:1.5625rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:33.375rem;left:13.53125rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZNANOgk6iw7aLa9i9fhfMc0Ps4PJlE6J { color:#000000;display:block;width:43.8125rem;position:absolute;font-family:"league spartan";font-size:2.625rem;font-weight:700;z-index:100010;line-height:1.1;letter-spacing:0;top:3.3916015625rem;left:13.53125rem;height:8.661625rem;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; }
#x6XCdp55PqdeV1Ovsm7gwdaBreNb2Th0 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:14.125rem;top:15.75rem;left:14.4375rem;overflow:hidden;display:block; }
#UyNJohnP8OR7AQiTAp2C0RSS6HKTt8ry { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:14.125rem;top:15.75rem;left:30.9375rem;overflow:hidden;display:block; }
#tm3ExW6SWPEDqgPogL7Np5WXbn1EAb70 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:14.125rem;top:15.75rem;left:46.9375rem;overflow:hidden;display:block; }
#edI4S1xTghB646DNUtxqbwKoQDtdZTxG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/OQyixOPm/separador.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG.adaptive-delivery-prevent-bg, #edI4S1xTghB646DNUtxqbwKoQDtdZTxG.lazyload, #edI4S1xTghB646DNUtxqbwKoQDtdZTxG.lazyloading { background-image: none; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container { background-color: transparent; background-image: none; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container > .video-iframe-container { display: none; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row > .video-iframe-container { display: none; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .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); }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container { border-width: 0; border-radius: 0; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row > .video-iframe-container {  }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffab00;background-image:none;position:relative;display:block; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row .container { background-color: transparent; background-image: none; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row .container > .video-iframe-container { display: none; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row > .video-iframe-container { display: none; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .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); }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row .container { border-width: 0; border-radius: 0; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row > .video-iframe-container {  }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#fmOcR7oXEaNslBnbPJPTihT3gtuw0T0F { color:#000000;display:block;width:75rem;position:absolute;font-family:"league spartan";font-size:2.5rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNO0iAdlL4NqpV5PZ1HTAPBPNAy4FKAq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffab00;background-image:none;position:relative;display:block; }#tNO0iAdlL4NqpV5PZ1HTAPBPNAy4FKAq > .row .container { background-color: transparent; background-image: none; }#tNO0iAdlL4NqpV5PZ1HTAPBPNAy4FKAq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNO0iAdlL4NqpV5PZ1HTAPBPNAy4FKAq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNO0iAdlL4NqpV5PZ1HTAPBPNAy4FKAq > .row .container > .video-iframe-container { display: none; }#tNO0iAdlL4NqpV5PZ1HTAPBPNAy4FKAq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNO0iAdlL4NqpV5PZ1HTAPBPNAy4FKAq > .row > .video-iframe-container { display: none; }#tNO0iAdlL4NqpV5PZ1HTAPBPNAy4FKAq > .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); }#tNO0iAdlL4NqpV5PZ1HTAPBPNAy4FKAq > .row .container { border-width: 0; border-radius: 0; }#tNO0iAdlL4NqpV5PZ1HTAPBPNAy4FKAq > .row > .video-iframe-container {  }#tNO0iAdlL4NqpV5PZ1HTAPBPNAy4FKAq > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#LbB3MZUWCWzhT8XMTHBHQA95OOacyiLT { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ogSJ1U3n/edomex_heroes_san_pablo.gif");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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:14.375rem;width:23.4375rem;top:1.75rem;left:25.8125rem;display:block; }#LbB3MZUWCWzhT8XMTHBHQA95OOacyiLT.adaptive-delivery-prevent-bg, #LbB3MZUWCWzhT8XMTHBHQA95OOacyiLT.lazyload, #LbB3MZUWCWzhT8XMTHBHQA95OOacyiLT.lazyloading { background-image: none; }
#qsbZimBcQXEp4vvpEvEOilgWBWz8zMTK { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.14) ;height:43.75rem;width:23.4375rem;top:1.8125rem;left:25.8125rem;display:block; }
#hUqyD24tTdZt4qiI3OgzVlRgatlUCLxn { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:8.5rem;top:26.9375rem;left:26.6875rem;overflow:hidden;display:block; }
#oXTMZK3XClAw7LgivTWSNtMqUn16f4xg { position:absolute;display:block;z-index:100038;background-color:#7f7d7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:26.1875rem;left:26.6875rem;display:block; }
#HDSOn2owI5WzcwHvnmQZZOWfSyaIrvNr { color:#2d3238;display:block;width:21.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100089;line-height:1.4;letter-spacing:0;top:20.6875rem;left:26.875rem;height:4.1997rem;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; }
#OkDVoxS2nXEIepiiBMzRmt8C4QhgkZG7 { color:rgba(2,2,2,0.38);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:16.5rem;left:26.8125rem;height:1.625rem;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; }
#R7sxOviXREt4wQd0bBwwotxrfKukTo3E { color:#ff6718;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:29.5rem;left:39.625rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oHQoKxSIUMyq34aJNFPZLZfmyvdTdoWM { color:#7f7d7d;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:26.8125rem;left:39.6875rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#baT1UEHQMKkUOtHBk6aCCdWwgxVHZ733 { color:#7f7d7d;display:block;width:8.875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:27.625rem;left:39.3125rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Skc50GUlwUoSgoTzmvJDTbvmqDu1ISlu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100088;top:18.0625rem;left:26.6875rem; }
#ilHPnF3a20Bt5hWK9i1xyOozN1FSRrx6 { color:#ff6718;display:block;width:15.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:18.1875rem;left:28.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZoPC7qAxzhdiMBNVmSXvHMNOvi6NBwLJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100072;top:29.375rem;left:38.5625rem; }
#fzpUt9R2hiC5xlPWv2nIZSM69IRsUxu2 { position:absolute;display:block;z-index:100067;background-color:#ff6718;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:23.5625rem;top:32.1875rem;left:25.75rem;display:block; }
#RiSG81sMWOTp578Tfabf0dPwllb86EZm { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;z-index:100077;text-align:center;text-align-last:center;top:41.5rem;left:29.6875rem;display:block; }
#Bw1D0qJBw3fWWvBb65Ngry2oyXF71TlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T0od2DF60HSTqN4IEgd5bEkolAadzzS5 { background-color:#6c9e18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;z-index:100076;text-align:center;text-align-last:center;top:37.75rem;left:29.6875rem;display:block; }
#TfXgAMRHHUkoyibl4kzV92bHhE4op79L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pFpHFdLLNozOWwfLNK0N3FxTfJO6C8Ka { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/hEaKHM5w/edomex_bosques_de_los_heroes.gif");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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:14.375rem;width:23.4375rem;top:1.75rem;left:0.8125rem;display:block; }#pFpHFdLLNozOWwfLNK0N3FxTfJO6C8Ka.adaptive-delivery-prevent-bg, #pFpHFdLLNozOWwfLNK0N3FxTfJO6C8Ka.lazyload, #pFpHFdLLNozOWwfLNK0N3FxTfJO6C8Ka.lazyloading { background-image: none; }
#RwpJgAz0rAQXfgBnR6SuF3fB08Ngh8T8 { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.14) ;height:43.75rem;width:23.4375rem;top:1.8125rem;left:0.8125rem;display:block; }
#WgJ3LBHpQJTBXvpQZaDLWs9tGsHGf3TT { color:rgba(2,2,2,0.38);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:16.6875rem;left:1.8125rem;height:1.625rem;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; }
#KptHHyQvGvU6bNTux5FLdSlWfkxI3BL6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100105;top:18.25rem;left:1.6875rem; }
#HzyJzL2SlbvfumdoShe5lmVCnMRrtVwa { color:#ff6718;display:block;width:15.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:100102;line-height:1.3;letter-spacing:0;top:18.375rem;left:3.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LesCBeCiNLxOgoXSWZzPy3RmLm5wXp99 { position:absolute;display:block;z-index:100084;background-color:#ff6718;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:23.5625rem;top:32rem;left:0.75rem;display:block; }
#NTAcGUrCBc53BIKcTteTn9x97f4v4env { position:absolute;display:block;z-index:100091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:6.0625rem;top:30.9375rem;left:17.3125rem;overflow:hidden;display:block; }
#LPdCw8BLK2mVxsPSXJf1ClupQBZB7qI4 { color:#2d3238;display:block;width:21.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100106;line-height:1.4;letter-spacing:0;top:20.6875rem;left:1.875rem;height:4.1997rem;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; }
#v2Xi0UtbAdRHoIVARdC430m3NnprfVB5 { position:absolute;display:block;z-index:100055;background-color:#7f7d7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:26.25rem;left:1.6875rem;display:block; }
#RdK5eIP4kPLfB5DQ0WFwtxD3xDTRWB96 { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:6.9375rem;top:27rem;left:1.6875rem;overflow:hidden;display:block; }
#Efb6kEenTAshqRiO8VT2f1e3k150wm9I { color:#ff6718;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:29.5625rem;left:14.625rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sm8bqxOQXXXZ1g8ObdeSARTv5qziy8zn { color:#7f7d7d;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:26.875rem;left:14.6875rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hb8NpFW0aQw2PsP2408dWA1Qn38oeRef { color:#7f7d7d;display:block;width:8.875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:27.6875rem;left:14.3125rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WcV9PE8TilKCF1Vfbd95oHTtWcyPT9JA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100089;top:29.5rem;left:13.5625rem; }
#dF2b91NKLIuUhI2PxmnNuFR9AmUcD1q1 { background-color:#6c9e18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;z-index:100093;text-align:center;text-align-last:center;top:37.75rem;left:4.6875rem;display:block; }
#JmdxBeFGHeTNsxwhZuJ8PFULDGFmMlF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kcZuQw6AZmCuCQIfBhe2bw3MHC0NQnCQ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;z-index:100094;text-align:center;text-align-last:center;top:41.8125rem;left:4.6875rem;display:block; }
#fybtuV1rTsdbRZfBHU1Uta78UBl4adBA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qy052q9rXEdZ4MCMZqbrls3bUKul8SKe { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:700;z-index:100107;line-height:1.1;letter-spacing:0;top:32.5rem;left:1.0625rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ann50yhShoErQdaE6l68OcV5SrG1S8Ac { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:700;z-index:100109;line-height:1.1;letter-spacing:0;top:32.4375rem;left:26.3125rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EPIaFe5pqLNpkTBCbb0UHq62BZrfe7CW { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:6.0625rem;top:31rem;left:42.3125rem;overflow:hidden;display:block; }
#PA2cqOh3dSF9WQQpdxqBciXyl7EkX5yH { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/t3D0B15a/edomex_heroes_chalco.gif");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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:14.375rem;width:23.4375rem;top:1.75rem;left:50.8125rem;display:block; }#PA2cqOh3dSF9WQQpdxqBciXyl7EkX5yH.adaptive-delivery-prevent-bg, #PA2cqOh3dSF9WQQpdxqBciXyl7EkX5yH.lazyload, #PA2cqOh3dSF9WQQpdxqBciXyl7EkX5yH.lazyloading { background-image: none; }
#w2bTCQO9PiFe1OcRWKda8MHfeGSOSaSf { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.14) ;height:43.75rem;width:23.4375rem;top:1.8125rem;left:50.8125rem;display:block; }
#iBiqP99WSTZN3QAmXyEKUQhq0i0S9f6r { color:rgba(2,2,2,0.38);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:16.5rem;left:51.8125rem;height:1.625rem;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; }
#wraPoROvozIA85GkRkmsR8TyKPOyyc41 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100105;top:18.0625rem;left:51.6875rem; }
#B7PDG8RlApDqVDcpWSlnbOz45vFwhMqg { color:#ff6718;display:block;width:15.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:100102;line-height:1.3;letter-spacing:0;top:18.1875rem;left:53.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Br2It9UwlfHXnThc3qu2XHq6qc5GC7dW { color:#2d3238;display:block;width:21.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100106;line-height:1.4;letter-spacing:0;top:20.6875rem;left:51.875rem;height:4.1997rem;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; }
#g9hDqobGpdkdcIv9lUZFB2T1O2L9Afrb { position:absolute;display:block;z-index:100055;background-color:#7f7d7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:26.1875rem;left:51.6875rem;display:block; }
#CUO2t0uyUV8t9DRbDkgHUN0oJcGTg2o6 { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:8.5rem;top:26.9375rem;left:51.6875rem;overflow:hidden;display:block; }
#Tt0pvHqc5T53I0CpFxVxOdtyQGpTpmC1 { color:#7f7d7d;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:26.8125rem;left:64.6875rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#E2cgJ8Lu0Is176ovnT3t3yXS3u1I1LdD { color:#ff6718;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:29.5rem;left:64.625rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BMAD8uvWVanSAPfCJhnZmAbMTf0mq7m8 { color:#7f7d7d;display:block;width:8.875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:27.625rem;left:64.3125rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DtvRmVTvlTsNrvJmLZmMJS1btSa4WMGi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100089;top:29.375rem;left:63.5625rem; }
#pvT8wsEhLCoxLNXGbdKp0CwzbI4emzsc { position:absolute;display:block;z-index:100084;background-color:#ff6718;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:23.5625rem;top:32.1875rem;left:50.75rem;display:block; }
#zmW1pdqZRllpF3Tc7cIzr0afxnEztXpT { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:700;z-index:100126;line-height:1.1;letter-spacing:0;top:32.4375rem;left:51.3125rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dz93ViB8pMC0AQRbLT1QSSCg1MyAUhfa { position:absolute;display:block;z-index:100110;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:6.0625rem;top:31rem;left:67.3125rem;overflow:hidden;display:block; }
#HVEsk4Q6N5TRMvVRO66qL07dyPK2JbQK { background-color:#6c9e18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;z-index:100093;text-align:center;text-align-last:center;top:37.75rem;left:54.6875rem;display:block; }
#EiZqGNTtUaoyU7HVGblrWFA5lQdkfTLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d4VzA3MyxfOAUFmTsvIQJZCiqar4gLtB { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;z-index:100094;text-align:center;text-align-last:center;top:41.5rem;left:54.6875rem;display:block; }
#vkoLiuJLDpmpJcdLEqv8HnceWIgCfLMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DBrxrtXC5Away437Tq8IZocnE6Sqp6bh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffab00;background-image:none;position:relative;display:block; }#DBrxrtXC5Away437Tq8IZocnE6Sqp6bh > .row .container { background-color: transparent; background-image: none; }#DBrxrtXC5Away437Tq8IZocnE6Sqp6bh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBrxrtXC5Away437Tq8IZocnE6Sqp6bh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBrxrtXC5Away437Tq8IZocnE6Sqp6bh > .row .container > .video-iframe-container { display: none; }#DBrxrtXC5Away437Tq8IZocnE6Sqp6bh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBrxrtXC5Away437Tq8IZocnE6Sqp6bh > .row > .video-iframe-container { display: none; }#DBrxrtXC5Away437Tq8IZocnE6Sqp6bh > .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); }#DBrxrtXC5Away437Tq8IZocnE6Sqp6bh > .row .container { border-width: 0; border-radius: 0; }#DBrxrtXC5Away437Tq8IZocnE6Sqp6bh > .row > .video-iframe-container {  }#DBrxrtXC5Away437Tq8IZocnE6Sqp6bh > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#VaRWgcaHW4X3I1vS0TxE1eORWPgGTUnv { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/mvTds3ZP/los_heroes_tizayuca.gif");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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:14.375rem;width:23.4375rem;top:1.75rem;left:25.8125rem;display:block; }#VaRWgcaHW4X3I1vS0TxE1eORWPgGTUnv.adaptive-delivery-prevent-bg, #VaRWgcaHW4X3I1vS0TxE1eORWPgGTUnv.lazyload, #VaRWgcaHW4X3I1vS0TxE1eORWPgGTUnv.lazyloading { background-image: none; }
#sFOT1NoZFXx8fiFo07lRrPfABafZikIr { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.14) ;height:43.75rem;width:23.4375rem;top:1.8125rem;left:25.8125rem;display:block; }
#UXyCN3cwXBToGbR4u0UyPPkcBiQ6pGyb { color:rgba(2,2,2,0.38);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:16.6875rem;left:26.8125rem;height:1.625rem;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; }
#kKpgNgsfH9gXNxAygg3AZGpnbcUl5UVO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100105;top:18.25rem;left:26.6875rem; }
#QT6J9z7LQZJXE2FuKPhw85siByc8lwPa { color:#ff6718;display:block;width:15.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:100102;line-height:1.3;letter-spacing:0;top:18.375rem;left:28.0625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i2nwzTnG9vW0Ski22k42ScsuSngSZk1h { position:absolute;display:block;z-index:100084;background-color:#ff6718;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:23.5625rem;top:32rem;left:25.75rem;display:block; }
#rwvvkEFvdlS4eOXbPZTH4WwOAaeHDcS4 { position:absolute;display:block;z-index:100091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:6.0625rem;top:30.9375rem;left:42.3125rem;overflow:hidden;display:block; }
#higEcSerc2hkf4fU7Tf6DJRSvCi5mEtS { color:#2d3238;display:block;width:21.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100106;line-height:1.4;letter-spacing:0;top:20.6875rem;left:26.875rem;height:4.1997rem;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; }
#OUa8HVCKWgS7Uuo68ELnhaLlJvlq2PL3 { position:absolute;display:block;z-index:100055;background-color:#7f7d7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:21.5625rem;top:26.25rem;left:26.6875rem;display:block; }
#UWC69rzcfIwMh5yGazEmGqUADcoBn9Uv { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:8.5rem;top:27rem;left:26.6875rem;overflow:hidden;display:block; }
#hG5zIUawURUeqMKN8Mvh1T6mvsIATrtT { color:#ff6718;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:29.5625rem;left:39.625rem;height:1.13720625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bwNQHSOMrwMLo7cWt1GyzmWgTFJC8OSo { color:#7f7d7d;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:26.875rem;left:39.6875rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#U3OC0bxbZu6hsesQkz36cCFprT6lDPIO { color:#7f7d7d;display:block;width:8.875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:27.6875rem;left:39.3125rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tTPsEcxM6VuCCJUACB89NItBrTQny9vO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100089;top:29.5rem;left:38.5625rem; }
#gERVOOKnp8omHPZsKD1NypMqWQFUGbID { background-color:#6c9e18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;z-index:100093;text-align:center;text-align-last:center;top:37.75rem;left:29.6875rem;display:block; }
#kIKWUTR6v2JGtZsf0vs1Eg2dTPW5k3tT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ODMNnT9GP9qTH5Q8nvs2deJ4UQ9KFQOX { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5rem;text-decoration:none;z-index:100094;text-align:center;text-align-last:center;top:41.8125rem;left:29.6875rem;display:block; }
#U6NuAU7Rw827p0A93ZhvFi7x2pP6G535 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OfKUAzZ5RB1U6E0c5JeMl8DDMEl1niGI { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"league spartan";font-size:1.75rem;font-weight:700;z-index:100107;line-height:1.1;letter-spacing:0;top:32.5rem;left:26.0625rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XmVJxITpw9XUrhJuat1sMUrvOIgg18sp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffab00;background-image:none;position:relative;display:block; }#XmVJxITpw9XUrhJuat1sMUrvOIgg18sp > .row .container { background-color: transparent; background-image: none; }#XmVJxITpw9XUrhJuat1sMUrvOIgg18sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmVJxITpw9XUrhJuat1sMUrvOIgg18sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmVJxITpw9XUrhJuat1sMUrvOIgg18sp > .row .container > .video-iframe-container { display: none; }#XmVJxITpw9XUrhJuat1sMUrvOIgg18sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmVJxITpw9XUrhJuat1sMUrvOIgg18sp > .row > .video-iframe-container { display: none; }#XmVJxITpw9XUrhJuat1sMUrvOIgg18sp > .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); }#XmVJxITpw9XUrhJuat1sMUrvOIgg18sp > .row .container { border-width: 0; border-radius: 0; }#XmVJxITpw9XUrhJuat1sMUrvOIgg18sp > .row > .video-iframe-container {  }#XmVJxITpw9XUrhJuat1sMUrvOIgg18sp > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#UEFUbvcgclku1aXN3AGpIH6aHXKGEwvN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:39rem;top:0.625rem;left:18rem;overflow:hidden;display:block; }
#rf4pKXD4GLPfAUbc8DFX6e1fRIAms9Ep { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffab00;background-image:none;position:relative;display:block; }#rf4pKXD4GLPfAUbc8DFX6e1fRIAms9Ep > .row .container { background-color: transparent; background-image: none; }#rf4pKXD4GLPfAUbc8DFX6e1fRIAms9Ep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rf4pKXD4GLPfAUbc8DFX6e1fRIAms9Ep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rf4pKXD4GLPfAUbc8DFX6e1fRIAms9Ep > .row .container > .video-iframe-container { display: none; }#rf4pKXD4GLPfAUbc8DFX6e1fRIAms9Ep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rf4pKXD4GLPfAUbc8DFX6e1fRIAms9Ep > .row > .video-iframe-container { display: none; }#rf4pKXD4GLPfAUbc8DFX6e1fRIAms9Ep > .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); }#rf4pKXD4GLPfAUbc8DFX6e1fRIAms9Ep > .row .container { border-width: 0; border-radius: 0; }#rf4pKXD4GLPfAUbc8DFX6e1fRIAms9Ep > .row > .video-iframe-container {  }#rf4pKXD4GLPfAUbc8DFX6e1fRIAms9Ep > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#SpzRg3Eyod6TfANDzBcPN6gDxyctZhZ9 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100029;line-height:1.4;letter-spacing:0;top:4.625rem;left:3.5625rem;height:2.79980625rem;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; }
#l5XRK2BDCI3TxUkBFz8DT0WzRkKMhBvz { color:#020202;display:block;width:12.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:0.75rem;left:3.5625rem;height:3.25rem;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; }
#JA8RRb6Gkg2HSEGbz35qzHF3NCQpP1bk { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:4.4375rem;left:29.1875rem;height:5.5996125rem;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; }
#zMcniSg8vT1a49B2lXuGegR8TVB2SF9x { color:#020202;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:0.5625rem;left:29.1875rem;height:3.25rem;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; }
#s4ZQ8NsQz3s6TsfNoO5HqUMrqtgpSrvw { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100033;line-height:1.4;letter-spacing:0;top:4.625rem;left:54.125rem;height:4.19970625rem;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; }
#Ksw2NfM7QJBXql0IxgTvxa2fgBMlXSzk { color:#020202;display:block;width:12.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:0.75rem;left:54.125rem;height:1.625rem;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; }
#Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/oYdaDJ1h/separador2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR.adaptive-delivery-prevent-bg, #Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR.lazyload, #Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR.lazyloading { background-image: none; }#Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR > .row .container { background-color: transparent; background-image: none; }#Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR > .row .container > .video-iframe-container { display: none; }#Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR > .row > .video-iframe-container { display: none; }#Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR > .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); }#Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR > .row .container { border-width: 0; border-radius: 0; }#Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR > .row > .video-iframe-container {  }#Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1464;background-image:url("https://images.assets-landingi.com/xdZlEJmA/backMonedas.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC.adaptive-delivery-prevent-bg, #pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC.lazyload, #pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC.lazyloading { background-image: none; }#pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC > .row .container { background-color: transparent; background-image: none; }#pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC > .row .container > .video-iframe-container { display: none; }#pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC > .row > .video-iframe-container { display: none; }#pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC > .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); }#pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC > .row .container { border-width: 0; border-radius: 0; }#pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC > .row > .video-iframe-container {  }#pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#LThpKDHs7aR4oJm30EUiUKuM2iPuqoCo { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.6875rem;height:2.92480625rem;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; }
#WTDIWoV5xX7c7vbJUnix4trTx1cznxH4 { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:"league spartan";font-size:2.125rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:13.6875rem;left:16.625rem;height:8.28661875rem;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; }
#V9dar6az70o86EfdDX6TRIVbprbJEkxT { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:40.25rem;top:6.625rem;left:17.375rem;overflow:hidden;display:block; }
#JAvCTTwbosRlFFi9Z68vBrLG1vXzMJJQ { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.625rem;width:40.5rem;top:23.75rem;left:16.6875rem;overflow:hidden;display:block; }
#B2BdDN2uTx2Q66dOE6DXyVzTs5SVdWhU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:22.5rem;display:none; }
#h0krzoBvpfqfUR8hS38Lbk8fbaUZlMHz { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:48.875rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xy1SETv4spyml0d90OkPi4r4zCLrIakT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/4pJiiLnz/separador3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#xy1SETv4spyml0d90OkPi4r4zCLrIakT.adaptive-delivery-prevent-bg, #xy1SETv4spyml0d90OkPi4r4zCLrIakT.lazyload, #xy1SETv4spyml0d90OkPi4r4zCLrIakT.lazyloading { background-image: none; }#xy1SETv4spyml0d90OkPi4r4zCLrIakT > .row .container { background-color: transparent; background-image: none; }#xy1SETv4spyml0d90OkPi4r4zCLrIakT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy1SETv4spyml0d90OkPi4r4zCLrIakT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy1SETv4spyml0d90OkPi4r4zCLrIakT > .row .container > .video-iframe-container { display: none; }#xy1SETv4spyml0d90OkPi4r4zCLrIakT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy1SETv4spyml0d90OkPi4r4zCLrIakT > .row > .video-iframe-container { display: none; }#xy1SETv4spyml0d90OkPi4r4zCLrIakT > .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); }#xy1SETv4spyml0d90OkPi4r4zCLrIakT > .row .container { border-width: 0; border-radius: 0; }#xy1SETv4spyml0d90OkPi4r4zCLrIakT > .row > .video-iframe-container {  }#xy1SETv4spyml0d90OkPi4r4zCLrIakT > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff671d;background-image:none;position:relative;display:block; }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .row .container { background-color: transparent; background-image: none; }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .row .container > .video-iframe-container { display: none; }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .row > .video-iframe-container { display: none; }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .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); }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .row .container { border-width: 0; border-radius: 0; }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .row > .video-iframe-container {  }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#Bc3OSwbow77LoJlZ4dbev5XpnPt85tcQ { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"league spartan";font-size:2.5rem;font-weight:700;z-index:100012;line-height:1.1;letter-spacing:0;top:0rem;left:21.25rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wAeFeWIJJXWdpgTtlITmu8KHon1OSO4m { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:"league spartan";font-size:1.6875rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:3.375rem;left:16.625rem;height:2.19375rem;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; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-form-header {  }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-regular-label { height:auto;display:none;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:32.625rem;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; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;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:32.625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-input-text {padding-top: 0; padding-bottom: 0;}#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;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:32.625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;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:32.625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-input-select {padding-top: 0; padding-bottom: 0;}#wN2NswyOQgwItVZcvANe6rimf7GunugN .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; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wN2NswyOQgwItVZcvANe6rimf7GunugN .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:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);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:#ffffff;width:32.625rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .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:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:31.4375rem;overflow:hidden;font-style:normal; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .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; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-container:first-of-type{padding-top:0;}#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-container:last-of-type{padding-bottom:0;}#wN2NswyOQgwItVZcvANe6rimf7GunugN  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:19.9375rem;top:9.0625rem;z-index:100039;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.625rem;display:block;vertical-align:top; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN {display:block;}#wN2NswyOQgwItVZcvANe6rimf7GunugN { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:19.9375rem;top:9.0625rem;z-index:100039;position:absolute;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #srMJ1w04t3x4AS8ZbXAqJvccD8LLT4ZP { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #TzdsJPb9uT3twnuoh5I6J2cwOHkWxDN9 { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #fXpgwiPCxrxeXXZ378a3tPD3MgT2wlEI { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #niIGSS7D1BkzgTNebz8u5gQe4SypzJlN { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #ziNvMu2syG6qICfeGNEUxmJBu29TGThR { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #eG2lLkMJ6QUhwliX56oQK1ycLHDO4Fbc { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #HVlcSFVZoTmmANHtm5NLJHwqPTdmCyx9 { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #M3431vsWq6GRtgd37QPZrBR7hwiOrFm5 { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #cZWHGvDtC2KwXdJryHexhHTCtoQ0aPQH { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #ThtFnXun5tAER5MeWaJS9TQOwMCJgy8u { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #Chsc68xNoXNcu3fmAmfbu9F6tBuekZca { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #RR4NL2AJsX7mTBO5FlXusJwmHkVWO2kp { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #GTMaRTTJz55pLN66lbRwU64O3Rp1qMGa { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #toNDT8gHVh3khpX49PBUuS7xUCU0StIw { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #bprF4HQNd1pHCR5XUUoms8R7RWgEZrNv { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #a1drouq9PC0rMtOcVHaeS9Ku9TImIMfH { position:relative; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN #Id6Z4IOSp5tGb7b4wGTloCRmOvv2OmJN { position:relative; }
#zLwsRgGN9Fl0FPR28BE03zq7AgqTGGt9 { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:11rem;top:34.0625rem;left:29.625rem;overflow:hidden;display:block; }
#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row .container { background-color: transparent; background-image: none; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row .container > .video-iframe-container { display: none; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row > .video-iframe-container { display: none; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .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); }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row .container { border-width: 0; border-radius: 0; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row > .video-iframe-container {  }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#mwkuxVWGTab22wl8xlEDZLsHdZorhh4m { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"league spartan";font-size:1.5rem;font-weight:700;z-index:100036;line-height:.9;letter-spacing:0;top:3.5250015258789rem;left:41.1875rem;height:2.699225rem;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; }
#wrzU34fVyNnzvE5HAtcGDuE5MB2KkxWn { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:10.0625rem;top:1.5625rem;left:13.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Fl1TvT2sJezgtIriPvGGap99dnKl9c0g { display:block; }#Fl1TvT2sJezgtIriPvGGap99dnKl9c0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJXf4DRQrtg21ZlpyA9ssQewtQl8GueU { top:0.9375rem;left:7.625rem;width:32.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuiymu1TGXHe9csILTVl6DScd3KbydyK { display:block; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Py7ueViTrnSFnSbGE3ld4na0lqnGrTcX { top:7.6875rem;left:13.9375rem;width:33.8125rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m06rvM7TBJnRJbt2mRz9LbzoEleUhAdC { top:4.125rem;left:39.625rem;width:8.125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDgIsQa6R9FFDokcRhoamxny19PU0eni { top:15.9375rem;left:0rem;width:13.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6t5efJ4A7GWcnNcZTXppNiGUrpyTHD4 { top:15.9375rem;left:1.6875rem;width:19.625rem;height:4.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4mpWERGPpx7xiIlIBPxESSi5Qsa8ghU { top:4.125rem;left:0rem;width:30.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTUKZWFLkbSHmkvTUq3xmoCh9AA11v4m { width:17.5rem;height:3.4375rem;top:33.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKJMJ7eOiQOP5D3zGmpmCNssUCivaBaP { display:block; }
 }@media only screen and (max-width: 763px) { #XZH1rxW954WqwwLrSdn3O57FZDOXqkzm { top:33.9375rem;left:0rem;width:33.0625rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg { display:block; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuqbDsJVwbpgDGUO8OK8dFb0kBUmoNbq { top:40.0625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoLOeTcQExnFREVOTuKKrDrX9KrpHccx { top:33.375rem;left:0rem;width:46.125rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNANOgk6iw7aLa9i9fhfMc0Ps4PJlE6J { top:3.375rem;left:0rem;width:43.8125rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6XCdp55PqdeV1Ovsm7gwdaBreNb2Th0 { top:15.75rem;left:0.8125rem;width:14.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyNJohnP8OR7AQiTAp2C0RSS6HKTt8ry { top:15.75rem;left:17.3125rem;width:14.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm3ExW6SWPEDqgPogL7Np5WXbn1EAb70 { top:15.75rem;left:33.3125rem;width:14.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #edI4S1xTghB646DNUtxqbwKoQDtdZTxG { display:block; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd { display:block; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmOcR7oXEaNslBnbPJPTihT3gtuw0T0F { top:0rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNO0iAdlL4NqpV5PZ1HTAPBPNAy4FKAq { display:block; }#tNO0iAdlL4NqpV5PZ1HTAPBPNAy4FKAq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbB3MZUWCWzhT8XMTHBHQA95OOacyiLT { width:23.4375rem;height:14.375rem;top:1.75rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsbZimBcQXEp4vvpEvEOilgWBWz8zMTK { width:23.4375rem;height:43.75rem;top:1.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUqyD24tTdZt4qiI3OgzVlRgatlUCLxn { width:8.5rem;height:2.8125rem;top:26.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXTMZK3XClAw7LgivTWSNtMqUn16f4xg { top:26.1875rem;left:10.1875rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDSOn2owI5WzcwHvnmQZZOWfSyaIrvNr { width:21.3125rem;height:4.1875rem;top:20.6875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkDVoxS2nXEIepiiBMzRmt8C4QhgkZG7 { width:19.6875rem;height:1.625rem;top:16.5rem;left:12.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7sxOviXREt4wQd0bBwwotxrfKukTo3E { width:8.6875rem;height:1.125rem;top:29.5rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHQoKxSIUMyq34aJNFPZLZfmyvdTdoWM { width:8.125rem;height:0.9375rem;top:26.8125rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baT1UEHQMKkUOtHBk6aCCdWwgxVHZ733 { width:8.875rem;height:2rem;top:27.625rem;left:22.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skc50GUlwUoSgoTzmvJDTbvmqDu1ISlu { top:18.0625rem;left:15.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilHPnF3a20Bt5hWK9i1xyOozN1FSRrx6 { width:15.125rem;height:1.125rem;top:18.1875rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoPC7qAxzhdiMBNVmSXvHMNOvi6NBwLJ { top:29.375rem;left:24.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzpUt9R2hiC5xlPWv2nIZSM69IRsUxu2 { top:32.1875rem;left:8.1875rem;width:23.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiSG81sMWOTp578Tfabf0dPwllb86EZm { width:15.625rem;height:2.5rem;top:41.5rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw1D0qJBw3fWWvBb65Ngry2oyXF71TlT { display:block; }
 }@media only screen and (max-width: 763px) { #T0od2DF60HSTqN4IEgd5bEkolAadzzS5 { width:15.625rem;height:2.5rem;top:37.75rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfXgAMRHHUkoyibl4kzV92bHhE4op79L { display:block; }
 }@media only screen and (max-width: 763px) { #pFpHFdLLNozOWwfLNK0N3FxTfJO6C8Ka { width:23.4375rem;height:14.375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwpJgAz0rAQXfgBnR6SuF3fB08Ngh8T8 { width:23.4375rem;height:43.75rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgJ3LBHpQJTBXvpQZaDLWs9tGsHGf3TT { width:19.6875rem;height:1.625rem;top:16.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KptHHyQvGvU6bNTux5FLdSlWfkxI3BL6 { top:18.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzyJzL2SlbvfumdoShe5lmVCnMRrtVwa { width:15.125rem;height:1.125rem;top:18.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LesCBeCiNLxOgoXSWZzPy3RmLm5wXp99 { top:32rem;left:0rem;width:23.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTAcGUrCBc53BIKcTteTn9x97f4v4env { top:30.9375rem;left:9.8125rem;width:6.0625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPdCw8BLK2mVxsPSXJf1ClupQBZB7qI4 { width:21.3125rem;height:4.1875rem;top:20.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2Xi0UtbAdRHoIVARdC430m3NnprfVB5 { top:26.25rem;left:0rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdK5eIP4kPLfB5DQ0WFwtxD3xDTRWB96 { width:6.9375rem;height:3.6875rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efb6kEenTAshqRiO8VT2f1e3k150wm9I { width:8.6875rem;height:1.125rem;top:29.5625rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm8bqxOQXXXZ1g8ObdeSARTv5qziy8zn { width:8.125rem;height:0.9375rem;top:26.875rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb8NpFW0aQw2PsP2408dWA1Qn38oeRef { width:8.875rem;height:2rem;top:27.6875rem;left:7rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcV9PE8TilKCF1Vfbd95oHTtWcyPT9JA { top:29.5rem;left:9rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF2b91NKLIuUhI2PxmnNuFR9AmUcD1q1 { width:15.625rem;height:2.5rem;top:37.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmdxBeFGHeTNsxwhZuJ8PFULDGFmMlF5 { display:block; }
 }@media only screen and (max-width: 763px) { #kcZuQw6AZmCuCQIfBhe2bw3MHC0NQnCQ { width:15.625rem;height:2.5rem;top:41.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fybtuV1rTsdbRZfBHU1Uta78UBl4adBA { display:block; }
 }@media only screen and (max-width: 763px) { #qy052q9rXEdZ4MCMZqbrls3bUKul8SKe { top:32.5rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ann50yhShoErQdaE6l68OcV5SrG1S8Ac { top:32.4375rem;left:15.875rem;width:15.875rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPIaFe5pqLNpkTBCbb0UHq62BZrfe7CW { top:31rem;left:25.6875rem;width:6.0625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA2cqOh3dSF9WQQpdxqBciXyl7EkX5yH { width:23.4375rem;height:14.375rem;top:1.75rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2bTCQO9PiFe1OcRWKda8MHfeGSOSaSf { width:23.4375rem;height:43.75rem;top:1.8125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBiqP99WSTZN3QAmXyEKUQhq0i0S9f6r { width:19.6875rem;height:1.625rem;top:16.5rem;left:27.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wraPoROvozIA85GkRkmsR8TyKPOyyc41 { top:18.0625rem;left:31.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7PDG8RlApDqVDcpWSlnbOz45vFwhMqg { width:15.125rem;height:1.125rem;top:18.1875rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br2It9UwlfHXnThc3qu2XHq6qc5GC7dW { width:21.3125rem;height:4.1875rem;top:20.6875rem;left:26.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9hDqobGpdkdcIv9lUZFB2T1O2L9Afrb { top:26.1875rem;left:26.0625rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUO2t0uyUV8t9DRbDkgHUN0oJcGTg2o6 { width:8.5rem;height:2.6875rem;top:26.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0pvHqc5T53I0CpFxVxOdtyQGpTpmC1 { width:8.125rem;height:0.9375rem;top:26.8125rem;left:39.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2cgJ8Lu0Is176ovnT3t3yXS3u1I1LdD { width:8.6875rem;height:1.125rem;top:29.5rem;left:38.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMAD8uvWVanSAPfCJhnZmAbMTf0mq7m8 { width:8.875rem;height:2rem;top:27.625rem;left:38.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtvRmVTvlTsNrvJmLZmMJS1btSa4WMGi { top:29.375rem;left:40.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvT8wsEhLCoxLNXGbdKp0CwzbI4emzsc { top:32.1875rem;left:24.0625rem;width:23.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmW1pdqZRllpF3Tc7cIzr0afxnEztXpT { top:32.4375rem;left:31.75rem;width:15.875rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz93ViB8pMC0AQRbLT1QSSCg1MyAUhfa { top:31rem;left:41.5625rem;width:6.0625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVEsk4Q6N5TRMvVRO66qL07dyPK2JbQK { width:15.625rem;height:2.5rem;top:37.75rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiZqGNTtUaoyU7HVGblrWFA5lQdkfTLZ { display:block; }
 }@media only screen and (max-width: 763px) { #d4VzA3MyxfOAUFmTsvIQJZCiqar4gLtB { width:15.625rem;height:2.5rem;top:41.5rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkoLiuJLDpmpJcdLEqv8HnceWIgCfLMu { display:block; }
 }@media only screen and (max-width: 763px) { #DBrxrtXC5Away437Tq8IZocnE6Sqp6bh { display:block; }#DBrxrtXC5Away437Tq8IZocnE6Sqp6bh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaRWgcaHW4X3I1vS0TxE1eORWPgGTUnv { width:23.4375rem;height:14.375rem;top:1.75rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFOT1NoZFXx8fiFo07lRrPfABafZikIr { width:23.4375rem;height:43.75rem;top:1.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXyCN3cwXBToGbR4u0UyPPkcBiQ6pGyb { width:19.6875rem;height:1.625rem;top:16.6875rem;left:12.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKpgNgsfH9gXNxAygg3AZGpnbcUl5UVO { top:18.25rem;left:15.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT6J9z7LQZJXE2FuKPhw85siByc8lwPa { width:15.125rem;height:1.125rem;top:18.375rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2nwzTnG9vW0Ski22k42ScsuSngSZk1h { top:32rem;left:8.1875rem;width:23.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwvvkEFvdlS4eOXbPZTH4WwOAaeHDcS4 { top:30.9375rem;left:25.6875rem;width:6.0625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #higEcSerc2hkf4fU7Tf6DJRSvCi5mEtS { width:21.3125rem;height:4.1875rem;top:20.6875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUa8HVCKWgS7Uuo68ELnhaLlJvlq2PL3 { top:26.25rem;left:10.1875rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWC69rzcfIwMh5yGazEmGqUADcoBn9Uv { width:8.5rem;height:2.625rem;top:27rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG5zIUawURUeqMKN8Mvh1T6mvsIATrtT { width:8.6875rem;height:1.125rem;top:29.5625rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwNQHSOMrwMLo7cWt1GyzmWgTFJC8OSo { width:8.125rem;height:0.9375rem;top:26.875rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3OC0bxbZu6hsesQkz36cCFprT6lDPIO { width:8.875rem;height:2rem;top:27.6875rem;left:22.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTPsEcxM6VuCCJUACB89NItBrTQny9vO { top:29.5rem;left:24.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gERVOOKnp8omHPZsKD1NypMqWQFUGbID { width:15.625rem;height:2.5rem;top:37.75rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIKWUTR6v2JGtZsf0vs1Eg2dTPW5k3tT { display:block; }
 }@media only screen and (max-width: 763px) { #ODMNnT9GP9qTH5Q8nvs2deJ4UQ9KFQOX { width:15.625rem;height:2.5rem;top:41.8125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6NuAU7Rw827p0A93ZhvFi7x2pP6G535 { display:block; }
 }@media only screen and (max-width: 763px) { #OfKUAzZ5RB1U6E0c5JeMl8DDMEl1niGI { top:32.5rem;left:15.875rem;width:15.875rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmVJxITpw9XUrhJuat1sMUrvOIgg18sp { display:block; }#XmVJxITpw9XUrhJuat1sMUrvOIgg18sp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEFUbvcgclku1aXN3AGpIH6aHXKGEwvN { top:0.625rem;left:4.375rem;width:39rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf4pKXD4GLPfAUbc8DFX6e1fRIAms9Ep { display:block; }#rf4pKXD4GLPfAUbc8DFX6e1fRIAms9Ep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpzRg3Eyod6TfANDzBcPN6gDxyctZhZ9 { width:16.6875rem;height:4.1875rem;top:4.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5XRK2BDCI3TxUkBFz8DT0WzRkKMhBvz { width:12.0625rem;height:3.25rem;top:0.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA8RRb6Gkg2HSEGbz35qzHF3NCQpP1bk { width:17.6875rem;height:5.5625rem;top:4.4375rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMcniSg8vT1a49B2lXuGegR8TVB2SF9x { width:15.3125rem;height:3.25rem;top:0.5625rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4ZQ8NsQz3s6TsfNoO5HqUMrqtgpSrvw { width:17.5rem;height:4.1875rem;top:4.625rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksw2NfM7QJBXql0IxgTvxa2fgBMlXSzk { width:12.1875rem;height:3.25rem;top:0.75rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR { display:block; }#Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC { display:block; }#pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LThpKDHs7aR4oJm30EUiUKuM2iPuqoCo { width:41.75rem;height:2.875rem;top:1.75rem;left:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDIWoV5xX7c7vbJUnix4trTx1cznxH4 { width:41.75rem;height:8.25rem;top:13.6875rem;left:3rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9dar6az70o86EfdDX6TRIVbprbJEkxT { top:6.625rem;left:3.75rem;width:40.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAvCTTwbosRlFFi9Z68vBrLG1vXzMJJQ { top:23.75rem;left:3.0625rem;width:40.5rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2BdDN2uTx2Q66dOE6DXyVzTs5SVdWhU { width:22.5rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0krzoBvpfqfUR8hS38Lbk8fbaUZlMHz { top:48.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy1SETv4spyml0d90OkPi4r4zCLrIakT { display:block; }#xy1SETv4spyml0d90OkPi4r4zCLrIakT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW { display:block; }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bc3OSwbow77LoJlZ4dbev5XpnPt85tcQ { top:0rem;left:7.625rem;width:32.5rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAeFeWIJJXWdpgTtlITmu8KHon1OSO4m { width:41.75rem;height:;top:3.375rem;left:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-regular-label { width:32.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-input-text { width:32.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-input-text {padding-top: 0; padding-bottom: 0;}#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-textarea { width:32.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-input-select { width:32.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-input-select {padding-top: 0; padding-bottom: 0;}#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-input-button { width:32.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-checkbox-label { width:31.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN  { width:32.625rem;height:auto;top:9.0625rem;left:6.3125rem; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .radio-container { width:32.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN {display:block;}#wN2NswyOQgwItVZcvANe6rimf7GunugN { width:32.625rem;height:auto;top:9.0625rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #srMJ1w04t3x4AS8ZbXAqJvccD8LLT4ZP {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #TzdsJPb9uT3twnuoh5I6J2cwOHkWxDN9 {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #fXpgwiPCxrxeXXZ378a3tPD3MgT2wlEI {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #niIGSS7D1BkzgTNebz8u5gQe4SypzJlN {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #ziNvMu2syG6qICfeGNEUxmJBu29TGThR {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #eG2lLkMJ6QUhwliX56oQK1ycLHDO4Fbc {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #HVlcSFVZoTmmANHtm5NLJHwqPTdmCyx9 {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #M3431vsWq6GRtgd37QPZrBR7hwiOrFm5 {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #cZWHGvDtC2KwXdJryHexhHTCtoQ0aPQH {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #ThtFnXun5tAER5MeWaJS9TQOwMCJgy8u {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #Chsc68xNoXNcu3fmAmfbu9F6tBuekZca {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #RR4NL2AJsX7mTBO5FlXusJwmHkVWO2kp {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #GTMaRTTJz55pLN66lbRwU64O3Rp1qMGa {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #toNDT8gHVh3khpX49PBUuS7xUCU0StIw {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #bprF4HQNd1pHCR5XUUoms8R7RWgEZrNv {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #a1drouq9PC0rMtOcVHaeS9Ku9TImIMfH {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #Id6Z4IOSp5tGb7b4wGTloCRmOvv2OmJN {  }
 }@media only screen and (max-width: 763px) { #zLwsRgGN9Fl0FPR28BE03zq7AgqTGGt9 { top:34.0625rem;left:16rem;width:11rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 { display:block; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwkuxVWGTab22wl8xlEDZLsHdZorhh4m { width:22.875rem;height:2.6875rem;top:3.5rem;left:24.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrzU34fVyNnzvE5HAtcGDuE5MB2KkxWn { top:1.5625rem;left:0rem;width:10.0625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Fl1TvT2sJezgtIriPvGGap99dnKl9c0g { display:block; }#Fl1TvT2sJezgtIriPvGGap99dnKl9c0g > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJXf4DRQrtg21ZlpyA9ssQewtQl8GueU { width:13.125rem;height:2.69921875rem;top:0.9375rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cuiymu1TGXHe9csILTVl6DScd3KbydyK { background-color:#ff671d;background-image:none;display:block; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { background-color: transparent; background-image: none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container > .video-iframe-container { display: none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row > .video-iframe-container { display: none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .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); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Py7ueViTrnSFnSbGE3ld4na0lqnGrTcX { width:20rem;height:16.625rem;top:29.0634765625rem;left:-0.068359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m06rvM7TBJnRJbt2mRz9LbzoEleUhAdC { width:8.125rem;height:5.0625rem;top:3.4802083969116rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDgIsQa6R9FFDokcRhoamxny19PU0eni { width:7.5rem;height:7.8125rem;top:10.5625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6t5efJ4A7GWcnNcZTXppNiGUrpyTHD4 { width:16.75rem;height:3.7119125rem;top:23.626041412354rem;left:1.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4mpWERGPpx7xiIlIBPxESSi5Qsa8ghU { width:20rem;height:6.9387755102044rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTUKZWFLkbSHmkvTUq3xmoCh9AA11v4m { width:17.5rem;height:3.4375rem;top:44.3759765625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKJMJ7eOiQOP5D3zGmpmCNssUCivaBaP { display:block; }
 }@media only screen and (max-width: 763px) { #XZH1rxW954WqwwLrSdn3O57FZDOXqkzm { width:13.625rem;height:4.3994125rem;top:49.0634765625rem;left:3.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg { display:block; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row .container { width:20rem;height:79.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuqbDsJVwbpgDGUO8OK8dFb0kBUmoNbq { width:16.125rem;height:2.8125rem;top:76rem;left:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoLOeTcQExnFREVOTuKKrDrX9KrpHccx { width:19.5rem;height:7.5rem;top:66.104167938231rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNANOgk6iw7aLa9i9fhfMc0Ps4PJlE6J { width:20rem;height:8.7988125rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6XCdp55PqdeV1Ovsm7gwdaBreNb2Th0 { width:14.125rem;height:16.25rem;top:10.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyNJohnP8OR7AQiTAp2C0RSS6HKTt8ry { width:14.125rem;height:16.25rem;top:29.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm3ExW6SWPEDqgPogL7Np5WXbn1EAb70 { width:14.125rem;height:16.25rem;top:47.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edI4S1xTghB646DNUtxqbwKoQDtdZTxG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OQyixOPm/separador.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG.adaptive-delivery-prevent-bg, #edI4S1xTghB646DNUtxqbwKoQDtdZTxG.lazyload, #edI4S1xTghB646DNUtxqbwKoQDtdZTxG.lazyloading { background-image: none; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container { background-color: transparent; background-image: none; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container > .video-iframe-container { display: none; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row > .video-iframe-container { display: none; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .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); }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd { display:block; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row .container { width:20rem;height:7.4560546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmOcR7oXEaNslBnbPJPTihT3gtuw0T0F { width:20rem;height:6rem;top:1.4562530517578rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tNO0iAdlL4NqpV5PZ1HTAPBPNAy4FKAq { display:block; }#tNO0iAdlL4NqpV5PZ1HTAPBPNAy4FKAq > .row .container { width:20rem;height:138.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbB3MZUWCWzhT8XMTHBHQA95OOacyiLT { width:20rem;height:14.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsbZimBcQXEp4vvpEvEOilgWBWz8zMTK { width:20rem;height:43.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUqyD24tTdZt4qiI3OgzVlRgatlUCLxn { width:7.8125rem;height:2.5625rem;top:27.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXTMZK3XClAw7LgivTWSNtMqUn16f4xg { width:18.125rem;height:0.0625rem;top:26.25rem;left:0.75rem;background-color:#7f7d7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HDSOn2owI5WzcwHvnmQZZOWfSyaIrvNr { width:18.4375rem;height:4.1997rem;top:20.837890625rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OkDVoxS2nXEIepiiBMzRmt8C4QhgkZG7 { width:18.375rem;height:1.625rem;top:16.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7sxOviXREt4wQd0bBwwotxrfKukTo3E { width:9.4375rem;height:1.13720625rem;top:29.125rem;left:9.625rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHQoKxSIUMyq34aJNFPZLZfmyvdTdoWM { width:8.125rem;height:1.13720625rem;top:26.625rem;left:10.9375rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baT1UEHQMKkUOtHBk6aCCdWwgxVHZ733 { width:8.875rem;height:1.70605625rem;top:27.4375rem;left:10.25rem;text-align:right;text-align-last:right;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skc50GUlwUoSgoTzmvJDTbvmqDu1ISlu { width:1.3125rem;height:1.3125rem;top:18.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilHPnF3a20Bt5hWK9i1xyOozN1FSRrx6 { width:15.125rem;height:1.13720625rem;top:18.375rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoPC7qAxzhdiMBNVmSXvHMNOvi6NBwLJ { width:1.4375rem;height:1.4375rem;top:28.875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzpUt9R2hiC5xlPWv2nIZSM69IRsUxu2 { width:20rem;height:4.625rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiSG81sMWOTp578Tfabf0dPwllb86EZm { width:15.625rem;height:2.5rem;top:41.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw1D0qJBw3fWWvBb65Ngry2oyXF71TlT { display:block; }
 }@media only screen and (max-width: 763px) { #T0od2DF60HSTqN4IEgd5bEkolAadzzS5 { width:15.625rem;height:2.5rem;top:37.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfXgAMRHHUkoyibl4kzV92bHhE4op79L { display:block; }
 }@media only screen and (max-width: 763px) { #pFpHFdLLNozOWwfLNK0N3FxTfJO6C8Ka { width:20rem;height:14.375rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwpJgAz0rAQXfgBnR6SuF3fB08Ngh8T8 { width:20rem;height:43.75rem;top:47.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgJ3LBHpQJTBXvpQZaDLWs9tGsHGf3TT { width:18.875rem;height:1.625rem;top:62.3125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KptHHyQvGvU6bNTux5FLdSlWfkxI3BL6 { width:1.3125rem;height:1.3125rem;top:63.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzyJzL2SlbvfumdoShe5lmVCnMRrtVwa { width:15.125rem;height:1.13720625rem;top:64rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LesCBeCiNLxOgoXSWZzPy3RmLm5wXp99 { width:20rem;height:4.625rem;top:77.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTAcGUrCBc53BIKcTteTn9x97f4v4env { width:6.0625rem;height:5.4375rem;top:76.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPdCw8BLK2mVxsPSXJf1ClupQBZB7qI4 { width:19rem;height:4.1997rem;top:66.25rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #v2Xi0UtbAdRHoIVARdC430m3NnprfVB5 { width:18.125rem;height:0.0625rem;top:72.125rem;left:0.75rem;background-color:#7f7d7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RdK5eIP4kPLfB5DQ0WFwtxD3xDTRWB96 { width:6.75rem;height:3.5rem;top:72.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efb6kEenTAshqRiO8VT2f1e3k150wm9I { width:8.6875rem;height:1.13720625rem;top:75.1875rem;left:10.25rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm8bqxOQXXXZ1g8ObdeSARTv5qziy8zn { width:8.125rem;height:1.13720625rem;top:72.75rem;left:10.8125rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb8NpFW0aQw2PsP2408dWA1Qn38oeRef { width:8.875rem;height:1.70605625rem;top:73.5625rem;left:10.125rem;text-align:right;text-align-last:right;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcV9PE8TilKCF1Vfbd95oHTtWcyPT9JA { width:1.4375rem;height:1.4375rem;top:75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF2b91NKLIuUhI2PxmnNuFR9AmUcD1q1 { width:15.625rem;height:2.5rem;top:83.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmdxBeFGHeTNsxwhZuJ8PFULDGFmMlF5 { display:block; }
 }@media only screen and (max-width: 763px) { #kcZuQw6AZmCuCQIfBhe2bw3MHC0NQnCQ { width:15.625rem;height:2.5rem;top:87.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fybtuV1rTsdbRZfBHU1Uta78UBl4adBA { display:block; }
 }@media only screen and (max-width: 763px) { #qy052q9rXEdZ4MCMZqbrls3bUKul8SKe { width:11.5625rem;height:3.25rem;top:78.5rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Ann50yhShoErQdaE6l68OcV5SrG1S8Ac { width:12.0625rem;height:3.25rem;top:32.25rem;left:0.375rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EPIaFe5pqLNpkTBCbb0UHq62BZrfe7CW { width:6.0625rem;height:5.4375rem;top:30.78125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA2cqOh3dSF9WQQpdxqBciXyl7EkX5yH { width:20rem;height:14.375rem;top:92.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2bTCQO9PiFe1OcRWKda8MHfeGSOSaSf { width:20rem;height:43.75rem;top:92.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBiqP99WSTZN3QAmXyEKUQhq0i0S9f6r { width:18.9375rem;height:1.625rem;top:107.375rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wraPoROvozIA85GkRkmsR8TyKPOyyc41 { width:1.3125rem;height:1.3125rem;top:108.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7PDG8RlApDqVDcpWSlnbOz45vFwhMqg { width:15.125rem;height:1.13720625rem;top:109.0625rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br2It9UwlfHXnThc3qu2XHq6qc5GC7dW { width:19rem;height:4.1997rem;top:111.1875rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #g9hDqobGpdkdcIv9lUZFB2T1O2L9Afrb { width:18.125rem;height:0.0625rem;top:117.125rem;left:0.9375rem;background-color:#7f7d7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CUO2t0uyUV8t9DRbDkgHUN0oJcGTg2o6 { width:7.8125rem;height:2.375rem;top:118.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0pvHqc5T53I0CpFxVxOdtyQGpTpmC1 { width:8.125rem;height:1.13720625rem;top:117.6875rem;left:10.9375rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2cgJ8Lu0Is176ovnT3t3yXS3u1I1LdD { width:8.6875rem;height:1.13720625rem;top:120.375rem;left:10.375rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMAD8uvWVanSAPfCJhnZmAbMTf0mq7m8 { width:8.875rem;height:1.70605625rem;top:118.5rem;left:10.1875rem;text-align:right;text-align-last:right;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtvRmVTvlTsNrvJmLZmMJS1btSa4WMGi { width:1.4375rem;height:1.4375rem;top:120.224609375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvT8wsEhLCoxLNXGbdKp0CwzbI4emzsc { width:20rem;height:4.4375rem;top:122.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmW1pdqZRllpF3Tc7cIzr0afxnEztXpT { width:11.9375rem;height:3.25rem;top:123.34375rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dz93ViB8pMC0AQRbLT1QSSCg1MyAUhfa { width:6.0625rem;height:5.4375rem;top:121.875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVEsk4Q6N5TRMvVRO66qL07dyPK2JbQK { width:15.625rem;height:2.5rem;top:128.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiZqGNTtUaoyU7HVGblrWFA5lQdkfTLZ { display:block; }
 }@media only screen and (max-width: 763px) { #d4VzA3MyxfOAUFmTsvIQJZCiqar4gLtB { width:15.625rem;height:2.5rem;top:132.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkoLiuJLDpmpJcdLEqv8HnceWIgCfLMu { display:block; }
 }@media only screen and (max-width: 763px) { #DBrxrtXC5Away437Tq8IZocnE6Sqp6bh { display:block; }#DBrxrtXC5Away437Tq8IZocnE6Sqp6bh > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaRWgcaHW4X3I1vS0TxE1eORWPgGTUnv { width:20rem;height:14.375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFOT1NoZFXx8fiFo07lRrPfABafZikIr { width:20rem;height:43.75rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXyCN3cwXBToGbR4u0UyPPkcBiQ6pGyb { width:18.875rem;height:1.625rem;top:16.9375rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKpgNgsfH9gXNxAygg3AZGpnbcUl5UVO { width:1.3125rem;height:1.3125rem;top:18.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT6J9z7LQZJXE2FuKPhw85siByc8lwPa { width:15.125rem;height:1.13720625rem;top:18.625rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2nwzTnG9vW0Ski22k42ScsuSngSZk1h { width:20rem;height:4.625rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwvvkEFvdlS4eOXbPZTH4WwOAaeHDcS4 { width:6.0625rem;height:5.4375rem;top:31.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #higEcSerc2hkf4fU7Tf6DJRSvCi5mEtS { width:19rem;height:4.1997rem;top:20.875rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OUa8HVCKWgS7Uuo68ELnhaLlJvlq2PL3 { width:18.125rem;height:0.0625rem;top:26.75rem;left:0.75rem;background-color:#7f7d7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UWC69rzcfIwMh5yGazEmGqUADcoBn9Uv { width:7.8125rem;height:2.4375rem;top:27.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG5zIUawURUeqMKN8Mvh1T6mvsIATrtT { width:8.6875rem;height:1.13720625rem;top:29.8125rem;left:10.25rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwNQHSOMrwMLo7cWt1GyzmWgTFJC8OSo { width:8.125rem;height:1.13720625rem;top:27.375rem;left:10.8125rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3OC0bxbZu6hsesQkz36cCFprT6lDPIO { width:8.875rem;height:1.70605625rem;top:28.1875rem;left:10.125rem;text-align:right;text-align-last:right;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTPsEcxM6VuCCJUACB89NItBrTQny9vO { width:1.4375rem;height:1.4375rem;top:29.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gERVOOKnp8omHPZsKD1NypMqWQFUGbID { width:15.625rem;height:2.5rem;top:38.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIKWUTR6v2JGtZsf0vs1Eg2dTPW5k3tT { display:block; }
 }@media only screen and (max-width: 763px) { #ODMNnT9GP9qTH5Q8nvs2deJ4UQ9KFQOX { width:15.625rem;height:2.5rem;top:42.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6NuAU7Rw827p0A93ZhvFi7x2pP6G535 { display:block; }
 }@media only screen and (max-width: 763px) { #OfKUAzZ5RB1U6E0c5JeMl8DDMEl1niGI { width:11.5625rem;height:3.25rem;top:33.125rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XmVJxITpw9XUrhJuat1sMUrvOIgg18sp { display:block; }#XmVJxITpw9XUrhJuat1sMUrvOIgg18sp > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEFUbvcgclku1aXN3AGpIH6aHXKGEwvN { width:20rem;height:5.1282051282051rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf4pKXD4GLPfAUbc8DFX6e1fRIAms9Ep { display:block; }#rf4pKXD4GLPfAUbc8DFX6e1fRIAms9Ep > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpzRg3Eyod6TfANDzBcPN6gDxyctZhZ9 { width:16.875rem;height:2.79980625rem;top:4.9873046875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #l5XRK2BDCI3TxUkBFz8DT0WzRkKMhBvz { width:12.0625rem;height:2.925rem;top:1.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA8RRb6Gkg2HSEGbz35qzHF3NCQpP1bk { width:16.6875rem;height:5.5996125rem;top:13.94970703125rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #zMcniSg8vT1a49B2lXuGegR8TVB2SF9x { width:15.3125rem;height:2.92480625rem;top:10.1875rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4ZQ8NsQz3s6TsfNoO5HqUMrqtgpSrvw { width:16.6875rem;height:4.19970625rem;top:25.4248046875rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Ksw2NfM7QJBXql0IxgTvxa2fgBMlXSzk { width:12.0625rem;height:1.4624rem;top:22.875rem;left:3.96875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR { display:block; }#Rop6ET3829tkDVoIBHhJCI8Mun5s0ukR > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC { display:block; }#pT7tbCe1ZMru3k6mg3xaIICCcIlpG6sC > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LThpKDHs7aR4oJm30EUiUKuM2iPuqoCo { width:20rem;height:4.54980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDIWoV5xX7c7vbJUnix4trTx1cznxH4 { width:20rem;height:4.63036875rem;top:10.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9dar6az70o86EfdDX6TRIVbprbJEkxT { width:20rem;height:3.10498125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAvCTTwbosRlFFi9Z68vBrLG1vXzMJJQ { width:20rem;height:11.172839506173rem;top:23.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2BdDN2uTx2Q66dOE6DXyVzTs5SVdWhU { top:17.3564453125rem;left:0rem;width:20rem;height:11.1875rem;z-index:100037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h0krzoBvpfqfUR8hS38Lbk8fbaUZlMHz { width:20rem;height:5.90625rem;top:31.1689453125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy1SETv4spyml0d90OkPi4r4zCLrIakT { display:block; }#xy1SETv4spyml0d90OkPi4r4zCLrIakT > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW { background-color:#ff671d;background-image:none;display:block; }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .row .container { background-color: transparent; background-image: none; }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .row .container > .video-iframe-container { display: none; }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .row > .video-iframe-container { display: none; }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .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); }#kN5uozdbvMZO1TlHTe5WvCiOwpGhR6lW > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bc3OSwbow77LoJlZ4dbev5XpnPt85tcQ { width:20rem;height:4.3994125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wAeFeWIJJXWdpgTtlITmu8KHon1OSO4m { width:20rem;height:2.19375rem;top:6.46249961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-input-text {padding-top: 0; padding-bottom: 0;}#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-input-select {padding-top: 0; padding-bottom: 0;}#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN  { width:17.5rem;height:20.1875rem;top:10.34375rem;left:0rem; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wN2NswyOQgwItVZcvANe6rimf7GunugN {display:block;}#wN2NswyOQgwItVZcvANe6rimf7GunugN { width:17.5rem;height:20.1875rem;top:10.34375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #srMJ1w04t3x4AS8ZbXAqJvccD8LLT4ZP {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #TzdsJPb9uT3twnuoh5I6J2cwOHkWxDN9 {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #fXpgwiPCxrxeXXZ378a3tPD3MgT2wlEI {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #niIGSS7D1BkzgTNebz8u5gQe4SypzJlN {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #ziNvMu2syG6qICfeGNEUxmJBu29TGThR {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #eG2lLkMJ6QUhwliX56oQK1ycLHDO4Fbc {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #HVlcSFVZoTmmANHtm5NLJHwqPTdmCyx9 {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #M3431vsWq6GRtgd37QPZrBR7hwiOrFm5 {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #cZWHGvDtC2KwXdJryHexhHTCtoQ0aPQH {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #ThtFnXun5tAER5MeWaJS9TQOwMCJgy8u {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #Chsc68xNoXNcu3fmAmfbu9F6tBuekZca {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #RR4NL2AJsX7mTBO5FlXusJwmHkVWO2kp {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #GTMaRTTJz55pLN66lbRwU64O3Rp1qMGa {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #toNDT8gHVh3khpX49PBUuS7xUCU0StIw {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #bprF4HQNd1pHCR5XUUoms8R7RWgEZrNv {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #a1drouq9PC0rMtOcVHaeS9Ku9TImIMfH {  }
 }@media only screen and (max-width: 763px) { #wN2NswyOQgwItVZcvANe6rimf7GunugN #Id6Z4IOSp5tGb7b4wGTloCRmOvv2OmJN {  }
 }@media only screen and (max-width: 763px) { #zLwsRgGN9Fl0FPR28BE03zq7AgqTGGt9 { width:9.375rem;height:10.3125rem;top:34.28125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 { display:block; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwkuxVWGTab22wl8xlEDZLsHdZorhh4m { width:18.25rem;height:2.699225rem;top:9.0625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrzU34fVyNnzvE5HAtcGDuE5MB2KkxWn { width:10.0625rem;height:6.1875rem;top:1.3125rem;left:4.96875rem;display:block; }
 }