.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,234,244;--color-primary-1:255,197,223;--color-primary-2:236,112,162;--color-primary-3:142,67,97;--color-primary-4:47,22,32;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83db14ae-e5e4-4191-86ed-653fc5e66b89/Composicao11.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#PX0opeDBm8k1XC2GCfVfQMEGQrzXecZw { 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:11.125rem;width:45.4375rem;top:17.6875rem;left:7.28125rem;overflow:hidden;display:block; }
#I5E6M22v2anhSpzEWVTwC1I1AlT1CBHk { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.125rem;left:31.1875rem;display:block; }
#wd1kwOpBom3lIwGpLfg1MGCyt1Aacztf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufFo70xhXP27a9GHZTbf2QETm8sTl9Xq { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.125rem;left:11.875rem;display:block; }
#ANFHO8WzDIpDOTMVeyQxVHd8yV0CeGd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ufyt6Vp7Caq3ItctflGzrZ5mca7RhuPX { background-color:rgba(var(--color-tertiary-0),0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:43.75rem;left:22.1875rem;display:block; }
#ZHiuXiLqv6w39V7e0qU2SxDxINGpfnG4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#waId9MqlBK8UM3iwN4utTwD6EC7rMtRS { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.6875rem;left:53.9375rem;display:block; }
#Xvcu2mDULPwgcFGJiU1BPqv6L1TEBZeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cBoccBSbNQKmOro5DGDnX2zTMqSFTZvF { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.6875rem;left:57rem;display:block; }
#OizXfNoskFcD4BXszLvU9fZismwAPFQv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);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; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { background-color: transparent; background-image: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container > .video-iframe-container { display: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container { display: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .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); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { border-width: 0; border-radius: 0; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.5625rem;width:19rem;top:2.5625rem;left:0.5rem;display:block; }
#DmFonwkmO1e089BAVlzq3rh18ShQIC6k { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:14.625rem;top:2rem;left:2.6875rem;overflow:hidden;display:block; }
#EdG24ZBq6mNS8ro3QJovx5bXqDoDnmJV { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.5rem;width:19rem;top:2.5625rem;left:20.5rem;display:block; }
#qOTCVuG6CppEmFL8vApwK2uvbCMpeMTm { position:absolute;display:block;z-index:15005;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:14.8125rem;width:13rem;top:2.90625rem;left:23.375rem;overflow:hidden;display:block; }
#puoCt1lVV784BrGBxdw1UxkytWqr9MyI { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.5625rem;width:19rem;top:2.5625rem;left:40.4375rem;display:block; }
#wgRUxRrgHpIebQopaZ3BCTJ1gWdpqCUX { position:absolute;display:block;z-index:15009;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:13.75rem;width:12.125rem;top:3.25rem;left:43.9375rem;overflow:hidden;display:block; }
#Ns9VuqlM4FAVBEMFK6RPZaKbMctFbso4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.3125rem;left:1.5rem;display:block; }
#wtKxLX8zzl4UX364VlELaNZOTPdgvh7E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rf1Z1PbDcV0NXCWKkq0hLglc1SiVrT1h { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.3125rem;left:21.5rem;display:block; }
#sUIdShwf1fdf9IP1hGTn3Dm3AeUi6ybU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rGvsAAgU2N2IGuCAUTwITPBffDFZbcQd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.3125rem;left:41.5rem;display:block; }
#KZK0WoATqysP03NavPcfwwoQnJWhzoEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nBZJLCie59Wl7KSzilMD7xrdWm9S02L7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);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; }#nBZJLCie59Wl7KSzilMD7xrdWm9S02L7 > .row .container { background-color: transparent; background-image: none; }#nBZJLCie59Wl7KSzilMD7xrdWm9S02L7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBZJLCie59Wl7KSzilMD7xrdWm9S02L7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBZJLCie59Wl7KSzilMD7xrdWm9S02L7 > .row .container > .video-iframe-container { display: none; }#nBZJLCie59Wl7KSzilMD7xrdWm9S02L7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBZJLCie59Wl7KSzilMD7xrdWm9S02L7 > .row > .video-iframe-container { display: none; }#nBZJLCie59Wl7KSzilMD7xrdWm9S02L7 > .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); }#nBZJLCie59Wl7KSzilMD7xrdWm9S02L7 > .row .container { border-width: 0; border-radius: 0; }#nBZJLCie59Wl7KSzilMD7xrdWm9S02L7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBZJLCie59Wl7KSzilMD7xrdWm9S02L7 > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#ZMzXKJR3bDIN3uJMvEQFTzTiwNk2HXUC { color:rgba(var(--color-tertiary-0),1);display:block;width:45.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:1.75rem;left:7.46875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v4vZ74oL5tr2EXFtA8ev0LQmp7BA7Oul { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.78125rem;left:24.125001907349rem;display:block; }
#tKssrk4OI8eMqRE4hymKJrSu3IH0DAuy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { background-color: transparent; background-image: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container > .video-iframe-container { display: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container { display: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .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); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { border-width: 0; border-radius: 0; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#ZFOt274maqNrlzxaFlTTx7i1l93znUWz { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.9375rem;width:58.25rem;top:2.9375rem;left:0.8125rem;display:block; }
#MCxTEuQv5IpDyAh5dG9pX2v76GBHO9UJ { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:5.4375rem;left:3.1875rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-form-header {  }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:30.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;vertical-align:top;text-align:left;text-align-last:left; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #b2b1b1;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:30.8125rem;box-sizing:border-box;height:3.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.7; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-text {padding-top: 0; padding-bottom: 0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #b2b1b1;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:30.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.7; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .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:30.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-select {padding-top: 0; padding-bottom: 0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .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:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:30.8125rem;height:3.625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu [class*="-text"]:-moz-placeholder { color:#b2b1b1;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu [class*="-text"]::-moz-placeholder { color:#b2b1b1;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu [class*="-text"]:-ms-input-placeholder { color:#b2b1b1;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu [class*="-text"]::-webkit-input-placeholder { color:#b2b1b1;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .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:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:29.8125rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .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; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-container:first-of-type{padding-top:0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-container:last-of-type{padding-bottom:0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.875rem;left:23.375rem; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.8125rem;display:block;vertical-align:top; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-info-text { font-size:0.75rem; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu {display:block;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.875rem;left:23.375rem; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #B3KDR3HsiIgPENNmJFLgbmrXmbIcMBPM { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #WrVWgkgADWEUpBhzBGhlpL0Zknmt2e17 { position:relative;display:none; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #HHgNcGi31W5liPuUzLvvfeky7bTKhTTs { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #s5kAnP7v1vKDIgUVp54GLU9bzLk68mfJ { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #KgmTokKIRPzInQmCOOwb9up3Qp8lolCI { position:relative;display:none; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #Fzbpn8Iq8pdNPcH28zk7bwgxbUQnBNJl { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #iabiDdXWgsygfwpwZEZepqViW7go11yg { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #JDuuC3vCEAnI62BTVOuFz3fVCTLZCkGN { position:relative;display:none; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #Ognk03a1f2wDAgJx2bOtBvFODBUMU5gA { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #tZJihrPAOvg9AX23LlR5lybcRRRyLx5G { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #N5bISzIcdD5ecGnw9wx0PCAQRxaE4ZKp { position:relative;display:none; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #smURlxcX9uvK2qUTxzmoRuBkuUSHLmVD { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #HAaf6P2gu4xUx1yWdphDwH13y1509qg6 { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #iQkOCnbRJ8cTOacLy2yWerNGtepPWHXy { position:relative; }
#CBun7iveiZo7NIzg4G22QJRAzbWC9NNO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:15.8125rem;left:3.1875rem;height:7.3125rem;font-style:normal;display:block; }
#OG00bUcMBMKpL3AtDIr22C1pEpb6otxI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);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; }#OG00bUcMBMKpL3AtDIr22C1pEpb6otxI > .row .container { background-color: transparent; background-image: none; }#OG00bUcMBMKpL3AtDIr22C1pEpb6otxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG00bUcMBMKpL3AtDIr22C1pEpb6otxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG00bUcMBMKpL3AtDIr22C1pEpb6otxI > .row .container > .video-iframe-container { display: none; }#OG00bUcMBMKpL3AtDIr22C1pEpb6otxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG00bUcMBMKpL3AtDIr22C1pEpb6otxI > .row > .video-iframe-container { display: none; }#OG00bUcMBMKpL3AtDIr22C1pEpb6otxI > .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); }#OG00bUcMBMKpL3AtDIr22C1pEpb6otxI > .row .container { border-width: 0; border-radius: 0; }#OG00bUcMBMKpL3AtDIr22C1pEpb6otxI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OG00bUcMBMKpL3AtDIr22C1pEpb6otxI > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:60rem;position:relative;display:block; }#ZQQqssZenECU05t6JkWTpRpdWcxReutC { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5rem;width:17.625rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#VWEX3QIE9Sat0CeIcv9V0dZTESqZoulA { position:absolute;display:block;z-index:15020;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:27.5625rem;width:22rem;top:18.25rem;left:38rem;overflow:hidden;display:block; }
#l9g2ITTOQ65HrTWR8dMCfC5yEgMnKUpW { position:absolute;display:block;z-index:15021;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:25.875rem;width:20.5625rem;top:2.8125rem;left:17.625rem;overflow:hidden;display:block; }
#uOJBPOE0Seng7guTUa7SW9aaPPssCnNZ { position:absolute;display:block;z-index:15022;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:19.5625rem;width:15.625rem;top:26.25rem;left:0rem;overflow:hidden;display:block; }
#HUeCHapDTe5sDwDkKNgfaTe8luc2SNXB { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:23.8125rem;top:26.3125rem;left:15.625rem;overflow:hidden;display:block; }
#BUVs3bJ5PMyNTH1ZoSnzcyuV6aZwXvNB { 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:23.5rem;width:22.375rem;top:2.8125rem;left:37.625rem;overflow:hidden;display:block; }
#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { background-color: transparent; background-image: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container > .video-iframe-container { display: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container { display: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .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); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { border-width: 0; border-radius: 0; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#os0o6GLhEmeDyOs9raBRqIS3geRxIEB9 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:7.25rem;height:5.5247375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HR3hS2ZwnbF7CP15hbTbVMECDC8wMard { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.125rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cba76f23-b788-4488-b6f5-93e464c1d0ac/Capturadeecra20250408as110425.webp");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.875rem;width:60rem;top:13.5rem;left:0rem;display:block; }#DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM.adaptive-delivery-prevent-bg, #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM.lazyload, #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM.lazyloading { background-image: none; }
#fVInqBsaJTH8VRfhcebl0K1XrtGsnE0u { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:38rem;left:8.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aTVVTt3Oh0nbgH2uZbZ25ZTxecvkWVIG { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:20.3125rem;left:18.5rem;display:block; }
#d85klN9FNvMc9Hq2T42fBKDaSQEm0I8B { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:40.5rem;left:8.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HIrb8tvQooml1qMDOD3xpaXx9XZXrKC5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:40.375rem;left:5.4375rem; }
#iA2zgLZEWLxEnVxMvNwLzqUe59FflLV8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:37.9375rem;left:5.4375rem; }
#sQPfKkfnJRolUG2Zel3g2Bm6gnUPLEyt { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:37.8125rem;left:40.5625rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTnPWkxH16dRZMd0J14rOa9rLDnfMzIf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:37.6875rem;left:37.3125rem; }
#q9LQIGWx9SDcSglJD7sgZ8htdTevfWTS { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:39rem;left:8.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T5F8HHH82LGl00O68tw88JZKVq1IvqMs { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:36.5rem;left:8.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bXlA3OLETmgbeqgeDQhJZaDTn3V6dti7 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:39rem;left:8.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ebPZtWRRK0Pfw8TH21sZzNya56S9cEvp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:36.3125rem;left:40.5625rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#a2IU97xNUZQEWzfk8vKEQhBJGf8lIFfd { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:36.5rem;left:8.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#c2kKeXK4TvyBVuSMN4rarbZgAy6xCsny { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:41.880859375rem;left:40.5625rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);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;z-index:auto;display:block; }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .row .container { background-color: transparent; background-image: none; }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .row .container > .video-iframe-container { display: none; }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .row > .video-iframe-container { display: none; }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .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); }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .row .container { border-width: 0; border-radius: 0; }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#iGZfUAlVkQcVtCUkD2IIqvRudQxLy2V3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:1.8125rem;left:33.125rem; }
#iGZfUAlVkQcVtCUkD2IIqvRudQxLy2V3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#RGC67qw3x5wiII5k2oQsMW6o6OPzXXdF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:1.8125rem;left:29.0625rem; }
#RGC67qw3x5wiII5k2oQsMW6o6OPzXXdF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#u3N9tAkV78nnm1TTTezSkfxuJC13dOdz { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:1.6875rem;left:25rem; }
#u3N9tAkV78nnm1TTTezSkfxuJC13dOdz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PX0opeDBm8k1XC2GCfVfQMEGQrzXecZw { width:45.4375rem;height:11.125rem;top:17.6875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5E6M22v2anhSpzEWVTwC1I1AlT1CBHk { width:17rem;height:3.625rem;top:38.125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd1kwOpBom3lIwGpLfg1MGCyt1Aacztf { display:block; }
 }@media only screen and (max-width: 763px) { #ufFo70xhXP27a9GHZTbf2QETm8sTl9Xq { width:17rem;height:3.625rem;top:38.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANFHO8WzDIpDOTMVeyQxVHd8yV0CeGd4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ufyt6Vp7Caq3ItctflGzrZ5mca7RhuPX { width:15.625rem;height:3.625rem;top:43.75rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHiuXiLqv6w39V7e0qU2SxDxINGpfnG4 { display:block; }
 }@media only screen and (max-width: 763px) { #waId9MqlBK8UM3iwN4utTwD6EC7rMtRS { width:2.6875rem;height:2.1875rem;top:1.6875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvcu2mDULPwgcFGJiU1BPqv6L1TEBZeF { display:block; }
 }@media only screen and (max-width: 763px) { #cBoccBSbNQKmOro5DGDnX2zTMqSFTZvF { width:3rem;height:2.1875rem;top:1.6875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OizXfNoskFcD4BXszLvU9fZismwAPFQv { display:block; }
 }@media only screen and (max-width: 763px) { #l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { display:block; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { width:19rem;height:21.5625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmFonwkmO1e089BAVlzq3rh18ShQIC6k { width:14.625rem;height:16.625rem;top:2rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdG24ZBq6mNS8ro3QJovx5bXqDoDnmJV { width:19rem;height:21.5rem;top:2.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTCVuG6CppEmFL8vApwK2uvbCMpeMTm { width:13rem;height:14.8125rem;top:2.875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puoCt1lVV784BrGBxdw1UxkytWqr9MyI { width:19rem;height:21.5625rem;top:2.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRUxRrgHpIebQopaZ3BCTJ1gWdpqCUX { width:12.125rem;height:13.75rem;top:3.25rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns9VuqlM4FAVBEMFK6RPZaKbMctFbso4 { width:17rem;height:3.625rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtKxLX8zzl4UX364VlELaNZOTPdgvh7E { display:block; }
 }@media only screen and (max-width: 763px) { #Rf1Z1PbDcV0NXCWKkq0hLglc1SiVrT1h { width:17rem;height:3.625rem;top:18.3125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUIdShwf1fdf9IP1hGTn3Dm3AeUi6ybU { display:block; }
 }@media only screen and (max-width: 763px) { #rGvsAAgU2N2IGuCAUTwITPBffDFZbcQd { width:17rem;height:3.625rem;top:18.3125rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZK0WoATqysP03NavPcfwwoQnJWhzoEH { display:block; }
 }@media only screen and (max-width: 763px) { #nBZJLCie59Wl7KSzilMD7xrdWm9S02L7 { display:block; }#nBZJLCie59Wl7KSzilMD7xrdWm9S02L7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMzXKJR3bDIN3uJMvEQFTzTiwNk2HXUC { width:45.0625rem;height:2.8125rem;top:1.75rem;left:1.34375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vZ74oL5tr2EXFtA8ev0LQmp7BA7Oul { width:11.75rem;height:3.625rem;top:5.75rem;left:18.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKssrk4OI8eMqRE4hymKJrSu3IH0DAuy { display:block; }
 }@media only screen and (max-width: 763px) { #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFOt274maqNrlzxaFlTTx7i1l93znUWz { width:47.75rem;height:29.9375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCxTEuQv5IpDyAh5dG9pX2v76GBHO9UJ { width:17.8125rem;height:8.75rem;top:5.4375rem;left:0.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-regular-label { width:30.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-text { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-text {padding-top: 0; padding-bottom: 0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-textarea { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-select { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-select {padding-top: 0; padding-bottom: 0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-button { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-checkbox-label { width:29.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu  { width:30.8125rem;height:auto;top:4.875rem;left:0rem; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .radio-container { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu {display:block;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu { width:30.8125rem;height:auto;top:4.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #B3KDR3HsiIgPENNmJFLgbmrXmbIcMBPM {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #WrVWgkgADWEUpBhzBGhlpL0Zknmt2e17 { display:none; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #HHgNcGi31W5liPuUzLvvfeky7bTKhTTs {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #s5kAnP7v1vKDIgUVp54GLU9bzLk68mfJ {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #KgmTokKIRPzInQmCOOwb9up3Qp8lolCI { display:none; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #Fzbpn8Iq8pdNPcH28zk7bwgxbUQnBNJl {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #iabiDdXWgsygfwpwZEZepqViW7go11yg {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #JDuuC3vCEAnI62BTVOuFz3fVCTLZCkGN { display:none; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #Ognk03a1f2wDAgJx2bOtBvFODBUMU5gA {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #tZJihrPAOvg9AX23LlR5lybcRRRyLx5G {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #N5bISzIcdD5ecGnw9wx0PCAQRxaE4ZKp {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #smURlxcX9uvK2qUTxzmoRuBkuUSHLmVD {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #HAaf6P2gu4xUx1yWdphDwH13y1509qg6 {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #iQkOCnbRJ8cTOacLy2yWerNGtepPWHXy {  }
 }@media only screen and (max-width: 763px) { #CBun7iveiZo7NIzg4G22QJRAzbWC9NNO { top:15.8125rem;left:0.125rem;width:18.3125rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG00bUcMBMKpL3AtDIr22C1pEpb6otxI { display:block; }#OG00bUcMBMKpL3AtDIr22C1pEpb6otxI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQQqssZenECU05t6JkWTpRpdWcxReutC { width:17.625rem;height:26.5rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWEX3QIE9Sat0CeIcv9V0dZTESqZoulA { width:22rem;height:27.5625rem;top:18.25rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9g2ITTOQ65HrTWR8dMCfC5yEgMnKUpW { width:20.5625rem;height:25.875rem;top:2.8125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOJBPOE0Seng7guTUa7SW9aaPPssCnNZ { width:15.625rem;height:19.5625rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUeCHapDTe5sDwDkKNgfaTe8luc2SNXB { width:23.8125rem;height:19.5rem;top:26.3125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUVs3bJ5PMyNTH1ZoSnzcyuV6aZwXvNB { width:22.375rem;height:23.5rem;top:2.8125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { display:block; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os0o6GLhEmeDyOs9raBRqIS3geRxIEB9 { width:45.5625rem;height:5.5rem;top:3.375rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR3hS2ZwnbF7CP15hbTbVMECDC8wMard { width:47.75rem;height:1.375rem;top:10.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM { width:47.75rem;height:21.875rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVInqBsaJTH8VRfhcebl0K1XrtGsnE0u { width:41.1875rem;height:1.375rem;top:38rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTVVTt3Oh0nbgH2uZbZ25ZTxecvkWVIG { width:5.375rem;height:5.375rem;top:20.3125rem;left:12.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d85klN9FNvMc9Hq2T42fBKDaSQEm0I8B { width:41.1875rem;height:1.375rem;top:40.5rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIrb8tvQooml1qMDOD3xpaXx9XZXrKC5 { top:40.375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA2zgLZEWLxEnVxMvNwLzqUe59FflLV8 { top:37.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQPfKkfnJRolUG2Zel3g2Bm6gnUPLEyt { width:17.9375rem;height:3.1875rem;top:37.8125rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTnPWkxH16dRZMd0J14rOa9rLDnfMzIf { top:37.6875rem;left:31.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9LQIGWx9SDcSglJD7sgZ8htdTevfWTS { width:41.1875rem;height:1.375rem;top:39rem;left:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5F8HHH82LGl00O68tw88JZKVq1IvqMs { width:41.1875rem;height:1.375rem;top:36.5rem;left:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXlA3OLETmgbeqgeDQhJZaDTn3V6dti7 { width:41.1875rem;height:1.375rem;top:39rem;left:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebPZtWRRK0Pfw8TH21sZzNya56S9cEvp { width:17.9375rem;height:3.1875rem;top:36.3125rem;left:29.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2IU97xNUZQEWzfk8vKEQhBJGf8lIFfd { width:41.1875rem;height:1.375rem;top:36.5rem;left:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2kKeXK4TvyBVuSMN4rarbZgAy6xCsny { width:17.9375rem;height:3.1875rem;top:41.875rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDHtRbTLpfyfDETM9TFwAk6UH48TamDP { display:block; }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGZfUAlVkQcVtCUkD2IIqvRudQxLy2V3 { top:1.8125rem;left:27rem;width:1.875rem;height:1.875rem;display:block; }
#iGZfUAlVkQcVtCUkD2IIqvRudQxLy2V3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #RGC67qw3x5wiII5k2oQsMW6o6OPzXXdF { top:1.8125rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
#RGC67qw3x5wiII5k2oQsMW6o6OPzXXdF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #u3N9tAkV78nnm1TTTezSkfxuJC13dOdz { top:1.6875rem;left:18.875rem;width:2.1875rem;height:2.1875rem;display:block; }
#u3N9tAkV78nnm1TTTezSkfxuJC13dOdz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/66febbe2-c592-408c-a417-7b6a82fa40ac/Ativo3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PX0opeDBm8k1XC2GCfVfQMEGQrzXecZw { width:19.5625rem;height:4.6875rem;top:5.0625rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5E6M22v2anhSpzEWVTwC1I1AlT1CBHk { width:12.6875rem;height:2.75rem;top:17.8125rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd1kwOpBom3lIwGpLfg1MGCyt1Aacztf { display:block; }
 }@media only screen and (max-width: 763px) { #ufFo70xhXP27a9GHZTbf2QETm8sTl9Xq { width:12.9375rem;height:2.75rem;top:14.0625rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANFHO8WzDIpDOTMVeyQxVHd8yV0CeGd4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ufyt6Vp7Caq3ItctflGzrZ5mca7RhuPX { width:12.5rem;height:3.125rem;top:21.625rem;left:3.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHiuXiLqv6w39V7e0qU2SxDxINGpfnG4 { display:block; }
 }@media only screen and (max-width: 763px) { #waId9MqlBK8UM3iwN4utTwD6EC7rMtRS { width:2.6875rem;height:2.1875rem;top:0rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvcu2mDULPwgcFGJiU1BPqv6L1TEBZeF { display:block; }
 }@media only screen and (max-width: 763px) { #cBoccBSbNQKmOro5DGDnX2zTMqSFTZvF { width:3rem;height:2.1875rem;top:0rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #OizXfNoskFcD4BXszLvU9fZismwAPFQv { display:block; }
 }@media only screen and (max-width: 763px) { #l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { display:block; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { width:20rem;height:72.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { width:19rem;height:22rem;top:2.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmFonwkmO1e089BAVlzq3rh18ShQIC6k { width:17.25rem;height:19.625rem;top:0.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdG24ZBq6mNS8ro3QJovx5bXqDoDnmJV { width:19rem;height:22rem;top:26rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTCVuG6CppEmFL8vApwK2uvbCMpeMTm { width:16.25rem;height:18.5625rem;top:25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puoCt1lVV784BrGBxdw1UxkytWqr9MyI { width:19rem;height:22rem;top:49.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRUxRrgHpIebQopaZ3BCTJ1gWdpqCUX { width:14.75rem;height:16.6875rem;top:49.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns9VuqlM4FAVBEMFK6RPZaKbMctFbso4 { width:17rem;height:3.625rem;top:19.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtKxLX8zzl4UX364VlELaNZOTPdgvh7E { display:block; }
 }@media only screen and (max-width: 763px) { #Rf1Z1PbDcV0NXCWKkq0hLglc1SiVrT1h { width:17rem;height:3.625rem;top:42.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUIdShwf1fdf9IP1hGTn3Dm3AeUi6ybU { display:block; }
 }@media only screen and (max-width: 763px) { #rGvsAAgU2N2IGuCAUTwITPBffDFZbcQd { width:17rem;height:3.625rem;top:65.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZK0WoATqysP03NavPcfwwoQnJWhzoEH { display:block; }
 }@media only screen and (max-width: 763px) { #nBZJLCie59Wl7KSzilMD7xrdWm9S02L7 { display:block; }#nBZJLCie59Wl7KSzilMD7xrdWm9S02L7 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMzXKJR3bDIN3uJMvEQFTzTiwNk2HXUC { width:20rem;height:3.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vZ74oL5tr2EXFtA8ev0LQmp7BA7Oul { width:11.75rem;height:3.625rem;top:5.9375rem;left:4.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKssrk4OI8eMqRE4hymKJrSu3IH0DAuy { display:block; }
 }@media only screen and (max-width: 763px) { #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFOt274maqNrlzxaFlTTx7i1l93znUWz { width:20rem;height:49.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCxTEuQv5IpDyAh5dG9pX2v76GBHO9UJ { width:18.9375rem;height:8.75rem;top:3.875rem;left:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-text {padding-top: 0; padding-bottom: 0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-select {padding-top: 0; padding-bottom: 0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu  { width:17.5rem;height:auto;top:25.1875rem;left:0rem; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu {display:block;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu { width:17.5rem;height:auto;top:25.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #B3KDR3HsiIgPENNmJFLgbmrXmbIcMBPM {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #WrVWgkgADWEUpBhzBGhlpL0Zknmt2e17 { display:none; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #HHgNcGi31W5liPuUzLvvfeky7bTKhTTs {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #s5kAnP7v1vKDIgUVp54GLU9bzLk68mfJ {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #KgmTokKIRPzInQmCOOwb9up3Qp8lolCI { display:none; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #Fzbpn8Iq8pdNPcH28zk7bwgxbUQnBNJl {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #iabiDdXWgsygfwpwZEZepqViW7go11yg {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #JDuuC3vCEAnI62BTVOuFz3fVCTLZCkGN { display:none; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #Ognk03a1f2wDAgJx2bOtBvFODBUMU5gA {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #tZJihrPAOvg9AX23LlR5lybcRRRyLx5G {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #N5bISzIcdD5ecGnw9wx0PCAQRxaE4ZKp {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #smURlxcX9uvK2qUTxzmoRuBkuUSHLmVD {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #HAaf6P2gu4xUx1yWdphDwH13y1509qg6 {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #iQkOCnbRJ8cTOacLy2yWerNGtepPWHXy {  }
 }@media only screen and (max-width: 763px) { #CBun7iveiZo7NIzg4G22QJRAzbWC9NNO { width:17.6875rem;height:9.75rem;top:14.8125rem;left:1.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG00bUcMBMKpL3AtDIr22C1pEpb6otxI { display:block; }#OG00bUcMBMKpL3AtDIr22C1pEpb6otxI > .row .container { width:20rem;height:102rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQQqssZenECU05t6JkWTpRpdWcxReutC { width:13.3125rem;height:20rem;top:2.8740234375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWEX3QIE9Sat0CeIcv9V0dZTESqZoulA { width:13.375rem;height:16.75rem;top:56.3115234375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9g2ITTOQ65HrTWR8dMCfC5yEgMnKUpW { width:13.3125rem;height:16.75rem;top:22.8740234375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOJBPOE0Seng7guTUa7SW9aaPPssCnNZ { width:13.3125rem;height:16.6875rem;top:39.6240234375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUeCHapDTe5sDwDkKNgfaTe8luc2SNXB { width:13.4375rem;height:10.9375rem;top:73.0615234375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUVs3bJ5PMyNTH1ZoSnzcyuV6aZwXvNB { width:13.4375rem;height:14.125rem;top:83.9990234375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { background-color:#ec70a2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { background-color: transparent; background-image: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container > .video-iframe-container { display: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container { display: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .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); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { border-width: 0; border-radius: 0; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os0o6GLhEmeDyOs9raBRqIS3geRxIEB9 { width:20rem;height:5.8496125rem;top:2.27490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR3hS2ZwnbF7CP15hbTbVMECDC8wMard { width:20rem;height:2.625rem;top:9.46240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM { width:20rem;height:21.875rem;top:14.25rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/99162c74-3234-4783-beb9-0ee2ff2e9f98/Capturadeecra20250408as110425.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM.adaptive-delivery-prevent-bg, #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM.lazyload, #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fVInqBsaJTH8VRfhcebl0K1XrtGsnE0u { width:16.4375rem;height:1.13736875rem;top:38rem;left:3.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTVVTt3Oh0nbgH2uZbZ25ZTxecvkWVIG { width:4.0625rem;height:4.0625rem;top:22rem;left:7.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d85klN9FNvMc9Hq2T42fBKDaSQEm0I8B { width:16.5rem;height:1.13736875rem;top:40.3125rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIrb8tvQooml1qMDOD3xpaXx9XZXrKC5 { display:flex;width:1.5625rem;height:1.5625rem;top:40.25rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #iA2zgLZEWLxEnVxMvNwLzqUe59FflLV8 { display:flex;width:1.5625rem;height:1.5625rem;top:37.8125rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #sQPfKkfnJRolUG2Zel3g2Bm6gnUPLEyt { width:16.75rem;height:2.625rem;top:42.4375rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTnPWkxH16dRZMd0J14rOa9rLDnfMzIf { display:flex;width:1.6875rem;height:1.6875rem;top:42.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #q9LQIGWx9SDcSglJD7sgZ8htdTevfWTS { width:20rem;height:0;top:47.9375rem;left:2.5rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #T5F8HHH82LGl00O68tw88JZKVq1IvqMs { width:20rem;height:0;top:45.4375rem;left:2.5rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #bXlA3OLETmgbeqgeDQhJZaDTn3V6dti7 { width:20rem;height:0;top:51.75rem;left:2.5rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #ebPZtWRRK0Pfw8TH21sZzNya56S9cEvp { width:17.9375rem;height:0;top:49.0625rem;left:4.5625rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #a2IU97xNUZQEWzfk8vKEQhBJGf8lIFfd { width:20rem;height:0;top:49.25rem;left:2.5rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #c2kKeXK4TvyBVuSMN4rarbZgAy6xCsny { width:16.75rem;height:2.625rem;top:45.6875rem;left:3.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDHtRbTLpfyfDETM9TFwAk6UH48TamDP { position:relative;z-index:auto;background-color:#ffeaf4;background-image:none;display:block; }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .row .container { background-color: transparent; background-image: none; }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .row .container > .video-iframe-container { display: none; }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .row > .video-iframe-container { display: none; }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .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); }#mDHtRbTLpfyfDETM9TFwAk6UH48TamDP > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGZfUAlVkQcVtCUkD2IIqvRudQxLy2V3 { width:1.875rem;height:1.875rem;top:0.9375rem;left:6.375rem;display:block; }
#iGZfUAlVkQcVtCUkD2IIqvRudQxLy2V3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #RGC67qw3x5wiII5k2oQsMW6o6OPzXXdF { width:1.875rem;height:1.875rem;top:0.9375rem;left:8.9375rem;display:block; }
#RGC67qw3x5wiII5k2oQsMW6o6OPzXXdF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #u3N9tAkV78nnm1TTTezSkfxuJC13dOdz { width:2.1875rem;height:2.1875rem;top:0.8125rem;left:11.4375rem;display:block; }
#u3N9tAkV78nnm1TTTezSkfxuJC13dOdz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }