.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/25319c20-e117-4287-a7f1-a0e2620098c1/fundordmoney.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:#ffce00;display:block;width:30.9375rem;position:absolute;font-family:arial;font-size:2.625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:9.4375rem;left:1.375rem;height:10.5rem;font-style:normal;display:block; }
#RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:21.5625rem;left:1.28125rem;height:7.871125rem;font-style:normal;display:block; }
#N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { z-index:15003;top:31.75rem;left:1.375rem;background-color:#ffce00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,206,0,0.45) ;box-sizing:border-box;color:#561885;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eFRLNmMFPq4bOcyDbT9ZLkUQrM3e4qmE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.3125rem;top:1.75rem;left:1.375rem;overflow:hidden;display:block; }
#aa9asAufxLb2aVigsCKsfncCDhL0tvIZ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44rem;width:33.625rem;top:0rem;left:36.7841796875rem;overflow:hidden;display:block; }
#U6Aq0t5tD27tFtbUSHKuTEizehcNuShP { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:36.75rem;left:1.375rem;height:2.625rem;font-style:italic;display:block; }
#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { border-width: 0; border-radius: 0; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { color:#050505;display:block;width:31.9375rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:14.4375rem;left:2.875rem;height:19.94534375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { color:#561885;display:block;width:46.875rem;position:absolute;font-family:arial;font-size:3.25rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:3.875rem;left:13.0625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTfzXGAMuwd3AuRwe6WLnBVogZ5ZHDDl { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:24.6875rem;top:13.06640625rem;left:39.236328125rem;overflow:hidden;display:block; }
#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:#561885;background-image:url("https://images.assets-landingi.com/uc/baa14fbc-545e-487b-9873-b655b9b5e9f8/FUNDOAGRADECIMENTO1RD1920X1284.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.adaptive-delivery-prevent-bg, #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.lazyload, #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.lazyloading { background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { border-width: 0; border-radius: 0; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;overflow:visible;position:relative;display:block; }#f9sLMVtLaTbR7CkPWzxtRfoCQ9STooKg { color:#ffce00;display:block;width:46.875rem;position:absolute;font-family:arial;font-size:3.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:5.5rem;left:14.0625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcWZI7xXgac2O9KnxNb7HGVZCp8CyMnl { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:11rem;top:16.1875rem;left:16.25rem;overflow:hidden;display:block; }
#fTIgZqxOKADTRW1FyyTGk11TSIl16kZH { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:11rem;top:16.1875rem;left:32.0625rem;overflow:hidden;display:block; }
#tELzwQbbvPEmsFTy8xzb1AFEPHM9awI9 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:11rem;top:16.1875rem;left:47.75rem;overflow:hidden;display:block; }
#mvoxb6sbLMAPlxuke781xNOo6VDQT6e2 { color:#f8f8f8;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:29rem;left:15.5rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AVqyTK0urqmi3HIPuAZvQ4dzt1VhczTn { color:#f8f8f8;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:29rem;left:31.25rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IpBFWT4KMRKItwMhsevaA29eTD34skDJ { color:#f8f8f8;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:29rem;left:47rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RaPMgi2WE3b7bccMBFsXEtRDwFDOVqNZ { color:#f8f8f8;display:block;width:45.6875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:35.6875rem;left:14.65625rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LppEJwKavXrX1ghPO3C0OFl3HRcUeb2A { z-index:15004;top:38.625rem;left:19.3125rem;background-color:#ffce00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,206,0,0.45) ;box-sizing:border-box;color:#561885;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.375rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#B0x089yqRokfTG4tTeOT9fiJMmcJ7USy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#anrpCyAgkgZNx2Vb21c8p9r9VDBukfbZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#anrpCyAgkgZNx2Vb21c8p9r9VDBukfbZ > .row .container { background-color: transparent; background-image: none; }#anrpCyAgkgZNx2Vb21c8p9r9VDBukfbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anrpCyAgkgZNx2Vb21c8p9r9VDBukfbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anrpCyAgkgZNx2Vb21c8p9r9VDBukfbZ > .row .container > .video-iframe-container { display: none; }#anrpCyAgkgZNx2Vb21c8p9r9VDBukfbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anrpCyAgkgZNx2Vb21c8p9r9VDBukfbZ > .row > .video-iframe-container { display: none; }#anrpCyAgkgZNx2Vb21c8p9r9VDBukfbZ > .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); }#anrpCyAgkgZNx2Vb21c8p9r9VDBukfbZ > .row .container { border-width: 0; border-radius: 0; }#anrpCyAgkgZNx2Vb21c8p9r9VDBukfbZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anrpCyAgkgZNx2Vb21c8p9r9VDBukfbZ > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#E46qdWazP8QqQE9lXib4QE6ER4rQB1iP { color:#561885;display:block;width:30.9375rem;position:absolute;font-family:arial;font-size:3.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:4.1875rem;left:2.46875rem;height:6.5rem;font-style:normal;display:block; }
#tTOnCCsU22cFBKKnfDeDaGIFzDvP61H0 { color:#050505;display:block;width:30rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:11.875rem;left:2.46875rem;height:13.2968875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gfGHFdtUDuHyz4yz6G4MTpHnHlT47UZJ { color:#050505;display:block;width:30rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:24.625rem;left:2.46875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#gfGHFdtUDuHyz4yz6G4MTpHnHlT47UZJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gfGHFdtUDuHyz4yz6G4MTpHnHlT47UZJ li:before{  }
#HZcUabMeyM49SvNLF4CsT4y5aTpR4tcb { z-index:15005;top:33.75rem;left:2.46875rem;background-color:#ffce00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#561885;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.375rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#shlHCh0e7n1vZJxMfxllyF7whcH0UaPl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#waT6rwtXOhAPi0GGf246yqBpqkiHl71J { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:36.875rem;top:5.59375rem;left:38.125rem;overflow:hidden;display:block; }
#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,108,0,0.8);background-image:url("https://images.assets-landingi.com/uc/61108cd4-a8b4-4ebe-b926-e4a39136645f/FUNDOSPARAORDLAMP.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyloading { background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { font-size:0.875rem;font-family:arial;height:88.9375rem;width:75rem;position:relative;display:block; }#AyT4CHzUmh1nvJJVnJcsf16Qp3d6rh6k { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:5.810546875rem;left:14.0625rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-form-header { font-size:0.875rem; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#ffffff;width:41.8125rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:41.8125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:exo;vertical-align:top; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-text {padding-top: 0; padding-bottom: 0;}#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:41.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:exo;vertical-align:top; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:41.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:exo;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-select {padding-top: 0; padding-bottom: 0;}#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .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; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffce00;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:1.3125rem;font-weight:bold;color:#561885;width:41.8125rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:exo;font-size:0.875rem; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:exo;font-size:0.875rem; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:exo;font-size:0.875rem; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:exo;font-size:0.875rem; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .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:exo;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:40.4375rem;overflow:hidden;font-style:normal;float:none; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .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; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.0625rem;vertical-align:middle;font-family:exo;font-size:0.8125rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:2.1;float:none; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-container:first-of-type{padding-top:0;}#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-container:last-of-type{padding-bottom:0;}#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC  { background-color:#3f0f64;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15023;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.5625rem;left:15.34375rem;font-size:0.875rem; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:41.8125rem;display:block;vertical-align:top; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-info-text { display:block;height:auto;font-family:exo;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC {display:block;}#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC { background-color:#3f0f64;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15023;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.5625rem;left:15.34375rem;font-size:0.875rem; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #eAvP8NSQTNkyfQTuZOP9brW7MHCAKWry { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #ibKkxV6wIJaQ6ipJXK15oy4TNJKsILGc { position:relative;display:block; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #ScQbFlkklXIfQJlMLBodMUVkTok73XDX { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #H7qIozSAi9GUKBiwDVhXi08fm0TtDO0T { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #MvaRIeW8u1RsWk2met1qeTTTJkvWGyuZ { position:relative;display:block; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #Tp5OdZkV2zNeW4AX5zHxvdhGQqzXJsQw { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #TQBOO6Td8XJPArCMCLOQ1hbhQpHR3uzS { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #aBaIuKRinGvm1IdM6g4TCzsapXm1KEa4 { position:relative;display:block; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #FNo490lcpg2uOA1IGoOsBqLJtMpuOkc2 { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #lhTEttF4JA7FyvRrCzetOEJk7RN3QisG { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #FbUzfmuSC8KC1TUSdUcfO4EgxTW0z3Iu { position:relative;display:block; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #ILGZqQyurOi45lUPbJnniNQbFHC4NZxC { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #fZCcCqyS7zWSgeExZV2g76IbBIuWHrBp { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #KRtCxU7U09H56fTrSndQGHwM9JhPbJOy { position:relative;display:block; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #hcOslR59IIbELUy1ID2JTN2DaBVRrBNx { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #kkSOiD3e3E9AhJT2Je93BmqFCE3ZLrlM { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #OJVUo4ceyyyVudqy4PTz9pe81dr972FE { position:relative;display:block; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #HZXHpHwnOgTCwxTg9U6UQLwK7fWM7pvl { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #BDTc6yxHzosSCD56MZNtKKTI8WnCBx20 { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #w1ckxtqCfkF4DQMAREQUFdh572M6qgtc { position:relative;display:block; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #TMXSh7w9ZuBNAr6dG5eOtuJnQST0Bl8T { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #zBolhto1TRbzBklnNecIsTnIP3DzUsIO { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #k1idDHoMSb9MHsnePMosxCt4NNJS8tTw { position:relative;display:block; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #nOF8ErhrnubnKx1KAuSgTANTp8pNkWOw { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #wmvXoNw4xmeiIG8i2yTSSzxDTQHTcQol { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #W1h6uO0C2Avr0qEeDHmWE8bAB1bdc80R { position:relative;display:block; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #R5tDAfxbS2JC073eEP9R6TfIvBCtFZ1e { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #RgVh78fnk7rKgWnTAn2uGRevfDPgtZ0P { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #RgVh78fnk7rKgWnTAn2uGRevfDPgtZ0P .container-column{width:100%;}#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #nPPcAuwIU7QJw66d9BElX4TBEvZqoA0S { position:relative;display:block; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #tJzXMpaMuWWiOA3nN5oWq0bsrfhVOMc8 { position:relative;z-index:2; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #kCDfD9OCOLwFHwvq0qHRU3IFQOd074JN { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #OR9i1SPQdBkrfO10RcVFTTaDT4ptVyPF { position:relative;z-index:2; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #gW82mmVeQ5bTy4xU4atm20JK9Dzo03mp { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #bDJVAC15TyWdvhhrr3Vuyp3G3nXEWsUG { position:relative;z-index:2; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #MQHhWnK33EraxTnycGPs7a4NF6v0E4Ld { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #HUS86HdwwWNzkI0aTgpJh6uXay4Bn5bN { position:relative;z-index:2; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #wXTCmXt1CFyhK7lgPACtQCe72Fp9uVsh { position:relative; }
#A0fAPJ66ZT1m4yASOneXkidN0vBez9u2 { position:relative;display:block;z-index:100000;display:block; }
#fSg4scLoeJDrTCLv13lSvDnneKfHzr0N { position:relative;display:block;z-index:100000;display:block; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #pe8y6dUQzWNRfs2DCf7K5dS7nBQfMEyc { position:relative; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #UQxeggEpkr4gXusqMIPqqQmzJgB6yXkK { position:relative; }
#e947epqtqe9exv8W6pMkfxi20ENTW85S { color:#ffffff;display:block;width:44.4375rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:15.875rem;left:15.28125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#LCow2aKPxyNkMJt3rglSt6amqt9KI3R9 { position:relative;display:block; }#LCow2aKPxyNkMJt3rglSt6amqt9KI3R9 { background-color: transparent; background-image: none; }#LCow2aKPxyNkMJt3rglSt6amqt9KI3R9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCow2aKPxyNkMJt3rglSt6amqt9KI3R9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCow2aKPxyNkMJt3rglSt6amqt9KI3R9 > .row .container > .video-iframe-container { display: none; }#LCow2aKPxyNkMJt3rglSt6amqt9KI3R9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCow2aKPxyNkMJt3rglSt6amqt9KI3R9 > .row > .video-iframe-container { display: none; }#LCow2aKPxyNkMJt3rglSt6amqt9KI3R9 > .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); }#LCow2aKPxyNkMJt3rglSt6amqt9KI3R9 { border-width: 0; border-radius: 0; }#LCow2aKPxyNkMJt3rglSt6amqt9KI3R9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LCow2aKPxyNkMJt3rglSt6amqt9KI3R9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:70.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TNv0pn5xgTkfpArGRcoyatCC6ZTPcCIG { color:#561885;display:block;width:46.875rem;position:absolute;font-family:arial;font-size:3.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:3.625rem;left:14.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#f8f8f8;background-image:none;vertical-align:top; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su .accordion-heading-text { display:block;position:relative;width:100%;font-family:arial;font-weight:700;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:arial;line-height:1.5;overflow:hidden;height:auto; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_4acaba9bb6302493c5b9d79f58459e6ac734083c.svg");background-size:contain !important; }#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su .accordion-trigger.adaptive-delivery-prevent-bg, #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su .accordion-trigger.lazyload, #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su .accordion-trigger.lazyloading { background-image: none; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su { box-sizing:content-box;height:auto;width:50.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.224609375rem;left:10.84375rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #BPAzZC6PfKOiXvPfE1PlJaxOfue1kKcL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #nmT5DET3QyE1Z7AcELhmnEqATnKhgggT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #LfaKfFzkpLbSsNmnVuwopDeIttzJSE53 { display:block;position:relative; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #J96mf9cMghCHcgOwg3O6fT4euo5TtZgp {  }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #z4XCboH38bQpu0H4SUOWvidzRTywRhfA {  }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #TPR7kLJGQuD02mQrmufi2csgMHNBTEvp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #QC4gNenm59C6WqzrSqnDeWOVJJLGMuuX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #CAH2Bck7F0ihOulciWDMVALmTkgtXsCk { display:block;position:relative; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #yw7nlnp8xa4Q8xn9qTuFaRFJmCNiNXaq {  }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #zs4r16sIrfQTmhOK3Ke45L6H5L6Nh8cc { display:none; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #q4FVTmmTKeoH3axUOPr2qinwHwP0zDaX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #TRACARBZxFBwSeXBAAcFlPiux6f0tQat { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #Jwl0VaJoHtD532UlRw02mGtIAGCFaCgi { display:block;position:relative; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #iKLaTGhvdpCopozIqz4XS9bZGvdTkbNw {  }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #XnowNQOsoW4GQcGcvv6bt3kkbTL2z8bq { display:none; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #KtfUesMitSUdyB3oC5JJqxAk4lVzTuTi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #bbugRh65ynOmUrRhtrwPmEWUTQPC5N1V { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #OWZsIqP0taRR43Heh0ukChbClQx1ezWz { display:block;position:relative; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #dyiLZk005XE1DtZ115Cab590wbV6LBTz {  }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #Un2O03CuD8QJzKHdnPbm6HKBhAMz9MNt { display:none; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #TLPU5rNp5IRJ1mMT8MRlghHvXA5Qwydb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #rTMgo8F2p2HkRnPmtCzLe9Cl4QOSg2wo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #kh0Wcw9voIcQSc8q4KsC3msGkplfaVxZ { display:block;position:relative; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #iM4y3SEhMfAAtBDPySEgETZHR3owCaTV {  }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #wS0TfasTruXa2pNK5idIqc4Z1QhAi72c { display:none; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #ZHoenMwQAeKw2UQO8uzvmSQyvP2vheK5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #PTNBexbsnT3xZl3RSK2TJQ1tskwtOE2C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #SRAFM8OWPnoeO0y2hgFBsoHAzXItfWdp { display:block;position:relative; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #H43Vsx22OqeM8MTnpGsuTuwvPFmBxRhs {  }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #niW8OAFZx1HcEsIMyARQTpTQEH6fLg2Q { display:none; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #qcfBbXVBzSqy1RTO09EkMtAWTTTqSUF8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #pN590lBlW2p0rzkJJ266zaTM7gXQvyCv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #Zn8A9LILkrMvm85ihhZ6dpMBk94oh9M8 { display:block;position:relative; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #XczDJICRC3qT4UUMu7DmR6OJT5D96pCk {  }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #pIXVcLU2JpmIm4Ap5O0VQqwRAthirpsX { display:none; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #qG4tr9UPQG6eIfE7FTo5Nylb21eXhb8y { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #a6cxnnxZCWTHngOtochXTlL8gWbKwROt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #sCmWoHAvEch6kMLIAP0QCHQWGNp9xXbL { display:block;position:relative; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #EdRTg1qa72f2S19lItlO2cflK4JogU7R {  }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #TmzkmX9e6HftfWksxqbICowx1xzLt7LT { display:none; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #ot8AOsGUdTcERLQChNzKoi43PxVovVaA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #ILJcvud2z4kxcwKkicWvmdRGOhOqaG4G { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #Md7BMzs6WyKwEnOcQ49tLDXUmMkXT7rH { display:block;position:relative; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #GL1BZbq7rzpPRKLPwOcqcn8JA6Wa7JVb {  }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #KTsc8TvUsWoyfUtW3MJ0BgVJPsRzkvUw { display:none; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #g7GTdzAI3OEy9NiDbodXlnVcZykM8PFf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #OQeFSRTGQRQ9MdP0DgbTRbUsLcZiJQOh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #fhA4iB3TSfyPXUIx2BOeIu4JZ8KI8PT1 { display:block;position:relative; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #lJJOCNkXSOwNn538JEP9TZXqyod3fdTb {  }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #LMom9MW6Qmiuz3pz0DVOLiATiyorBUtA { display:none; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #K1JFOX9lTETeIpIGuDdb4Rok995N7vkF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #PPD8VplpyIifgXlr80KIrpWR5TAcG9vT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #TcslX28dCLH89IFi8dkXQuWaMAt4QTKC { display:block;position:relative; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #ubvVChQyTfeBT2yOv6WMuuRpzkFEUdOo {  }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #M8KTdxOTsEQKwJ8XMD7dTJzuiw7qEFpf { display:none; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#561885;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#f3T6kDH9VcQoGmkw5FV5zz0Aqx5La0U8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:13.125rem;top:1.21875rem;left:30.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:30.9375rem;height:10.5rem;top:9.4375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:31.125rem;height:7.8125rem;top:21.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { top:31.75rem;left:0rem;width:22.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFRLNmMFPq4bOcyDbT9ZLkUQrM3e4qmE { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:10.3125rem;height:1.5rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa9asAufxLb2aVigsCKsfncCDhL0tvIZ { top:0rem;left:14.125rem;width:33.625rem;height:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Aq0t5tD27tFtbUSHKuTEizehcNuShP { width:29.8125rem;height:2.625rem;top:36.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:31.9375rem;height:19.9375rem;top:14.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:46.875rem;height:6.5rem;top:3.875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTfzXGAMuwd3AuRwe6WLnBVogZ5ZHDDl { top:13.0625rem;left:23.0625rem;width:24.6875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9sLMVtLaTbR7CkPWzxtRfoCQ9STooKg { width:46.875rem;height:6.5rem;top:5.5rem;left:0.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcWZI7xXgac2O9KnxNb7HGVZCp8CyMnl { top:16.1875rem;left:2.625rem;width:11rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTIgZqxOKADTRW1FyyTGk11TSIl16kZH { top:16.1875rem;left:18.4375rem;width:11rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #tELzwQbbvPEmsFTy8xzb1AFEPHM9awI9 { top:16.1875rem;left:34.125rem;width:11rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvoxb6sbLMAPlxuke781xNOo6VDQT6e2 { top:29rem;left:1.875rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVqyTK0urqmi3HIPuAZvQ4dzt1VhczTn { top:29rem;left:17.625rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpBFWT4KMRKItwMhsevaA29eTD34skDJ { top:29rem;left:33.375rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaPMgi2WE3b7bccMBFsXEtRDwFDOVqNZ { top:35.6875rem;left:1.03125rem;width:45.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LppEJwKavXrX1ghPO3C0OFl3HRcUeb2A { top:38.625rem;left:5.6875rem;width:36.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0x089yqRokfTG4tTeOT9fiJMmcJ7USy { display:block; }
 }@media only screen and (max-width: 763px) { #anrpCyAgkgZNx2Vb21c8p9r9VDBukfbZ { display:block; }#anrpCyAgkgZNx2Vb21c8p9r9VDBukfbZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E46qdWazP8QqQE9lXib4QE6ER4rQB1iP { width:30.9375rem;height:6.5rem;top:4.1875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTOnCCsU22cFBKKnfDeDaGIFzDvP61H0 { width:30rem;height:13.25rem;top:11.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfGHFdtUDuHyz4yz6G4MTpHnHlT47UZJ { width:30rem;height:;top:24.625rem;left:0rem;font-size:1.1875rem;display:block; }#gfGHFdtUDuHyz4yz6G4MTpHnHlT47UZJ li:before{  }
 }@media only screen and (max-width: 763px) { #HZcUabMeyM49SvNLF4CsT4y5aTpR4tcb { top:33.75rem;left:0rem;width:28.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #shlHCh0e7n1vZJxMfxllyF7whcH0UaPl { display:block; }
 }@media only screen and (max-width: 763px) { #waT6rwtXOhAPi0GGf246yqBpqkiHl71J { top:5.5625rem;left:10.875rem;width:36.875rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyT4CHzUmh1nvJJVnJcsf16Qp3d6rh6k { width:46.875rem;height:9rem;top:5.75rem;left:0.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-regular-label { width:41.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-text { width:41.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-text {padding-top: 0; padding-bottom: 0;}#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-textarea { width:41.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-select { width:41.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-select {padding-top: 0; padding-bottom: 0;}#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-button { width:41.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-checkbox-label { width:40.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC  { width:41.8125rem;height:60.9375rem;top:19.5625rem;left:1.71875rem; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .radio-container { width:41.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC {display:block;}#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC { width:41.8125rem;height:60.9375rem;top:19.5625rem;left:1.71875rem; }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #eAvP8NSQTNkyfQTuZOP9brW7MHCAKWry {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #ibKkxV6wIJaQ6ipJXK15oy4TNJKsILGc {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #ScQbFlkklXIfQJlMLBodMUVkTok73XDX {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #H7qIozSAi9GUKBiwDVhXi08fm0TtDO0T {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #MvaRIeW8u1RsWk2met1qeTTTJkvWGyuZ {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #Tp5OdZkV2zNeW4AX5zHxvdhGQqzXJsQw {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #TQBOO6Td8XJPArCMCLOQ1hbhQpHR3uzS {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #aBaIuKRinGvm1IdM6g4TCzsapXm1KEa4 {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #FNo490lcpg2uOA1IGoOsBqLJtMpuOkc2 {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #lhTEttF4JA7FyvRrCzetOEJk7RN3QisG {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #FbUzfmuSC8KC1TUSdUcfO4EgxTW0z3Iu {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #ILGZqQyurOi45lUPbJnniNQbFHC4NZxC {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #fZCcCqyS7zWSgeExZV2g76IbBIuWHrBp {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #KRtCxU7U09H56fTrSndQGHwM9JhPbJOy {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #hcOslR59IIbELUy1ID2JTN2DaBVRrBNx {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #kkSOiD3e3E9AhJT2Je93BmqFCE3ZLrlM {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #OJVUo4ceyyyVudqy4PTz9pe81dr972FE {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #HZXHpHwnOgTCwxTg9U6UQLwK7fWM7pvl {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #BDTc6yxHzosSCD56MZNtKKTI8WnCBx20 {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #w1ckxtqCfkF4DQMAREQUFdh572M6qgtc {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #TMXSh7w9ZuBNAr6dG5eOtuJnQST0Bl8T {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #zBolhto1TRbzBklnNecIsTnIP3DzUsIO {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #k1idDHoMSb9MHsnePMosxCt4NNJS8tTw {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #nOF8ErhrnubnKx1KAuSgTANTp8pNkWOw {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #wmvXoNw4xmeiIG8i2yTSSzxDTQHTcQol {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #W1h6uO0C2Avr0qEeDHmWE8bAB1bdc80R {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #R5tDAfxbS2JC073eEP9R6TfIvBCtFZ1e {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #RgVh78fnk7rKgWnTAn2uGRevfDPgtZ0P {  }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #RgVh78fnk7rKgWnTAn2uGRevfDPgtZ0P .container-column{width:50%;} }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #nPPcAuwIU7QJw66d9BElX4TBEvZqoA0S {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #tJzXMpaMuWWiOA3nN5oWq0bsrfhVOMc8 {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #kCDfD9OCOLwFHwvq0qHRU3IFQOd074JN {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #OR9i1SPQdBkrfO10RcVFTTaDT4ptVyPF {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #gW82mmVeQ5bTy4xU4atm20JK9Dzo03mp {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #bDJVAC15TyWdvhhrr3Vuyp3G3nXEWsUG {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #MQHhWnK33EraxTnycGPs7a4NF6v0E4Ld {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #HUS86HdwwWNzkI0aTgpJh6uXay4Bn5bN {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #wXTCmXt1CFyhK7lgPACtQCe72Fp9uVsh {  }
 }@media only screen and (max-width: 763px) { #A0fAPJ66ZT1m4yASOneXkidN0vBez9u2 { display:block; }
 }@media only screen and (max-width: 763px) { #fSg4scLoeJDrTCLv13lSvDnneKfHzr0N { display:block; }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #pe8y6dUQzWNRfs2DCf7K5dS7nBQfMEyc {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #UQxeggEpkr4gXusqMIPqqQmzJgB6yXkK {  }
 }@media only screen and (max-width: 763px) { #e947epqtqe9exv8W6pMkfxi20ENTW85S { top:15.875rem;left:1.65625rem;width:44.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCow2aKPxyNkMJt3rglSt6amqt9KI3R9 { display:block; }#LCow2aKPxyNkMJt3rglSt6amqt9KI3R9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNv0pn5xgTkfpArGRcoyatCC6ZTPcCIG { width:46.875rem;height:3.25rem;top:3.625rem;left:0.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su { display:flex;height:auto;width:45.25rem;top:9.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #BPAzZC6PfKOiXvPfE1PlJaxOfue1kKcL {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #nmT5DET3QyE1Z7AcELhmnEqATnKhgggT {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #LfaKfFzkpLbSsNmnVuwopDeIttzJSE53 {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #J96mf9cMghCHcgOwg3O6fT4euo5TtZgp {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #z4XCboH38bQpu0H4SUOWvidzRTywRhfA {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #TPR7kLJGQuD02mQrmufi2csgMHNBTEvp {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #QC4gNenm59C6WqzrSqnDeWOVJJLGMuuX {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #CAH2Bck7F0ihOulciWDMVALmTkgtXsCk {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #yw7nlnp8xa4Q8xn9qTuFaRFJmCNiNXaq {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #zs4r16sIrfQTmhOK3Ke45L6H5L6Nh8cc {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #q4FVTmmTKeoH3axUOPr2qinwHwP0zDaX {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #TRACARBZxFBwSeXBAAcFlPiux6f0tQat {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #Jwl0VaJoHtD532UlRw02mGtIAGCFaCgi {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #iKLaTGhvdpCopozIqz4XS9bZGvdTkbNw {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #XnowNQOsoW4GQcGcvv6bt3kkbTL2z8bq {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #KtfUesMitSUdyB3oC5JJqxAk4lVzTuTi {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #bbugRh65ynOmUrRhtrwPmEWUTQPC5N1V {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #OWZsIqP0taRR43Heh0ukChbClQx1ezWz {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #dyiLZk005XE1DtZ115Cab590wbV6LBTz {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #Un2O03CuD8QJzKHdnPbm6HKBhAMz9MNt {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #TLPU5rNp5IRJ1mMT8MRlghHvXA5Qwydb {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #rTMgo8F2p2HkRnPmtCzLe9Cl4QOSg2wo {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #kh0Wcw9voIcQSc8q4KsC3msGkplfaVxZ {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #iM4y3SEhMfAAtBDPySEgETZHR3owCaTV {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #wS0TfasTruXa2pNK5idIqc4Z1QhAi72c {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #ZHoenMwQAeKw2UQO8uzvmSQyvP2vheK5 {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #PTNBexbsnT3xZl3RSK2TJQ1tskwtOE2C {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #SRAFM8OWPnoeO0y2hgFBsoHAzXItfWdp {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #H43Vsx22OqeM8MTnpGsuTuwvPFmBxRhs {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #niW8OAFZx1HcEsIMyARQTpTQEH6fLg2Q {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #qcfBbXVBzSqy1RTO09EkMtAWTTTqSUF8 {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #pN590lBlW2p0rzkJJ266zaTM7gXQvyCv {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #Zn8A9LILkrMvm85ihhZ6dpMBk94oh9M8 {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #XczDJICRC3qT4UUMu7DmR6OJT5D96pCk {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #pIXVcLU2JpmIm4Ap5O0VQqwRAthirpsX {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #qG4tr9UPQG6eIfE7FTo5Nylb21eXhb8y {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #a6cxnnxZCWTHngOtochXTlL8gWbKwROt {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #sCmWoHAvEch6kMLIAP0QCHQWGNp9xXbL {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #EdRTg1qa72f2S19lItlO2cflK4JogU7R {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #TmzkmX9e6HftfWksxqbICowx1xzLt7LT {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #ot8AOsGUdTcERLQChNzKoi43PxVovVaA {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #ILJcvud2z4kxcwKkicWvmdRGOhOqaG4G {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #Md7BMzs6WyKwEnOcQ49tLDXUmMkXT7rH {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #GL1BZbq7rzpPRKLPwOcqcn8JA6Wa7JVb {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #KTsc8TvUsWoyfUtW3MJ0BgVJPsRzkvUw {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #g7GTdzAI3OEy9NiDbodXlnVcZykM8PFf {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #OQeFSRTGQRQ9MdP0DgbTRbUsLcZiJQOh {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #fhA4iB3TSfyPXUIx2BOeIu4JZ8KI8PT1 {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #lJJOCNkXSOwNn538JEP9TZXqyod3fdTb {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #LMom9MW6Qmiuz3pz0DVOLiATiyorBUtA {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #K1JFOX9lTETeIpIGuDdb4Rok995N7vkF {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #PPD8VplpyIifgXlr80KIrpWR5TAcG9vT {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #TcslX28dCLH89IFi8dkXQuWaMAt4QTKC {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #ubvVChQyTfeBT2yOv6WMuuRpzkFEUdOo {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #M8KTdxOTsEQKwJ8XMD7dTJzuiw7qEFpf {  }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3T6kDH9VcQoGmkw5FV5zz0Aqx5La0U8 { top:1.1875rem;left:17.3125rem;width:13.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:#561885;background-image:url("https://images.assets-landingi.com/uc/25319c20-e117-4287-a7f1-a0e2620098c1/fundordmoney.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:19rem;height:12rem;top:3.5rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffce00;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:18.4375rem;height:9.1875rem;top:15.5rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { top:25.8125rem;left:1.53125rem;width:16.9375rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFRLNmMFPq4bOcyDbT9ZLkUQrM3e4qmE { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:9rem;height:1.25rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa9asAufxLb2aVigsCKsfncCDhL0tvIZ { width:20rem;height:26.1181875rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Aq0t5tD27tFtbUSHKuTEizehcNuShP { width:17.8125rem;height:3.9375rem;top:30.125rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0.adaptive-delivery-prevent-bg, #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0.lazyload, #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0.lazyloading { background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:18.25rem;height:23.61328125rem;top:11.25rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:18.1875rem;height:8rem;top:2.125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yTfzXGAMuwd3AuRwe6WLnBVogZ5ZHDDl { width:20rem;height:18.378875rem;top:39.6748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:rgba(255,255,255,0.34);background-image:url("https://images.assets-landingi.com/uc/baa14fbc-545e-487b-9873-b655b9b5e9f8/FUNDOAGRADECIMENTO1RD1920X1284.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.adaptive-delivery-prevent-bg, #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.lazyload, #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.lazyloading { background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9sLMVtLaTbR7CkPWzxtRfoCQ9STooKg { width:16.6875rem;height:7.01075rem;top:4.22265625rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TcWZI7xXgac2O9KnxNb7HGVZCp8CyMnl { width:11rem;height:11rem;top:14.125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTIgZqxOKADTRW1FyyTGk11TSIl16kZH { width:11rem;height:11rem;top:32.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tELzwQbbvPEmsFTy8xzb1AFEPHM9awI9 { width:11rem;height:11rem;top:50.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvoxb6sbLMAPlxuke781xNOo6VDQT6e2 { width:12.5rem;height:3.41015625rem;top:27.125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVqyTK0urqmi3HIPuAZvQ4dzt1VhczTn { width:12.5rem;height:3.41015625rem;top:45.0625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpBFWT4KMRKItwMhsevaA29eTD34skDJ { width:12.5rem;height:3.41015625rem;top:64rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaPMgi2WE3b7bccMBFsXEtRDwFDOVqNZ { width:16.9375rem;height:4.142575rem;top:69.2783203125rem;left:1.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LppEJwKavXrX1ghPO3C0OFl3HRcUeb2A { top:75.1064453125rem;left:0.5rem;width:19rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0x089yqRokfTG4tTeOT9fiJMmcJ7USy { display:block; }
 }@media only screen and (max-width: 763px) { #anrpCyAgkgZNx2Vb21c8p9r9VDBukfbZ { display:block; }#anrpCyAgkgZNx2Vb21c8p9r9VDBukfbZ > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E46qdWazP8QqQE9lXib4QE6ER4rQB1iP { width:20rem;height:4rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#561885;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tTOnCCsU22cFBKKnfDeDaGIFzDvP61H0 { width:17.8125rem;height:17.3164375rem;top:8.875rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gfGHFdtUDuHyz4yz6G4MTpHnHlT47UZJ { width:18rem;height:6.921875rem;top:26.1904296875rem;left:1rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#000000;display:block; }#gfGHFdtUDuHyz4yz6G4MTpHnHlT47UZJ li:before{  }
 }@media only screen and (max-width: 763px) { #HZcUabMeyM49SvNLF4CsT4y5aTpR4tcb { top:34.5498046875rem;left:0.5rem;width:19rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shlHCh0e7n1vZJxMfxllyF7whcH0UaPl { display:block; }
 }@media only screen and (max-width: 763px) { #waT6rwtXOhAPi0GGf246yqBpqkiHl71J { width:20rem;height:16.2363125rem;top:39.9248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:20rem;height:104.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyT4CHzUmh1nvJJVnJcsf16Qp3d6rh6k { width:17.875rem;height:18rem;top:4.1875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-text {padding-top: 0; padding-bottom: 0;}#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-select {padding-top: 0; padding-bottom: 0;}#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC  { width:17.5rem;height:auto;top:29.2431640625rem;left:0rem; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC {display:block;}#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC { width:17.5rem;height:auto;top:29.2431640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #eAvP8NSQTNkyfQTuZOP9brW7MHCAKWry {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #ibKkxV6wIJaQ6ipJXK15oy4TNJKsILGc {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #ScQbFlkklXIfQJlMLBodMUVkTok73XDX {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #H7qIozSAi9GUKBiwDVhXi08fm0TtDO0T {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #MvaRIeW8u1RsWk2met1qeTTTJkvWGyuZ {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #Tp5OdZkV2zNeW4AX5zHxvdhGQqzXJsQw {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #TQBOO6Td8XJPArCMCLOQ1hbhQpHR3uzS {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #aBaIuKRinGvm1IdM6g4TCzsapXm1KEa4 {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #FNo490lcpg2uOA1IGoOsBqLJtMpuOkc2 {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #lhTEttF4JA7FyvRrCzetOEJk7RN3QisG {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #FbUzfmuSC8KC1TUSdUcfO4EgxTW0z3Iu {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #ILGZqQyurOi45lUPbJnniNQbFHC4NZxC {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #fZCcCqyS7zWSgeExZV2g76IbBIuWHrBp {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #KRtCxU7U09H56fTrSndQGHwM9JhPbJOy {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #hcOslR59IIbELUy1ID2JTN2DaBVRrBNx {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #kkSOiD3e3E9AhJT2Je93BmqFCE3ZLrlM {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #OJVUo4ceyyyVudqy4PTz9pe81dr972FE {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #HZXHpHwnOgTCwxTg9U6UQLwK7fWM7pvl {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #BDTc6yxHzosSCD56MZNtKKTI8WnCBx20 {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #w1ckxtqCfkF4DQMAREQUFdh572M6qgtc {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #TMXSh7w9ZuBNAr6dG5eOtuJnQST0Bl8T {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #zBolhto1TRbzBklnNecIsTnIP3DzUsIO {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #k1idDHoMSb9MHsnePMosxCt4NNJS8tTw {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #nOF8ErhrnubnKx1KAuSgTANTp8pNkWOw {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #wmvXoNw4xmeiIG8i2yTSSzxDTQHTcQol {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #W1h6uO0C2Avr0qEeDHmWE8bAB1bdc80R {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #R5tDAfxbS2JC073eEP9R6TfIvBCtFZ1e {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #RgVh78fnk7rKgWnTAn2uGRevfDPgtZ0P {  }
#IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #RgVh78fnk7rKgWnTAn2uGRevfDPgtZ0P .container-column{width:50%;} }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #nPPcAuwIU7QJw66d9BElX4TBEvZqoA0S {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #tJzXMpaMuWWiOA3nN5oWq0bsrfhVOMc8 {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #kCDfD9OCOLwFHwvq0qHRU3IFQOd074JN {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #OR9i1SPQdBkrfO10RcVFTTaDT4ptVyPF {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #gW82mmVeQ5bTy4xU4atm20JK9Dzo03mp {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #bDJVAC15TyWdvhhrr3Vuyp3G3nXEWsUG {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #MQHhWnK33EraxTnycGPs7a4NF6v0E4Ld {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #HUS86HdwwWNzkI0aTgpJh6uXay4Bn5bN {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #wXTCmXt1CFyhK7lgPACtQCe72Fp9uVsh {  }
 }@media only screen and (max-width: 763px) { #A0fAPJ66ZT1m4yASOneXkidN0vBez9u2 { display:block; }
 }@media only screen and (max-width: 763px) { #fSg4scLoeJDrTCLv13lSvDnneKfHzr0N { display:block; }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #pe8y6dUQzWNRfs2DCf7K5dS7nBQfMEyc {  }
 }@media only screen and (max-width: 763px) { #IinqrcExccdTFLgmR0CXI3NBPmb2q0qC #UQxeggEpkr4gXusqMIPqqQmzJgB6yXkK {  }
 }@media only screen and (max-width: 763px) { #e947epqtqe9exv8W6pMkfxi20ENTW85S { width:20rem;height:3.0859375rem;top:23.8447265625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCow2aKPxyNkMJt3rglSt6amqt9KI3R9 { display:block; }#LCow2aKPxyNkMJt3rglSt6amqt9KI3R9 > .row .container { width:20rem;height:250.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNv0pn5xgTkfpArGRcoyatCC6ZTPcCIG { width:16.9375rem;height:4.048825rem;top:3.662109375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su { display:flex;height:auto;width:17.5rem;top:236.7099609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #BPAzZC6PfKOiXvPfE1PlJaxOfue1kKcL {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #nmT5DET3QyE1Z7AcELhmnEqATnKhgggT {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #LfaKfFzkpLbSsNmnVuwopDeIttzJSE53 {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #J96mf9cMghCHcgOwg3O6fT4euo5TtZgp {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #z4XCboH38bQpu0H4SUOWvidzRTywRhfA {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #TPR7kLJGQuD02mQrmufi2csgMHNBTEvp {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #QC4gNenm59C6WqzrSqnDeWOVJJLGMuuX {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #CAH2Bck7F0ihOulciWDMVALmTkgtXsCk {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #yw7nlnp8xa4Q8xn9qTuFaRFJmCNiNXaq {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #zs4r16sIrfQTmhOK3Ke45L6H5L6Nh8cc {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #q4FVTmmTKeoH3axUOPr2qinwHwP0zDaX {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #TRACARBZxFBwSeXBAAcFlPiux6f0tQat {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #Jwl0VaJoHtD532UlRw02mGtIAGCFaCgi {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #iKLaTGhvdpCopozIqz4XS9bZGvdTkbNw {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #XnowNQOsoW4GQcGcvv6bt3kkbTL2z8bq {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #KtfUesMitSUdyB3oC5JJqxAk4lVzTuTi {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #bbugRh65ynOmUrRhtrwPmEWUTQPC5N1V {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #OWZsIqP0taRR43Heh0ukChbClQx1ezWz {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #dyiLZk005XE1DtZ115Cab590wbV6LBTz {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #Un2O03CuD8QJzKHdnPbm6HKBhAMz9MNt {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #TLPU5rNp5IRJ1mMT8MRlghHvXA5Qwydb {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #rTMgo8F2p2HkRnPmtCzLe9Cl4QOSg2wo {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #kh0Wcw9voIcQSc8q4KsC3msGkplfaVxZ {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #iM4y3SEhMfAAtBDPySEgETZHR3owCaTV {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #wS0TfasTruXa2pNK5idIqc4Z1QhAi72c {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #ZHoenMwQAeKw2UQO8uzvmSQyvP2vheK5 {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #PTNBexbsnT3xZl3RSK2TJQ1tskwtOE2C {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #SRAFM8OWPnoeO0y2hgFBsoHAzXItfWdp {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #H43Vsx22OqeM8MTnpGsuTuwvPFmBxRhs {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #niW8OAFZx1HcEsIMyARQTpTQEH6fLg2Q {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #qcfBbXVBzSqy1RTO09EkMtAWTTTqSUF8 {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #pN590lBlW2p0rzkJJ266zaTM7gXQvyCv {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #Zn8A9LILkrMvm85ihhZ6dpMBk94oh9M8 {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #XczDJICRC3qT4UUMu7DmR6OJT5D96pCk {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #pIXVcLU2JpmIm4Ap5O0VQqwRAthirpsX {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #qG4tr9UPQG6eIfE7FTo5Nylb21eXhb8y {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #a6cxnnxZCWTHngOtochXTlL8gWbKwROt {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #sCmWoHAvEch6kMLIAP0QCHQWGNp9xXbL {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #EdRTg1qa72f2S19lItlO2cflK4JogU7R {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #TmzkmX9e6HftfWksxqbICowx1xzLt7LT {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #ot8AOsGUdTcERLQChNzKoi43PxVovVaA {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #ILJcvud2z4kxcwKkicWvmdRGOhOqaG4G {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #Md7BMzs6WyKwEnOcQ49tLDXUmMkXT7rH {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #GL1BZbq7rzpPRKLPwOcqcn8JA6Wa7JVb {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #KTsc8TvUsWoyfUtW3MJ0BgVJPsRzkvUw {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #g7GTdzAI3OEy9NiDbodXlnVcZykM8PFf {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #OQeFSRTGQRQ9MdP0DgbTRbUsLcZiJQOh {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #fhA4iB3TSfyPXUIx2BOeIu4JZ8KI8PT1 {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #lJJOCNkXSOwNn538JEP9TZXqyod3fdTb {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #LMom9MW6Qmiuz3pz0DVOLiATiyorBUtA {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #K1JFOX9lTETeIpIGuDdb4Rok995N7vkF {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #PPD8VplpyIifgXlr80KIrpWR5TAcG9vT {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #TcslX28dCLH89IFi8dkXQuWaMAt4QTKC {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #ubvVChQyTfeBT2yOv6WMuuRpzkFEUdOo {  }
 }@media only screen and (max-width: 763px) { #vRIwb3sDlDDUfiSv2rg26owf6XLaA1Su #M8KTdxOTsEQKwJ8XMD7dTJzuiw7qEFpf {  }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#561885;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3T6kDH9VcQoGmkw5FV5zz0Aqx5La0U8 { width:10.375rem;height:1.5rem;top:1.5rem;left:4.8125rem;display:block; }
 }