.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3cSGOw7VJChMrswlG3pwB3Olz2m6Cl2 { position:relative;display:none; }#C3cSGOw7VJChMrswlG3pwB3Olz2m6Cl2 { border-width: 0; border-radius: 0; }#C3cSGOw7VJChMrswlG3pwB3Olz2m6Cl2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/94030c96-6aa8-47bc-b034-512a0e82f174/ISTANDFORPEACECHILE15.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:42.5rem;width:60rem;overflow:visible;position:relative;display:block; }#SUoxfZX0GAnlWs0v2c7T5gJpgc8pg2Ql { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:14.9375rem;top:21.278122901916rem;left:6.71875rem;overflow:hidden;display:block; }
#Vh8NEdTkZuVvwlJZoU5o8BS5FTi7Bbi0 { color:rgba(88,88,88,0.67);display:block;width:21.875rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:29.402082443238rem;left:3.25rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#gZKfbH68JZcOehTd58D9oBxUfJzuzfkP { color:rgba(88,88,88,0.67);display:block;width:20rem;position:absolute;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6rem;left:4rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#OxlzOPXhvr987B56UmZwWW0xBSupXHea { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.375rem;width:23.375rem;top:3.4375rem;left:2.5rem;overflow:hidden;display:block; }
#otb7sKiFEtHpzByCkQ6MPqKMpTmNtgEz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:merriweather;font-size:4.3125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:32.726044416427rem;left:4.5625rem;height:5.60625rem;display:block; }
#T40G7ApCTIp7qXP8M18SqaEVAhy472bX { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#oZp2mKNQp5xRR0F1LWRpeBteGikgvT9c { color:#000000;display:block;width:14.875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:44.6875rem;left:2.4375rem;display:none; }
#vt3H7vgJqZvCk0yOJpWlHVLRJ0HWwJec { color:#000000;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:46.8125rem;left:13.375rem;display:none; }
#Da44JJfM4G6v9HRggMIfGadUvwMdEtCp { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:5.5rem;top:33.685418128967rem;left:22.447917938233rem;overflow:hidden;display:block; }
#VMdeaM6t5tE0RU7LDVVwObTJVadIMnuH { position:relative;display:block; }#VMdeaM6t5tE0RU7LDVVwObTJVadIMnuH { background-color: transparent; background-image: none; }#VMdeaM6t5tE0RU7LDVVwObTJVadIMnuH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMdeaM6t5tE0RU7LDVVwObTJVadIMnuH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMdeaM6t5tE0RU7LDVVwObTJVadIMnuH > .row .container > .video-iframe-container { display: none; }#VMdeaM6t5tE0RU7LDVVwObTJVadIMnuH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMdeaM6t5tE0RU7LDVVwObTJVadIMnuH > .row > .video-iframe-container { display: none; }#VMdeaM6t5tE0RU7LDVVwObTJVadIMnuH > .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); }#VMdeaM6t5tE0RU7LDVVwObTJVadIMnuH { border-width: 0; border-radius: 0; }#VMdeaM6t5tE0RU7LDVVwObTJVadIMnuH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#z8TQNHwU2WOc9A4uIrz5Ib6vdVQMKPIJ { color:#6c4689;display:block;width:22.1229375rem;position:absolute;font-family:"gotham narrow book";font-size:1.6875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:10.110415935516rem;left:17.921875rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a216a;background-image:none;color:#ffffff;padding-top:0.603125rem;padding-right:0.535625rem;padding-bottom:0.603125rem;padding-left:0.535625rem;display:block;align-items:center;width:3.215rem;min-width:3.215rem;height:3.241875rem;position:relative;font-family:"open sans";font-size:2.4125rem;font-weight:400;line-height:51.87px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK .widget-text.counter-label { background-color:;background-image:none;color:#012f94;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.376875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.286875rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.905rem;font-weight:700;line-height:20.51px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:21.125rem;height:5.8875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.99999952316281rem;left:17.484375rem;z-index:100000; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #FfRUQ6fVzGcNle9sLdEAM5LuK6eqPVUm { display:flex;position:relative;top:0rem;left:0rem; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #TOO3y73tz950AtIUcPTJT05W2sqVK49p { width:auto; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #D6UgU7rilM7Rh6UT0Rq3LNTvnakSHd4m {  }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #o63TqU2GToefVHNGIowInTMVpuFgzieO { display:flex;position:relative;top:0rem;left:0rem; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #PZeC4BAOhDKtLOcTJwvR78MLWeGhfzTB {  }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #e8OU5MTl6ScCJ6FzRTPmzFaQ1WyzK1zp {  }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #TZRFznTVS6QEkvVDIhGa66sHcS2W9duT { display:flex;position:relative;top:0rem;left:0rem; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #WOuNnM9F7lRrv9wbaRGMcunp3vEBcBMT {  }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #BwTBM9iXs3AACGm227VQON2BRqUdKNJm {  }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #LhuwUDvvBAF4pMo8uVNzK2wC7yJQDsD6 { display:flex;position:relative;top:0rem;left:0rem; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #d6NpIL60k4eGArbO6Ecp7PVqbXaxubeo {  }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #QWqfhMACHb4N43ILmeqM05wyvTNGm4mv {  }
#mb8VQNlOWXUVTTO05BegOkvfmMk347d6 { background-color:#4a216a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:13.469792842865rem;left:19.698959350586rem;display:block; }
#RwLmavT20H8cOaxUTdkTDbIN4fxlBJav { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AnUlWOksknkw2Z9iOtHSvkaBILgUG2a5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfe;background-image:none;position:relative;display:block; }#AnUlWOksknkw2Z9iOtHSvkaBILgUG2a5 > .row .container { background-color: transparent; background-image: none; }#AnUlWOksknkw2Z9iOtHSvkaBILgUG2a5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnUlWOksknkw2Z9iOtHSvkaBILgUG2a5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnUlWOksknkw2Z9iOtHSvkaBILgUG2a5 > .row .container > .video-iframe-container { display: none; }#AnUlWOksknkw2Z9iOtHSvkaBILgUG2a5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnUlWOksknkw2Z9iOtHSvkaBILgUG2a5 > .row > .video-iframe-container { display: none; }#AnUlWOksknkw2Z9iOtHSvkaBILgUG2a5 > .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); }#AnUlWOksknkw2Z9iOtHSvkaBILgUG2a5 > .row .container { border-width: 0; border-radius: 0; }#AnUlWOksknkw2Z9iOtHSvkaBILgUG2a5 > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#hx2vWDrhaRgMOwbAztWic949EAU9rSw5 { color:#ff7400;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:2.3739585876465rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#TwJV4WPhi85hZyEH3GlV0Iea9x9d4gVT { color:#313131;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:16.0625rem;left:2.4375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lq7kwp3PT12OsQEIiR7iVkwQITePk9Ms { position:absolute;display:block;z-index:100008;background-color:#4a216a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:4.375rem;width:4.375rem;top:9.3125rem;left:5.6885414123535rem;display:block; }
#yxluXuVEq0QvT3q0bt1u4IbgfbtMKIaW { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:10.6875rem;left:6.2510414123538rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M1l1qQRiuSd0tFxddtEWOM2vsJ5AdzRR { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:6.0625rem;top:9.9375rem;left:40.390625rem;overflow:hidden;display:block; }
#ebcBVxral8GD23O3Rwqx2zBpdMdfPGL8 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:6.0625rem;top:9.9375rem;left:11.379165649414rem;overflow:hidden;display:block; }
#ef6cNEqVeFF9WeoaM1Sr5eg7N8rqKVvH { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:6.0625rem;top:9.9375rem;left:26.96875rem;overflow:hidden;display:block; }
#gpZqIsAwR1ybsICTrIkevwkFfUi7badq { color:#313131;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:16.062498092651rem;left:17.815624237061rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y4pnLsB35GATHSZKK8qWWke1lF6oKIsB { position:absolute;display:block;z-index:100009;background-color:#4a216a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:4.375rem;width:4.375rem;top:9.3125rem;left:35.011459350586rem;display:block; }
#txmzbSEBdeD2O77BwCdXEmWJc8S2TsQM { position:absolute;display:block;z-index:100010;background-color:#4a216a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:4.375rem;width:4.375rem;top:9.3124971389769rem;left:20.565624237061rem;display:block; }
#KdbAkrhBwsaVNr4Kysf6mXpkGCu5zbDJ { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:10.687497138977rem;left:21.003124237061rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jcg4UZ4oMp8saTBDixMNDSiP2q0Sz8TP { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:10.6875rem;left:35.448959350586rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uwByFxyr77uMaKkRPtTqsO0pUUaTg8Ll { position:absolute;display:block;z-index:100010;background-color:#4a216a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:4.375rem;width:4.375rem;top:9.3125rem;left:47.761459350586rem;display:block; }
#JO7F5fSUILD0WoRE12hSdNGKW6tZTC67 { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:10.6875rem;left:48.198959350586rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTQa4DxHAGGgGJ3IwLs6zVQuw3TQABTR { color:#313131;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:16.062500476837rem;left:30.698959350586rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4SixAzoIosAU8nkyzAIkVTm58kCCJtv { color:#313131;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:16.0625rem;left:45.011459350586rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iv59Tps5PrbGBEcIlgnqPNv7A3xWCT6W { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:6.0625rem;top:9.9375rem;left:26.96875rem;overflow:hidden;display:none; }
#BA2q5PBoSHbpD47DDM9SgNKBSlJK1pzE { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:10.6875rem;left:35.448959350586rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PiLzuOSVenaoqNAidnDyxlC15GBLDrQn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#PiLzuOSVenaoqNAidnDyxlC15GBLDrQn > .row .container { background-color: transparent; background-image: none; }#PiLzuOSVenaoqNAidnDyxlC15GBLDrQn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiLzuOSVenaoqNAidnDyxlC15GBLDrQn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiLzuOSVenaoqNAidnDyxlC15GBLDrQn > .row .container > .video-iframe-container { display: none; }#PiLzuOSVenaoqNAidnDyxlC15GBLDrQn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiLzuOSVenaoqNAidnDyxlC15GBLDrQn > .row > .video-iframe-container { display: none; }#PiLzuOSVenaoqNAidnDyxlC15GBLDrQn > .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); }#PiLzuOSVenaoqNAidnDyxlC15GBLDrQn > .row .container { border-width: 0; border-radius: 0; }#PiLzuOSVenaoqNAidnDyxlC15GBLDrQn > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#JR6Q5s1FBrI6qhM1qol2kQDUScLSJdgX { position:absolute;display:block;z-index:100000;background-color:#4a216a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:25.0625rem;top:0rem;left:0rem;display:block; }
#Rwq6XnV3GtXXxQcc6Wvcf6H5LgQ7JsfT { color:#ff7400;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3rem;height:1.95rem;display:block; }
#WqSCamFf6TwkRZqSZ2SMwUnOiP5UCJut { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.2666664123535rem;left:3rem;height:2.4375rem;font-style:normal;display:block; }
#kl3xgEHSC9dgH53f8O66PnyGIFkz2Jxl { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:10.750001907349rem;left:3rem;height:2.4375rem;font-style:normal;display:block; }
#WS1QSCIDT43PiohgoG11FOtsf5rTsmWa { color:#ff7400;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:8.6875019073488rem;left:3rem;height:1.95rem;display:block; }
#Bpv7nl5ikgI8EN99G1Uf5pP1GMpk9Z4i { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:17.875001907349rem;left:3rem;height:2.4375rem;font-style:normal;display:block; }
#AeC6h8IXAXU4hGR6csFGltyEQfcTxtiL { color:#ff7400;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:15.812501907349rem;left:3rem;height:1.95rem;display:block; }
#ykcLXPl5wwTGscBV4Snhwf5WAc8nkUwQ { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:10.9375rem;top:7.1250019073488rem;left:3rem;display:block; }
#UEwf9TIN8yFNiaKzFHd7qrM5BUon962J { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:10.9375rem;top:14.250001907349rem;left:3rem;display:block; }
#ibVuS5dJPki9xluMJ678oknlRflNsEw7 { color:#4a216a;display:block;width:32.375rem;position:absolute;font-family:merriweather;font-size:3rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:7.3909759521488E-6rem;left:26.073959350586rem;height:7.8rem;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; }
#yZziHpdaX8MrihvlOBMgD8KCm2mNc8Zu { color:#2d2929;display:block;width:32.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:8.3125019073488rem;left:27.625rem;height:6.75rem;font-style:normal;display:block; }
#OKKQL2XtJ9eL0W9DRMA5pE0c3X0aKIcM { background-color:#4a216a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:15.812500953674rem;left:33.511459350586rem;display:block; }
#uWRToQcrPI4vKZuwkmAN00sxp8tEgerq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oo7oTAnSDpkA9rc7J8p0hyEpNWTTQfXR { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:10.9375rem;top:14.250001907349rem;left:3rem;display:none; }
#MbH0aOzBkTWdiKWdABC6PGBdpXENCi7n { background-color:transparent;background-image:url("https://images.assets-landingi.com/iRaB5grj/Banner_landing_2.png");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }#MbH0aOzBkTWdiKWdABC6PGBdpXENCi7n.adaptive-delivery-prevent-bg, #MbH0aOzBkTWdiKWdABC6PGBdpXENCi7n.lazyload, #MbH0aOzBkTWdiKWdABC6PGBdpXENCi7n.lazyloading { background-image: none; }#MbH0aOzBkTWdiKWdABC6PGBdpXENCi7n > .row .container { border-width: 0; border-radius: 0; }#MbH0aOzBkTWdiKWdABC6PGBdpXENCi7n > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;overflow:visible;position:relative;display:none; }#POsEuk1BuQI1iikATEMGhqXWkQ61tETE { color:#660089;display:block;width:34.5625rem;position:absolute;font-family:"gotham narrow medium";font-size:3.25rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:6.9726561307906rem;left:1.25rem;height:8.44925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JGUQOtnnT0tWTfo4nCsKURoi35N5Kd3t { color:#444e53;display:block;width:27.8125rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:15.422656536102rem;left:2.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aQiak3DxOnd0ZvVD2TinGgc45yeQrr2L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6c4689;background-image:none;position:relative;display:none; }#aQiak3DxOnd0ZvVD2TinGgc45yeQrr2L > .row .container { border-width: 0; border-radius: 0; }#aQiak3DxOnd0ZvVD2TinGgc45yeQrr2L > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:none; }#Qx2a4GJ50bEcD3k7h09gqqSx78kGUBla { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:13.75rem;top:2.4375rem;left:33.43593788147rem;overflow:hidden;display:block; }
#q5NbvOI3aAQSZTCAb5mTUvsVdTba6rPi { color:#ffffff;display:block;width:22.1218125rem;position:absolute;font-family:"gotham narrow book";font-size:1.6875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.25rem;height:2.1933625rem;text-align:left;text-align-last:left;display:block; }
#i6UKThQhRazX05avToc4OmISqZps4Knf { color:#ffffff;display:block;width:22.1218125rem;position:absolute;font-family:"gotham narrow book";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:4.625rem;left:2.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ZTTFkdUJ5yC8dm6lJogKqtJ7UshGRrra { box-sizing:content-box;color:#5d92ff;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:100000;display:none; }
#d72MxoOdgy1f6LxDg5UQy42KU3vR1TKR { box-sizing:content-box;color:#5d92ff;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:100000;display:none; }
#WCHqKf0zcHrr9Igqs7ET6QVG5QnaTud5 { color:#eddfdf;display:block;width:21rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.924999833107rem;left:2.25rem;height:12.42775625rem;display:block; }
#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a216a;background-image:none;position:relative;display:block; }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .row .container { background-color: transparent; background-image: none; }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .row .container > .video-iframe-container { display: none; }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .row > .video-iframe-container { display: none; }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .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); }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .row .container { border-width: 0; border-radius: 0; }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#mIyeQvT9FtEOWRgIG0LZ8wBFMO4TXokT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:0.36354255676269rem;left:38.560417175293rem;overflow:hidden;display:block; }
#c6R3M7J6fB9NIcVFVSNdnwz3PxGCqI01 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"gotham narrow book";font-size:1.6875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:6.8760414123538rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#h9Pfe8q1XCTEycP0NxIpPW8CRdTnbqI8 { box-sizing:content-box;color:#5d92ff;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:100000;display:none; }
#MCMl1815JVFqfT9JiSApxEO8TEKPLpET { box-sizing:content-box;color:#5d92ff;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:100000;display:none; }
#CVzEHH625S6MJa2yN7EBB7TglWA9H2kt { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.9375rem;width:16.5625rem;top:3.798957824707rem;left:6.3135414123538rem;overflow:hidden;display:block; }
#Tf50cm2pktrInBZFn55X9wlMXBZ7ll3d { position:relative;display:block; }#Tf50cm2pktrInBZFn55X9wlMXBZ7ll3d { background-color: transparent; background-image: none; }#Tf50cm2pktrInBZFn55X9wlMXBZ7ll3d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf50cm2pktrInBZFn55X9wlMXBZ7ll3d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf50cm2pktrInBZFn55X9wlMXBZ7ll3d > .row .container > .video-iframe-container { display: none; }#Tf50cm2pktrInBZFn55X9wlMXBZ7ll3d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf50cm2pktrInBZFn55X9wlMXBZ7ll3d > .row > .video-iframe-container { display: none; }#Tf50cm2pktrInBZFn55X9wlMXBZ7ll3d > .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); }#Tf50cm2pktrInBZFn55X9wlMXBZ7ll3d { border-width: 0; border-radius: 0; }#Tf50cm2pktrInBZFn55X9wlMXBZ7ll3d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#Fzu3HhB7cOonyUU1xTLkKETNlr1EEHoI { color:#06000b;display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0.5625rem;height:13rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zE4RAnbzplk4JkyVdUQ4a9TWwQgeoPnf { color:#540f95;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5.5156288444996rem;left:20rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#xE0yNB9ngD8yaTCLUqr6BkBz5RmiMana { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6.1250009536743rem;left:41.34375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#kVoOUXyoQz4kGfNk8s6nvKFzC5cw7WWp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a216a;background-image:none;position:relative;display:block; }#kVoOUXyoQz4kGfNk8s6nvKFzC5cw7WWp > .row .container { background-color: transparent; background-image: none; }#kVoOUXyoQz4kGfNk8s6nvKFzC5cw7WWp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVoOUXyoQz4kGfNk8s6nvKFzC5cw7WWp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVoOUXyoQz4kGfNk8s6nvKFzC5cw7WWp > .row .container > .video-iframe-container { display: none; }#kVoOUXyoQz4kGfNk8s6nvKFzC5cw7WWp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVoOUXyoQz4kGfNk8s6nvKFzC5cw7WWp > .row > .video-iframe-container { display: none; }#kVoOUXyoQz4kGfNk8s6nvKFzC5cw7WWp > .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); }#kVoOUXyoQz4kGfNk8s6nvKFzC5cw7WWp > .row .container { border-width: 0; border-radius: 0; }#kVoOUXyoQz4kGfNk8s6nvKFzC5cw7WWp > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#DI4SuBqqlL0mqf03AxrGRLPXrut5c2Dg { color:#ffffff;display:block;width:45rem;position:absolute;font-family:"gotham narrow book";font-size:2.5625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:0.93437528610231rem;left:7.5rem;height:3.33125rem;text-align:center;text-align-last:center;display:block; }
#iHVaoP50qTV8AJPy08LmResg2AM9RX21 { position:relative;display:block; }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 { background-color: transparent; background-image: none; }#iHVaoP50qTV8AJPy08LmResg2AM9RX21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row .container > .video-iframe-container { display: none; }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row > .video-iframe-container { display: none; }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .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); }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 { border-width: 0; border-radius: 0; }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/154e3002-56de-4c81-a6ce-207e69b511da/WhatsAppImage20220625at105246AM.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row .container.adaptive-delivery-prevent-bg, #iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row .container.lazyload, #iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row .container.lazyloading { background-image: none; }#HlfyFfJ95cp7DeoBFBetPmsJlt2s7uLp { color:#251633;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.8750057220459rem;left:32.198959350586rem;height:3.00625rem;display:block; }
#TTlRiut9Nn9SJrGK0SmA1nHgnZT4XZLP { color:#331a5a;display:block;width:21.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(115,83,164,0.5);top:5.5072917938233rem;left:32.198959350586rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#IODcK9JJ7ownWTcmiptco0LH6qIqkhB2 { background-color:#4a216a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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:dosis;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:12.002084732056rem;left:33.948959350586rem;display:block; }
#a4gFipTSHgbkP6QaurA2soHR6E1h4THE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q7bUaheapy4VtgvICZ18T2a1C7yTJsWt { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:12.4375rem;top:1.6593751907349rem;left:4.7593727111816rem;overflow:hidden;display:block; }
#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 { position:relative;display:block; }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 { background-color: transparent; background-image: none; }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row .container > .video-iframe-container { display: none; }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row > .video-iframe-container { display: none; }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .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); }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 { border-width: 0; border-radius: 0; }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3096f67b-7beb-4f9d-b0f2-159eacc19f0a/MeditaciNPAz3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row .container.adaptive-delivery-prevent-bg, #lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row .container.lazyload, #lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row .container.lazyloading { background-image: none; }#wrIRdqCo0viwsxdkbNgW9XCaVzdaUcWE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:7.4333381652831rem;left:13.010414123535rem;height:0;display:block; }
#EChBCDCJGdpNwZ1aheTDgVydpQy7EUOU { color:#331a5a;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(131,90,195,0.5);top:2.8687496185302rem;left:5.576042175293rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#VOTwCMDQPxcbhIAv3eJJTLUZI57B2XLe { background-color:#4a216a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;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:dosis;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:10.80624961853rem;left:6.8864555358888rem;display:block; }
#d1uiwnZCxH8ViqoPlcOpk4ghhDEMQZ4q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DpM3Oz0oa2WXdsvVEMaAGiTaTZfld2FL { color:#251633;display:block;width:31.0625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.80728149414062rem;left:4.3854141235351rem;height:2.68125rem;display:block; }
#sPwGaLaUykyJ4ew11gqqDASzwJONXOpZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a216a;background-image:none;position:relative;display:block; }#sPwGaLaUykyJ4ew11gqqDASzwJONXOpZ > .row .container { background-color: transparent; background-image: none; }#sPwGaLaUykyJ4ew11gqqDASzwJONXOpZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPwGaLaUykyJ4ew11gqqDASzwJONXOpZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPwGaLaUykyJ4ew11gqqDASzwJONXOpZ > .row .container > .video-iframe-container { display: none; }#sPwGaLaUykyJ4ew11gqqDASzwJONXOpZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPwGaLaUykyJ4ew11gqqDASzwJONXOpZ > .row > .video-iframe-container { display: none; }#sPwGaLaUykyJ4ew11gqqDASzwJONXOpZ > .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); }#sPwGaLaUykyJ4ew11gqqDASzwJONXOpZ > .row .container { border-width: 0; border-radius: 0; }#sPwGaLaUykyJ4ew11gqqDASzwJONXOpZ > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#vEUgesClzUNG8fJvLrDdlzugmR1gFiOL { color:#ffffff;display:block;width:45rem;position:absolute;font-family:"gotham narrow book";font-size:1.6875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:0.337890625rem;left:7.5rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU { position:relative;display:block; }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU { background-color: transparent; background-image: none; }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU > .row .container > .video-iframe-container { display: none; }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU > .row > .video-iframe-container { display: none; }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU > .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); }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU { border-width: 0; border-radius: 0; }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.6875rem;width:60rem;position:relative;display:block; }#T1UKi9D8Q8ltt4GKXdDwTV77ovIznJky { color:#6e2594;display:block;width:29.3125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:2.2509765625rem;left:25.5107421875rem;height:22.1rem;text-align:justify;text-align-last:initial;display:block; }
#vUqTD3ug6TuVWb51rhdZG36OwNNJ3A74 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:0;top:31.772902488709rem;left:17.499999523163rem;display:block; }
#EGBCxMmG8XOx8da95S3QUts4ZOCWlRTS { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.875rem;width:35.4375rem;top:22.722917940468rem;left:11.03125rem;display:block; }
#vIBy6TtznyZNiVSmA23cfFurMIz3Px6d { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:24.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lTKpvMuwpRgrIxVHqDapzhXw4fT1MblP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a216a;background-image:none;position:relative;z-index:auto;display:block; }#lTKpvMuwpRgrIxVHqDapzhXw4fT1MblP > .row .container { background-color: transparent; background-image: none; }#lTKpvMuwpRgrIxVHqDapzhXw4fT1MblP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTKpvMuwpRgrIxVHqDapzhXw4fT1MblP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTKpvMuwpRgrIxVHqDapzhXw4fT1MblP > .row .container > .video-iframe-container { display: none; }#lTKpvMuwpRgrIxVHqDapzhXw4fT1MblP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTKpvMuwpRgrIxVHqDapzhXw4fT1MblP > .row > .video-iframe-container { display: none; }#lTKpvMuwpRgrIxVHqDapzhXw4fT1MblP > .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); }#lTKpvMuwpRgrIxVHqDapzhXw4fT1MblP > .row .container { border-width: 0; border-radius: 0; }#lTKpvMuwpRgrIxVHqDapzhXw4fT1MblP > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#lqr6o0B3GpnvIlcnfZ9xaPPOI8TNyFsJ { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1.0364570617676rem;left:16.28125rem;height:2.925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZNaX1CWTwS3ZQPJB6hnSeXk1kzStMysm { position:relative;display:block; }#ZNaX1CWTwS3ZQPJB6hnSeXk1kzStMysm { background-color: transparent; background-image: none; }#ZNaX1CWTwS3ZQPJB6hnSeXk1kzStMysm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNaX1CWTwS3ZQPJB6hnSeXk1kzStMysm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNaX1CWTwS3ZQPJB6hnSeXk1kzStMysm > .row .container > .video-iframe-container { display: none; }#ZNaX1CWTwS3ZQPJB6hnSeXk1kzStMysm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNaX1CWTwS3ZQPJB6hnSeXk1kzStMysm > .row > .video-iframe-container { display: none; }#ZNaX1CWTwS3ZQPJB6hnSeXk1kzStMysm > .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); }#ZNaX1CWTwS3ZQPJB6hnSeXk1kzStMysm { border-width: 0; border-radius: 0; }#ZNaX1CWTwS3ZQPJB6hnSeXk1kzStMysm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#fJyiTcWJAsTnANSgBgqNhCIupBlMcbcq { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.1875rem;width:19.1875rem;top:5.1156252622604rem;left:40.811462402344rem;overflow:hidden;display:block; }
#AH5H1aKyMP5bMmLqxCysx4bm0OdrPHpU { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.75rem;width:19.75rem;top:4.8343752622604rem;left:0rem;overflow:hidden;display:block; }
#tnCRlCdOqNdnDgy36IbJOIEeuPxpmRhD { color:#46235d;display:block;width:27.75rem;position:absolute;font-family:"gotham narrow book";font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.0000001192093rem;left:16.125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#q1PZpWXibB6DmtAVDxMDKJrFp901evm2 { color:#ff7400;display:block;width:12.5rem;position:absolute;font-family:"gotham narrow book";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:2.0000001192093rem;left:43.75rem;height:1.625rem;display:block; }
#N1N6Ixk6uCCGm2OgkNt1ARz1adFnOVJa { z-index:100001;top:24.584375739097rem;left:24.84375rem;background-color:#660089;background-image:none;border-top:0.0625rem solid rgba(63,9,114,0.19);border-left:0.0625rem solid rgba(63,9,114,0.19);border-right:0.0625rem solid rgba(63,9,114,0.19);border-bottom:0.0625rem solid rgba(63,9,114,0.19);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ccccdd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.98335375rem;height:2.04479125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ITmySF0wVuo1clu9VTM7T7iqVL8DwwTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WIvWk2cQy05F9cW9Z5yHZKR04trQb2TO { color:#ff7400;display:block;width:12.5rem;position:absolute;font-family:"gotham narrow book";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:2rem;left:3.75rem;height:1.625rem;display:block; }
#caJPgsSgPduuD7PCuhX8HBoKDqmwn7ez { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.0625rem;width:16.0625rem;top:6.67812538147rem;left:21.96875rem;overflow:hidden;display:block; }
#y7xate0tK5GNScJCw9xPwuXsqZ33B2Lp { position:relative;display:block; }#y7xate0tK5GNScJCw9xPwuXsqZ33B2Lp { background-color: transparent; background-image: none; }#y7xate0tK5GNScJCw9xPwuXsqZ33B2Lp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7xate0tK5GNScJCw9xPwuXsqZ33B2Lp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7xate0tK5GNScJCw9xPwuXsqZ33B2Lp > .row .container > .video-iframe-container { display: none; }#y7xate0tK5GNScJCw9xPwuXsqZ33B2Lp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7xate0tK5GNScJCw9xPwuXsqZ33B2Lp > .row > .video-iframe-container { display: none; }#y7xate0tK5GNScJCw9xPwuXsqZ33B2Lp > .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); }#y7xate0tK5GNScJCw9xPwuXsqZ33B2Lp { border-width: 0; border-radius: 0; }#y7xate0tK5GNScJCw9xPwuXsqZ33B2Lp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#Rpy9BX68wirTreHgm9RtakwW0DPx8E88 { color:#4d2358;display:block;width:22.125rem;position:absolute;font-family:"gotham narrow book";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5.6552085876465rem;left:31.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#a7UkOGnQpJAcIa64uR3Pi9gTZc6xIFFb { color:#ff7400;display:block;width:15.8125rem;position:absolute;font-family:"gotham narrow book";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:8.8114585876462rem;left:37.09375rem;height:1.54375rem;display:block; }
#z5Q4TcgTBroJ01088zImudrNtGKw6b6n { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:19rem;top:1.2802085876465rem;left:5.5rem;overflow:hidden;display:block; }
#QTOronBXvVsypL9NaBDQPyNtEtbsBwSH { z-index:100002;top:12.561458587646rem;left:39.1875rem;background-color:#660089;background-image:none;border-top:0.0625rem solid rgba(63,9,114,0.19);border-left:0.0625rem solid rgba(63,9,114,0.19);border-right:0.0625rem solid rgba(63,9,114,0.19);border-bottom:0.0625rem solid rgba(63,9,114,0.19);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ccccdd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.99166625rem;height:2.05416625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PcEzcbiDIZTWfxQw2PVFuuFJrs70sTpe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u3d9fJsHmx6hkuORgZPEn1Z0Tw6rg6ql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a216a;background-image:none;position:relative;z-index:auto;display:block; }#u3d9fJsHmx6hkuORgZPEn1Z0Tw6rg6ql > .row .container { background-color: transparent; background-image: none; }#u3d9fJsHmx6hkuORgZPEn1Z0Tw6rg6ql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3d9fJsHmx6hkuORgZPEn1Z0Tw6rg6ql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3d9fJsHmx6hkuORgZPEn1Z0Tw6rg6ql > .row .container > .video-iframe-container { display: none; }#u3d9fJsHmx6hkuORgZPEn1Z0Tw6rg6ql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3d9fJsHmx6hkuORgZPEn1Z0Tw6rg6ql > .row > .video-iframe-container { display: none; }#u3d9fJsHmx6hkuORgZPEn1Z0Tw6rg6ql > .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); }#u3d9fJsHmx6hkuORgZPEn1Z0Tw6rg6ql > .row .container { border-width: 0; border-radius: 0; }#u3d9fJsHmx6hkuORgZPEn1Z0Tw6rg6ql > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#rV6kBNBKhqBKwrHxBBZJ8bVRXUmwOIsQ { color:#ffffff;display:block;width:55.5rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1.0343751907349rem;left:0.84375rem;height:2.925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xCDc55WWoXDVSPAwVyFzqBQ30IZXnBbD { position:relative;display:block; }#xCDc55WWoXDVSPAwVyFzqBQ30IZXnBbD { background-color: transparent; background-image: none; }#xCDc55WWoXDVSPAwVyFzqBQ30IZXnBbD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCDc55WWoXDVSPAwVyFzqBQ30IZXnBbD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCDc55WWoXDVSPAwVyFzqBQ30IZXnBbD > .row .container > .video-iframe-container { display: none; }#xCDc55WWoXDVSPAwVyFzqBQ30IZXnBbD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCDc55WWoXDVSPAwVyFzqBQ30IZXnBbD > .row > .video-iframe-container { display: none; }#xCDc55WWoXDVSPAwVyFzqBQ30IZXnBbD > .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); }#xCDc55WWoXDVSPAwVyFzqBQ30IZXnBbD { border-width: 0; border-radius: 0; }#xCDc55WWoXDVSPAwVyFzqBQ30IZXnBbD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;position:relative;display:block; }#BhkNFGKiJtQsAQHOKEd9kbQsunsfNX16 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.125rem;width:59.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OBTGM0bkcN1w0eHZebGMds5XNlymvCaP { background-color:#4a216a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:10.399955749512rem;left:3.9489555358887rem;display:block; }
#z4Lz34TKitm6UgHuGl25nMIlH7G1DJ68 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gA2qNlD2GuIGXbORDmodz8BJkipT4vQg { position:relative;display:none; }#gA2qNlD2GuIGXbORDmodz8BJkipT4vQg { border-width: 0; border-radius: 0; }#gA2qNlD2GuIGXbORDmodz8BJkipT4vQg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.75rem;width:60rem;position:relative;display:none; }#ZBoaqHaIIQHZ83Sgua10FASRwFMH3diK { color:#1e1010;display:block;width:31rem;position:absolute;font-family:"gotham narrow book";font-size:1.125rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:4.8640623092651rem;left:2.625rem;height:14.619125rem;text-align:center;text-align-last:center;display:block; }
#HSKHcvHZT4LIMxJ04hXPmwfcKCFybCC3 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5625rem;border-top-right-radius:7.5625rem;border-bottom-left-radius:7.5625rem;border-bottom-right-radius:7.5625rem;height:14.875rem;width:22.375rem;top:5.4328126907349rem;left:35.907030105591rem;overflow:hidden;display:block; }
#AoESVFPFJsguK88rRXpVLLaMuxFPdGii { position:relative;display:none; }#AoESVFPFJsguK88rRXpVLLaMuxFPdGii { border-width: 0; border-radius: 0; }#AoESVFPFJsguK88rRXpVLLaMuxFPdGii > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;position:relative;display:none; }#srWiLMDZDTFTQQnadbtrmT2T8yCCvxZD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:1.9371452331543rem;left:2.3552913665771rem;overflow:hidden;display:block; }
#Oly51elATcgBGNyS5PtGRo0cnZV9KCOU { color:#6e2594;display:block;width:22.1218125rem;position:absolute;font-family:"gotham narrow book";font-size:1.6875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:2.9376754760742rem;left:23.686966896057rem;height:4.387425rem;text-align:left;text-align-last:left;display:block; }
#nAokR912axS1D4MmBB3TmaTtXv41W3uT { color:#6e2594;display:block;width:22.1218125rem;position:absolute;font-family:"gotham narrow book";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:7.3224430084231rem;left:25.74573802948rem;height:2.59765rem;text-align:left;text-align-last:left;display:block; }
#vTP8V3nNSk1qMOXhlQTwB40eRBoJnMnW { color:#6e2594;display:block;width:22.1218125rem;position:absolute;font-family:"gotham narrow book";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:5.7022361755371rem;left:25.746626853943rem;height:1.298825rem;text-align:left;text-align-last:left;display:block; }
#JSeKZLDdmZyJm6T80BDTEeH2d8aiX45w { box-sizing:content-box;color:#f47002;font-size:1.4375rem;font-weight:400;line-height:1;height:2.062325rem;width:2.062325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:5.322265625rem;left:23.68519115448rem;display:block; }
#UwDus0SIIQTD9AA1KRfrURA04DDM1PH7 { z-index:100000;top:11.875rem;left:23.6875rem;background-color:#6c4689;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.25rem 0.25rem #540f95 ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iEcL9lu0Tg27NPlHZ6ENBp0wps3T8EOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LF1mTcyEFJsO1nzncu0CLdAcLuq1gnDB { box-sizing:content-box;color:#f47002;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:15.625rem;left:23.6875rem;display:block; }
#Jvq5GP06mVdy5U2g0tkwSsKypFliodoE { color:#6e2594;display:block;width:29.75rem;position:absolute;font-family:"gotham narrow book";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:16rem;left:25.75rem;height:1.298825rem;text-align:left;text-align-last:left;display:block; }
#Zb9CPXovPH02RxbS3VC445KXThxTXl6P { position:relative;display:none; }#Zb9CPXovPH02RxbS3VC445KXThxTXl6P { border-width: 0; border-radius: 0; }#Zb9CPXovPH02RxbS3VC445KXThxTXl6P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#mFeS69eIsalqr0DtKsTWqoLba26F2xIi { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:2.0854005813599rem;left:3.1072444915771rem;overflow:hidden;display:block; }
#Bah0uLocfPSdvBsEipTIJeGISsrwD7FS { color:#6e2594;display:block;width:22.1218125rem;position:absolute;font-family:"gotham narrow book";font-size:1.6875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:3.5625rem;left:24.4375rem;height:4.387425rem;text-align:left;text-align-last:left;display:block; }
#NWTyTuPOLdzassptveWke4CJuUNvw9Jn { box-sizing:content-box;color:#f47002;font-size:1.4375rem;font-weight:400;line-height:1;height:2.062325rem;width:2.062325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:6rem;left:24.4375rem;display:block; }
#I6KXWepA1rFokofpyIu198GoPS6AbSta { color:#6e2594;display:block;width:22.1218125rem;position:absolute;font-family:"gotham narrow book";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:8rem;left:26.5rem;height:1.298825rem;text-align:left;text-align-last:left;display:block; }
#c4Q8dUzAbHAkUbPNUIIttK5KpQffbui7 { color:#6e2594;display:block;width:22.1218125rem;position:absolute;font-family:"gotham narrow book";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:6.3805041313169rem;left:26.499467372894rem;height:1.298825rem;text-align:left;text-align-last:left;display:block; }
#a9OiHrDJhLhWdg0qVw0dVtTb0Xpls0cb { z-index:100007;top:10.4375rem;left:24.4375rem;background-color:#6c4689;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.25rem 0.25rem #540f95 ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RTcnOFop3izIIwakSPTlFVdbJuZa2ari { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OENlFRGb9LmTfBRtJyTMp3O5mmKe8OK5 { box-sizing:content-box;color:#f47002;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:14.1875rem;left:24.4375rem;display:block; }
#rs0s1UHFxsLXZoGvLgqbfG3bxPETD8vZ { color:#6e2594;display:block;width:29.75rem;position:absolute;font-family:"gotham narrow book";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.5625rem;left:26.5rem;height:1.298825rem;text-align:left;text-align-last:left;display:block; }
#BV0qb0BXqV24vSRVteQHUDlXQUoTXByi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BV0qb0BXqV24vSRVteQHUDlXQUoTXByi > .row .container { background-color: transparent; background-image: none; }#BV0qb0BXqV24vSRVteQHUDlXQUoTXByi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BV0qb0BXqV24vSRVteQHUDlXQUoTXByi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BV0qb0BXqV24vSRVteQHUDlXQUoTXByi > .row .container > .video-iframe-container { display: none; }#BV0qb0BXqV24vSRVteQHUDlXQUoTXByi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BV0qb0BXqV24vSRVteQHUDlXQUoTXByi > .row > .video-iframe-container { display: none; }#BV0qb0BXqV24vSRVteQHUDlXQUoTXByi > .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); }#BV0qb0BXqV24vSRVteQHUDlXQUoTXByi > .row .container { border-width: 0; border-radius: 0; }#BV0qb0BXqV24vSRVteQHUDlXQUoTXByi > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:block; }#ob8esbGz0BSMMXIPfek2THWr80T861SX { color:#6c4689;display:block;width:22.121875rem;position:absolute;font-family:"gotham narrow book";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:30.3125rem;left:33.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-form-header {  }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-regular-label { height:auto;display:block;font-family:"gotham narrow book";font-size:0.875rem;font-weight:400;color:#909090;width:14.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.75rem;box-sizing:border-box;height:0.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-text {padding-top: 0; padding-bottom: 0;}#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:14.75rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-select {padding-top: 0; padding-bottom: 0;}#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#4a216a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:#f2f9ff;width:14.75rem;height:3.4375rem;font-family:"gotham narrow book";overflow:hidden;font-style:normal;box-shadow: 0.3125rem 0.375rem 0.5625rem rgba(0,0,0,0.5) ; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.5625rem;overflow:hidden;font-style:normal; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .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; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .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.5; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-container:first-of-type{padding-top:0;}#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-container:last-of-type{padding-bottom:0;}#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.8125rem rgba(0,0,0,0.15) ;left:36.372917175293rem;top:6.875rem;z-index:100006;position:absolute; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.75rem;display:block;vertical-align:top; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL {display:block;}#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.8125rem rgba(0,0,0,0.15) ;left:36.372917175293rem;top:6.875rem;z-index:100006;position:absolute; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #cmwopf1xTkc0DtwwDcX07T7itBJfA9bM { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #i9oxiTbn0INAiy6yxLQ5zOzcrThtghIC { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #Vf4sNxkUN4vrPlw2WxH6CcP1MPT7xeU2 { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #dDb7D9LiueXFRRqH7WhMwUa7p3AeNBV5 { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #B1QPyrPd39AWghTwQe9MgL47h2DNELyV { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #KaQoxf9pFeWyxLCiDvNi3a1T7I1T7QSG { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #iTuPOgwQa3hRMtqRfZ0zgA8OWRiQRHf8 { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #VVK3x1hHbZe0pKEfKz3AH5X9ff1zI63b { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #UOQWRwXJlJ2u4EowThWdiq9gXT9TsdbG { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #mHHzT7IFzhp8Ds4EvtsoBxbnwn8CEcqw { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #OGWZwUzgBzkK0pWGoE4mhoyo3OrkRtnA { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #VLplpmBIGOTvDNnkf2hiiB0h0zxBTCCx { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #rnQ3b0Z4VcywHfLMnFo5E00S0ipIzUGx { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #STEr3IZDsByzQcKcx2NPNadaJT92hcTO { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #fADILLP6KIPviwrwwhTSmGIKXiQzpxxW { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #zOE7IIgdQEBBPA5v6ZSGOC5r1TbaBSqa { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #WZ7O6J0vKQO4FDiv8OQ6aBMcnmIxfdIu { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #oMKbXVf1tTLdDSt8Ok4k7inHtXaTgrF1 { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #O34ToEPgXqqVg7fvT860bSuuHI0odtun { position:relative; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #kkMySTVS5qzWieC0syRK3s5af0N8q47d { position:relative; }
#rzuFJPuQb5WTaLrxvXk7flvJM9dJTagm { box-sizing:content-box;color:#6ac75d;font-size:1.875rem;font-weight:400;line-height:1;height:2.74895625rem;width:2.74895625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:31.170834541321rem;left:10.875rem;display:block; }
#umQTB9RCVEr4gSwylJZO6Fyh0r9Vcrt3 { color:rgba(88,88,88,0.67);display:block;width:16.6239375rem;position:absolute;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:31.937500953674rem;left:14.375rem;height:1.21875rem;display:block; }
#y6eEwEBrqPRb50mzblnwFun4oJE3EF0D { color:#6e2594;display:block;width:5.3125rem;position:absolute;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:31.937500953674rem;left:35.189582824707rem;height:1.21875rem;display:block; }
#vTICSUDlxCeAXfeuuQenVvEIoB0kmtld { color:rgba(88,88,88,0.67);display:block;width:24.6208125rem;position:absolute;font-family:"gotham narrow book";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.875020980835rem;left:4rem;height:1.54375rem;display:block; }
#wLKOUraHFGoTJogmeM8GTWLFxg6fbgfh { color:rgba(88,88,88,0.93);display:block;width:23.75rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:16.686480522156rem;left:3.8739585876465rem;height:;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; }
#C1st13ysGThxbTHHKqqCkgMPu77csZzE { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:31.937496185302rem;left:39.439582824707rem;height:1.3rem;display:block; }
#NV95Vs1WbAr56XgZytXQdiWwXOx5mJ89 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:15.3125rem;top:6.875020980835rem;left:3.8739585876465rem;overflow:hidden;display:block; }
#iKCT91IMp7KZdiFCMuvWlltRsPQK5LqV { color:#4c4141;display:block;width:23.75rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:22.436480522156rem;left:3.8739585876465rem;height:8.90625rem;display:block; }
#L5oXivgkDxkySOxWzdQwTIsE6TWEX0DE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a216a;background-image:none;position:relative;z-index:auto;display:block; }#L5oXivgkDxkySOxWzdQwTIsE6TWEX0DE > .row .container { background-color: transparent; background-image: none; }#L5oXivgkDxkySOxWzdQwTIsE6TWEX0DE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5oXivgkDxkySOxWzdQwTIsE6TWEX0DE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5oXivgkDxkySOxWzdQwTIsE6TWEX0DE > .row .container > .video-iframe-container { display: none; }#L5oXivgkDxkySOxWzdQwTIsE6TWEX0DE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5oXivgkDxkySOxWzdQwTIsE6TWEX0DE > .row > .video-iframe-container { display: none; }#L5oXivgkDxkySOxWzdQwTIsE6TWEX0DE > .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); }#L5oXivgkDxkySOxWzdQwTIsE6TWEX0DE > .row .container { border-width: 0; border-radius: 0; }#L5oXivgkDxkySOxWzdQwTIsE6TWEX0DE > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#wLRtxGUSA8zGfX7MoOD49fCUhIbMMD8t { box-sizing:content-box;color:#ece7f1;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:2.0354194641113rem;left:15.5625rem;display:block; }
#OrxQdS6vhOeZDNGIPm4JsU9VfD38G6FH { box-sizing:content-box;color:#f0eaf4;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:2.0041694641113rem;left:24.3125rem;display:block; }
#iOQo9mD07yT6PA6Zb1kLIeXJu3TSfCOH { box-sizing:content-box;color:#eae2f1;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:100026;top:2.21875rem;left:34.375rem;display:block; }
#oUnsZE2Mxf63eFfOkX20DtPCZ2T7qQz3 { color:#e3d5d8;display:block;width:21.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:0.38541793823242rem;left:18.5rem;height:1.4625rem;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #C3cSGOw7VJChMrswlG3pwB3Olz2m6Cl2 { display:none; }#C3cSGOw7VJChMrswlG3pwB3Olz2m6Cl2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SUoxfZX0GAnlWs0v2c7T5gJpgc8pg2Ql { width:13.6248125rem;height:7.465375rem;top:23.12233543396rem;left:2.0623224377632rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vh8NEdTkZuVvwlJZoU5o8BS5FTi7Bbi0 { width:21.875rem;height:2.6rem;top:29.18678855896rem;left:2.6225140690804rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #gZKfbH68JZcOehTd58D9oBxUfJzuzfkP { width:20rem;height:1.21875rem;top:5.4350142478943rem;left:1.2473366856575rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #OxlzOPXhvr987B56UmZwWW0xBSupXHea { width:19.375rem;height:19.375rem;top:3.7473366260529rem;left:1.5598366856575rem;display:block; }
 }@media only screen and (max-width: 959px) { #otb7sKiFEtHpzByCkQ6MPqKMpTmNtgEz { width:12.5rem;height:1.4625rem;top:30.336719036103rem;left:13.149999976158rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #T40G7ApCTIp7qXP8M18SqaEVAhy472bX { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 959px) { #oZp2mKNQp5xRR0F1LWRpeBteGikgvT9c { width:14.875rem;height:2.5625rem;top:44.6875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 959px) { #vt3H7vgJqZvCk0yOJpWlHVLRJ0HWwJec { width:12.5rem;height:1.9375rem;top:46.8125rem;left:7.2749999761581rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 959px) { #Da44JJfM4G6v9HRggMIfGadUvwMdEtCp { width:5.5rem;height:3.6875rem;top:33.625rem;left:16.322917938233rem;display:block; }
 }@media only screen and (max-width: 959px) { #VMdeaM6t5tE0RU7LDVVwObTJVadIMnuH { display:block; }#VMdeaM6t5tE0RU7LDVVwObTJVadIMnuH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #z8TQNHwU2WOc9A4uIrz5Ib6vdVQMKPIJ { width:22.0625rem;height:2.19375rem;top:10.030468463898rem;left:14.996875166893rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK { width:18rem;height:5.0625rem;display:flex;top:2.2468738555908rem;left:13.937500357628rem;z-index:100000; }
 }@media only screen and (max-width: 959px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #FfRUQ6fVzGcNle9sLdEAM5LuK6eqPVUm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #TOO3y73tz950AtIUcPTJT05W2sqVK49p {  }
 }@media only screen and (max-width: 959px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #D6UgU7rilM7Rh6UT0Rq3LNTvnakSHd4m {  }
 }@media only screen and (max-width: 959px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #o63TqU2GToefVHNGIowInTMVpuFgzieO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #PZeC4BAOhDKtLOcTJwvR78MLWeGhfzTB {  }
 }@media only screen and (max-width: 959px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #e8OU5MTl6ScCJ6FzRTPmzFaQ1WyzK1zp {  }
 }@media only screen and (max-width: 959px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #TZRFznTVS6QEkvVDIhGa66sHcS2W9duT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #WOuNnM9F7lRrv9wbaRGMcunp3vEBcBMT {  }
 }@media only screen and (max-width: 959px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #BwTBM9iXs3AACGm227VQON2BRqUdKNJm {  }
 }@media only screen and (max-width: 959px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #LhuwUDvvBAF4pMo8uVNzK2wC7yJQDsD6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #d6NpIL60k4eGArbO6Ecp7PVqbXaxubeo {  }
 }@media only screen and (max-width: 959px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #QWqfhMACHb4N43ILmeqM05wyvTNGm4mv {  }
 }@media only screen and (max-width: 959px) { #mb8VQNlOWXUVTTO05BegOkvfmMk347d6 { width:17.5rem;height:3.4375rem;top:13.4375rem;left:13.573959350586rem;display:block; }
 }@media only screen and (max-width: 959px) { #RwLmavT20H8cOaxUTdkTDbIN4fxlBJav { display:block; }
 }@media only screen and (max-width: 959px) { #AnUlWOksknkw2Z9iOtHSvkaBILgUG2a5 { display:block; }#AnUlWOksknkw2Z9iOtHSvkaBILgUG2a5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hx2vWDrhaRgMOwbAztWic949EAU9rSw5 { top:2.3125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #TwJV4WPhi85hZyEH3GlV0Iea9x9d4gVT { top:16.0625rem;left:0rem;width:10.875rem;height:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Lq7kwp3PT12OsQEIiR7iVkwQITePk9Ms { top:9.3125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #yxluXuVEq0QvT3q0bt1u4IbgfbtMKIaW { top:10.6875rem;left:0.12604141235351rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #M1l1qQRiuSd0tFxddtEWOM2vsJ5AdzRR { top:9.9375rem;left:34.265625rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ebcBVxral8GD23O3Rwqx2zBpdMdfPGL8 { top:9.9375rem;left:5.2541656494141rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ef6cNEqVeFF9WeoaM1Sr5eg7N8rqKVvH { top:9.9375rem;left:20.84375rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gpZqIsAwR1ybsICTrIkevwkFfUi7badq { top:16rem;left:11.690624237061rem;width:9.875rem;height:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #y4pnLsB35GATHSZKK8qWWke1lF6oKIsB { top:9.3125rem;left:28.886459350586rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #txmzbSEBdeD2O77BwCdXEmWJc8S2TsQM { top:9.25rem;left:14.440624237061rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #KdbAkrhBwsaVNr4Kysf6mXpkGCu5zbDJ { top:10.625rem;left:14.878124237061rem;width:3.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Jcg4UZ4oMp8saTBDixMNDSiP2q0Sz8TP { top:10.6875rem;left:29.323959350586rem;width:3.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #uwByFxyr77uMaKkRPtTqsO0pUUaTg8Ll { top:9.3125rem;left:41.636459350586rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #JO7F5fSUILD0WoRE12hSdNGKW6tZTC67 { top:10.6875rem;left:42.073959350586rem;width:3.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #eTQa4DxHAGGgGJ3IwLs6zVQuw3TQABTR { top:16.0625rem;left:24.573959350586rem;width:12.375rem;height:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #l4SixAzoIosAU8nkyzAIkVTm58kCCJtv { top:16.0625rem;left:37.875rem;width:9.875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Iv59Tps5PrbGBEcIlgnqPNv7A3xWCT6W { top:9.9375rem;left:20.84375rem;width:6.0625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 959px) { #BA2q5PBoSHbpD47DDM9SgNKBSlJK1pzE { top:49.0625rem;left:2.125000834465rem;width:3.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #PiLzuOSVenaoqNAidnDyxlC15GBLDrQn { display:block; }#PiLzuOSVenaoqNAidnDyxlC15GBLDrQn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JR6Q5s1FBrI6qhM1qol2kQDUScLSJdgX { width:25.0625rem;height:21.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Rwq6XnV3GtXXxQcc6Wvcf6H5LgQ7JsfT { width:12.5rem;height:1.9375rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #WqSCamFf6TwkRZqSZ2SMwUnOiP5UCJut { width:19.3125rem;height:0.125rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #kl3xgEHSC9dgH53f8O66PnyGIFkz2Jxl { width:12.5rem;height:2.4375rem;top:10.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #WS1QSCIDT43PiohgoG11FOtsf5rTsmWa { width:12.5rem;height:1.9375rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Bpv7nl5ikgI8EN99G1Uf5pP1GMpk9Z4i { width:12.5rem;height:2.4375rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #AeC6h8IXAXU4hGR6csFGltyEQfcTxtiL { width:12.5rem;height:1.9375rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ykcLXPl5wwTGscBV4Snhwf5WAc8nkUwQ { width:10.9375rem;height:0.125rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #UEwf9TIN8yFNiaKzFHd7qrM5BUon962J { width:10.9375rem;height:0.125rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ibVuS5dJPki9xluMJ678oknlRflNsEw7 { width:32.375rem;height:7.75rem;top:0rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #yZziHpdaX8MrihvlOBMgD8KCm2mNc8Zu { width:32.375rem;height:6.75rem;top:8.3125rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #OKKQL2XtJ9eL0W9DRMA5pE0c3X0aKIcM { width:17.5rem;height:3.4375rem;top:15.8125rem;left:27.386459350586rem;display:block; }
 }@media only screen and (max-width: 959px) { #uWRToQcrPI4vKZuwkmAN00sxp8tEgerq { display:block; }
 }@media only screen and (max-width: 959px) { #oo7oTAnSDpkA9rc7J8p0hyEpNWTTQfXR { width:10.9375rem;height:0.125rem;top:14.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #MbH0aOzBkTWdiKWdABC6PGBdpXENCi7n { display:block; }#MbH0aOzBkTWdiKWdABC6PGBdpXENCi7n > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #POsEuk1BuQI1iikATEMGhqXWkQ61tETE { width:34.5625rem;height:8.45rem;top:6.9375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #JGUQOtnnT0tWTfo4nCsKURoi35N5Kd3t { width:27.8125rem;height:1.4rem;top:15.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aQiak3DxOnd0ZvVD2TinGgc45yeQrr2L { display:block; }#aQiak3DxOnd0ZvVD2TinGgc45yeQrr2L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Qx2a4GJ50bEcD3k7h09gqqSx78kGUBla { width:13.75rem;height:13.75rem;top:2.4367187023163rem;left:28.372656226158rem;display:block; }
 }@media only screen and (max-width: 959px) { #q5NbvOI3aAQSZTCAb5mTUvsVdTba6rPi { width:22.0623125rem;height:2.19375rem;top:2.4369678497314rem;left:2.5621447563171rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #i6UKThQhRazX05avToc4OmISqZps4Knf { width:22.0616875rem;height:1.21875rem;top:4.6296901702881rem;left:2.5609375238419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZTTFkdUJ5yC8dm6lJogKqtJ7UshGRrra { top:7.7500009536744rem;left:1.3742187023163rem;width:3.125rem;height:3.125rem;z-index:100007;color:#f47002;display:block; }
 }@media only screen and (max-width: 959px) { #d72MxoOdgy1f6LxDg5UQy42KU3vR1TKR { top:13.124218940735rem;left:1.3742187023163rem;width:3.125rem;height:3.125rem;z-index:100008;color:#f47002;display:block; }
 }@media only screen and (max-width: 959px) { #WCHqKf0zcHrr9Igqs7ET6QVG5QnaTud5 { width:21rem;height:12.43125rem;top:8.3750009536744rem;left:4.4992188215256rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 { display:block; }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mIyeQvT9FtEOWRgIG0LZ8wBFMO4TXokT { width:13.75rem;height:13.75rem;top:2.4367187023163rem;left:28.372656226158rem;display:block; }
 }@media only screen and (max-width: 959px) { #c6R3M7J6fB9NIcVFVSNdnwz3PxGCqI01 { width:22.0623125rem;height:2.19375rem;top:2.4369678497314rem;left:2.5621447563171rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #h9Pfe8q1XCTEycP0NxIpPW8CRdTnbqI8 { top:7.7500009536744rem;left:1.3742187023163rem;width:3.125rem;height:3.125rem;z-index:100007;color:#f47002;display:block; }
 }@media only screen and (max-width: 959px) { #MCMl1815JVFqfT9JiSApxEO8TEKPLpET { top:13.124218940735rem;left:1.3742187023163rem;width:3.125rem;height:3.125rem;z-index:100008;color:#f47002;display:block; }
 }@media only screen and (max-width: 959px) { #CVzEHH625S6MJa2yN7EBB7TglWA9H2kt { width:13.6248125rem;height:7.465375rem;top:23.12233543396rem;left:2.0623224377632rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tf50cm2pktrInBZFn55X9wlMXBZ7ll3d { display:block; }#Tf50cm2pktrInBZFn55X9wlMXBZ7ll3d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Fzu3HhB7cOonyUU1xTLkKETNlr1EEHoI { width:18.9375rem;height:16.25rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #zE4RAnbzplk4JkyVdUQ4a9TWwQgeoPnf { width:19.8125rem;height:7.6875rem;top:5.5rem;left:11.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xE0yNB9ngD8yaTCLUqr6BkBz5RmiMana { width:17.3125rem;height:6.5rem;top:6.125rem;left:30.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #kVoOUXyoQz4kGfNk8s6nvKFzC5cw7WWp { display:block; }#kVoOUXyoQz4kGfNk8s6nvKFzC5cw7WWp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DI4SuBqqlL0mqf03AxrGRLPXrut5c2Dg { width:22.0623125rem;height:4.3875rem;top:2.4369678497314rem;left:2.5621447563171rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iHVaoP50qTV8AJPy08LmResg2AM9RX21 { display:block; }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HlfyFfJ95cp7DeoBFBetPmsJlt2s7uLp { width:22.9375rem;height:3rem;top:1.875rem;left:24.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TTlRiut9Nn9SJrGK0SmA1nHgnZT4XZLP { width:21.0625rem;height:3.0625rem;top:5.5rem;left:26.073959350586rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IODcK9JJ7ownWTcmiptco0LH6qIqkhB2 { width:17.5rem;height:3.4375rem;top:12rem;left:27.823959350586rem;display:block; }
 }@media only screen and (max-width: 959px) { #a4gFipTSHgbkP6QaurA2soHR6E1h4THE { display:block; }
 }@media only screen and (max-width: 959px) { #Q7bUaheapy4VtgvICZ18T2a1C7yTJsWt { width:12.4375rem;height:3.4375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 { display:block; }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wrIRdqCo0viwsxdkbNgW9XCaVzdaUcWE { width:12.5rem;height:0;top:7.375rem;left:6.885414123535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #EChBCDCJGdpNwZ1aheTDgVydpQy7EUOU { width:18.875rem;height:4.625rem;top:2.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #VOTwCMDQPxcbhIAv3eJJTLUZI57B2XLe { width:17.5rem;height:3.4375rem;top:10.75rem;left:0.76145553588869rem;display:block; }
 }@media only screen and (max-width: 959px) { #d1uiwnZCxH8ViqoPlcOpk4ghhDEMQZ4q { display:block; }
 }@media only screen and (max-width: 959px) { #DpM3Oz0oa2WXdsvVEMaAGiTaTZfld2FL { width:31.0625rem;height:2.625rem;top:0.75rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #sPwGaLaUykyJ4ew11gqqDASzwJONXOpZ { display:block; }#sPwGaLaUykyJ4ew11gqqDASzwJONXOpZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vEUgesClzUNG8fJvLrDdlzugmR1gFiOL { width:22.0623125rem;height:4.3875rem;top:2.4369678497314rem;left:2.5621447563171rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU { display:block; }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #T1UKi9D8Q8ltt4GKXdDwTV77ovIznJky { width:22.0609375rem;height:23.15625rem;top:10.190625011921rem;left:24.062500357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vUqTD3ug6TuVWb51rhdZG36OwNNJ3A74 { width:0;height:;top:31.75rem;left:11.374999523163rem;display:block; }
 }@media only screen and (max-width: 959px) { #EGBCxMmG8XOx8da95S3QUts4ZOCWlRTS { width:28.625rem;height:16rem;top:38.060936927796rem;left:9.5625003576281rem;display:block; }
 }@media only screen and (max-width: 959px) { #vIBy6TtznyZNiVSmA23cfFurMIz3Px6d { width:24.0625rem;height:24rem;top:11.566401481628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #lTKpvMuwpRgrIxVHqDapzhXw4fT1MblP { display:block; }#lTKpvMuwpRgrIxVHqDapzhXw4fT1MblP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lqr6o0B3GpnvIlcnfZ9xaPPOI8TNyFsJ { top:1rem;left:10.15625rem;width:27.4375rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZNaX1CWTwS3ZQPJB6hnSeXk1kzStMysm { display:block; }#ZNaX1CWTwS3ZQPJB6hnSeXk1kzStMysm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #fJyiTcWJAsTnANSgBgqNhCIupBlMcbcq { width:19.1875rem;height:19.1875rem;top:5.0625rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #AH5H1aKyMP5bMmLqxCysx4bm0OdrPHpU { width:19.75rem;height:19.75rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #tnCRlCdOqNdnDgy36IbJOIEeuPxpmRhD { width:27.75rem;height:6.5rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #q1PZpWXibB6DmtAVDxMDKJrFp901evm2 { width:12.5rem;height:1.625rem;top:2rem;left:33.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #N1N6Ixk6uCCGm2OgkNt1ARz1adFnOVJa { top:24.5625rem;left:18.65625rem;width:8.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #ITmySF0wVuo1clu9VTM7T7iqVL8DwwTM { display:block; }
 }@media only screen and (max-width: 959px) { #WIvWk2cQy05F9cW9Z5yHZKR04trQb2TO { width:12.5rem;height:1.625rem;top:2rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #caJPgsSgPduuD7PCuhX8HBoKDqmwn7ez { width:16.0625rem;height:16.0625rem;top:6.625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #y7xate0tK5GNScJCw9xPwuXsqZ33B2Lp { display:block; }#y7xate0tK5GNScJCw9xPwuXsqZ33B2Lp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Rpy9BX68wirTreHgm9RtakwW0DPx8E88 { width:22.125rem;height:1.625rem;top:5.625rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #a7UkOGnQpJAcIa64uR3Pi9gTZc6xIFFb { width:15.8125rem;height:1.5rem;top:8.75rem;left:27.90625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #z5Q4TcgTBroJ01088zImudrNtGKw6b6n { width:19rem;height:18.125rem;top:1.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #QTOronBXvVsypL9NaBDQPyNtEtbsBwSH { top:12.5rem;left:30rem;width:8.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #PcEzcbiDIZTWfxQw2PVFuuFJrs70sTpe { display:block; }
 }@media only screen and (max-width: 959px) { #u3d9fJsHmx6hkuORgZPEn1Z0Tw6rg6ql { display:block; }#u3d9fJsHmx6hkuORgZPEn1Z0Tw6rg6ql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rV6kBNBKhqBKwrHxBBZJ8bVRXUmwOIsQ { top:1rem;left:0rem;width:47.75rem;height:0;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xCDc55WWoXDVSPAwVyFzqBQ30IZXnBbD { display:block; }#xCDc55WWoXDVSPAwVyFzqBQ30IZXnBbD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BhkNFGKiJtQsAQHOKEd9kbQsunsfNX16 { width:47.75rem;height:23.3rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OBTGM0bkcN1w0eHZebGMds5XNlymvCaP { width:17.5rem;height:3.4375rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #z4Lz34TKitm6UgHuGl25nMIlH7G1DJ68 { display:block; }
 }@media only screen and (max-width: 959px) { #gA2qNlD2GuIGXbORDmodz8BJkipT4vQg { display:block; }#gA2qNlD2GuIGXbORDmodz8BJkipT4vQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZBoaqHaIIQHZ83Sgua10FASRwFMH3diK { width:22rem;height:13.40625rem;top:5.3750009536743rem;left:1.6250001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #HSKHcvHZT4LIMxJ04hXPmwfcKCFybCC3 { width:22.375rem;height:14.875rem;top:5.375rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #AoESVFPFJsguK88rRXpVLLaMuxFPdGii { display:none; }#AoESVFPFJsguK88rRXpVLLaMuxFPdGii > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #srWiLMDZDTFTQQnadbtrmT2T8yCCvxZD { width:15.625rem;height:15.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Oly51elATcgBGNyS5PtGRo0cnZV9KCOU { width:22.0623125rem;height:1.62464375rem;top:5.8451709747314rem;left:2.5603692531586rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #nAokR912axS1D4MmBB3TmaTtXv41W3uT { width:22.0623125rem;height:1.2180375rem;top:4.62890625rem;left:2.5603692531586rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vTP8V3nNSk1qMOXhlQTwB40eRBoJnMnW { width:22.0623125rem;height:1.2180375rem;top:4.62890625rem;left:2.5603692531586rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #JSeKZLDdmZyJm6T80BDTEeH2d8aiX45w { width:2rem;height:2rem;top:5.3125rem;left:17.56019115448rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #UwDus0SIIQTD9AA1KRfrURA04DDM1PH7 { top:11.875rem;left:17.5625rem;width:9.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #iEcL9lu0Tg27NPlHZ6ENBp0wps3T8EOn { display:block; }
 }@media only screen and (max-width: 959px) { #LF1mTcyEFJsO1nzncu0CLdAcLuq1gnDB { width:2.0625rem;height:2.0625rem;top:15.625rem;left:17.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Jvq5GP06mVdy5U2g0tkwSsKypFliodoE { width:22.0623125rem;height:1.2180375rem;top:4.62890625rem;left:2.5603692531586rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zb9CPXovPH02RxbS3VC445KXThxTXl6P { display:none; }#Zb9CPXovPH02RxbS3VC445KXThxTXl6P > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #mFeS69eIsalqr0DtKsTWqoLba26F2xIi { width:15.625rem;height:15.625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Bah0uLocfPSdvBsEipTIJeGISsrwD7FS { width:22.0623125rem;height:1.62464375rem;top:5.8451709747314rem;left:2.5603692531586rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #NWTyTuPOLdzassptveWke4CJuUNvw9Jn { width:2rem;height:2rem;top:6rem;left:18.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #I6KXWepA1rFokofpyIu198GoPS6AbSta { width:22.0623125rem;height:1.2180375rem;top:4.62890625rem;left:2.5603692531586rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #c4Q8dUzAbHAkUbPNUIIttK5KpQffbui7 { width:22.0623125rem;height:1.2180375rem;top:4.62890625rem;left:2.5603692531586rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #a9OiHrDJhLhWdg0qVw0dVtTb0Xpls0cb { top:10.4375rem;left:18.3125rem;width:9.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #RTcnOFop3izIIwakSPTlFVdbJuZa2ari { display:block; }
 }@media only screen and (max-width: 959px) { #OENlFRGb9LmTfBRtJyTMp3O5mmKe8OK5 { width:2rem;height:2rem;top:14.1875rem;left:18.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rs0s1UHFxsLXZoGvLgqbfG3bxPETD8vZ { width:22.0623125rem;height:1.2180375rem;top:4.62890625rem;left:2.5603692531586rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #BV0qb0BXqV24vSRVteQHUDlXQUoTXByi { display:block; }#BV0qb0BXqV24vSRVteQHUDlXQUoTXByi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ob8esbGz0BSMMXIPfek2THWr80T861SX { width:22.0625rem;height:1.625rem;top:28.3125rem;left:22.996094107628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-regular-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-text { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-text {padding-top: 0; padding-bottom: 0;}#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-textarea { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-select { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-select {padding-top: 0; padding-bottom: 0;}#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-button { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-checkbox-label { width:13.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL  { width:14.75rem;height:auto;top:19.125000476837rem;left:27.871094107628rem; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .radio-container { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL {display:block;}#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL { width:14.75rem;height:auto;top:19.125000476837rem;left:27.871094107628rem; }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #cmwopf1xTkc0DtwwDcX07T7itBJfA9bM {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #i9oxiTbn0INAiy6yxLQ5zOzcrThtghIC {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #Vf4sNxkUN4vrPlw2WxH6CcP1MPT7xeU2 {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #dDb7D9LiueXFRRqH7WhMwUa7p3AeNBV5 {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #B1QPyrPd39AWghTwQe9MgL47h2DNELyV {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #KaQoxf9pFeWyxLCiDvNi3a1T7I1T7QSG {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #iTuPOgwQa3hRMtqRfZ0zgA8OWRiQRHf8 {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #VVK3x1hHbZe0pKEfKz3AH5X9ff1zI63b {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #UOQWRwXJlJ2u4EowThWdiq9gXT9TsdbG {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #mHHzT7IFzhp8Ds4EvtsoBxbnwn8CEcqw {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #OGWZwUzgBzkK0pWGoE4mhoyo3OrkRtnA {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #VLplpmBIGOTvDNnkf2hiiB0h0zxBTCCx {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #rnQ3b0Z4VcywHfLMnFo5E00S0ipIzUGx {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #STEr3IZDsByzQcKcx2NPNadaJT92hcTO {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #fADILLP6KIPviwrwwhTSmGIKXiQzpxxW {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #zOE7IIgdQEBBPA5v6ZSGOC5r1TbaBSqa {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #WZ7O6J0vKQO4FDiv8OQ6aBMcnmIxfdIu {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #oMKbXVf1tTLdDSt8Ok4k7inHtXaTgrF1 {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #O34ToEPgXqqVg7fvT860bSuuHI0odtun {  }
 }@media only screen and (max-width: 959px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #kkMySTVS5qzWieC0syRK3s5af0N8q47d {  }
 }@media only screen and (max-width: 959px) { #rzuFJPuQb5WTaLrxvXk7flvJM9dJTagm { width:2.68671875rem;height:2.68671875rem;top:46.293752670288rem;left:9.9656251668931rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #umQTB9RCVEr4gSwylJZO6Fyh0r9Vcrt3 { width:16.5625rem;height:1.21875rem;top:47.027345657349rem;left:13.184375166893rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #y6eEwEBrqPRb50mzblnwFun4oJE3EF0D { width:7rem;height:1.21875rem;top:47.027345657349rem;left:30.527344107628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vTICSUDlxCeAXfeuuQenVvEIoB0kmtld { width:24.5616875rem;height:1.54375rem;top:18.556250095367rem;left:1.3718750476837rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wLKOUraHFGoTJogmeM8GTWLFxg6fbgfh { width:19.375rem;height:3.375rem;top:39.175000667572rem;left:2.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #C1st13ysGThxbTHHKqqCkgMPu77csZzE { width:5.0625rem;height:1.3rem;top:46.799221038818rem;left:35.125002264976rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #NV95Vs1WbAr56XgZytXQdiWwXOx5mJ89 { width:13.62425rem;height:7.464875rem;top:17.934375286103rem;left:6.8398436307906rem;display:block; }
 }@media only screen and (max-width: 959px) { #iKCT91IMp7KZdiFCMuvWlltRsPQK5LqV { width:22.375rem;height:7.125rem;top:27.781249523163rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #L5oXivgkDxkySOxWzdQwTIsE6TWEX0DE { display:block; }#L5oXivgkDxkySOxWzdQwTIsE6TWEX0DE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wLRtxGUSA8zGfX7MoOD49fCUhIbMMD8t { width:3.8125rem;height:3.8125rem;top:57.592967987061rem;left:29.637501120567rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #OrxQdS6vhOeZDNGIPm4JsU9VfD38G6FH { width:3.75rem;height:3.75rem;top:57.624217987061rem;left:35.512499213219rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #iOQo9mD07yT6PA6Zb1kLIeXJu3TSfCOH { width:3.125rem;height:3.125rem;top:57.936717987061rem;left:40.073439002037rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oUnsZE2Mxf63eFfOkX20DtPCZ2T7qQz3 { width:15.5625rem;height:1.3rem;top:55.1875rem;left:29.510937094688rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C3cSGOw7VJChMrswlG3pwB3Olz2m6Cl2 { display:block; }#C3cSGOw7VJChMrswlG3pwB3Olz2m6Cl2 > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:67.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/864681a2-c8d7-4996-a71c-ad0895136d1a/ISTANDFORPEACECHILEInstagramstory10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #SUoxfZX0GAnlWs0v2c7T5gJpgc8pg2Ql { width:14.9375rem;height:8.125rem;top:24.0625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vh8NEdTkZuVvwlJZoU5o8BS5FTi7Bbi0 { width:20rem;height:0;top:31.1875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZKfbH68JZcOehTd58D9oBxUfJzuzfkP { width:20rem;height:auto;top:6rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxlzOPXhvr987B56UmZwWW0xBSupXHea { width:20rem;height:20rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #otb7sKiFEtHpzByCkQ6MPqKMpTmNtgEz { width:12.5rem;height:1.4625rem;top:62.353130340576rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T40G7ApCTIp7qXP8M18SqaEVAhy472bX { top:52.818752288818rem;left:0rem;width:20rem;height:11.0625rem;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oZp2mKNQp5xRR0F1LWRpeBteGikgvT9c { top:55.993751525879rem;left:1.9687501192093rem;width:16.0625rem;height:3.7375rem;z-index:100008;font-size:1.4375rem;color:rgba(84,77,77,0.7);font-family:"gotham narrow medium";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vt3H7vgJqZvCk0yOJpWlHVLRJ0HWwJec { top:62.353126525879rem;left:1.40625rem;width:4.6875rem;height:3.9rem;z-index:100010;font-size:3rem;color:#5a5252;font-family:merriweather;display:block; }
 }@media only screen and (max-width: 763px) { #Da44JJfM4G6v9HRggMIfGadUvwMdEtCp { width:5.1875rem;height:3.5rem;top:62.353126525879rem;left:12.500000834465rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VMdeaM6t5tE0RU7LDVVwObTJVadIMnuH { display:block; }#VMdeaM6t5tE0RU7LDVVwObTJVadIMnuH > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8TQNHwU2WOc9A4uIrz5Ib6vdVQMKPIJ { width:17.25rem;height:2.19375rem;top:8.3750298023225rem;left:1.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:#4a216a;background-image:none; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK { width:18rem;height:5.0625rem;display:flex;top:1.4375016689301rem;left:0rem;z-index:100000; }
 }@media only screen and (max-width: 763px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #FfRUQ6fVzGcNle9sLdEAM5LuK6eqPVUm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #TOO3y73tz950AtIUcPTJT05W2sqVK49p {  }
 }@media only screen and (max-width: 763px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #D6UgU7rilM7Rh6UT0Rq3LNTvnakSHd4m {  }
 }@media only screen and (max-width: 763px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #o63TqU2GToefVHNGIowInTMVpuFgzieO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #PZeC4BAOhDKtLOcTJwvR78MLWeGhfzTB {  }
 }@media only screen and (max-width: 763px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #e8OU5MTl6ScCJ6FzRTPmzFaQ1WyzK1zp {  }
 }@media only screen and (max-width: 763px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #TZRFznTVS6QEkvVDIhGa66sHcS2W9duT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #WOuNnM9F7lRrv9wbaRGMcunp3vEBcBMT {  }
 }@media only screen and (max-width: 763px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #BwTBM9iXs3AACGm227VQON2BRqUdKNJm {  }
 }@media only screen and (max-width: 763px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #LhuwUDvvBAF4pMo8uVNzK2wC7yJQDsD6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #d6NpIL60k4eGArbO6Ecp7PVqbXaxubeo {  }
 }@media only screen and (max-width: 763px) { #Kg3O6oyZf8q7sA5VzWAfySi2JsulEJXK #QWqfhMACHb4N43ILmeqM05wyvTNGm4mv {  }
 }@media only screen and (max-width: 763px) { #mb8VQNlOWXUVTTO05BegOkvfmMk347d6 { width:17.5rem;height:3.4375rem;top:11.936458587646rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwLmavT20H8cOaxUTdkTDbIN4fxlBJav { display:block; }
 }@media only screen and (max-width: 763px) { #AnUlWOksknkw2Z9iOtHSvkaBILgUG2a5 { display:block; }#AnUlWOksknkw2Z9iOtHSvkaBILgUG2a5 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hx2vWDrhaRgMOwbAztWic949EAU9rSw5 { width:20rem;height:4.55rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwJV4WPhi85hZyEH3GlV0Iea9x9d4gVT { width:12.5625rem;height:3.9rem;top:12.604167342186rem;left:4.4375003576279rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7kwp3PT12OsQEIiR7iVkwQITePk9Ms { width:4.4375rem;height:4.4375rem;top:6.875000510365rem;left:7.875000834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxluXuVEq0QvT3q0bt1u4IbgfbtMKIaW { width:2.5rem;height:1.625rem;top:8.2500009536744rem;left:8.562500834465rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1l1qQRiuSd0tFxddtEWOM2vsJ5AdzRR { width:3.8125rem;height:2rem;top:4.5500068664551rem;left:8.093750834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebcBVxral8GD23O3Rwqx2zBpdMdfPGL8 { width:6.0625rem;height:3.125rem;top:17rem;left:6.9687503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef6cNEqVeFF9WeoaM1Sr5eg7N8rqKVvH { width:6.0625rem;height:3.125rem;top:29.9375rem;left:6.9687503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpZqIsAwR1ybsICTrIkevwkFfUi7badq { width:12.375rem;height:2.925rem;top:26.804167747498rem;left:4.4375003576279rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4pnLsB35GATHSZKK8qWWke1lF6oKIsB { width:4.375rem;height:4.375rem;top:33.250000510365rem;left:7.812500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #txmzbSEBdeD2O77BwCdXEmWJc8S2TsQM { width:4.375rem;height:4.375rem;top:21.066668067128rem;left:7.812500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdbAkrhBwsaVNr4Kysf6mXpkGCu5zbDJ { width:3.5rem;height:1.625rem;top:22.441668067128rem;left:8.250000834465rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcg4UZ4oMp8saTBDixMNDSiP2q0Sz8TP { width:3.5rem;height:1.625rem;top:34.562500510365rem;left:8.250000834465rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwByFxyr77uMaKkRPtTqsO0pUUaTg8Ll { width:4.375rem;height:4.375rem;top:47.691668510437rem;left:7.812500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO7F5fSUILD0WoRE12hSdNGKW6tZTC67 { width:3.5rem;height:1.625rem;top:44.000000510365rem;left:8.250000834465rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTQa4DxHAGGgGJ3IwLs6zVQuw3TQABTR { width:14.5625rem;height:3.9rem;top:39.629173278809rem;left:3.1875003576279rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4SixAzoIosAU8nkyzAIkVTm58kCCJtv { width:9.875rem;height:0.975rem;top:53.4375rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv59Tps5PrbGBEcIlgnqPNv7A3xWCT6W { width:6.0625rem;height:3.125rem;top:44.000002861023rem;left:6.9687503576281rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #BA2q5PBoSHbpD47DDM9SgNKBSlJK1pzE { width:3.5rem;height:1.625rem;top:49.066668510437rem;left:8.250000834465rem;font-size:1.25rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #PiLzuOSVenaoqNAidnDyxlC15GBLDrQn { display:block; }#PiLzuOSVenaoqNAidnDyxlC15GBLDrQn > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR6Q5s1FBrI6qhM1qol2kQDUScLSJdgX { width:20rem;height:19.25rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwq6XnV3GtXXxQcc6Wvcf6H5LgQ7JsfT { width:12.5rem;height:1.625rem;top:11.750003814698rem;left:3.7500003576279rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqSCamFf6TwkRZqSZ2SMwUnOiP5UCJut { width:12.5rem;height:3.9rem;top:13.4375rem;left:3.7500003576279rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl3xgEHSC9dgH53f8O66PnyGIFkz2Jxl { width:12.5rem;height:1.95rem;top:20.500003814698rem;left:3.7500003576279rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS1QSCIDT43PiohgoG11FOtsf5rTsmWa { width:12.5rem;height:1.625rem;top:18.4375rem;left:3.7500003576279rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpv7nl5ikgI8EN99G1Uf5pP1GMpk9Z4i { width:12.5rem;height:1.95rem;top:26.281253814698rem;left:3.7500003576279rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeC6h8IXAXU4hGR6csFGltyEQfcTxtiL { width:12.5rem;height:1.625rem;top:24.093753814698rem;left:3.7500003576279rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykcLXPl5wwTGscBV4Snhwf5WAc8nkUwQ { width:10.9375rem;height:0.125rem;top:8.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEwf9TIN8yFNiaKzFHd7qrM5BUon962J { width:10.9375rem;height:0.125rem;top:23.281253814698rem;left:4.5312503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibVuS5dJPki9xluMJ678oknlRflNsEw7 { width:20rem;height:8.775rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZziHpdaX8MrihvlOBMgD8KCm2mNc8Zu { width:20rem;height:9rem;top:30.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKKQL2XtJ9eL0W9DRMA5pE0c3X0aKIcM { width:17.5rem;height:3.4375rem;top:40.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWRToQcrPI4vKZuwkmAN00sxp8tEgerq { display:block; }
 }@media only screen and (max-width: 763px) { #oo7oTAnSDpkA9rc7J8p0hyEpNWTTQfXR { width:10.9375rem;height:0.125rem;top:18.004167556762rem;left:4.5312503576279rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #MbH0aOzBkTWdiKWdABC6PGBdpXENCi7n { background-color:transparent;background-image:url("https://images.assets-landingi.com/iRaB5grj/Banner_landing_2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:none; }#MbH0aOzBkTWdiKWdABC6PGBdpXENCi7n.adaptive-delivery-prevent-bg, #MbH0aOzBkTWdiKWdABC6PGBdpXENCi7n.lazyload, #MbH0aOzBkTWdiKWdABC6PGBdpXENCi7n.lazyloading { background-image: none; }#MbH0aOzBkTWdiKWdABC6PGBdpXENCi7n > .row .container { width:20rem;height:16.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #POsEuk1BuQI1iikATEMGhqXWkQ61tETE { width:15rem;height:4.875rem;top:1.9367189407349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#540f95;font-family:"gotham narrow";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JGUQOtnnT0tWTfo4nCsKURoi35N5Kd3t { width:7.4375rem;height:1.4rem;top:7.925000190735rem;left:2.7500001192093rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;color:#3c464c;display:block; }
 }@media only screen and (max-width: 763px) { #aQiak3DxOnd0ZvVD2TinGgc45yeQrr2L { background-color:#6c4689;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#aQiak3DxOnd0ZvVD2TinGgc45yeQrr2L > .row .container { border-width: 0; border-radius: 0; }#aQiak3DxOnd0ZvVD2TinGgc45yeQrr2L > .row .container { width:20rem;height:35.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qx2a4GJ50bEcD3k7h09gqqSx78kGUBla { width:12.5rem;height:12.5rem;top:6.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5NbvOI3aAQSZTCAb5mTUvsVdTba6rPi { width:16.75rem;height:2.1933625rem;top:1.310546875rem;left:1.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6UKThQhRazX05avToc4OmISqZps4Knf { width:17.5rem;height:1.21875rem;top:5.59375rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTFkdUJ5yC8dm6lJogKqtJ7UshGRrra { width:3.125rem;height:3.125rem;top:26.0625rem;left:0.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d72MxoOdgy1f6LxDg5UQy42KU3vR1TKR { width:3.125rem;height:3.125rem;top:20.0625rem;left:0.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCHqKf0zcHrr9Igqs7ET6QVG5QnaTud5 { width:15.5rem;height:15.18946875rem;top:20.6875rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 { background-color:#4a216a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .row .container { background-color: transparent; background-image: none; }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .row .container > .video-iframe-container { display: none; }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .row > .video-iframe-container { display: none; }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .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); }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .row .container { border-width: 0; border-radius: 0; }#V7tm3hGIa9TAhZVRv1RdKJSZixGqM093 > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIyeQvT9FtEOWRgIG0LZ8wBFMO4TXokT { width:12.5rem;height:12.5rem;top:5.375rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6R3M7J6fB9NIcVFVSNdnwz3PxGCqI01 { width:16.75rem;height:2.19375rem;top:1.310546875rem;left:1.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Pfe8q1XCTEycP0NxIpPW8CRdTnbqI8 { width:3.125rem;height:3.125rem;top:3.6875001788139rem;left:16.873959422111rem;font-size:2.1875rem;color:#4a216a;display:block; }
 }@media only screen and (max-width: 763px) { #MCMl1815JVFqfT9JiSApxEO8TEKPLpET { width:3.125rem;height:3.125rem;top:5.2500001788139rem;left:0.75416672229769rem;font-size:2.1875rem;color:#4a216a;display:block; }
 }@media only screen and (max-width: 763px) { #CVzEHH625S6MJa2yN7EBB7TglWA9H2kt { width:16.5625rem;height:8.9375rem;top:3.75rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tf50cm2pktrInBZFn55X9wlMXBZ7ll3d { display:block; }#Tf50cm2pktrInBZFn55X9wlMXBZ7ll3d > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fzu3HhB7cOonyUU1xTLkKETNlr1EEHoI { width:17.9375rem;height:17.875rem;top:1.25rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE4RAnbzplk4JkyVdUQ4a9TWwQgeoPnf { width:19.8125rem;height:7.71875rem;top:21.085416793823rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE0yNB9ngD8yaTCLUqr6BkBz5RmiMana { width:18.8125rem;height:6.5rem;top:30.487501144409rem;left:0.59375rem;font-size:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kVoOUXyoQz4kGfNk8s6nvKFzC5cw7WWp { display:block; }#kVoOUXyoQz4kGfNk8s6nvKFzC5cw7WWp > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DI4SuBqqlL0mqf03AxrGRLPXrut5c2Dg { width:11.375rem;height:3.0875rem;top:0.39453125rem;left:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHVaoP50qTV8AJPy08LmResg2AM9RX21 { display:block; }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 { background-color: transparent; background-image: none; }#iHVaoP50qTV8AJPy08LmResg2AM9RX21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row .container > .video-iframe-container { display: none; }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row > .video-iframe-container { display: none; }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .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); }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row .container { width:20rem;height:23.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/154e3002-56de-4c81-a6ce-207e69b511da/WhatsAppImage20220625at105246AM.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row .container.adaptive-delivery-prevent-bg, #iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row .container.lazyload, #iHVaoP50qTV8AJPy08LmResg2AM9RX21 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #HlfyFfJ95cp7DeoBFBetPmsJlt2s7uLp { width:20rem;height:2.19375rem;top:1.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTlRiut9Nn9SJrGK0SmA1nHgnZT4XZLP { width:16.125rem;height:2.6rem;top:4.0062484741211rem;left:1.9375001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IODcK9JJ7ownWTcmiptco0LH6qIqkhB2 { width:17.49166625rem;height:3.42916625rem;top:18.843740463257rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4gFipTSHgbkP6QaurA2soHR6E1h4THE { display:block; }
 }@media only screen and (max-width: 763px) { #Q7bUaheapy4VtgvICZ18T2a1C7yTJsWt { width:7.5625rem;height:1.9375rem;top:15.144792556762rem;left:12.436459422111rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 { display:block; }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 { background-color: transparent; background-image: none; }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row .container > .video-iframe-container { display: none; }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row > .video-iframe-container { display: none; }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .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); }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row .container { width:20rem;height:19.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3096f67b-7beb-4f9d-b0f2-159eacc19f0a/MeditaciNPAz3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row .container.adaptive-delivery-prevent-bg, #lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row .container.lazyload, #lgTqeVAo3S2mrsrmg7ULsBx0UiFCllL9 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #wrIRdqCo0viwsxdkbNgW9XCaVzdaUcWE { width:12.5rem;height:0;top:13.3375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EChBCDCJGdpNwZ1aheTDgVydpQy7EUOU { width:16rem;height:3.9rem;top:0.625rem;left:1.6875001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOTwCMDQPxcbhIAv3eJJTLUZI57B2XLe { width:17.5rem;height:3.4375rem;top:14.5875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1uiwnZCxH8ViqoPlcOpk4ghhDEMQZ4q { display:block; }
 }@media only screen and (max-width: 763px) { #DpM3Oz0oa2WXdsvVEMaAGiTaTZfld2FL { width:17.5rem;height:1.86875rem;top:0rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPwGaLaUykyJ4ew11gqqDASzwJONXOpZ { display:block; }#sPwGaLaUykyJ4ew11gqqDASzwJONXOpZ > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEUgesClzUNG8fJvLrDdlzugmR1gFiOL { width:11.375rem;height:3.0875rem;top:0.39453125rem;left:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU > .row .container { background-color: transparent; background-image: none; }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU > .row .container > .video-iframe-container { display: none; }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU > .row > .video-iframe-container { display: none; }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU > .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); }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU > .row .container { border-width: 0; border-radius: 0; }#qBQws0HC0Tq2WepQqHk9tHAIUPtNN4mU > .row .container { width:20rem;height:78.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1UKi9D8Q8ltt4GKXdDwTV77ovIznJky { width:17.5rem;height:26.8125rem;top:23.500000953674rem;left:1.25rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vUqTD3ug6TuVWb51rhdZG36OwNNJ3A74 { height:;width:0;top:78.59375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGBCxMmG8XOx8da95S3QUts4ZOCWlRTS { height:11.25rem;width:20rem;top:57.092720031738rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIBy6TtznyZNiVSmA23cfFurMIz3Px6d { width:17.5rem;height:17.5rem;top:4.0000190734863rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTKpvMuwpRgrIxVHqDapzhXw4fT1MblP { position:relative;z-index:auto;display:block; }#lTKpvMuwpRgrIxVHqDapzhXw4fT1MblP > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqr6o0B3GpnvIlcnfZ9xaPPOI8TNyFsJ { width:13.5rem;height:1.70625rem;top:1.3437423706055rem;left:3.2500001192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZNaX1CWTwS3ZQPJB6hnSeXk1kzStMysm { display:block; }#ZNaX1CWTwS3ZQPJB6hnSeXk1kzStMysm > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJyiTcWJAsTnANSgBgqNhCIupBlMcbcq { width:15.125rem;height:15.125rem;top:42.343757629394rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH5H1aKyMP5bMmLqxCysx4bm0OdrPHpU { width:15.0625rem;height:15.0625rem;top:6.25rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnCRlCdOqNdnDgy36IbJOIEeuPxpmRhD { width:18.6875rem;height:6.5rem;top:0.5625rem;left:0.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1PZpWXibB6DmtAVDxMDKJrFp901evm2 { width:15.8125rem;height:1.625rem;top:40.062480926514rem;left:2.0937501192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N1N6Ixk6uCCGm2OgkNt1ARz1adFnOVJa { top:59.031257629394rem;left:5.5000003576279rem;width:9rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITmySF0wVuo1clu9VTM7T7iqVL8DwwTM { display:block; }
 }@media only screen and (max-width: 763px) { #WIvWk2cQy05F9cW9Z5yHZKR04trQb2TO { width:12.5rem;height:1.625rem;top:4.0312628746033rem;left:3.7500003576279rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #caJPgsSgPduuD7PCuhX8HBoKDqmwn7ez { width:16.0625rem;height:16.0625rem;top:22.531257629394rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7xate0tK5GNScJCw9xPwuXsqZ33B2Lp { display:block; }#y7xate0tK5GNScJCw9xPwuXsqZ33B2Lp > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rpy9BX68wirTreHgm9RtakwW0DPx8E88 { width:18.6875rem;height:3.25rem;top:1.6865234375rem;left:0.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7UkOGnQpJAcIa64uR3Pi9gTZc6xIFFb { width:15.8125rem;height:1.54375rem;top:5.5625rem;left:2.09375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z5Q4TcgTBroJ01088zImudrNtGKw6b6n { width:18.875rem;height:18.0625rem;top:8.46875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTOronBXvVsypL9NaBDQPyNtEtbsBwSH { top:28.25rem;left:5.5rem;width:9rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcEzcbiDIZTWfxQw2PVFuuFJrs70sTpe { display:block; }
 }@media only screen and (max-width: 763px) { #u3d9fJsHmx6hkuORgZPEn1Z0Tw6rg6ql { position:relative;z-index:auto;display:block; }#u3d9fJsHmx6hkuORgZPEn1Z0Tw6rg6ql > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rV6kBNBKhqBKwrHxBBZJ8bVRXUmwOIsQ { width:13.5rem;height:3.4125rem;top:1.3437423706055rem;left:3.2500001192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xCDc55WWoXDVSPAwVyFzqBQ30IZXnBbD { display:block; }#xCDc55WWoXDVSPAwVyFzqBQ30IZXnBbD > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhkNFGKiJtQsAQHOKEd9kbQsunsfNX16 { width:18.6875rem;height:9.125rem;top:1.1263698627419rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #OBTGM0bkcN1w0eHZebGMds5XNlymvCaP { width:17.5rem;height:3.4375rem;top:12.2083125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4Lz34TKitm6UgHuGl25nMIlH7G1DJ68 { display:block; }
 }@media only screen and (max-width: 763px) { #gA2qNlD2GuIGXbORDmodz8BJkipT4vQg { display:none; }#gA2qNlD2GuIGXbORDmodz8BJkipT4vQg > .row .container { width:20rem;height:38.5rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZBoaqHaIIQHZ83Sgua10FASRwFMH3diK { width:17.3734375rem;height:16.89748125rem;top:3.9999990463257rem;left:1.3125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSKHcvHZT4LIMxJ04hXPmwfcKCFybCC3 { width:20rem;height:13.296089385475rem;top:22.149221801757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoESVFPFJsguK88rRXpVLLaMuxFPdGii { display:none; }#AoESVFPFJsguK88rRXpVLLaMuxFPdGii > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #srWiLMDZDTFTQQnadbtrmT2T8yCCvxZD { width:9.375rem;height:9.375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oly51elATcgBGNyS5PtGRo0cnZV9KCOU { width:18.5618125rem;height:3.2492875rem;top:22.9328125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAokR912axS1D4MmBB3TmaTtXv41W3uT { width:9.375rem;height:3.65411875rem;top:11.875rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTP8V3nNSk1qMOXhlQTwB40eRBoJnMnW { width:10rem;height:1.2180375rem;top:16.77890625rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSeKZLDdmZyJm6T80BDTEeH2d8aiX45w { width:1.9984rem;height:1.9984rem;top:27.43203125rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwDus0SIIQTD9AA1KRfrURA04DDM1PH7 { top:30.6796875rem;left:5.3125rem;width:9.375rem;height:2.3117875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEcL9lu0Tg27NPlHZ6ENBp0wps3T8EOn { display:block; }
 }@media only screen and (max-width: 763px) { #LF1mTcyEFJsO1nzncu0CLdAcLuq1gnDB { width:2.062325rem;height:2.062325rem;top:34.24140625rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5GP06mVdy5U2g0tkwSsKypFliodoE { width:16.25rem;height:2.43608125rem;top:19.246875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb9CPXovPH02RxbS3VC445KXThxTXl6P { display:none; }#Zb9CPXovPH02RxbS3VC445KXThxTXl6P > .row .container { width:20rem;height:36.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mFeS69eIsalqr0DtKsTWqoLba26F2xIi { width:9.375rem;height:9.375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bah0uLocfPSdvBsEipTIJeGISsrwD7FS { width:15.625rem;height:3.2492875rem;top:21.71484375rem;left:2.1875rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NWTyTuPOLdzassptveWke4CJuUNvw9Jn { width:1.9984rem;height:1.9984rem;top:26.2140625rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6KXWepA1rFokofpyIu198GoPS6AbSta { width:10.625rem;height:2.43608125rem;top:11.875rem;left:4.6875rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #c4Q8dUzAbHAkUbPNUIIttK5KpQffbui7 { width:9.375rem;height:1.2180375rem;top:15.5609375rem;left:5.3125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #a9OiHrDJhLhWdg0qVw0dVtTb0Xpls0cb { top:29.46171875rem;left:5.3125rem;width:9.375rem;height:2.24875625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTcnOFop3izIIwakSPTlFVdbJuZa2ari { display:block; }
 }@media only screen and (max-width: 763px) { #OENlFRGb9LmTfBRtJyTMp3O5mmKe8OK5 { width:1.9992875rem;height:1.9992875rem;top:32.96015625rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs0s1UHFxsLXZoGvLgqbfG3bxPETD8vZ { width:15.625rem;height:2.43608125rem;top:18.02890625rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV0qb0BXqV24vSRVteQHUDlXQUoTXByi { display:block; }#BV0qb0BXqV24vSRVteQHUDlXQUoTXByi > .row .container { width:20rem;height:65.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ob8esbGz0BSMMXIPfek2THWr80T861SX { width:20rem;height:1.625rem;top:64.125787734987rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-regular-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-text { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-text {padding-top: 0; padding-bottom: 0;}#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-textarea { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-select { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-select {padding-top: 0; padding-bottom: 0;}#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-input-button { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#4a216a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .widget-checkbox-label { width:13.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL  { width:14.75rem;height:auto;top:20.123958587646rem;left:1.375rem; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL .radio-container { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL {display:block;}#n4A6az6ro6QFR6yzHQri5BwQWygoB8WL { width:14.75rem;height:auto;top:20.123958587646rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #cmwopf1xTkc0DtwwDcX07T7itBJfA9bM {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #i9oxiTbn0INAiy6yxLQ5zOzcrThtghIC {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #Vf4sNxkUN4vrPlw2WxH6CcP1MPT7xeU2 {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #dDb7D9LiueXFRRqH7WhMwUa7p3AeNBV5 {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #B1QPyrPd39AWghTwQe9MgL47h2DNELyV {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #KaQoxf9pFeWyxLCiDvNi3a1T7I1T7QSG {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #iTuPOgwQa3hRMtqRfZ0zgA8OWRiQRHf8 {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #VVK3x1hHbZe0pKEfKz3AH5X9ff1zI63b {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #UOQWRwXJlJ2u4EowThWdiq9gXT9TsdbG {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #mHHzT7IFzhp8Ds4EvtsoBxbnwn8CEcqw {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #OGWZwUzgBzkK0pWGoE4mhoyo3OrkRtnA {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #VLplpmBIGOTvDNnkf2hiiB0h0zxBTCCx {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #rnQ3b0Z4VcywHfLMnFo5E00S0ipIzUGx {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #STEr3IZDsByzQcKcx2NPNadaJT92hcTO {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #fADILLP6KIPviwrwwhTSmGIKXiQzpxxW {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #zOE7IIgdQEBBPA5v6ZSGOC5r1TbaBSqa {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #WZ7O6J0vKQO4FDiv8OQ6aBMcnmIxfdIu {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #oMKbXVf1tTLdDSt8Ok4k7inHtXaTgrF1 {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #O34ToEPgXqqVg7fvT860bSuuHI0odtun {  }
 }@media only screen and (max-width: 763px) { #n4A6az6ro6QFR6yzHQri5BwQWygoB8WL #kkMySTVS5qzWieC0syRK3s5af0N8q47d {  }
 }@media only screen and (max-width: 763px) { #rzuFJPuQb5WTaLrxvXk7flvJM9dJTagm { width:2.74895625rem;height:2.74895625rem;top:58.999953269959rem;left:2.4375001192093rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umQTB9RCVEr4gSwylJZO6Fyh0r9Vcrt3 { width:11.875rem;height:2.4375rem;top:54.312502861023rem;left:2.4375001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y6eEwEBrqPRb50mzblnwFun4oJE3EF0D { width:12.1875rem;height:1.21875rem;top:59.762502670288rem;left:5.1854170560837rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTICSUDlxCeAXfeuuQenVvEIoB0kmtld { width:7.0625rem;height:1.54375rem;top:3.8177013397217rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLKOUraHFGoTJogmeM8GTWLFxg6fbgfh { width:15.875rem;height:2.8125rem;top:15.348960876465rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1st13ysGThxbTHHKqqCkgMPu77csZzE { width:5.0625rem;height:1.3rem;top:59.721878051757rem;left:9.437500834465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV95Vs1WbAr56XgZytXQdiWwXOx5mJ89 { width:15.3125rem;height:8.3125rem;top:5.3604183197021rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKCT91IMp7KZdiFCMuvWlltRsPQK5LqV { width:15.4375rem;height:7.03125rem;top:45.579204559326rem;left:2.2812501192093rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #L5oXivgkDxkySOxWzdQwTIsE6TWEX0DE { position:relative;z-index:auto;display:block; }#L5oXivgkDxkySOxWzdQwTIsE6TWEX0DE > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLRtxGUSA8zGfX7MoOD49fCUhIbMMD8t { width:3.8125rem;height:3.8125rem;top:4.1552085876465rem;left:2.2187501192093rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrxQdS6vhOeZDNGIPm4JsU9VfD38G6FH { width:3.75rem;height:3.75rem;top:4.1864585876465rem;left:7.500000834465rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOQo9mD07yT6PA6Zb1kLIeXJu3TSfCOH { width:3.125rem;height:3.125rem;top:4.4989585876465rem;left:12.500000834465rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUnsZE2Mxf63eFfOkX20DtPCZ2T7qQz3 { width:15.5625rem;height:1.3rem;top:1.3125009536743rem;left:2.2187501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }