.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NFPmIYw6/Chica_Final.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#RDx0UvacwIJdm2C6TmnQ4IklrkTIh6AB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RDx0UvacwIJdm2C6TmnQ4IklrkTIh6AB > .row .container { background-color: transparent; background-image: none; }#RDx0UvacwIJdm2C6TmnQ4IklrkTIh6AB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDx0UvacwIJdm2C6TmnQ4IklrkTIh6AB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDx0UvacwIJdm2C6TmnQ4IklrkTIh6AB > .row .container > .video-iframe-container { display: none; }#RDx0UvacwIJdm2C6TmnQ4IklrkTIh6AB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDx0UvacwIJdm2C6TmnQ4IklrkTIh6AB > .row > .video-iframe-container { display: none; }#RDx0UvacwIJdm2C6TmnQ4IklrkTIh6AB > .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); }#RDx0UvacwIJdm2C6TmnQ4IklrkTIh6AB > .row .container { border-width: 0; border-radius: 0; }#RDx0UvacwIJdm2C6TmnQ4IklrkTIh6AB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RDx0UvacwIJdm2C6TmnQ4IklrkTIh6AB > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO { background-color:rgba(33,36,37,0.81);background-image:url("https://images.assets-landingi.com/uc/9bb4be08-8667-4de0-80e6-697bcaa84262/D.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO.adaptive-delivery-prevent-bg, #tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO.lazyload, #tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO.lazyloading { background-image: none; }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .row .container { background-color: transparent; background-image: none; }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .row .container > .video-iframe-container { display: none; }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .row > .video-iframe-container { display: none; }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .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); }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .row .container { border-width: 0; border-radius: 0; }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .row .container { width:60rem;height:50.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#aP0pVBD3nKX6HUv1ZxNRDfkTX94H2Dp1 { background-color:#15ea61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;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:"gotham narrow";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24rem;left:0rem;display:block; }
#AZzvHMt5V1n9JkM21aFsoqL1Bm37Cw0z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HUTLTIFJTJ8w87rtrSopSipxLDUtBWcR { box-sizing:content-box;color:#3f3c3c;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:36.6875rem;left:12.25rem;display:block; }
#Uvnh694LCEHD9HkTsItvGDXBs37NH5KV { color:#dae4ea;display:block;width:32.6875rem;position:absolute;font-family:cooperhewitt;font-size:5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5);top:11.5rem;left:0rem;height:12rem;font-style:normal;display:block; }
#cNXZwbtzHlsQblL2kegKHgnuJH6gspwJ { position:absolute;display:block;z-index:15005;background-color:#a5a5a5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.25rem;top:4.5625rem;left:0rem;display:block; }
#ttB1Bmg9FrEF1NUNVJZBTAyZb2m5DL82 { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #3dcf6f;border-left:0.0625rem solid #3dcf6f;border-right:0.0625rem solid #3dcf6f;border-bottom:0.0625rem solid #3dcf6f;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#e9f0f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24rem;left:15.5625rem;display:block; }
#C7Dm02gVLJ7eq8eT7pvBvLH5sN7BKpWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zng3qrZDNtbRomHuChTUlu1DU5UN0ia2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:8.0625rem;top:30.6875rem;left:6.5625rem;overflow:hidden;display:block; }
#m01FG4AiFseVvUrJJmnUw7GKbcUt4Jns { color:#000000;display:block;width:32.5rem;position:absolute;font-family:"opinion pro";font-size:3.9375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5);top:6.4375rem;left:0rem;height:9.44925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { background-color: transparent; background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .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); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { border-width: 0; border-radius: 0; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#RTi8sPG0utu7otG939LGdE3BZ7zttx6l { color:#000000;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:3.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#COyEZTod4lNKUEyHrbkRseLquTfX5Qy8 { color:#000000;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { background-color: transparent; background-image: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .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); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { border-width: 0; border-radius: 0; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.75rem;left:3.09375rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glIFUWkrOhpWk29bRitftOICUu03vuE0 { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.1875rem;left:1.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { position:absolute;display:block;z-index:15002;background-color:#1adf82;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:6.875rem;display:block; }
#eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { position:absolute;display:block;z-index:15006;background-color:#2b77a0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.5rem;left:8.75rem;display:block; }
#l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.75rem;left:22.59375rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:13.5625rem;left:21.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { position:absolute;display:block;z-index:15007;background-color:#1adf82;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:26.875rem;display:block; }
#KPqckyEW2U3C4XagNCBuVQ08m43meIvz { position:absolute;display:block;z-index:15011;background-color:#2b77a0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.8125rem;left:28.75rem;display:block; }
#HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.75rem;left:42.84375rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:13.5625rem;left:41.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { position:absolute;display:block;z-index:15012;background-color:#1adf82;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:46.875rem;display:block; }
#lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { position:absolute;display:block;z-index:15016;background-color:#2b77a0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.8125rem;left:48.75rem;display:block; }
#RcfXNuZDPHpGsqJKJgEwrJqV5UfOTlqN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:2.71875rem;left:8.34375rem;overflow:hidden;display:block; }
#nakpib4IVqbizSfKFNu9AWBrqqCUgqHF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:2.5625rem;left:28.1875rem;overflow:hidden;display:block; }
#rHJg47Pnw9M4svJHBEwWcvUslvhcuQ5r { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:2.65625rem;left:48.28125rem;overflow:hidden;display:block; }
#tp3HlWci1Pv9dTiT59VGr01lRpqApcf4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tp3HlWci1Pv9dTiT59VGr01lRpqApcf4 > .row .container { background-color: transparent; background-image: none; }#tp3HlWci1Pv9dTiT59VGr01lRpqApcf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tp3HlWci1Pv9dTiT59VGr01lRpqApcf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tp3HlWci1Pv9dTiT59VGr01lRpqApcf4 > .row .container > .video-iframe-container { display: none; }#tp3HlWci1Pv9dTiT59VGr01lRpqApcf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tp3HlWci1Pv9dTiT59VGr01lRpqApcf4 > .row > .video-iframe-container { display: none; }#tp3HlWci1Pv9dTiT59VGr01lRpqApcf4 > .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); }#tp3HlWci1Pv9dTiT59VGr01lRpqApcf4 > .row .container { border-width: 0; border-radius: 0; }#tp3HlWci1Pv9dTiT59VGr01lRpqApcf4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tp3HlWci1Pv9dTiT59VGr01lRpqApcf4 > .row .container { font-size:0.875rem;font-family:"open sans";height:30.5rem;width:60rem;position:relative;display:block; }#SaO1xA7PyPi2dDVMd9qewOGudUc4Kq5K { color:#000000;display:block;width:36.749767303467rem;position:absolute;font-family:"gotham narrow";font-size:3.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:2.7743530273438rem;left:11.622243881226rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTTtLvVzAmolTTBiUBTLMLXE4OWHTnp1 { box-sizing:content-box;color:#1adf82;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:11.625rem;left:1.125rem;display:block; }
#sbT889priEkzGD2bTAa21FXPg9Q2U9te { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:8.9375rem;left:3.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XTCBg5rEfGaU7cXJiLWOgQ5MMFp7iGNL { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:9.5625rem;left:3.3125rem;height:9.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HuE79GAbkTaTR4h97A24q2POhEgP2LoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1adf82;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HuE79GAbkTaTR4h97A24q2POhEgP2LoN > .row .container { background-color: transparent; background-image: none; }#HuE79GAbkTaTR4h97A24q2POhEgP2LoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuE79GAbkTaTR4h97A24q2POhEgP2LoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuE79GAbkTaTR4h97A24q2POhEgP2LoN > .row .container > .video-iframe-container { display: none; }#HuE79GAbkTaTR4h97A24q2POhEgP2LoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuE79GAbkTaTR4h97A24q2POhEgP2LoN > .row > .video-iframe-container { display: none; }#HuE79GAbkTaTR4h97A24q2POhEgP2LoN > .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); }#HuE79GAbkTaTR4h97A24q2POhEgP2LoN > .row .container { border-width: 0; border-radius: 0; }#HuE79GAbkTaTR4h97A24q2POhEgP2LoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HuE79GAbkTaTR4h97A24q2POhEgP2LoN > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#MVrKLVkaO1xPoSwEChVVyWhOFi07zxUb { color:#ffffff;display:block;width:29rem;position:absolute;font-family:"gotham narrow";font-size:3.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.75rem;left:2.28125rem;height:4.2749rem;font-style:normal;display:block; }
#sMB97yO0MXzqKDOer0GFC8xfyanz4V3u { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"gotham narrow";font-size:1.6875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10rem;left:2.28125rem;height:2.1933625rem;font-style:normal;display:block; }
#kmqDAHVTCBUUk2Dq75hLeNUTqodN9EZe { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"gotham narrow";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:12.6875rem;left:2.28125rem;height:11.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LWxqCANDvLtBnoB7zu8ZNkt0VWfKSN2b { box-sizing:content-box;color:#f8f0ef;font-size:6.25rem;font-weight:400;line-height:1;height:8.9375rem;width:8.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:3.5833358764649rem;left:28.9375rem;display:block; }
#FF7s2t5ngxKLVhtITfhFstVAOEthF198 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#1adf82;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.3538589477539rem;left:39.311807632446rem;display:block; }
#PIoBTQwvLn6wq9Qrh7i857pmVzzHmFpW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lLrkewcuaEe1ehBll7H4im5VLlBwVz8c { color:#f4f3f1;display:block;width:19.5rem;position:absolute;font-family:"gotham narrow";font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.625rem;left:36.5rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { background-color: transparent; background-image: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .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); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { border-width: 0; border-radius: 0; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;position:relative;display:block; }#b7knxkVZlRgmwa8HBErAAxT5Ma3ouNJn { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:"gotham narrow";font-size:3.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.625rem;left:20.625rem;height:7.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RIJmDl3zy3idrmHBzD40JP721PaL7842 { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:13.625rem;left:19.0625rem;height:12.46875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lCqrOk7wXHGCNmarVJ0cBPUg1OuNRwvh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:22.625rem;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#kcrl28LifDQSNvCtRT2CPFCG7Fxx34nM { background-color:#1adf82;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;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:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.25rem;left:45rem;display:block; }
#JG5G8GTuh1NgDgDcTdvfp2WT1zmTBBQy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l0X2UBnF6OCWqoBifbiAKn3iTqRRmdeL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l0X2UBnF6OCWqoBifbiAKn3iTqRRmdeL > .row .container { background-color: transparent; background-image: none; }#l0X2UBnF6OCWqoBifbiAKn3iTqRRmdeL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0X2UBnF6OCWqoBifbiAKn3iTqRRmdeL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0X2UBnF6OCWqoBifbiAKn3iTqRRmdeL > .row .container > .video-iframe-container { display: none; }#l0X2UBnF6OCWqoBifbiAKn3iTqRRmdeL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0X2UBnF6OCWqoBifbiAKn3iTqRRmdeL > .row > .video-iframe-container { display: none; }#l0X2UBnF6OCWqoBifbiAKn3iTqRRmdeL > .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); }#l0X2UBnF6OCWqoBifbiAKn3iTqRRmdeL > .row .container { border-width: 0; border-radius: 0; }#l0X2UBnF6OCWqoBifbiAKn3iTqRRmdeL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l0X2UBnF6OCWqoBifbiAKn3iTqRRmdeL > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#S80q7m0cs9WMyJynRWBvSo5yVSTANlX1 { position:absolute;display:block;z-index:15005;background-color:#1adf82;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.125rem;left:4.375rem;display:block; }
#rT0sO4wX5iFKBdSTFVgsL020SCgf86VR { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:8.625rem;left:0.625rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGmRnJLCOAlNt9gyDT1CqoSmfy3xCs4A { color:#585858;display:block;width:11.25rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:12.75rem;left:1.875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THNHPdnxJmkFqN3TF1TafXa8gFC79X2F { position:absolute;display:block;z-index:15008;background-color:#2b77a0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.125rem;left:6.25rem;display:block; }
#pNTQ43Itm5akcK7INm6lhcm7fUbQOpR8 { position:absolute;display:block;z-index:15010;background-color:#1adf82;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.125rem;left:19.375rem;display:block; }
#HozxnDTTLaZCcH3Q42rU6xwQEvgzi6dF { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:8.625rem;left:17.65625rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BqCoNmAcxo4nldV2cJEF1bCpRtpOb8ln { position:absolute;display:block;z-index:15013;background-color:#2b77a0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.125rem;left:21.25rem;display:block; }
#xEryvCo1F9Rkn9orHu3SimJ1wT7FDwrk { position:absolute;display:block;z-index:15015;background-color:#1adf82;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.125rem;left:34.375rem;display:block; }
#NeiS663VZv4IPrTvhpaztcLRRQ3Op365 { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:8.625rem;left:32.5625rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCe0W7m8OyI0g9HnhubvmANS8fNTTdkE { color:#585858;display:block;width:12.3125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:12.75rem;left:31.34375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qGCgUHSPWLsbcS2SV05hZTZ5utp8QrAd { position:absolute;display:block;z-index:15018;background-color:#2b77a0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.125rem;left:36.25rem;display:block; }
#eNEpZApxPTyIIq7Cr4SxBJ5fDAGBmte2 { color:#585858;display:block;width:10.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:12.8125rem;left:47.125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AH56fJkCXWRROWbmD3GE6VTk9ShLs3kU { position:absolute;display:block;z-index:15020;background-color:#1adf82;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.125rem;left:49.4375rem;display:block; }
#n6rhUO2hF861QNIFm9ll47hdKCwN9rAA { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:8.625rem;left:47.625rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pLboGnVb60ifTdAWwa6t1eIxcXLPrBId { position:absolute;display:block;z-index:15023;background-color:#2b77a0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.125rem;left:51.3125rem;display:block; }
#O85FENITaVETOiz7KiIXa3xTAawfWZI5 { box-sizing:content-box;color:#ffffff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:2rem;left:5.25rem;display:block; }
#ph76seWRxMlX9wsJoZMfgmHKZMXwuRIE { box-sizing:content-box;color:#ffffff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:2rem;left:20.25rem;display:block; }
#pgt60zrKpRCmEJVwrewshXVFFJcsz4LH { box-sizing:content-box;color:#ffffff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:2rem;left:35.25rem;display:block; }
#bMsny7HZgWxE6FQ7gOtu9m8ebkDiI1kc { box-sizing:content-box;color:#ffffff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:2rem;left:50.25rem;display:block; }
#FAgmDO3CR8HnNAzqRg8v6X52Q7QNtmqt { color:#585858;display:block;width:10.125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:12.75rem;left:17.4375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(26,223,130,0.8);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { background-color: transparent; background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { border-width: 0; border-radius: 0; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:"gotham narrow";font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.0625rem;left:0rem;height:5.7744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.125rem;left:0rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#1adf82;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.790374755859rem;left:0.5625rem;display:block; }
#JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ewnGtJUBJCLArsJL4qfb7b7A4XHCmmUc { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:20.45703125rem;left:0rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ewnGtJUBJCLArsJL4qfb7b7A4XHCmmUc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ewnGtJUBJCLArsJL4qfb7b7A4XHCmmUc li:before{  }
#six3sdnBoz7aLypuURtn1FaZ976JMu8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { background-color: transparent; background-image: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container > .video-iframe-container { display: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container { display: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .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); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { border-width: 0; border-radius: 0; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#OKGe6zM0C9QCkJqHX4TvBp9vXuVwOPlJ { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:"gotham narrow";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3rem;left:10.3125rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { background-color: transparent; background-image: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container > .video-iframe-container { display: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container { display: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .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); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { border-width: 0; border-radius: 0; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#nes5MhLkQsnBKuDteG4uPFDipFHmcLVn { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:15.4375rem;left:3.5625rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fW1ieBHTf5NHo1GtVO1eBMk7LaeRQsUA { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:3.9375rem;left:1.75rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mT1AkOzaqRVRMFRHJItbac7lkamZSlTF { position:absolute;display:block;z-index:15005;background-color:#1adf82;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:0rem;left:8.4375rem;display:block; }
#fT71J2KpOrb5ukqz60zGp8qHLMgf9rI0 { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0.875rem;left:9.25rem;display:block; }
#XZnvsMqA3Jc3Cu5Vu79rV4bPGRVgT0ma { position:absolute;display:block;z-index:15010;background-color:#1adf82;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:0rem;left:28.4375rem;display:block; }
#wdWZxOvSIUnMTSWpQ3xJbnS60C6gGzwX { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:0.875rem;left:29.25rem;display:block; }
#SGwNF3RFPtFzfuzovIhiC25DtsZ3dNRQ { position:absolute;display:block;z-index:15015;background-color:#1adf82;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:0rem;left:48.4375rem;display:block; }
#c5i2LDsw7atQPiG0fMaVaiZk2BvQUmbi { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:0.875rem;left:49.25rem;display:block; }
#pHpG6zQuWSbbJVQMgDNTQfPndQPbFTTl { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:15.4375rem;left:23.5625rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0ndrAXBK8i8IJXPM52pVXSp7R19LcZL { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.0625rem;left:21.75rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3Dcr0fZigGMR0HgNEkXdngTN7CAywL8 { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:15.4375rem;left:43.5625rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZVMhAbDdMz1NA54iQRM5lzTuOCrMkbb { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.125rem;left:41.75rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(26,223,130,0.8);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { background-color: transparent; background-image: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .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); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { border-width: 0; border-radius: 0; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { color:#ffffff;display:block;width:49.125rem;position:absolute;font-family:"gotham narrow";font-size:2rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.625rem;left:5.4375rem;height:8.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#beSlFLAbUgSJi6oCAQsyeVoRrsd7Ryzl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#beSlFLAbUgSJi6oCAQsyeVoRrsd7Ryzl > .row .container { border-width: 0; border-radius: 0; }#beSlFLAbUgSJi6oCAQsyeVoRrsd7Ryzl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beSlFLAbUgSJi6oCAQsyeVoRrsd7Ryzl > .row .container { font-size:0.875rem;font-family:"open sans";height:30.125rem;width:60rem;position:relative;display:none; }#CdXxqyUDigXs30LqdqNVZuSKT4sBg4kE { color:#383838;display:block;width:29.875rem;position:absolute;font-family:"gotham narrow";font-size:2.3125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:3rem;font-style:normal;display:block; }
#Msac1aaBfJDz7LioiOI6UHBATPDnw1ot { color:#383838;display:block;width:29.875rem;position:absolute;font-family:"gotham narrow";font-size:6.5rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:8.25rem;left:0rem;height:6.5rem;display:block; }
#ClpPDo7sDGS3NiBGmhf3RBmUnXStoEOv { color:#383838;display:block;width:32.0625rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.3125rem;left:0rem;height:4.3125rem;font-style:normal;display:block; }
#BA2ehluJfoNlPyzXy3u97q7R7TGiy2gu { background-color:#2b77a0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;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:"gotham narrow";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.5625rem;left:0rem;display:block; }
#gZpixmDiMPkS4Kho8mFNLcyF7JPmdpB6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esqdqDE4oZ4WieORO93X0hSSfix76VqT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:20.75rem;top:5.3125rem;left:35.4375rem;overflow:hidden;display:block; }
#iJlrAFJnOCzNtgVsNHSDpkKoFuiOLDDa { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:cooperhewitt;font-size:4.1875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:11.5625rem;left:40.59375rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pBnOIVWpTZFvhcHfqklrsi81hZCbxgC5 { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:cooperhewitt;font-size:4.3125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:16.5rem;left:42.1875rem;height:5.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nAiNCuIs/Santi_Final_Empatado_4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w.adaptive-delivery-prevent-bg, #CKACrRE1GMM992GwF6s2F1zK0B1Tly8w.lazyload, #CKACrRE1GMM992GwF6s2F1zK0B1Tly8w.lazyloading { background-image: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container { background-color: transparent; background-image: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container > .video-iframe-container { display: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row > .video-iframe-container { display: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .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); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container { border-width: 0; border-radius: 0; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:block; }#nce1vX4M1JB0ibcIVH5kCDCzB5bL6t6H { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:12.9375rem;left:0rem;height:16.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IkmfeRQKTgrSHVDKl8HJupAKJ8AUlT0L { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:"gotham narrow";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:6rem;left:0rem;height:2.88720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tQAk6NeJ2fVDTbV0anwEiaIUJN8VC5PN { color:#1adf82;display:block;width:56.6875rem;position:absolute;font-family:"gotham narrow";font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:8.875rem;left:0rem;height:1.99365rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vRFpFFL0yrnwA1b3de42zXFNrmC3Hh79 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b77a0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vRFpFFL0yrnwA1b3de42zXFNrmC3Hh79 > .row .container { border-width: 0; border-radius: 0; }#vRFpFFL0yrnwA1b3de42zXFNrmC3Hh79 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vRFpFFL0yrnwA1b3de42zXFNrmC3Hh79 > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:none; }#NlDyt1lyw3ZiEhhMZoSSLcTEFSCIoql5 { color:#ffffff;display:block;width:29rem;position:absolute;font-family:"gotham narrow";font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.9375rem;left:0rem;height:6.125rem;font-style:normal;display:block; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-form-header {  }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1rem;font-weight:bold;color:#ffffff;width:26.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:center;text-align-last:center; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:26.25rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:"gotham narrow";text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:26.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:"gotham narrow";text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e2b0ab;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.875rem;margin-bottom:0.25rem;margin-left:5.875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#f2f9ff;width:14.4375rem;height:3.75rem;font-family:"gotham narrow";overflow:hidden;font-style:normal; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.875rem;font-weight:300;color:#ffffff;vertical-align:top;width:25rem;overflow:hidden;font-style:normal;line-height:1.5; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .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; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-container:first-of-type{padding-top:0;}#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-container:last-of-type{padding-bottom:0;}#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.4375rem;left:31.25rem; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.25rem; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 {display:block;}#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.4375rem;left:31.25rem; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #qT0fltNlkxiiy4xOhiBQ0etsS9iT4JUl { position:relative; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #rmr0aCWFJg7ScBWQu9VVhrMI3nGTm1m0 { position:relative;display:block; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #QRNlprxJoesaFirCaFuMBzWVhoVueEVz { position:relative; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #Bb6nWikBJF9TrJR8eEUPpLwR7BzZKeSx { position:relative; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #JksLoQyQKopwuaOUotd6I0nmvGtmWSAe { position:relative;display:block; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #Pv2EWdrRnx4Ur5X6Hh3oqEDOBs5OVdE1 { position:relative; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #VAOGqItkAAir3crLyTz8ar06PrRXbLzV { position:relative; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #VZuZoliW9Qr0NyDKaOkMBsXr4AEh8qJG { position:relative;display:block; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #ahxdpAS0TfOvpTTxn7cCTfKTERNNrnWd { position:relative; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #MlH12oM5U6U58i9dRkFWHtxW5TAVhC5V { position:relative; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #sizTak24NHZz9uFHafKatZGCk4VVFuDJ { position:relative;display:block; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #ISRQu0rkczNtrsOocICfJXo4CE56HVwp { position:relative; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #ahds69Guadu4kwIk0IHu0rTCB9FezyrR { position:relative; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #mXTWiCErW38LsslyXHJXw0b3PiNITEFB { position:relative; }
#Fb92GspHyUmspV9QVcWSRHfTQ9DAKfX8 { color:#000000;display:block;width:27rem;position:absolute;font-family:"gotham narrow";font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:13.0625rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a5Xkyd32aS8v9uJJ01CFaMJuC4KWT7pO { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:19.75rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#h2WpMkVCoFn0P32sNA7bMAC1tqdgogPr { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.8;letter-spacing:0;top:21.75rem;left:0rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row .container { background-color: transparent; background-image: none; }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row .container > .video-iframe-container { display: none; }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row > .video-iframe-container { display: none; }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .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); }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row .container { border-width: 0; border-radius: 0; }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#Uz79mXFIRu9rpod8iLZrEqGw2Rftk53U { box-sizing:content-box;color:#3579b9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:1.0625rem;left:26.9375rem;display:block; }
#CDHw8qXiiThGO9iRoy6Bhz4eWKHhqb5a { box-sizing:content-box;color:#3579b9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.125rem;left:29.5rem;display:block; }
#MfOySV2brQit0szu9eFggvLPh15I9MRm { display:block;width:25.5rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:1.998046875rem;left:0.873046875rem;height:1.4624rem;font-style:normal;display:block; }
#nQrNSC9ZBqU5w5i2N2tnRr5iH0ZkS416 { box-sizing:content-box;color:#3579b9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.125rem;left:32.0625rem;display:block; }
#Ls6olRPHo9Tk1J9VozSrOlOGQQHcH9mx { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6.75rem;top:0.8125rem;left:53.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #RDx0UvacwIJdm2C6TmnQ4IklrkTIh6AB { display:block; }#RDx0UvacwIJdm2C6TmnQ4IklrkTIh6AB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO { display:block; }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aP0pVBD3nKX6HUv1ZxNRDfkTX94H2Dp1 { width:15rem;height:3.75rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #AZzvHMt5V1n9JkM21aFsoqL1Bm37Cw0z { display:block; }
 }@media only screen and (max-width: 959px) { #HUTLTIFJTJ8w87rtrSopSipxLDUtBWcR { width:2.5rem;height:2.5rem;top:31.8125rem;left:22.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Uvnh694LCEHD9HkTsItvGDXBs37NH5KV { width:26.125rem;height:24rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #cNXZwbtzHlsQblL2kegKHgnuJH6gspwJ { width:21.25rem;height:0.125rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ttB1Bmg9FrEF1NUNVJZBTAyZb2m5DL82 { width:13.75rem;height:3.75rem;top:24rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #C7Dm02gVLJ7eq8eT7pvBvLH5sN7BKpWp { display:block; }
 }@media only screen and (max-width: 959px) { #Zng3qrZDNtbRomHuChTUlu1DU5UN0ia2 { width:8.0625rem;height:4.3125rem;top:30.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #m01FG4AiFseVvUrJJmnUw7GKbcUt4Jns { width:26.125rem;height:9.44925rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:47.75rem;height:2.51855625rem;top:4rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #COyEZTod4lNKUEyHrbkRseLquTfX5Qy8 { width:47.75rem;height:1.4619125rem;top:1.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:4.72265625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:4.21875rem;top:13.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:4.72265625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 959px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.4375rem;height:4.21875rem;top:13.5rem;left:15.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 959px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 959px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:4.72265625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 959px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:4.21875rem;top:13.5625rem;left:31.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 959px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 959px) { #RcfXNuZDPHpGsqJKJgEwrJqV5UfOTlqN { width:3.3125rem;height:3.3125rem;top:2.6875rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nakpib4IVqbizSfKFNu9AWBrqqCUgqHF { width:3.625rem;height:3.625rem;top:2.5625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 959px) { #rHJg47Pnw9M4svJHBEwWcvUslvhcuQ5r { width:3.4375rem;height:3.4375rem;top:2.625rem;left:37.96875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tp3HlWci1Pv9dTiT59VGr01lRpqApcf4 { display:block; }#tp3HlWci1Pv9dTiT59VGr01lRpqApcf4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SaO1xA7PyPi2dDVMd9qewOGudUc4Kq5K { width:36.6875rem;height:2.75rem;top:2.75rem;left:5.4972438812256rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #bTTtLvVzAmolTTBiUBTLMLXE4OWHTnp1 { width:2.1875rem;height:2.1875rem;top:11.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #sbT889priEkzGD2bTAa21FXPg9Q2U9te { width:24.6875rem;height:2.75rem;top:8.9375rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #XTCBg5rEfGaU7cXJiLWOgQ5MMFp7iGNL { width:24.6875rem;height:9.625rem;top:9.28125rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #HuE79GAbkTaTR4h97A24q2POhEgP2LoN { display:block; }#HuE79GAbkTaTR4h97A24q2POhEgP2LoN > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MVrKLVkaO1xPoSwEChVVyWhOFi07zxUb { width:33.75rem;height:4.2744125rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #sMB97yO0MXzqKDOer0GFC8xfyanz4V3u { width:16.25rem;height:1.4619125rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kmqDAHVTCBUUk2Dq75hLeNUTqodN9EZe { width:28.1875rem;height:9rem;top:12.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #LWxqCANDvLtBnoB7zu8ZNkt0VWfKSN2b { width:8.9375rem;height:8.9375rem;top:3.5625rem;left:22.8125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #FF7s2t5ngxKLVhtITfhFstVAOEthF198 { width:15.4375rem;height:3.75rem;top:5.3125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PIoBTQwvLn6wq9Qrh7i857pmVzzHmFpW { display:block; }
 }@media only screen and (max-width: 959px) { #lLrkewcuaEe1ehBll7H4im5VLlBwVz8c { width:19.5rem;height:9.75rem;top:10.625rem;left:28.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #b7knxkVZlRgmwa8HBErAAxT5Ma3ouNJn { width:39.375rem;height:7.75rem;top:4.625rem;left:8.375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RIJmDl3zy3idrmHBzD40JP721PaL7842 { width:40.9375rem;height:12.46875rem;top:13.625rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lCqrOk7wXHGCNmarVJ0cBPUg1OuNRwvh { width:22.625rem;height:22.625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #kcrl28LifDQSNvCtRT2CPFCG7Fxx34nM { width:15rem;height:3.75rem;top:27.25rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #JG5G8GTuh1NgDgDcTdvfp2WT1zmTBBQy { display:block; }
 }@media only screen and (max-width: 959px) { #l0X2UBnF6OCWqoBifbiAKn3iTqRRmdeL { display:block; }#l0X2UBnF6OCWqoBifbiAKn3iTqRRmdeL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #S80q7m0cs9WMyJynRWBvSo5yVSTANlX1 { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rT0sO4wX5iFKBdSTFVgsL020SCgf86VR { width:12.9375rem;height:3.1484375rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #rGmRnJLCOAlNt9gyDT1CqoSmfy3xCs4A { width:11.25rem;height:4.5rem;top:12.75rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #THNHPdnxJmkFqN3TF1TafXa8gFC79X2F { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #pNTQ43Itm5akcK7INm6lhcm7fUbQOpR8 { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #HozxnDTTLaZCcH3Q42rU6xwQEvgzi6dF { width:12.9375rem;height:1.57421875rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #BqCoNmAcxo4nldV2cJEF1bCpRtpOb8ln { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #xEryvCo1F9Rkn9orHu3SimJ1wT7FDwrk { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #NeiS663VZv4IPrTvhpaztcLRRQ3Op365 { width:12.9375rem;height:1.57421875rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #kCe0W7m8OyI0g9HnhubvmANS8fNTTdkE { width:12.3125rem;height:4.5rem;top:12.75rem;left:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #qGCgUHSPWLsbcS2SV05hZTZ5utp8QrAd { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #eNEpZApxPTyIIq7Cr4SxBJ5fDAGBmte2 { width:10.75rem;height:4.5rem;top:12.8125rem;left:36.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #AH56fJkCXWRROWbmD3GE6VTk9ShLs3kU { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #n6rhUO2hF861QNIFm9ll47hdKCwN9rAA { width:12.9375rem;height:3.1484375rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #pLboGnVb60ifTdAWwa6t1eIxcXLPrBId { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #O85FENITaVETOiz7KiIXa3xTAawfWZI5 { width:4.5rem;height:4.5rem;top:2rem;left:3.71875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ph76seWRxMlX9wsJoZMfgmHKZMXwuRIE { width:4.5rem;height:4.5rem;top:2rem;left:15.65625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #pgt60zrKpRCmEJVwrewshXVFFJcsz4LH { width:4.5rem;height:4.5rem;top:2rem;left:27.59375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bMsny7HZgWxE6FQ7gOtu9m8ebkDiI1kc { width:4.5rem;height:4.5rem;top:2rem;left:39.53125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #FAgmDO3CR8HnNAzqRg8v6X52Q7QNtmqt { width:10.125rem;height:4.5rem;top:12.75rem;left:12.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:39.375rem;height:1.0996125rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:36.125rem;height:6rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { width:13.875rem;height:3.75rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block; }
 }@media only screen and (max-width: 959px) { #ewnGtJUBJCLArsJL4qfb7b7A4XHCmmUc { width:20.8125rem;height:6.25rem;top:20.4375rem;left:0rem;font-size:1rem;display:block; }#ewnGtJUBJCLArsJL4qfb7b7A4XHCmmUc li:before{  }
 }@media only screen and (max-width: 959px) { #six3sdnBoz7aLypuURtn1FaZ976JMu8k { display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OKGe6zM0C9QCkJqHX4TvBp9vXuVwOPlJ { width:39.375rem;height:2.199225rem;top:3rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU { display:block; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nes5MhLkQsnBKuDteG4uPFDipFHmcLVn { width:12.9375rem;height:2.699225rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #fW1ieBHTf5NHo1GtVO1eBMk7LaeRQsUA { width:15.9375rem;height:9.5625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #mT1AkOzaqRVRMFRHJItbac7lkamZSlTF { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #fT71J2KpOrb5ukqz60zGp8qHLMgf9rI0 { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #XZnvsMqA3Jc3Cu5Vu79rV4bPGRVgT0ma { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #wdWZxOvSIUnMTSWpQ3xJbnS60C6gGzwX { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #SGwNF3RFPtFzfuzovIhiC25DtsZ3dNRQ { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #c5i2LDsw7atQPiG0fMaVaiZk2BvQUmbi { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #pHpG6zQuWSbbJVQMgDNTQfPndQPbFTTl { width:12.9375rem;height:2.699225rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #q0ndrAXBK8i8IJXPM52pVXSp7R19LcZL { width:15.9375rem;height:9.5625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #d3Dcr0fZigGMR0HgNEkXdngTN7CAywL8 { width:12.9375rem;height:2.699225rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #LZVMhAbDdMz1NA54iQRM5lzTuOCrMkbb { width:15.9375rem;height:7.96875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:47.75rem;height:4.125rem;top:2.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #beSlFLAbUgSJi6oCAQsyeVoRrsd7Ryzl { display:none; }#beSlFLAbUgSJi6oCAQsyeVoRrsd7Ryzl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #CdXxqyUDigXs30LqdqNVZuSKT4sBg4kE { width:29.875rem;height:3rem;top:4.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Msac1aaBfJDz7LioiOI6UHBATPDnw1ot { width:29.875rem;height:6.5rem;top:8.25rem;left:0rem;font-size:6.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #ClpPDo7sDGS3NiBGmhf3RBmUnXStoEOv { width:32.0625rem;height:4.3125rem;top:15.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BA2ehluJfoNlPyzXy3u97q7R7TGiy2gu { width:15rem;height:3.75rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #gZpixmDiMPkS4Kho8mFNLcyF7JPmdpB6 { display:block; }
 }@media only screen and (max-width: 959px) { #esqdqDE4oZ4WieORO93X0hSSfix76VqT { width:20.75rem;height:20.75rem;top:5.3125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 959px) { #iJlrAFJnOCzNtgVsNHSDpkKoFuiOLDDa { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pBnOIVWpTZFvhcHfqklrsi81hZCbxgC5 { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #CKACrRE1GMM992GwF6s2F1zK0B1Tly8w { display:block; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nce1vX4M1JB0ibcIVH5kCDCzB5bL6t6H { width:38.8125rem;height:11.25rem;top:12.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #IkmfeRQKTgrSHVDKl8HJupAKJ8AUlT0L { width:47.75rem;height:1.7871125rem;top:6rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tQAk6NeJ2fVDTbV0anwEiaIUJN8VC5PN { width:47.75rem;height:1.4433625rem;top:8.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vRFpFFL0yrnwA1b3de42zXFNrmC3Hh79 { display:none; }#vRFpFFL0yrnwA1b3de42zXFNrmC3Hh79 > .row .container { width:47.75rem;height:43.25rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #NlDyt1lyw3ZiEhhMZoSSLcTEFSCIoql5 { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-checkbox-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 {display:block;}#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 959px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #qT0fltNlkxiiy4xOhiBQ0etsS9iT4JUl {  }
 }@media only screen and (max-width: 959px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #rmr0aCWFJg7ScBWQu9VVhrMI3nGTm1m0 { display:block; }
 }@media only screen and (max-width: 959px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #QRNlprxJoesaFirCaFuMBzWVhoVueEVz {  }
 }@media only screen and (max-width: 959px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #Bb6nWikBJF9TrJR8eEUPpLwR7BzZKeSx {  }
 }@media only screen and (max-width: 959px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #JksLoQyQKopwuaOUotd6I0nmvGtmWSAe { display:block; }
 }@media only screen and (max-width: 959px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #Pv2EWdrRnx4Ur5X6Hh3oqEDOBs5OVdE1 {  }
 }@media only screen and (max-width: 959px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #VAOGqItkAAir3crLyTz8ar06PrRXbLzV {  }
 }@media only screen and (max-width: 959px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #VZuZoliW9Qr0NyDKaOkMBsXr4AEh8qJG { display:block; }
 }@media only screen and (max-width: 959px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #ahxdpAS0TfOvpTTxn7cCTfKTERNNrnWd {  }
 }@media only screen and (max-width: 959px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #MlH12oM5U6U58i9dRkFWHtxW5TAVhC5V {  }
 }@media only screen and (max-width: 959px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #sizTak24NHZz9uFHafKatZGCk4VVFuDJ { display:block; }
 }@media only screen and (max-width: 959px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #ISRQu0rkczNtrsOocICfJXo4CE56HVwp {  }
 }@media only screen and (max-width: 959px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #ahds69Guadu4kwIk0IHu0rTCB9FezyrR {  }
 }@media only screen and (max-width: 959px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #mXTWiCErW38LsslyXHJXw0b3PiNITEFB {  }
 }@media only screen and (max-width: 959px) { #Fb92GspHyUmspV9QVcWSRHfTQ9DAKfX8 { width:27rem;height:6rem;top:13.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #a5Xkyd32aS8v9uJJ01CFaMJuC4KWT7pO { width:16.25rem;height:2.4375rem;top:19.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #h2WpMkVCoFn0P32sNA7bMAC1tqdgogPr { width:28.1875rem;height:4.5rem;top:21.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ { display:block; }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Uz79mXFIRu9rpod8iLZrEqGw2Rftk53U { width:3.125rem;height:3.125rem;top:2.0625rem;left:34.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CDHw8qXiiThGO9iRoy6Bhz4eWKHhqb5a { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #MfOySV2brQit0szu9eFggvLPh15I9MRm { width:31.1875rem;height:1.29980625rem;top:3rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nQrNSC9ZBqU5w5i2N2tnRr5iH0ZkS416 { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ls6olRPHo9Tk1J9VozSrOlOGQQHcH9mx { width:6.75rem;height:3.75rem;top:0.8125rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RDx0UvacwIJdm2C6TmnQ4IklrkTIh6AB { display:block; }#RDx0UvacwIJdm2C6TmnQ4IklrkTIh6AB > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO { background-color:rgba(255,255,255,0.75);background-image:url("https://images.assets-landingi.com/uc/e12b618f-c96c-47fc-a421-ef2bde40f441/meditaciondomincianasederd.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO.adaptive-delivery-prevent-bg, #tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO.lazyload, #tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO.lazyloading { background-image: none; }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .row .container { background-color: transparent; background-image: none; }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .row .container > .video-iframe-container { display: none; }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .row > .video-iframe-container { display: none; }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .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); }#tHUOH6B8qIvu9GKtCczR0QcDQaVuQbGO > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aP0pVBD3nKX6HUv1ZxNRDfkTX94H2Dp1 { width:12.625rem;height:2.5rem;top:33.25rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZzvHMt5V1n9JkM21aFsoqL1Bm37Cw0z { display:block; }
 }@media only screen and (max-width: 763px) { #HUTLTIFJTJ8w87rtrSopSipxLDUtBWcR { width:4.1236977577209rem;height:4.1236977577209rem;top:38.25rem;left:7.9375rem;font-size:2.875rem;color:#f8f0ef;display:block; }
 }@media only screen and (max-width: 763px) { #Uvnh694LCEHD9HkTsItvGDXBs37NH5KV { width:20rem;height:6.25rem;top:26.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cNXZwbtzHlsQblL2kegKHgnuJH6gspwJ { width:18.125rem;height:0.125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttB1Bmg9FrEF1NUNVJZBTAyZb2m5DL82 { width:10.059895828366rem;height:2.1848958283662rem;top:36.25rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Dm02gVLJ7eq8eT7pvBvLH5sN7BKpWp { display:block; }
 }@media only screen and (max-width: 763px) { #Zng3qrZDNtbRomHuChTUlu1DU5UN0ia2 { width:5.4375rem;height:2.8125rem;top:1.748046875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m01FG4AiFseVvUrJJmnUw7GKbcUt4Jns { width:19.5rem;height:2.7749rem;top:23.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:20rem;height:2.51855625rem;top:0.83073043823244rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COyEZTod4lNKUEyHrbkRseLquTfX5Qy8 { width:20rem;height:1.4624rem;top:3.3098983764649rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:16.5rem;height:2.69921875rem;top:5.8122711181641rem;left:1.9997700452804rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:3.65625rem;top:9.373046875rem;left:1.748046875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:5.436580657959rem;height:5.436580657959rem;top:0.17049789428711rem;left:7.2817090749738rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:8.7495422363281rem;left:8.7499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:16rem;height:2.69921875rem;top:21.685546875rem;left:1.998046875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.5rem;height:3.65625rem;top:39.3125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { width:5.8122701644897rem;height:5.8122701644897rem;top:15.49609375rem;left:7.091796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:24.623046875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:14.6875rem;height:2.69921875rem;top:35.6875rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:3.65625rem;top:25.123046875rem;left:1.748046875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { width:5.8122701644897rem;height:5.8122701644897rem;top:29.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:38.625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcfXNuZDPHpGsqJKJgEwrJqV5UfOTlqN { width:3.3122701644898rem;height:3.3122701644898rem;top:1.28515625rem;left:8.34329020977rem;display:block; }
 }@media only screen and (max-width: 763px) { #nakpib4IVqbizSfKFNu9AWBrqqCUgqHF { width:3.6247701644898rem;height:3.6247701644898rem;top:16.5625rem;left:8.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHJg47Pnw9M4svJHBEwWcvUslvhcuQ5r { width:2.9365808963776rem;height:2.9365808963776rem;top:30.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp3HlWci1Pv9dTiT59VGr01lRpqApcf4 { display:block; }#tp3HlWci1Pv9dTiT59VGr01lRpqApcf4 > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaO1xA7PyPi2dDVMd9qewOGudUc4Kq5K { width:20rem;height:4.5rem;top:3.1041717529297rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #bTTtLvVzAmolTTBiUBTLMLXE4OWHTnp1 { width:2.3125rem;height:2.3125rem;top:14.728515625rem;left:0.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbT889priEkzGD2bTAa21FXPg9Q2U9te { width:13.6875rem;height:2.75rem;top:11.978515625rem;left:3.15625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTCBg5rEfGaU7cXJiLWOgQ5MMFp7iGNL { width:16.3125rem;height:11rem;top:12.541015625rem;left:3.15625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuE79GAbkTaTR4h97A24q2POhEgP2LoN { display:block; }#HuE79GAbkTaTR4h97A24q2POhEgP2LoN > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVrKLVkaO1xPoSwEChVVyWhOFi07zxUb { width:17.623697280884rem;height:2.69970625rem;top:1.9375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMB97yO0MXzqKDOer0GFC8xfyanz4V3u { width:16.25rem;height:1.4624rem;top:5.0833435058594rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmqDAHVTCBUUk2Dq75hLeNUTqodN9EZe { width:20rem;height:5.5rem;top:7.291015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LWxqCANDvLtBnoB7zu8ZNkt0VWfKSN2b { width:6.25rem;height:6.25rem;top:13.239593505859rem;left:6.09375rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FF7s2t5ngxKLVhtITfhFstVAOEthF198 { width:13.875rem;height:3.75rem;top:12.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIoBTQwvLn6wq9Qrh7i857pmVzzHmFpW { display:block; }
 }@media only screen and (max-width: 763px) { #lLrkewcuaEe1ehBll7H4im5VLlBwVz8c { width:18.5625rem;height:4.5rem;top:17.25rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7knxkVZlRgmwa8HBErAAxT5Ma3ouNJn { width:20rem;height:4rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIJmDl3zy3idrmHBzD40JP721PaL7842 { width:18.75rem;height:19.5rem;top:7.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCqrOk7wXHGCNmarVJ0cBPUg1OuNRwvh { width:11.937040328979rem;height:11.937040328979rem;top:30.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcrl28LifDQSNvCtRT2CPFCG7Fxx34nM { width:15rem;height:3.75rem;top:43.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG5G8GTuh1NgDgDcTdvfp2WT1zmTBBQy { display:block; }
 }@media only screen and (max-width: 763px) { #l0X2UBnF6OCWqoBifbiAKn3iTqRRmdeL { display:block; }#l0X2UBnF6OCWqoBifbiAKn3iTqRRmdeL > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S80q7m0cs9WMyJynRWBvSo5yVSTANlX1 { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;background-color:#1adf82;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rT0sO4wX5iFKBdSTFVgsL020SCgf86VR { width:13.8125rem;height:3.1494125rem;top:8.75rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGmRnJLCOAlNt9gyDT1CqoSmfy3xCs4A { width:17.125rem;height:3rem;top:12.75rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THNHPdnxJmkFqN3TF1TafXa8gFC79X2F { width:2.5rem;height:0.125rem;top:11.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNTQ43Itm5akcK7INm6lhcm7fUbQOpR8 { width:6.25rem;height:6.25rem;top:17.0625rem;left:6.875rem;background-color:#1adf82;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HozxnDTTLaZCcH3Q42rU6xwQEvgzi6dF { width:9.5rem;height:3.1494125rem;top:24.0625rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqCoNmAcxo4nldV2cJEF1bCpRtpOb8ln { width:2.5rem;height:0.125rem;top:27.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEryvCo1F9Rkn9orHu3SimJ1wT7FDwrk { width:6.25rem;height:6.25rem;top:32.0625rem;left:6.875rem;background-color:#1adf82;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NeiS663VZv4IPrTvhpaztcLRRQ3Op365 { width:9.9375rem;height:3.1494125rem;top:39.125rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCe0W7m8OyI0g9HnhubvmANS8fNTTdkE { width:18.875rem;height:3rem;top:43.0625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGCgUHSPWLsbcS2SV05hZTZ5utp8QrAd { width:2.5rem;height:0.125rem;top:42.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNEpZApxPTyIIq7Cr4SxBJ5fDAGBmte2 { width:18.5rem;height:3rem;top:60.1875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH56fJkCXWRROWbmD3GE6VTk9ShLs3kU { width:6.25rem;height:6.25rem;top:49.125rem;left:6.875rem;background-color:#1adf82;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n6rhUO2hF861QNIFm9ll47hdKCwN9rAA { width:9.9375rem;height:3.1494125rem;top:56.375rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLboGnVb60ifTdAWwa6t1eIxcXLPrBId { width:2.5rem;height:0.125rem;top:59.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O85FENITaVETOiz7KiIXa3xTAawfWZI5 { width:4.5rem;height:4.5rem;top:2.125rem;left:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph76seWRxMlX9wsJoZMfgmHKZMXwuRIE { width:4.5rem;height:4.5rem;top:17.9375rem;left:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgt60zrKpRCmEJVwrewshXVFFJcsz4LH { width:4.5rem;height:4.5rem;top:32.9375rem;left:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMsny7HZgWxE6FQ7gOtu9m8ebkDiI1kc { width:4.5rem;height:4.5rem;top:50rem;left:7.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAgmDO3CR8HnNAzqRg8v6X52Q7QNtmqt { width:12.4375rem;height:3rem;top:27.8125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { background-color:#1adf82;background-image:none;display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { background-color: transparent; background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:18.75rem;height:6.1875rem;top:2.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:16.25rem;height:10.5rem;top:9.375rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { width:13.875rem;height:3.75rem;top:30.8125rem;left:3.0625rem;color:#1adf82;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block; }
 }@media only screen and (max-width: 763px) { #ewnGtJUBJCLArsJL4qfb7b7A4XHCmmUc { width:12.375rem;height:6.25rem;top:23.0625rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ewnGtJUBJCLArsJL4qfb7b7A4XHCmmUc li:before{  }
 }@media only screen and (max-width: 763px) { #six3sdnBoz7aLypuURtn1FaZ976JMu8k { display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKGe6zM0C9QCkJqHX4TvBp9vXuVwOPlJ { width:20rem;height:4.125rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU { display:block; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nes5MhLkQsnBKuDteG4uPFDipFHmcLVn { width:12.9375rem;height:2.699225rem;top:14.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW1ieBHTf5NHo1GtVO1eBMk7LaeRQsUA { width:18.875rem;height:7.96875rem;top:5.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1AkOzaqRVRMFRHJItbac7lkamZSlTF { width:3.125rem;height:3.125rem;top:1.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT71J2KpOrb5ukqz60zGp8qHLMgf9rI0 { width:1.5rem;height:1.5rem;top:1.9375rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnvsMqA3Jc3Cu5Vu79rV4bPGRVgT0ma { width:3.125rem;height:3.125rem;top:18.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdWZxOvSIUnMTSWpQ3xJbnS60C6gGzwX { width:1.5rem;height:1.5rem;top:19.125rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwNF3RFPtFzfuzovIhiC25DtsZ3dNRQ { width:3.125rem;height:3.125rem;top:35.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5i2LDsw7atQPiG0fMaVaiZk2BvQUmbi { width:1.5rem;height:1.5rem;top:36.5625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHpG6zQuWSbbJVQMgDNTQfPndQPbFTTl { width:12.9375rem;height:2.699225rem;top:31.5625rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0ndrAXBK8i8IJXPM52pVXSp7R19LcZL { width:17.875rem;height:7.96875rem;top:22.4375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3Dcr0fZigGMR0HgNEkXdngTN7CAywL8 { width:12.9375rem;height:2.699225rem;top:47.3125rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZVMhAbDdMz1NA54iQRM5lzTuOCrMkbb { width:18rem;height:6.375rem;top:39.8125rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:20rem;height:6.875rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #beSlFLAbUgSJi6oCAQsyeVoRrsd7Ryzl { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#beSlFLAbUgSJi6oCAQsyeVoRrsd7Ryzl > .row .container { border-width: 0; border-radius: 0; }#beSlFLAbUgSJi6oCAQsyeVoRrsd7Ryzl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beSlFLAbUgSJi6oCAQsyeVoRrsd7Ryzl > .row .container { width:20rem;height:65.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CdXxqyUDigXs30LqdqNVZuSKT4sBg4kE { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Msac1aaBfJDz7LioiOI6UHBATPDnw1ot { width:20rem;height:3.375rem;top:3.474609375rem;left:0rem;font-size:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ClpPDo7sDGS3NiBGmhf3RBmUnXStoEOv { width:17.625rem;height:6.25rem;top:7.5rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BA2ehluJfoNlPyzXy3u97q7R7TGiy2gu { width:15rem;height:3.75rem;top:16.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZpixmDiMPkS4Kho8mFNLcyF7JPmdpB6 { display:block; }
 }@media only screen and (max-width: 763px) { #esqdqDE4oZ4WieORO93X0hSSfix76VqT { width:20rem;height:20rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJlrAFJnOCzNtgVsNHSDpkKoFuiOLDDa { width:10.4375rem;height:0;top:42.5rem;left:4.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBnOIVWpTZFvhcHfqklrsi81hZCbxgC5 { width:5.1875rem;height:0;top:54.25rem;left:7.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKACrRE1GMM992GwF6s2F1zK0B1Tly8w { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Jf3hK1Q9/Santi_Final_Mobil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w.adaptive-delivery-prevent-bg, #CKACrRE1GMM992GwF6s2F1zK0B1Tly8w.lazyload, #CKACrRE1GMM992GwF6s2F1zK0B1Tly8w.lazyloading { background-image: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container { background-color: transparent; background-image: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container > .video-iframe-container { display: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row > .video-iframe-container { display: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .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); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nce1vX4M1JB0ibcIVH5kCDCzB5bL6t6H { width:18.998046875rem;height:19.6875rem;top:26.646484375rem;left:1.001953125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkmfeRQKTgrSHVDKl8HJupAKJ8AUlT0L { width:20rem;height:1.7871125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQAk6NeJ2fVDTbV0anwEiaIUJN8VC5PN { width:20rem;height:2.88671875rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRFpFFL0yrnwA1b3de42zXFNrmC3Hh79 { display:none; }#vRFpFFL0yrnwA1b3de42zXFNrmC3Hh79 > .row .container { width:20rem;height:58.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NlDyt1lyw3ZiEhhMZoSSLcTEFSCIoql5 { width:17.625rem;height:4.5rem;top:1.75rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-family:"gotham narrow";font-size:0.9375rem;overflow:hidden;display:block; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;font-size:1.1875rem;overflow:hidden; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1  { width:16.6875rem;height:auto;top:24.75rem;left:0.28125rem;border-top:0.125rem solid #e2b0ab;border-left:0.125rem solid #e2b0ab;border-right:0.125rem solid #e2b0ab;border-bottom:0.125rem solid #e2b0ab; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 {display:block;}#EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 { width:16.6875rem;height:auto;top:24.75rem;left:0.28125rem;border-top:0.125rem solid #e2b0ab;border-left:0.125rem solid #e2b0ab;border-right:0.125rem solid #e2b0ab;border-bottom:0.125rem solid #e2b0ab; }
 }@media only screen and (max-width: 763px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #qT0fltNlkxiiy4xOhiBQ0etsS9iT4JUl {  }
 }@media only screen and (max-width: 763px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #rmr0aCWFJg7ScBWQu9VVhrMI3nGTm1m0 { display:block; }
 }@media only screen and (max-width: 763px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #QRNlprxJoesaFirCaFuMBzWVhoVueEVz {  }
 }@media only screen and (max-width: 763px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #Bb6nWikBJF9TrJR8eEUPpLwR7BzZKeSx {  }
 }@media only screen and (max-width: 763px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #JksLoQyQKopwuaOUotd6I0nmvGtmWSAe { display:block; }
 }@media only screen and (max-width: 763px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #Pv2EWdrRnx4Ur5X6Hh3oqEDOBs5OVdE1 {  }
 }@media only screen and (max-width: 763px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #VAOGqItkAAir3crLyTz8ar06PrRXbLzV {  }
 }@media only screen and (max-width: 763px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #VZuZoliW9Qr0NyDKaOkMBsXr4AEh8qJG { display:block; }
 }@media only screen and (max-width: 763px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #ahxdpAS0TfOvpTTxn7cCTfKTERNNrnWd {  }
 }@media only screen and (max-width: 763px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #MlH12oM5U6U58i9dRkFWHtxW5TAVhC5V {  }
 }@media only screen and (max-width: 763px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #sizTak24NHZz9uFHafKatZGCk4VVFuDJ { display:block; }
 }@media only screen and (max-width: 763px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #ISRQu0rkczNtrsOocICfJXo4CE56HVwp {  }
 }@media only screen and (max-width: 763px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #ahds69Guadu4kwIk0IHu0rTCB9FezyrR {  }
 }@media only screen and (max-width: 763px) { #EhOXLD9t5U3LBcCb5hL5f4VtG7Ao7Oc1 #mXTWiCErW38LsslyXHJXw0b3PiNITEFB {  }
 }@media only screen and (max-width: 763px) { #Fb92GspHyUmspV9QVcWSRHfTQ9DAKfX8 { width:20rem;height:5rem;top:7.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Xkyd32aS8v9uJJ01CFaMJuC4KWT7pO { width:16.25rem;height:2rem;top:14.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2WpMkVCoFn0P32sNA7bMAC1tqdgogPr { width:20rem;height:1.125rem;top:16.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ { display:block; }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz79mXFIRu9rpod8iLZrEqGw2Rftk53U { width:3.125rem;height:3.125rem;top:4.8125rem;left:5.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDHw8qXiiThGO9iRoy6Bhz4eWKHhqb5a { width:3.125rem;height:3.125rem;top:4.8125rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfOySV2brQit0szu9eFggvLPh15I9MRm { width:19.25rem;height:2.5996125rem;top:1.6861991882324rem;left:0.43619799613952rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQrNSC9ZBqU5w5i2N2tnRr5iH0ZkS416 { width:3.125rem;height:3.125rem;top:4.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls6olRPHo9Tk1J9VozSrOlOGQQHcH9mx { width:6.75rem;height:3.75rem;top:7.875rem;left:6.625rem;display:block; }
 }