.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#252525;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9aTaaGy4IbbDUzgiRly3isvfq29wOIP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#w9aTaaGy4IbbDUzgiRly3isvfq29wOIP > .row .container { background-color: transparent; background-image: none; }#w9aTaaGy4IbbDUzgiRly3isvfq29wOIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9aTaaGy4IbbDUzgiRly3isvfq29wOIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9aTaaGy4IbbDUzgiRly3isvfq29wOIP > .row .container > .video-iframe-container { display: none; }#w9aTaaGy4IbbDUzgiRly3isvfq29wOIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9aTaaGy4IbbDUzgiRly3isvfq29wOIP > .row > .video-iframe-container { display: none; }#w9aTaaGy4IbbDUzgiRly3isvfq29wOIP > .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); }#w9aTaaGy4IbbDUzgiRly3isvfq29wOIP > .row .container { border-width: 0; border-radius: 0; }#w9aTaaGy4IbbDUzgiRly3isvfq29wOIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w9aTaaGy4IbbDUzgiRly3isvfq29wOIP > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#gqgFy9ACiLk2z5xvItPzAwD6aCVfnBqf { 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:4.125rem;width:11.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#yWsJzUAGF2JDfD9g0gXGHCTyIxALJhXe { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:barlow;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:62.75rem;height:1.94921875rem;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/208b267d-2fad-41da-a350-17ff8699182e/bannerfundo.jpg");background-position:center right !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(0,0,0,0.31); }#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.31); }#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:38.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#OplUtuInuC1enTJM6r7mXC7IHkTg7L9H { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:9.7490234375rem;left:0rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LiCPEi5GEMZaDUA1rGAxo8tPUwqB7LpC { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:20.1865234375rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ineyJphT5Ntye9F0e6rWPPdky4N1zB8N { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:25.0615234375rem;left:0rem;height:4.38574375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-form-header {  }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:25.0625rem;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; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .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 dashed #404040;border-left:0.0625rem dashed #404040;border-right:0.0625rem dashed #404040;border-bottom:0.0625rem dashed #404040;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:25.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:barlow;vertical-align:top; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .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 dashed #404040;border-left:0.0625rem dashed #404040;border-right:0.0625rem dashed #404040;border-bottom:0.0625rem dashed #404040;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:25.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:barlow;vertical-align:top; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .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:25.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .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; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.625rem;background-color:#003200;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.25rem;font-weight:bold;color:#ffffff;width:25.0625rem;height:3.4375rem;font-family:barlow;overflow:hidden; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ [class*="-text"]:-moz-placeholder { color:rgba(0,50,0,0.54);font-family:barlow;font-size:0.875rem; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ [class*="-text"]::-moz-placeholder { color:rgba(0,50,0,0.54);font-family:barlow;font-size:0.875rem; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ [class*="-text"]:-ms-input-placeholder { color:rgba(0,50,0,0.54);font-family:barlow;font-size:0.875rem; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ [class*="-text"]::-webkit-input-placeholder { color:rgba(0,50,0,0.54);font-family:barlow;font-size:0.875rem; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:23.6875rem;overflow:hidden;font-style:normal;float:none; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .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; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-container:first-of-type{padding-top:0;}#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-container:last-of-type{padding-bottom:0;}#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.375rem;left:47.4375rem; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.0625rem;display:block;vertical-align:top; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-info-text { display:block;height:auto;font-family:arial;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; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ {display:block;}#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.375rem;left:47.4375rem; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #q99CfsuSox4aSw05gq62sOsnMXpwVInl { position:relative; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #SgtGl461t2Izi1X7kb4nBEizLIxpAdrD { position:relative;display:none; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #ND2tuzTRaFhVxEzE1xBKeeeDLcz1Vu8e { position:relative; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #oWPKRDieoURATl5aUdAFP4TrHDJ0kKL3 { position:relative; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #tDlDu4wKlPKt7NRXlLa5BervpZ7AQGEl { position:relative;display:none; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #crF1eQVNFMMqi0IwdsM0UlnAAsqap3kg { position:relative; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #xThqRNdak6LIXoTSiAeFlAecdDrnhSS9 { position:relative; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #rb4QswXBIicJbvO9qC53HizQA79c3Xyh { position:relative;display:none; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #zDy67LS9IHG3fTR2dkZT4uu4Hq3XBMa8 { position:relative; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #q7qM129aGpTrpvbwBr7V2osAcc6H3Xsv { position:relative; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #ZG3aXZay6sHi2qc4FLPFbAfzAeGTDsm3 { position:relative;display:none; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #TOB5cDhPmDBGCDS8F1ZuPifVDlb08A4q { position:relative; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #PXooIgZzkAF64aqTr6KsikHnrHTiqMpW { position:relative; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #DCawB8NbfI6qLIs5w4lwZho6F33AXan5 { position:relative;display:none; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #JcwXxLW8uSDPlD7CXGkEG959k1P2FeWu { position:relative; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #DDidJP8T6f9ZMTns1TAfXTTk36MbpzUN { position:relative; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #eIHR4Suk8RQur6RndzdG67nNFDLn7Wi1 { position:relative;display:none; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #Eao2tHay43Jt8WchH0EyDw5Nd0XOE9Es { position:relative; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #BSyVZaka3zhls9pTWnQwDpLLU6V8SJNk { position:relative; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #bb6UUB8As4ctBTLqDq9Czi2Cn7xpUzTR { position:relative;display:none; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #JUUHzK217F8n7nbmNWB61ZcLD2anB58o { position:relative; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #PRm1y1ZJ46GD1O0sGXf6wSLwQR52DfRF { position:relative; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #rxZWqAVOENNTgyxp5gM9ViF2M5QU9qBV { position:relative; }
#ppBawgvvqB67bg7fGz9i0LbCaiRCXupV { color:#003200;display:block;width:19.6875rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.30078125rem;left:51.375rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#kfuSMyZfdJMrllHIIBisJRsSA5V3zaM1 { box-sizing:content-box;height:35rem;width:27.6875rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:1.65625rem;left:47.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1d302fee-6fdc-4e6a-89ec-3d7c90b89e40/cimento.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp.adaptive-delivery-prevent-bg, #TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp.lazyload, #TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp.lazyloading { background-image: none; }#TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp > .row .container { background-color: transparent; background-image: none; }#TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(237,237,237,0.91); }#TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp > .row .container > .video-iframe-container { display: none; }#TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(237,237,237,0.91); }#TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp > .row > .video-iframe-container { display: none; }#TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp > .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); }#TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp > .row .container { border-width: 0; border-radius: 0; }#TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:75rem;position:relative;display:block; }#QaFZCD7ysttGpku7USFcqD1GI6xAexIT { color:#003200;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4365234375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OJwSHmsM29J8CPo2mys8w8yNVqy4kc8E { color:#003200;display:block;width:19.5625rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.9375rem;left:11.6875rem;height:2.03125rem;display:block; }
#M1reZL1aEcMbtMeoKnM2CAECbK4mEsuW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.9375rem;left:8.6875rem; }
#PIgTP3yuaxKLTkCyPrhz4bmtnuLCdAhq { color:#404040;display:block;width:21.375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:12.9375rem;left:11.6875rem;height:;display:block; }#PIgTP3yuaxKLTkCyPrhz4bmtnuLCdAhq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PIgTP3yuaxKLTkCyPrhz4bmtnuLCdAhq li:before{  }
#zFwkdcROvBBJ1R5xtVQbsrz7Rm6yR5T5 { color:#404040;display:block;width:21.375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:40.453125rem;left:11.7802734375rem;height:7.375rem;display:block; }#zFwkdcROvBBJ1R5xtVQbsrz7Rm6yR5T5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zFwkdcROvBBJ1R5xtVQbsrz7Rm6yR5T5 li:before{  }
#oDIygSyI1HBgkd5QuiNAmdTyoXXaDent { color:#003200;display:block;width:23.25rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:37.25rem;left:11.3125rem;height:2.03125rem;display:block; }
#Enfe0PTrRiR9bSHgkzTAgpk2nbpqvtvK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:37.25rem;left:8.375rem; }
#MWfVKp7TgJTf7Z8dTBB9HAvFUbtDe5Jv { color:#404040;display:block;width:21.375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:12.9375rem;left:43.8125rem;height:4.8125rem;display:block; }#MWfVKp7TgJTf7Z8dTBB9HAvFUbtDe5Jv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MWfVKp7TgJTf7Z8dTBB9HAvFUbtDe5Jv li:before{  }
#CR4ppEK9Z312o4Z3smFaroLJfiPodme8 { color:#003200;display:block;width:23.25rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.9375rem;left:44.8125rem;height:2.0317375rem;display:block; }
#tKli0PK8KQ0Nwh5l5TrvQysHetRb1Ckt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.9375rem;left:41.8125rem; }
#WZvaH9OCJ5trhioLdXC1FPFqewtzdFkf { color:#404040;display:block;width:21.375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:31.4375rem;left:44.25rem;height:5.9375rem;display:block; }#WZvaH9OCJ5trhioLdXC1FPFqewtzdFkf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WZvaH9OCJ5trhioLdXC1FPFqewtzdFkf li:before{  }
#l2C6CUpKV6kg8KZ4Ak2KIrtbLZRMrn2O { color:#404040;display:block;width:21.375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:22.5625rem;left:44.25rem;height:2.25rem;display:block; }#l2C6CUpKV6kg8KZ4Ak2KIrtbLZRMrn2O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l2C6CUpKV6kg8KZ4Ak2KIrtbLZRMrn2O li:before{  }
#adydZWWTnQuHhXff38THvQ99PiFIk8c0 { color:#003200;display:block;width:23.25rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.3125rem;left:44.375rem;height:4.0625rem;display:block; }
#W1ZMg7RGEmT1iDAMVdRSHIHD9KcVwkQQ { color:#003200;display:block;width:19.5615rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5625rem;left:44.25rem;height:2.03125rem;display:block; }
#z0ZbbGNZVqUE4lFUb5tDe7FI6MZr4P7Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.5625rem;left:41.6875rem; }
#Cf7IfWzBWwg5mkZwMcWzdidcCCmTfeXT { box-sizing:content-box;height:13.2495rem;width:25.1865rem;position:absolute;display:block;z-index:15017;background-color:#003200;background-image:url("https://images.assets-landingi.com/uc/8923906b-ef7a-4ddb-ba59-02541682b689/image.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:39.27978515625rem;left:43.5146484375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0.3125rem solid #003200;border-bottom:0.3125rem solid #003200;display:block; }#Cf7IfWzBWwg5mkZwMcWzdidcCCmTfeXT.adaptive-delivery-prevent-bg, #Cf7IfWzBWwg5mkZwMcWzdidcCCmTfeXT.lazyload, #Cf7IfWzBWwg5mkZwMcWzdidcCCmTfeXT.lazyloading { background-image: none; }
#kduRpeLA7mtmdJ4MRJrS2XStu19arOWb { background-color:#003200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6850625rem;height:3.436525rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:55.107421875rem;left:24.15673828125rem;display:block; }
#hSTEThdvPPi5Les02Uo0v3hnRo39tG80 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z8LU2Vf37KF6fVr1TUioIgsMmbTcNKpT { color:#ff7903;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:2.8418rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PysSUNqFzDyunwlSAL5B9DZH614UVbUy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:26.3125rem;left:41.75rem; }
#w20IlDGFae9GS3yvfaabkZfo7qOIKnVl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.0625rem;left:9.25rem;display:none; }
#XUunheCSeNLxExx6PcG1W2SqmG91ThcK { color:#252525;display:block;width:21.0615rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:31.21728515625rem;left:13.59375rem;height:4.5244125rem;display:block; }#XUunheCSeNLxExx6PcG1W2SqmG91ThcK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XUunheCSeNLxExx6PcG1W2SqmG91ThcK li:before{  }
#Kp51TgEThTRE4xe7f5kdT26ENPCRcGyw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kp51TgEThTRE4xe7f5kdT26ENPCRcGyw > .row .container { background-color: transparent; background-image: none; }#Kp51TgEThTRE4xe7f5kdT26ENPCRcGyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kp51TgEThTRE4xe7f5kdT26ENPCRcGyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kp51TgEThTRE4xe7f5kdT26ENPCRcGyw > .row .container > .video-iframe-container { display: none; }#Kp51TgEThTRE4xe7f5kdT26ENPCRcGyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kp51TgEThTRE4xe7f5kdT26ENPCRcGyw > .row > .video-iframe-container { display: none; }#Kp51TgEThTRE4xe7f5kdT26ENPCRcGyw > .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); }#Kp51TgEThTRE4xe7f5kdT26ENPCRcGyw > .row .container { border-width: 0; border-radius: 0; }#Kp51TgEThTRE4xe7f5kdT26ENPCRcGyw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kp51TgEThTRE4xe7f5kdT26ENPCRcGyw > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#NytekE4XKidgOJgg4X7RqDkifoBvMXXa { color:#003200;display:block;width:38.125rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.375rem;left:2rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lo7O55TVWCZXOqCtwH2P9X5icCy35Bon { color:#000000;display:block;width:26.124rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.8125rem;left:2rem;height:6.09375rem;display:block; }
#ZtNNTEiDq8e2gSsCgoJ2IvntaTe36B3L { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:16.8125rem;left:3.125rem;height:9rem;display:block; }
#fXGCkU3M4LoLd9Ea5dazCTTAule3z3sM { color:#003200;display:block;width:5.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.8125rem;left:2rem;height:1.29980625rem;display:block; }
#AcsfOnVgTJqyTn4JbGeDLfLABihSkIwb { color:#003200;display:block;width:5.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.125rem;left:2rem;height:1.29980625rem;display:block; }
#FgxrlvvQChqTu1ZGtdcKvLAnpRvKFVxg { color:#003200;display:block;width:5.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.375rem;left:2rem;height:1.29980625rem;display:block; }
#deO9dyFuc1huTzKUPIU9TgGqZOF3pCAL { color:#003200;display:block;width:5.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.75rem;left:2rem;height:1.29980625rem;display:block; }
#OTxriGkcJVIiTnorRatJAiiZ3JuvavO4 { background-color:#003200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6850625rem;height:3.436525rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.49853515625rem;left:24.15673828125rem;display:block; }
#KsixaJ6xfQrMut29TPClrwrZEk3laqdS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WOuFCv1L66dxuOpJKoHHQQXd2R6kTf3r { box-sizing:content-box;height:22.625rem;width:30.625rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/55cc130e-0a27-4109-9bac-69565a548b9d/ImagemdoWhatsAppde20250712s185139_741290e3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.375rem;left:40.5615234375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0.3125rem solid #003200;border-bottom:0.3125rem solid #003200;display:block; }#WOuFCv1L66dxuOpJKoHHQQXd2R6kTf3r.adaptive-delivery-prevent-bg, #WOuFCv1L66dxuOpJKoHHQQXd2R6kTf3r.lazyload, #WOuFCv1L66dxuOpJKoHHQQXd2R6kTf3r.lazyloading { background-image: none; }
#hBILepVBZCdVoEIs8kgV9PApJto2ZVGk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#hBILepVBZCdVoEIs8kgV9PApJto2ZVGk > .row .container { background-color: transparent; background-image: none; }#hBILepVBZCdVoEIs8kgV9PApJto2ZVGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBILepVBZCdVoEIs8kgV9PApJto2ZVGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBILepVBZCdVoEIs8kgV9PApJto2ZVGk > .row .container > .video-iframe-container { display: none; }#hBILepVBZCdVoEIs8kgV9PApJto2ZVGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBILepVBZCdVoEIs8kgV9PApJto2ZVGk > .row > .video-iframe-container { display: none; }#hBILepVBZCdVoEIs8kgV9PApJto2ZVGk > .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); }#hBILepVBZCdVoEIs8kgV9PApJto2ZVGk > .row .container { border-width: 0; border-radius: 0; }#hBILepVBZCdVoEIs8kgV9PApJto2ZVGk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hBILepVBZCdVoEIs8kgV9PApJto2ZVGk > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#z3Wwmvq3WkTRPUchKLhaJbJ0EgJptkvy { color:#003200;display:block;width:35.625rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.49951171875rem;left:2.4375rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SrVU9ezqsgZlP3JhsiX5l9XFWOLvwDaa { color:#252525;display:block;width:33.5rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:9.68701171875rem;left:2.4375rem;height:10.3125rem;display:block; }
#bcPDGhwCROMCGx05qeIaQuwcgvxlnQKB { color:#000000;display:block;width:26.75rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:22.43701171875rem;left:3.5625rem;height:18rem;display:block; }
#TrTxwtwWO1AhG72QMvildNaXyGnaS5ka { color:#003200;display:block;width:5.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.4375rem;left:2.4375rem;height:1.29980625rem;display:block; }
#ezEczbXiP2IZ0FU7cQw6ZK3LQKsBOIho { color:#003200;display:block;width:5.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.75rem;left:2.4375rem;height:1.29980625rem;display:block; }
#MB1mIiHzA7NhQ6EU3ukXKhwpetiU8EWV { color:#003200;display:block;width:5.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:29.1875rem;left:2.4375rem;height:1.29980625rem;display:block; }
#is6mNrio6MgitCCSROOX7LNQdphoqTeG { color:#003200;display:block;width:5.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:32.75rem;left:2.4375rem;height:1.29980625rem;display:block; }
#FFng19mUWpK5gkDWDi6BNdJZ9UZIa9Nw { background-color:#003200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6850625rem;height:3.436525rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.2470703125rem;left:24.15673828125rem;display:block; }
#EyPQxZVpxFExPXImhVA91LvTHfIQO77K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M47t9VG9rBSP0cdXilcUPxTVA04yAoIs { color:#003200;display:block;width:5.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:36rem;left:2.4375rem;height:1.29980625rem;display:block; }
#P2Z6iNZs3b3XGm7mcuH7U2kuENmapZqQ { position:absolute;display:block;z-index:15015;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:37.812rem;width:38.0625rem;top:2.74658203125rem;left:35.80517578125rem;overflow:hidden;display:block; }
#A41P4nV3ppuUnZPQZlfIuClDzySGTc4c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00849e;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; }#A41P4nV3ppuUnZPQZlfIuClDzySGTc4c > .row .container { background-color: transparent; background-image: none; }#A41P4nV3ppuUnZPQZlfIuClDzySGTc4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A41P4nV3ppuUnZPQZlfIuClDzySGTc4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A41P4nV3ppuUnZPQZlfIuClDzySGTc4c > .row .container > .video-iframe-container { display: none; }#A41P4nV3ppuUnZPQZlfIuClDzySGTc4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A41P4nV3ppuUnZPQZlfIuClDzySGTc4c > .row > .video-iframe-container { display: none; }#A41P4nV3ppuUnZPQZlfIuClDzySGTc4c > .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); }#A41P4nV3ppuUnZPQZlfIuClDzySGTc4c > .row .container { border-width: 0; border-radius: 0; }#A41P4nV3ppuUnZPQZlfIuClDzySGTc4c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A41P4nV3ppuUnZPQZlfIuClDzySGTc4c > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#nna6wZGEz1CM2bTCOPTFKUEbrZKm5KkP { color:#ffffff;display:block;width:38.1225625rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.123046875rem;left:16.90576171875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ayETTgfNRo50w1IdvZdxKkpwv3lEAHuX { background-color:#003200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6850625rem;height:3.436525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.12255859375rem;left:22.62451171875rem;display:block; }
#mAZf69G3tbcIhp0ABkg8HF8pQsxB338K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U6HF9euAaZC72DJC4nhp8R8ZoWCz1TqN { color:#003200;display:block;width:5.875rem;position:absolute;font-family:barlow;font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:3.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#kp2WRwMSp9G0A375dMHgoC60S8smgu3T { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15rem;left:3.375rem;height:4.38574375rem;display:block; }
#zCTeSViBksrOtN1SF1nJRaA30048CSTZ { box-sizing:content-box;height:4.9375rem;width:5.8125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:8.75rem;left:3.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:1.875rem;display:block; }
#DiuML3E9vM1oAi6FkP68V6WJWvZA2rqg { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.125rem;left:18.3125rem;height:4.38574375rem;display:block; }
#TRJuh1AqdoTBTNQZGMdcp1pJ5qKvadSu { box-sizing:content-box;height:4.9375rem;width:5.8125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:8.875rem;left:18.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:1.875rem;display:block; }
#dgXkfVnU0DVeTZB0edcnNRvqltmB564W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.6875rem;left:19.6875rem; }
#S9BQl3nUhVVzcU2Zzn9CP5mFg2nDhQm6 { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0000038146973rem;left:18.4375rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gNdoi0dzRbPiZ0eRNRw50gGsNi0HkrEN { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15rem;left:33rem;height:4.38574375rem;display:block; }
#nhRda1Jvfbs7fcT3QFTyJ3yADSVVtsyQ { box-sizing:content-box;height:4.9375rem;width:5.8125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:8.75rem;left:33.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:1.875rem;display:block; }
#aTIE0p4O4HmWF1R0pzT5STcyAzJ79HvE { position:absolute;display:block;z-index:15015;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:2.5rem;width:2.5rem;top:9.9375rem;left:34.625rem;overflow:hidden;display:block; }
#KxbfEX84eRbMPozxDOnoV7v57MTrvZW5 { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15rem;left:47.1875rem;height:2.923825rem;display:block; }
#WINZEdxTGb8MqBD0yOV9OqCJObDT4Dbq { box-sizing:content-box;height:4.9375rem;width:5.8125rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:8.75rem;left:47.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:1.875rem;display:block; }
#BNxI5JV73KKckeOgiwpAVbtKrTqnhmTl { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:9.5302734375rem;left:48.46875rem;overflow:hidden;display:block; }
#TdpiHz6x9nhAA8J0O3QTA8CwT6BrMdza { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15rem;left:61.8125rem;height:4.38574375rem;display:block; }
#Smm8FCa0APGi3LqV39fcAbUPuG4WXiF4 { box-sizing:content-box;height:4.9375rem;width:5.8125rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:8.75rem;left:61.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:1.875rem;display:block; }
#Lx42KsHoVQNaq57WeQOAzOVmeBSkM5yq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10.1875rem;left:63.1875rem; }
#VFxGtd4zogUud81CXq8vxLztJtxsKS8o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1d302fee-6fdc-4e6a-89ec-3d7c90b89e40/cimento.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#VFxGtd4zogUud81CXq8vxLztJtxsKS8o.adaptive-delivery-prevent-bg, #VFxGtd4zogUud81CXq8vxLztJtxsKS8o.lazyload, #VFxGtd4zogUud81CXq8vxLztJtxsKS8o.lazyloading { background-image: none; }#VFxGtd4zogUud81CXq8vxLztJtxsKS8o > .row .container { background-color: transparent; background-image: none; }#VFxGtd4zogUud81CXq8vxLztJtxsKS8o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#VFxGtd4zogUud81CXq8vxLztJtxsKS8o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFxGtd4zogUud81CXq8vxLztJtxsKS8o > .row .container > .video-iframe-container { display: none; }#VFxGtd4zogUud81CXq8vxLztJtxsKS8o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#VFxGtd4zogUud81CXq8vxLztJtxsKS8o > .row > .video-iframe-container { display: none; }#VFxGtd4zogUud81CXq8vxLztJtxsKS8o > .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); }#VFxGtd4zogUud81CXq8vxLztJtxsKS8o > .row .container { border-width: 0; border-radius: 0; }#VFxGtd4zogUud81CXq8vxLztJtxsKS8o::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFxGtd4zogUud81CXq8vxLztJtxsKS8o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFxGtd4zogUud81CXq8vxLztJtxsKS8o > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#oTBmxccvqrbHaTl1Azo0DxF67fx57aph { color:#003200;display:block;width:42.124rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.468017578125rem;left:16.436767578125rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FFK05q8dNaJaJT1LBcIRQUTOOCd51CNM { box-sizing:content-box;height:8.0625rem;width:17.375rem;position:absolute;display:block;z-index:15004;background-color:#00849e;background-image:none;top:8.5625rem;left:0.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#g3mZl9NWy009tbBNcb5IKPCWJNbOT26x { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:barlow;font-size:4.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:2.125rem;height:5.4433625rem;font-style:normal;display:block; }
#VT66lFCFitKmyLNnpWT9dTAvzc43bTgU { color:#ffffff;display:block;width:11.31225rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.375rem;left:5rem;height:4.38574375rem;display:block; }
#VSbHvQ9IK4qxW6yZtyQABnfBqsKGM2VM { box-sizing:content-box;height:8.0625rem;width:17.375rem;position:absolute;display:block;z-index:15007;background-color:#00849e;background-image:none;top:8.5625rem;left:19.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cJilETFSH0IG2r7eflrKyha43L9rnRX3 { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:barlow;font-size:4.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8125rem;left:21.0625rem;height:5.4433625rem;font-style:normal;display:block; }
#E5iXkneAabq1GmT1vVLGXy42tPnOaVMg { color:#ffffff;display:block;width:11.3110625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.375rem;left:24.4375rem;height:4.38574375rem;display:block; }
#SWhnLDwqTH1CpBsx0HzqwfPS0lFCX6WX { box-sizing:content-box;height:8.0625rem;width:17.375rem;position:absolute;display:block;z-index:15010;background-color:#00849e;background-image:none;top:8.5625rem;left:38.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Im5QBfOmsQQtlJdvrgXAvLyzvIAdP5nM { color:#ffffff;display:block;width:11.3110625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.4375rem;left:42.875rem;height:4.38574375rem;display:block; }
#atIsBkhcKlGNh6LAVHUrFbBVdmzReivT { box-sizing:content-box;height:8.0625rem;width:17.375rem;position:absolute;display:block;z-index:15013;background-color:#00849e;background-image:none;top:8.5625rem;left:57.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#q0Bc77biPrxbpi9l1sd91dWXHeNsAADq { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:barlow;font-size:4.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.8125rem;left:58.9375rem;height:5.4433625rem;font-style:normal;display:block; }
#vmLqTEq6iPQ4hISgXkq5fdDKsV27Qb4h { color:#ffffff;display:block;width:11.3110625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.6875rem;left:62.3125rem;height:5.84765625rem;display:block; }
#vvpoT7hlQtu7qbebLl88cXB7R8i2ml1C { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:barlow;font-size:4.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.8125rem;left:40rem;height:5.4433625rem;font-style:normal;display:block; }
#kSvhCPUJIzbiGsylsbrWm08f87Mp2Ka5 { background-color:#003200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6850625rem;height:3.436525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.90673828125rem;left:24.15673828125rem;display:block; }
#uhUsAtu5ndWtFtAS39hB2IBUc4L8Dp0a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yJFDoBTT0c3U72WJviWowV67yRfxa0DR { color:#252525;display:block;width:43.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:18.71923828125rem;left:15.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#bAglPLAoEFgZTZ1X9HncqUnFISVIsyJq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bAglPLAoEFgZTZ1X9HncqUnFISVIsyJq > .row .container { background-color: transparent; background-image: none; }#bAglPLAoEFgZTZ1X9HncqUnFISVIsyJq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAglPLAoEFgZTZ1X9HncqUnFISVIsyJq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAglPLAoEFgZTZ1X9HncqUnFISVIsyJq > .row .container > .video-iframe-container { display: none; }#bAglPLAoEFgZTZ1X9HncqUnFISVIsyJq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAglPLAoEFgZTZ1X9HncqUnFISVIsyJq > .row > .video-iframe-container { display: none; }#bAglPLAoEFgZTZ1X9HncqUnFISVIsyJq > .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); }#bAglPLAoEFgZTZ1X9HncqUnFISVIsyJq > .row .container { border-width: 0; border-radius: 0; }#bAglPLAoEFgZTZ1X9HncqUnFISVIsyJq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bAglPLAoEFgZTZ1X9HncqUnFISVIsyJq > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#NaNJXAgehFKfHCKBWIPm2vpsUZhmKd73 { color:#003200;display:block;width:42.1230625rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9384765625rem;left:16.43701171875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#e6e6e6;background-image:none;vertical-align:top;border-top:0.0625rem dashed #404040;border-left:0.0625rem dashed #404040;border-right:0.0625rem dashed #404040;border-bottom:0.0625rem dashed #404040; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC .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; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC .accordion-heading-text { display:block;position:relative;width:100%;font-family:barlow;font-weight:700;font-size:1.5625rem;height:auto;color:#404040; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:barlow;color:#404040; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC .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_3a6d82de6e418d47465d181b10e41ebe847a36be.svg");background-size:contain !important; }#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC .accordion-trigger.adaptive-delivery-prevent-bg, #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC .accordion-trigger.lazyload, #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC .accordion-trigger.lazyloading { background-image: none; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC { box-sizing:content-box;height:auto;width:47.3730625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15005;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.0283203125rem;left:14.58984375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #QXfhrbiqSnJzTbRHo9XUFE9xPh8lmUi7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #MJbvG06oO0PI5wDUFNsd2Dn04PswL2gT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #ZmlyUPmK8bzsr0GfNV1vxMznVqw3PVDw { display:block;position:relative; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #cfOymqy29qTMBhtnnkCBNZDOu2OGlFfg {  }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #AM7mgmNkkhgZL9EtxuO0zEd9cM8FGilV {  }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #sNMg3T8TTiAinBAPzpTEZUnSI3ODEZWI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #u11toOfima9rp6S5vsSZawiBHRro08zD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #qdxW3mKVHmvtZFtMrW8097KVc7uck9Od { display:block;position:relative; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #xlu5zMrPhrPf6gbSfpqrgEx8T7TUKNoU {  }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #nTJpFbruhBSKQT8CG2fSkf0JkgxzTXGp { display:none; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #kwTE8rv26gOyvDMJPhzXmsub1vPBtOQD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #ssu8wQRin9b45mds38a9QBSheNi1CdM2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #MXzElVy0zNWWmHl92MhaJ7ty67OOqVr2 { display:block;position:relative; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #bHpGRDKVsFMN50gRAekORWuGVoi9UVGu {  }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #ZZpcyiT5bVa7UPBGgThbQoPl4APImwxb { display:none; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #HVp5sF7Dlnv0ChX1tRDCFKMQ8uVEMTFM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #JbH0UI1g7ZFIstoxFU1kew6JRW1KtaIh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #aHZwpVKiZyUMZ5bXHMi1dVOSZbyGyVzF { display:block;position:relative; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #ZXoMseaEnDupIxB9ITTvWCTtpzveozhk {  }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #U9Fww2TCSey41rmECUoC9ex04UHJZcSf { display:none; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #JtxOFymtrqFnFTTHkTnl34eA1owFcu9B { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #nwhzyQoW6NTBDLoIXNwBCmvEIq1Z86vE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #IGmwT4HTFzvLR8vSDLGZV3Wda7K0LheJ { display:block;position:relative; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #Ag1RLa61davK22AgOiwNmgIlGsWriL4n {  }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #Pu5tBSp8GSrUZKTmmB2KBpUwTpL8v2N6 { display:none; }
#GJFq3sR6t96Cg8qJulpgSBvvvbdnE4Tv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GJFq3sR6t96Cg8qJulpgSBvvvbdnE4Tv > .row .container { background-color: transparent; background-image: none; }#GJFq3sR6t96Cg8qJulpgSBvvvbdnE4Tv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJFq3sR6t96Cg8qJulpgSBvvvbdnE4Tv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJFq3sR6t96Cg8qJulpgSBvvvbdnE4Tv > .row .container > .video-iframe-container { display: none; }#GJFq3sR6t96Cg8qJulpgSBvvvbdnE4Tv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJFq3sR6t96Cg8qJulpgSBvvvbdnE4Tv > .row > .video-iframe-container { display: none; }#GJFq3sR6t96Cg8qJulpgSBvvvbdnE4Tv > .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); }#GJFq3sR6t96Cg8qJulpgSBvvvbdnE4Tv > .row .container { border-width: 0; border-radius: 0; }#GJFq3sR6t96Cg8qJulpgSBvvvbdnE4Tv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJFq3sR6t96Cg8qJulpgSBvvvbdnE4Tv > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#zffA0eqMqWZgB4mBiR7THFdZT7q5Qr0G { background-color:#003200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6850625rem;height:3.436525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:25.6201171875rem;display:block; }
#BAxubZ6vHwc8IDcvVQo79CqUIzBTlZri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wuXHrDbUz8Zyg5agbTA7qwupZFBFhino { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00849e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wuXHrDbUz8Zyg5agbTA7qwupZFBFhino > .row .container { border-width: 0; border-radius: 0; }#wuXHrDbUz8Zyg5agbTA7qwupZFBFhino > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wuXHrDbUz8Zyg5agbTA7qwupZFBFhino > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:none; }#Lp8CB1BtsiPbKX77DxV52yLVFeNWt225 { color:#ffffff;display:block;width:57.75rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0615234375rem;left:8.625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-form-header {  }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:40.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.75rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-text {padding-top: 0; padding-bottom: 0;}#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.75rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-select {padding-top: 0; padding-bottom: 0;}#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .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; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.625rem;background-color:#003200;background-image:none;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.25rem;font-weight:bold;color:#effbef;width:40.75rem;height:3.4375rem;font-family:barlow;overflow:hidden; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa [class*="-text"]:-moz-placeholder { color:#000000;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa [class*="-text"]::-moz-placeholder { color:#000000;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:39.5625rem;overflow:hidden;font-style:normal;float:none; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .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; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-container:first-of-type{padding-top:0;}#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-container:last-of-type{padding-bottom:0;}#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:16.43359375rem;top:9.0009765625rem;z-index:15006;position:absolute;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:40.75rem;display:block;vertical-align:top; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa {display:block;}#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:16.43359375rem;top:9.0009765625rem;z-index:15006;position:absolute;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #yeD7ldkTZr3aMBa0vu27mvObxzrCv1u8 { position:relative; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #Qd7UkGSpeAc8LTUI9QKuKBQpNRDpaT3v { position:relative;display:none; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #Za0nl7ZQmSvpnIx0LC6SpVa2Cwol5ei7 { position:relative; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #wC58qDQTsChZG8szSJ5sV2aKkSRtGRJ4 { position:relative; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #eWkQJlApvx2LC0gcMykz6WW7pJBC0bUZ { position:relative;display:none; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #vxZu0ZyOUtwel1iDN5sdsy6zpmdTUTlb { position:relative; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #T3lhMNCOAOULdCfCE83alBJ2DkgOBVDD { position:relative; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #cO0TCnCdwqaamqI1TbuWOXoU3XmsHp8V { position:relative;display:none; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #qe6B4cENrDQN38wBgCAldZwR4Ars8rJx { position:relative; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #n2g7I9oqM0ZNIdnBvxHdo0ITkoWsOR08 { position:relative; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #vcWEZra6Grz31RpmRipZbT2iHEOCT8yM { position:relative;display:none; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #NPIiCgEZgsocCPf8d26GwIiVbFaSNZrB { position:relative; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #CwGFB8HxQ1rdwZHycgVocnT8bIZp8CCy { position:relative; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #UTwmTxG399f9r0Q6bHwsoOSwZekBrRa2 { position:relative;display:none; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #Exp0WkZwaXekX43mEPEgwAO3xw5GGdET { position:relative; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #hLRD3NLRT1vFSRlms9BSPaJCB4OLEkWh { position:relative; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #CU6f9UiveyOEv2noXcPxvIpCXdptKP3X { position:relative;display:none; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #R7NBx6Wg8TVlV3OIi4TP7hEqyU9g1KGT { position:relative; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #OSnDqSDwE0bt2H0Cbaic74EgmOPVc84f { position:relative; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #OOXJFMPG24B96xyLERtGPEEylrTsRFm6 { position:relative;display:none; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #HqUm2qO1HUBDZMe2orWRf3ErMWvdGaJ7 { position:relative; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #IFVOCPRWNLA9ftg6lBTl0GZZ9OJ3IBeD { position:relative; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #tCL1Fa4WlHcIX1ooMZPmC8ImQEN03wKB { position:relative; }
#Z0OivZFJULNBtGLP8rLDVFfRkRpS9I8X { color:#000000;display:block;width:32.4975625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:6.0634765625rem;left:21.25048828125rem;height:1.125rem;display:block; }
#dw1AsSesGmaoP35t8R8XpmvaZvtLLH4v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#dw1AsSesGmaoP35t8R8XpmvaZvtLLH4v > .row .container { background-color: transparent; background-image: none; }#dw1AsSesGmaoP35t8R8XpmvaZvtLLH4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw1AsSesGmaoP35t8R8XpmvaZvtLLH4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw1AsSesGmaoP35t8R8XpmvaZvtLLH4v > .row .container > .video-iframe-container { display: none; }#dw1AsSesGmaoP35t8R8XpmvaZvtLLH4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw1AsSesGmaoP35t8R8XpmvaZvtLLH4v > .row > .video-iframe-container { display: none; }#dw1AsSesGmaoP35t8R8XpmvaZvtLLH4v > .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); }#dw1AsSesGmaoP35t8R8XpmvaZvtLLH4v > .row .container { border-width: 0; border-radius: 0; }#dw1AsSesGmaoP35t8R8XpmvaZvtLLH4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dw1AsSesGmaoP35t8R8XpmvaZvtLLH4v > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#cOmWcFmE3VuRRCeS9tL77JcQIKcJSaQB { color:#ffffff;display:block;width:51.4980625rem;position:absolute;font-family:barlow;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.962890625rem;left:11.74951171875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#GfiD8x4dTa4HnedwIxkIx7AhI4nhJWzW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#GfiD8x4dTa4HnedwIxkIx7AhI4nhJWzW > .row .container { background-color: transparent; background-image: none; }#GfiD8x4dTa4HnedwIxkIx7AhI4nhJWzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfiD8x4dTa4HnedwIxkIx7AhI4nhJWzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfiD8x4dTa4HnedwIxkIx7AhI4nhJWzW > .row .container > .video-iframe-container { display: none; }#GfiD8x4dTa4HnedwIxkIx7AhI4nhJWzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfiD8x4dTa4HnedwIxkIx7AhI4nhJWzW > .row > .video-iframe-container { display: none; }#GfiD8x4dTa4HnedwIxkIx7AhI4nhJWzW > .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); }#GfiD8x4dTa4HnedwIxkIx7AhI4nhJWzW > .row .container { border-width: 0; border-radius: 0; }#GfiD8x4dTa4HnedwIxkIx7AhI4nhJWzW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GfiD8x4dTa4HnedwIxkIx7AhI4nhJWzW > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#B5iMpPpfzMvobcsv2Xo2vBA1ABg7SBrF { box-sizing:content-box;height:2.125rem;width:14.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #42d039, #086f00);background-image: -moz-linear-gradient(180deg, #42d039, #086f00);background-image: -ms-linear-gradient(180deg, #42d039, #086f00);background-image: -o-linear-gradient(180deg, #42d039, #086f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42d039', endColorstr='#086f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42d039', endColorstr='#086f00' );";background-image: linear-gradient(180deg, #42d039, #086f00);background-size:auto !important;top:0rem;left:52.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gXIn0c8C9wQB8MwEaghCZkbsufNF7fpk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.375rem;left:54.5rem; }
#tB051nTzKadFL4WQBp5Mix2Tz1TvXsnR { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"roobert porto";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.412109375rem;left:56rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lIlrGZ2Ei9kOSFCi2LIPLgBWh9fuT3h9 { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#xwbJIXbZoEF1brZ7gAHHMo5EcU17O5xR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fIE3VTdtpsR8f7oMleaqUwpgeDNye10z { background-color:rgba(0,0,0,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-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:52.875rem;display:block; }
#NohfvqtqlKBIWEf0SNpCTnAMFp6rnAD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sxLXGiZs0WA50GTDCRZ2o7wZ5wrATDhL { background-color:#ff7903;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6850625rem;height:3.436525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.625rem;left:24.15673828125rem;display:none; }
#WZ0uuZ0VOu3nqvunmyUofBwACJuqbgxp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w9aTaaGy4IbbDUzgiRly3isvfq29wOIP { display:block; }#w9aTaaGy4IbbDUzgiRly3isvfq29wOIP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqgFy9ACiLk2z5xvItPzAwD6aCVfnBqf { top:0.9375rem;left:0rem;width:11.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWsJzUAGF2JDfD9g0gXGHCTyIxALJhXe { top:1.875rem;left:37.125rem;width:10.625rem;height:1.9375rem;font-size:1.5rem;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) { #OplUtuInuC1enTJM6r7mXC7IHkTg7L9H { top:9.6875rem;left:0rem;width:25.25rem;height:10.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiCPEi5GEMZaDUA1rGAxo8tPUwqB7LpC { top:20.125rem;left:0rem;width:31.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ineyJphT5Ntye9F0e6rWPPdky4N1zB8N { top:25rem;left:0rem;width:21.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-regular-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-input-text { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-textarea { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-input-select { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-input-button { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-checkbox-label { width:23.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ  { width:25.0625rem;height:auto;top:5.375rem;left:20.1875rem; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .radio-container { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ {display:block;}#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ { width:25.0625rem;height:auto;top:5.375rem;left:20.1875rem; }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #q99CfsuSox4aSw05gq62sOsnMXpwVInl {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #SgtGl461t2Izi1X7kb4nBEizLIxpAdrD {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #ND2tuzTRaFhVxEzE1xBKeeeDLcz1Vu8e {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #oWPKRDieoURATl5aUdAFP4TrHDJ0kKL3 {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #tDlDu4wKlPKt7NRXlLa5BervpZ7AQGEl {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #crF1eQVNFMMqi0IwdsM0UlnAAsqap3kg {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #xThqRNdak6LIXoTSiAeFlAecdDrnhSS9 {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #rb4QswXBIicJbvO9qC53HizQA79c3Xyh {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #zDy67LS9IHG3fTR2dkZT4uu4Hq3XBMa8 {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #q7qM129aGpTrpvbwBr7V2osAcc6H3Xsv {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #ZG3aXZay6sHi2qc4FLPFbAfzAeGTDsm3 {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #TOB5cDhPmDBGCDS8F1ZuPifVDlb08A4q {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #PXooIgZzkAF64aqTr6KsikHnrHTiqMpW {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #DCawB8NbfI6qLIs5w4lwZho6F33AXan5 {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #JcwXxLW8uSDPlD7CXGkEG959k1P2FeWu {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #DDidJP8T6f9ZMTns1TAfXTTk36MbpzUN {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #eIHR4Suk8RQur6RndzdG67nNFDLn7Wi1 {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #Eao2tHay43Jt8WchH0EyDw5Nd0XOE9Es {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #BSyVZaka3zhls9pTWnQwDpLLU6V8SJNk {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #bb6UUB8As4ctBTLqDq9Czi2Cn7xpUzTR {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #JUUHzK217F8n7nbmNWB61ZcLD2anB58o {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #PRm1y1ZJ46GD1O0sGXf6wSLwQR52DfRF {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #rxZWqAVOENNTgyxp5gM9ViF2M5QU9qBV {  }
 }@media only screen and (max-width: 763px) { #ppBawgvvqB67bg7fGz9i0LbCaiRCXupV { top:3.25rem;left:28.0625rem;width:19.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfuSMyZfdJMrllHIIBisJRsSA5V3zaM1 { top:1.625rem;left:20.0625rem;width:27.6875rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp { display:block; }#TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaFZCD7ysttGpku7USFcqD1GI6xAexIT { top:3.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJwSHmsM29J8CPo2mys8w8yNVqy4kc8E { top:9.9375rem;left:0rem;width:19.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1reZL1aEcMbtMeoKnM2CAECbK4mEsuW { top:9.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIgTP3yuaxKLTkCyPrhz4bmtnuLCdAhq { top:12.9375rem;left:0rem;width:21.375rem;height:;font-size:1.125rem;display:block; }#PIgTP3yuaxKLTkCyPrhz4bmtnuLCdAhq li:before{  }
 }@media only screen and (max-width: 763px) { #zFwkdcROvBBJ1R5xtVQbsrz7Rm6yR5T5 { top:40.4375rem;left:0rem;width:21.375rem;height:7.3125rem;font-size:1.125rem;display:block; }#zFwkdcROvBBJ1R5xtVQbsrz7Rm6yR5T5 li:before{  }
 }@media only screen and (max-width: 763px) { #oDIygSyI1HBgkd5QuiNAmdTyoXXaDent { top:37.25rem;left:0rem;width:23.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enfe0PTrRiR9bSHgkzTAgpk2nbpqvtvK { top:37.25rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWfVKp7TgJTf7Z8dTBB9HAvFUbtDe5Jv { top:12.9375rem;left:26.375rem;width:21.375rem;height:4.75rem;font-size:1.125rem;display:block; }#MWfVKp7TgJTf7Z8dTBB9HAvFUbtDe5Jv li:before{  }
 }@media only screen and (max-width: 763px) { #CR4ppEK9Z312o4Z3smFaroLJfiPodme8 { top:9.9375rem;left:24.5rem;width:23.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKli0PK8KQ0Nwh5l5TrvQysHetRb1Ckt { top:9.9375rem;left:28.1875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZvaH9OCJ5trhioLdXC1FPFqewtzdFkf { top:31.4375rem;left:26.375rem;width:21.375rem;height:5.875rem;font-size:1.125rem;display:block; }#WZvaH9OCJ5trhioLdXC1FPFqewtzdFkf li:before{  }
 }@media only screen and (max-width: 763px) { #l2C6CUpKV6kg8KZ4Ak2KIrtbLZRMrn2O { top:22.5625rem;left:26.375rem;width:21.375rem;height:2.25rem;font-size:1.125rem;display:block; }#l2C6CUpKV6kg8KZ4Ak2KIrtbLZRMrn2O li:before{  }
 }@media only screen and (max-width: 763px) { #adydZWWTnQuHhXff38THvQ99PiFIk8c0 { top:26.3125rem;left:24.5rem;width:23.25rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ZMg7RGEmT1iDAMVdRSHIHD9KcVwkQQ { top:19.5625rem;left:28.25rem;width:19.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ZbbGNZVqUE4lFUb5tDe7FI6MZr4P7Q { top:19.5625rem;left:28.0625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf7IfWzBWwg5mkZwMcWzdidcCCmTfeXT { top:39.25rem;left:22.25rem;width:25.125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kduRpeLA7mtmdJ4MRJrS2XStu19arOWb { width:26.625rem;height:3.375rem;top:55.0625rem;left:10.53173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSTEThdvPPi5Les02Uo0v3hnRo39tG80 { display:block; }
 }@media only screen and (max-width: 763px) { #z8LU2Vf37KF6fVr1TUioIgsMmbTcNKpT { top:1.4375rem;left:0rem;width:19.9375rem;height:7.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PysSUNqFzDyunwlSAL5B9DZH614UVbUy { top:26.3125rem;left:28.125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w20IlDGFae9GS3yvfaabkZfo7qOIKnVl { top:34.0625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUunheCSeNLxExx6PcG1W2SqmG91ThcK { top:31.1875rem;left:0rem;width:21rem;height:4.5rem;font-size:1rem;display:block; }#XUunheCSeNLxExx6PcG1W2SqmG91ThcK li:before{  }
 }@media only screen and (max-width: 763px) { #Kp51TgEThTRE4xe7f5kdT26ENPCRcGyw { display:block; }#Kp51TgEThTRE4xe7f5kdT26ENPCRcGyw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NytekE4XKidgOJgg4X7RqDkifoBvMXXa { top:3.375rem;left:0rem;width:38.0625rem;height:5.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo7O55TVWCZXOqCtwH2P9X5icCy35Bon { top:9.8125rem;left:0rem;width:26.0625rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtNNTEiDq8e2gSsCgoJ2IvntaTe36B3L { top:16.75rem;left:0rem;width:26.0625rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXGCkU3M4LoLd9Ea5dazCTTAule3z3sM { top:16.8125rem;left:0rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcsfOnVgTJqyTn4JbGeDLfLABihSkIwb { top:19.125rem;left:0rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgxrlvvQChqTu1ZGtdcKvLAnpRvKFVxg { top:21.375rem;left:0rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #deO9dyFuc1huTzKUPIU9TgGqZOF3pCAL { top:23.75rem;left:0rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTxriGkcJVIiTnorRatJAiiZ3JuvavO4 { width:26.625rem;height:3.375rem;top:28.4375rem;left:10.53173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsixaJ6xfQrMut29TPClrwrZEk3laqdS { display:block; }
 }@media only screen and (max-width: 763px) { #WOuFCv1L66dxuOpJKoHHQQXd2R6kTf3r { top:3.375rem;left:16.8125rem;width:30.625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBILepVBZCdVoEIs8kgV9PApJto2ZVGk { display:block; }#hBILepVBZCdVoEIs8kgV9PApJto2ZVGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3Wwmvq3WkTRPUchKLhaJbJ0EgJptkvy { top:3.4375rem;left:0rem;width:35.625rem;height:5.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrVU9ezqsgZlP3JhsiX5l9XFWOLvwDaa { top:9.625rem;left:0rem;width:33.4375rem;height:10.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcPDGhwCROMCGx05qeIaQuwcgvxlnQKB { top:22.375rem;left:0rem;width:26.75rem;height:18rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTxwtwWO1AhG72QMvildNaXyGnaS5ka { top:22.4375rem;left:0rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezEczbXiP2IZ0FU7cQw6ZK3LQKsBOIho { top:25.75rem;left:0rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB1mIiHzA7NhQ6EU3ukXKhwpetiU8EWV { top:29.1875rem;left:0rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #is6mNrio6MgitCCSROOX7LNQdphoqTeG { top:32.75rem;left:0rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFng19mUWpK5gkDWDi6BNdJZ9UZIa9Nw { width:26.625rem;height:3.375rem;top:41.1875rem;left:10.53173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyPQxZVpxFExPXImhVA91LvTHfIQO77K { display:block; }
 }@media only screen and (max-width: 763px) { #M47t9VG9rBSP0cdXilcUPxTVA04yAoIs { top:36rem;left:0rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Z6iNZs3b3XGm7mcuH7U2kuENmapZqQ { top:2.6875rem;left:9.6875rem;width:38.0625rem;height:37.812rem;display:block; }
 }@media only screen and (max-width: 763px) { #A41P4nV3ppuUnZPQZlfIuClDzySGTc4c { display:block; }#A41P4nV3ppuUnZPQZlfIuClDzySGTc4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nna6wZGEz1CM2bTCOPTFKUEbrZKm5KkP { top:3.0625rem;left:3.28076171875rem;width:38.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayETTgfNRo50w1IdvZdxKkpwv3lEAHuX { width:26.625rem;height:3.375rem;top:23.0625rem;left:8.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAZf69G3tbcIhp0ABkg8HF8pQsxB338K { display:block; }
 }@media only screen and (max-width: 763px) { #U6HF9euAaZC72DJC4nhp8R8ZoWCz1TqN { top:9.1875rem;left:0rem;width:5.8125rem;height:4rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp2WRwMSp9G0A375dMHgoC60S8smgu3T { top:15rem;left:0rem;width:12.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCTeSViBksrOtN1SF1nJRaA30048CSTZ { top:8.75rem;left:0rem;width:5.8125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiuML3E9vM1oAi6FkP68V6WJWvZA2rqg { top:15.125rem;left:4.6875rem;width:9.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRJuh1AqdoTBTNQZGMdcp1pJ5qKvadSu { top:8.875rem;left:4.75rem;width:5.8125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgXkfVnU0DVeTZB0edcnNRvqltmB564W { top:9.6875rem;left:6.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9BQl3nUhVVzcU2Zzn9CP5mFg2nDhQm6 { top:2.875rem;left:0rem;width:17.5rem;height:5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNdoi0dzRbPiZ0eRNRw50gGsNi0HkrEN { top:15rem;left:19.375rem;width:9.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhRda1Jvfbs7fcT3QFTyJ3yADSVVtsyQ { top:8.75rem;left:19.4375rem;width:5.8125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTIE0p4O4HmWF1R0pzT5STcyAzJ79HvE { top:9.9375rem;left:21rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxbfEX84eRbMPozxDOnoV7v57MTrvZW5 { top:15rem;left:33.5625rem;width:9.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WINZEdxTGb8MqBD0yOV9OqCJObDT4Dbq { top:8.75rem;left:33.625rem;width:5.8125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNxI5JV73KKckeOgiwpAVbtKrTqnhmTl { top:9.5rem;left:34.84375rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdpiHz6x9nhAA8J0O3QTA8CwT6BrMdza { top:15rem;left:37.9375rem;width:9.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smm8FCa0APGi3LqV39fcAbUPuG4WXiF4 { top:8.75rem;left:41.9375rem;width:5.8125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx42KsHoVQNaq57WeQOAzOVmeBSkM5yq { top:10.1875rem;left:44.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFxGtd4zogUud81CXq8vxLztJtxsKS8o { display:block; }#VFxGtd4zogUud81CXq8vxLztJtxsKS8o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTBmxccvqrbHaTl1Azo0DxF67fx57aph { top:3.4375rem;left:2.811767578125rem;width:42.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFK05q8dNaJaJT1LBcIRQUTOOCd51CNM { top:8.5625rem;left:0rem;width:17.3125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3mZl9NWy009tbBNcb5IKPCWJNbOT26x { top:9.8125rem;left:0rem;width:2.8125rem;height:5.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT66lFCFitKmyLNnpWT9dTAvzc43bTgU { top:10.375rem;left:0rem;width:11.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSbHvQ9IK4qxW6yZtyQABnfBqsKGM2VM { top:8.5625rem;left:5.6875rem;width:17.3125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJilETFSH0IG2r7eflrKyha43L9rnRX3 { top:9.8125rem;left:7.4375rem;width:2.8125rem;height:5.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5iXkneAabq1GmT1vVLGXy42tPnOaVMg { top:10.375rem;left:10.8125rem;width:11.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWhnLDwqTH1CpBsx0HzqwfPS0lFCX6WX { top:8.5625rem;left:24.625rem;width:17.3125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im5QBfOmsQQtlJdvrgXAvLyzvIAdP5nM { top:10.4375rem;left:29.25rem;width:11.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atIsBkhcKlGNh6LAVHUrFbBVdmzReivT { top:8.5625rem;left:30.4375rem;width:17.3125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0Bc77biPrxbpi9l1sd91dWXHeNsAADq { top:9.8125rem;left:44.9375rem;width:2.8125rem;height:5.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmLqTEq6iPQ4hISgXkq5fdDKsV27Qb4h { top:9.6875rem;left:36.5rem;width:11.25rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvpoT7hlQtu7qbebLl88cXB7R8i2ml1C { top:9.8125rem;left:26.375rem;width:2.8125rem;height:5.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSvhCPUJIzbiGsylsbrWm08f87Mp2Ka5 { width:26.625rem;height:3.375rem;top:21.875rem;left:10.53173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhUsAtu5ndWtFtAS39hB2IBUc4L8Dp0a { display:block; }
 }@media only screen and (max-width: 763px) { #yJFDoBTT0c3U72WJviWowV67yRfxa0DR { top:18.6875rem;left:2.3125rem;width:43.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAglPLAoEFgZTZ1X9HncqUnFISVIsyJq { display:block; }#bAglPLAoEFgZTZ1X9HncqUnFISVIsyJq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaNJXAgehFKfHCKBWIPm2vpsUZhmKd73 { top:2.9375rem;left:2.81201171875rem;width:42.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC { display:flex;height:auto;width:27.75rem;top:9rem;left:8.716796875rem; }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #QXfhrbiqSnJzTbRHo9XUFE9xPh8lmUi7 {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #MJbvG06oO0PI5wDUFNsd2Dn04PswL2gT {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #ZmlyUPmK8bzsr0GfNV1vxMznVqw3PVDw {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #cfOymqy29qTMBhtnnkCBNZDOu2OGlFfg {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #AM7mgmNkkhgZL9EtxuO0zEd9cM8FGilV {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #sNMg3T8TTiAinBAPzpTEZUnSI3ODEZWI {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #u11toOfima9rp6S5vsSZawiBHRro08zD {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #qdxW3mKVHmvtZFtMrW8097KVc7uck9Od {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #xlu5zMrPhrPf6gbSfpqrgEx8T7TUKNoU {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #nTJpFbruhBSKQT8CG2fSkf0JkgxzTXGp {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #kwTE8rv26gOyvDMJPhzXmsub1vPBtOQD {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #ssu8wQRin9b45mds38a9QBSheNi1CdM2 {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #MXzElVy0zNWWmHl92MhaJ7ty67OOqVr2 {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #bHpGRDKVsFMN50gRAekORWuGVoi9UVGu {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #ZZpcyiT5bVa7UPBGgThbQoPl4APImwxb {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #HVp5sF7Dlnv0ChX1tRDCFKMQ8uVEMTFM {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #JbH0UI1g7ZFIstoxFU1kew6JRW1KtaIh {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #aHZwpVKiZyUMZ5bXHMi1dVOSZbyGyVzF {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #ZXoMseaEnDupIxB9ITTvWCTtpzveozhk {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #U9Fww2TCSey41rmECUoC9ex04UHJZcSf {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #JtxOFymtrqFnFTTHkTnl34eA1owFcu9B {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #nwhzyQoW6NTBDLoIXNwBCmvEIq1Z86vE {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #IGmwT4HTFzvLR8vSDLGZV3Wda7K0LheJ {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #Ag1RLa61davK22AgOiwNmgIlGsWriL4n {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #Pu5tBSp8GSrUZKTmmB2KBpUwTpL8v2N6 {  }
 }@media only screen and (max-width: 763px) { #GJFq3sR6t96Cg8qJulpgSBvvvbdnE4Tv { display:block; }#GJFq3sR6t96Cg8qJulpgSBvvvbdnE4Tv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zffA0eqMqWZgB4mBiR7THFdZT7q5Qr0G { width:26.625rem;height:3.375rem;top:0rem;left:11.9951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAxubZ6vHwc8IDcvVQo79CqUIzBTlZri { display:block; }
 }@media only screen and (max-width: 763px) { #wuXHrDbUz8Zyg5agbTA7qwupZFBFhino { display:block; }#wuXHrDbUz8Zyg5agbTA7qwupZFBFhino > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lp8CB1BtsiPbKX77DxV52yLVFeNWt225 { top:3rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-regular-label { display:block;width:40.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-text { width:40.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-text {padding-top: 0; padding-bottom: 0;}#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-textarea { width:40.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-select { width:40.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-select {padding-top: 0; padding-bottom: 0;}#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-button { width:40.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-checkbox-label { width:39.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa  { width:40.75rem;height:auto;top:9rem;left:2.80859375rem; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .radio-container { width:40.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa {display:block;}#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa { width:40.75rem;height:auto;top:9rem;left:2.80859375rem; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #yeD7ldkTZr3aMBa0vu27mvObxzrCv1u8 {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #Qd7UkGSpeAc8LTUI9QKuKBQpNRDpaT3v { display:none; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #Za0nl7ZQmSvpnIx0LC6SpVa2Cwol5ei7 {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #wC58qDQTsChZG8szSJ5sV2aKkSRtGRJ4 {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #eWkQJlApvx2LC0gcMykz6WW7pJBC0bUZ { display:none; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #vxZu0ZyOUtwel1iDN5sdsy6zpmdTUTlb {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #T3lhMNCOAOULdCfCE83alBJ2DkgOBVDD {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #cO0TCnCdwqaamqI1TbuWOXoU3XmsHp8V { display:none; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #qe6B4cENrDQN38wBgCAldZwR4Ars8rJx {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #n2g7I9oqM0ZNIdnBvxHdo0ITkoWsOR08 {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #vcWEZra6Grz31RpmRipZbT2iHEOCT8yM { display:none; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #NPIiCgEZgsocCPf8d26GwIiVbFaSNZrB {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #CwGFB8HxQ1rdwZHycgVocnT8bIZp8CCy {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #UTwmTxG399f9r0Q6bHwsoOSwZekBrRa2 { display:none; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #Exp0WkZwaXekX43mEPEgwAO3xw5GGdET {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #hLRD3NLRT1vFSRlms9BSPaJCB4OLEkWh {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #CU6f9UiveyOEv2noXcPxvIpCXdptKP3X { display:none; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #R7NBx6Wg8TVlV3OIi4TP7hEqyU9g1KGT {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #OSnDqSDwE0bt2H0Cbaic74EgmOPVc84f {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #OOXJFMPG24B96xyLERtGPEEylrTsRFm6 {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #HqUm2qO1HUBDZMe2orWRf3ErMWvdGaJ7 {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #IFVOCPRWNLA9ftg6lBTl0GZZ9OJ3IBeD {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #tCL1Fa4WlHcIX1ooMZPmC8ImQEN03wKB {  }
 }@media only screen and (max-width: 763px) { #Z0OivZFJULNBtGLP8rLDVFfRkRpS9I8X { top:6.0625rem;left:7.62548828125rem;width:32.4375rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw1AsSesGmaoP35t8R8XpmvaZvtLLH4v { display:none; }#dw1AsSesGmaoP35t8R8XpmvaZvtLLH4v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cOmWcFmE3VuRRCeS9tL77JcQIKcJSaQB { top:1.9375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfiD8x4dTa4HnedwIxkIx7AhI4nhJWzW { display:none; }#GfiD8x4dTa4HnedwIxkIx7AhI4nhJWzW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B5iMpPpfzMvobcsv2Xo2vBA1ABg7SBrF { top:0rem;left:33.125rem;width:14.625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXIn0c8C9wQB8MwEaghCZkbsufNF7fpk { top:0.375rem;left:40.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB051nTzKadFL4WQBp5Mix2Tz1TvXsnR { top:0.375rem;left:37.5rem;width:10.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIlrGZ2Ei9kOSFCi2LIPLgBWh9fuT3h9 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwbJIXbZoEF1brZ7gAHHMo5EcU17O5xR { display:block; }
 }@media only screen and (max-width: 763px) { #fIE3VTdtpsR8f7oMleaqUwpgeDNye10z { width:14.625rem;height:2.1875rem;top:0rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NohfvqtqlKBIWEf0SNpCTnAMFp6rnAD1 { display:block; }
 }@media only screen and (max-width: 763px) { #sxLXGiZs0WA50GTDCRZ2o7wZ5wrATDhL { width:26.625rem;height:3.375rem;top:29.625rem;left:10.53173828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZ0uuZ0VOu3nqvunmyUofBwACJuqbgxp { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w9aTaaGy4IbbDUzgiRly3isvfq29wOIP { position:relative;z-index:auto;display:block; }#w9aTaaGy4IbbDUzgiRly3isvfq29wOIP > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqgFy9ACiLk2z5xvItPzAwD6aCVfnBqf { width:11.4375rem;height:4.125rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWsJzUAGF2JDfD9g0gXGHCTyIxALJhXe { width:10.625rem;height:1.94921875rem;top:7.5625rem;left:5.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OplUtuInuC1enTJM6r7mXC7IHkTg7L9H { width:19.5rem;height:11.9970625rem;top:1.435546875rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiCPEi5GEMZaDUA1rGAxo8tPUwqB7LpC { width:17.25rem;height:6.09375rem;top:14.056640625rem;left:0.6240234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ineyJphT5Ntye9F0e6rWPPdky4N1zB8N { width:15.5625rem;height:5.3984375rem;top:21.1142578125rem;left:0.6240234375rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .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; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ  { width:17.5rem;height:auto;top:31.4814453125rem;left:0rem; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ {display:block;}#uDUlO0g188ZstuULBfefZwzlX4xtZUQQ { width:17.5rem;height:auto;top:31.4814453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #q99CfsuSox4aSw05gq62sOsnMXpwVInl {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #SgtGl461t2Izi1X7kb4nBEizLIxpAdrD {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #ND2tuzTRaFhVxEzE1xBKeeeDLcz1Vu8e {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #oWPKRDieoURATl5aUdAFP4TrHDJ0kKL3 {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #tDlDu4wKlPKt7NRXlLa5BervpZ7AQGEl {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #crF1eQVNFMMqi0IwdsM0UlnAAsqap3kg {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #xThqRNdak6LIXoTSiAeFlAecdDrnhSS9 {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #rb4QswXBIicJbvO9qC53HizQA79c3Xyh {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #zDy67LS9IHG3fTR2dkZT4uu4Hq3XBMa8 {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #q7qM129aGpTrpvbwBr7V2osAcc6H3Xsv {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #ZG3aXZay6sHi2qc4FLPFbAfzAeGTDsm3 {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #TOB5cDhPmDBGCDS8F1ZuPifVDlb08A4q {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #PXooIgZzkAF64aqTr6KsikHnrHTiqMpW {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #DCawB8NbfI6qLIs5w4lwZho6F33AXan5 {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #JcwXxLW8uSDPlD7CXGkEG959k1P2FeWu {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #DDidJP8T6f9ZMTns1TAfXTTk36MbpzUN {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #eIHR4Suk8RQur6RndzdG67nNFDLn7Wi1 {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #Eao2tHay43Jt8WchH0EyDw5Nd0XOE9Es {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #BSyVZaka3zhls9pTWnQwDpLLU6V8SJNk {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #bb6UUB8As4ctBTLqDq9Czi2Cn7xpUzTR {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #JUUHzK217F8n7nbmNWB61ZcLD2anB58o {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #PRm1y1ZJ46GD1O0sGXf6wSLwQR52DfRF {  }
 }@media only screen and (max-width: 763px) { #uDUlO0g188ZstuULBfefZwzlX4xtZUQQ #rxZWqAVOENNTgyxp5gM9ViF2M5QU9qBV {  }
 }@media only screen and (max-width: 763px) { #ppBawgvvqB67bg7fGz9i0LbCaiRCXupV { width:19.6875rem;height:2.76171875rem;top:29.4072265625rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfuSMyZfdJMrllHIIBisJRsSA5V3zaM1 { width:20rem;height:35rem;top:27.7626953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp { display:block; }#TgqnsGpm3b3hIAHorEFJwM0VqptGNTCp > .row .container { width:20rem;height:117.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaFZCD7ysttGpku7USFcqD1GI6xAexIT { width:20rem;height:7.6465rem;top:2.0625rem;left:0rem;font-size:2rem;line-height:1.2;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OJwSHmsM29J8CPo2mys8w8yNVqy4kc8E { width:10.9980625rem;height:4.063475rem;top:13.498046875rem;left:4.5rem;font-size:1.5625rem;color:#003200;display:block; }
 }@media only screen and (max-width: 763px) { #M1reZL1aEcMbtMeoKnM2CAECbK4mEsuW { display:flex;width:1.9995125rem;height:1.9995125rem;top:13.6240234375rem;left:1.7490234375rem; }
 }@media only screen and (max-width: 763px) { #PIgTP3yuaxKLTkCyPrhz4bmtnuLCdAhq { width:16.875rem;height:20.0625rem;top:18.1875rem;left:1.75rem;font-size:1.125rem;line-height:1;color:#404040;display:block; }#PIgTP3yuaxKLTkCyPrhz4bmtnuLCdAhq li:before{  }
 }@media only screen and (max-width: 763px) { #zFwkdcROvBBJ1R5xtVQbsrz7Rm6yR5T5 { width:16.6230625rem;height:8.5rem;top:53.1875rem;left:1.6875rem;font-size:1.125rem;line-height:1;color:#404040;display:block; }#zFwkdcROvBBJ1R5xtVQbsrz7Rm6yR5T5 li:before{  }
 }@media only screen and (max-width: 763px) { #oDIygSyI1HBgkd5QuiNAmdTyoXXaDent { width:14.625rem;height:4.063475rem;top:47.9375rem;left:4rem;font-size:1.5625rem;color:#003200;display:block; }
 }@media only screen and (max-width: 763px) { #Enfe0PTrRiR9bSHgkzTAgpk2nbpqvtvK { display:flex;width:2rem;height:2rem;top:47.9375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #MWfVKp7TgJTf7Z8dTBB9HAvFUbtDe5Jv { width:16.3125rem;height:5.9375rem;top:68.0625rem;left:1.4375rem;font-size:1.125rem;line-height:1;color:#404040;display:block; }#MWfVKp7TgJTf7Z8dTBB9HAvFUbtDe5Jv li:before{  }
 }@media only screen and (max-width: 763px) { #CR4ppEK9Z312o4Z3smFaroLJfiPodme8 { width:14.1875rem;height:4.063475rem;top:63.3125rem;left:3.9375rem;font-size:1.5625rem;color:#003200;display:block; }
 }@media only screen and (max-width: 763px) { #tKli0PK8KQ0Nwh5l5TrvQysHetRb1Ckt { display:flex;width:2rem;height:2rem;top:63.75rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #WZvaH9OCJ5trhioLdXC1FPFqewtzdFkf { width:17.0625rem;height:5.9375rem;top:91.9375rem;left:1.8125rem;font-size:1.125rem;line-height:1;display:block; }#WZvaH9OCJ5trhioLdXC1FPFqewtzdFkf li:before{  }
 }@media only screen and (max-width: 763px) { #l2C6CUpKV6kg8KZ4Ak2KIrtbLZRMrn2O { width:13.6875rem;height:3.375rem;top:80.25rem;left:1.3125rem;font-size:1.125rem;line-height:1;display:block; }#l2C6CUpKV6kg8KZ4Ak2KIrtbLZRMrn2O li:before{  }
 }@media only screen and (max-width: 763px) { #adydZWWTnQuHhXff38THvQ99PiFIk8c0 { width:11.4375rem;height:6.09375rem;top:85.1875rem;left:3.75rem;font-size:1.5625rem;color:#003200;display:block; }
 }@media only screen and (max-width: 763px) { #W1ZMg7RGEmT1iDAMVdRSHIHD9KcVwkQQ { width:10.875rem;height:4.063475rem;top:75.5rem;left:3.6875rem;font-size:1.5625rem;color:#003200;display:block; }
 }@media only screen and (max-width: 763px) { #z0ZbbGNZVqUE4lFUb5tDe7FI6MZr4P7Q { display:flex;width:1.9995125rem;height:1.9995125rem;top:76rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #Cf7IfWzBWwg5mkZwMcWzdidcCCmTfeXT { width:17.3100625rem;height:9.8100625rem;top:99.52734375rem;left:1.20263671875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8923906b-ef7a-4ddb-ba59-02541682b689/image.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Cf7IfWzBWwg5mkZwMcWzdidcCCmTfeXT.adaptive-delivery-prevent-bg, #Cf7IfWzBWwg5mkZwMcWzdidcCCmTfeXT.lazyload, #Cf7IfWzBWwg5mkZwMcWzdidcCCmTfeXT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kduRpeLA7mtmdJ4MRJrS2XStu19arOWb { width:18.4980625rem;height:3.436525rem;top:111.00439453125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSTEThdvPPi5Les02Uo0v3hnRo39tG80 { display:block; }
 }@media only screen and (max-width: 763px) { #z8LU2Vf37KF6fVr1TUioIgsMmbTcNKpT { width:15.8745rem;height:8.5625rem;top:3.56982421875rem;left:2.0625rem;font-size:2rem;line-height:1;text-align:left;text-align-last:left;z-index:15002;color:#003200;display:block; }
 }@media only screen and (max-width: 763px) { #PysSUNqFzDyunwlSAL5B9DZH614UVbUy { display:flex;width:1.9375rem;height:1.9375rem;top:94.879884375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #w20IlDGFae9GS3yvfaabkZfo7qOIKnVl { display:flex;width:1.9995125rem;height:1.9995125rem;top:85.75rem;left:1.125rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #XUunheCSeNLxExx6PcG1W2SqmG91ThcK { width:12.8745rem;height:7.124rem;top:39.0615234375rem;left:3.56103515625rem;font-size:1rem;display:block; }#XUunheCSeNLxExx6PcG1W2SqmG91ThcK li:before{  }
 }@media only screen and (max-width: 763px) { #Kp51TgEThTRE4xe7f5kdT26ENPCRcGyw { display:block; }#Kp51TgEThTRE4xe7f5kdT26ENPCRcGyw > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NytekE4XKidgOJgg4X7RqDkifoBvMXXa { width:16.374rem;height:7.19825rem;top:2.1240234375rem;left:1.125rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lo7O55TVWCZXOqCtwH2P9X5icCy35Bon { width:17.625rem;height:8.125rem;top:10.3740234375rem;left:1.1865234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtNNTEiDq8e2gSsCgoJ2IvntaTe36B3L { width:16.1875rem;height:11.25rem;top:19.4375rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXGCkU3M4LoLd9Ea5dazCTTAule3z3sM { width:5.25rem;height:1.29980625rem;top:19.375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcsfOnVgTJqyTn4JbGeDLfLABihSkIwb { width:5.25rem;height:1.29980625rem;top:21.625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgxrlvvQChqTu1ZGtdcKvLAnpRvKFVxg { width:5.25rem;height:1.29980625rem;top:25rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #deO9dyFuc1huTzKUPIU9TgGqZOF3pCAL { width:5.25rem;height:1.29980625rem;top:27.3125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTxriGkcJVIiTnorRatJAiiZ3JuvavO4 { width:18.999rem;height:3.436525rem;top:45.95654296875rem;left:0.498046875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsixaJ6xfQrMut29TPClrwrZEk3laqdS { display:block; }
 }@media only screen and (max-width: 763px) { #WOuFCv1L66dxuOpJKoHHQQXd2R6kTf3r { width:17.0625rem;height:13.25rem;top:30.68701171875rem;left:1.5146484375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/55cc130e-0a27-4109-9bac-69565a548b9d/ImagemdoWhatsAppde20250712s185139_741290e3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WOuFCv1L66dxuOpJKoHHQQXd2R6kTf3r.adaptive-delivery-prevent-bg, #WOuFCv1L66dxuOpJKoHHQQXd2R6kTf3r.lazyload, #WOuFCv1L66dxuOpJKoHHQQXd2R6kTf3r.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hBILepVBZCdVoEIs8kgV9PApJto2ZVGk { display:block; }#hBILepVBZCdVoEIs8kgV9PApJto2ZVGk > .row .container { width:20rem;height:84.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3Wwmvq3WkTRPUchKLhaJbJ0EgJptkvy { width:19.1875rem;height:9.597625rem;top:2.21630859375rem;left:0.65478515625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SrVU9ezqsgZlP3JhsiX5l9XFWOLvwDaa { width:18.9375rem;height:18.90625rem;top:12.744140625rem;left:0.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcPDGhwCROMCGx05qeIaQuwcgvxlnQKB { width:16.1865rem;height:25.875rem;top:32.6875rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTxwtwWO1AhG72QMvildNaXyGnaS5ka { width:5.25rem;height:1.29980625rem;top:32.75rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezEczbXiP2IZ0FU7cQw6ZK3LQKsBOIho { width:5.25rem;height:1.29980625rem;top:37.25rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB1mIiHzA7NhQ6EU3ukXKhwpetiU8EWV { width:5.25rem;height:1.29980625rem;top:42.875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #is6mNrio6MgitCCSROOX7LNQdphoqTeG { width:5.25rem;height:1.29980625rem;top:48.5625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFng19mUWpK5gkDWDi6BNdJZ9UZIa9Nw { width:18.9975625rem;height:3.436525rem;top:59.455078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyPQxZVpxFExPXImhVA91LvTHfIQO77K { display:block; }
 }@media only screen and (max-width: 763px) { #M47t9VG9rBSP0cdXilcUPxTVA04yAoIs { width:5.25rem;height:1.29980625rem;top:53rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Z6iNZs3b3XGm7mcuH7U2kuENmapZqQ { width:19.9980625rem;height:19.86475rem;top:62.8916015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A41P4nV3ppuUnZPQZlfIuClDzySGTc4c { display:block; }#A41P4nV3ppuUnZPQZlfIuClDzySGTc4c > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nna6wZGEz1CM2bTCOPTFKUEbrZKm5KkP { width:20rem;height:5.04948125rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ayETTgfNRo50w1IdvZdxKkpwv3lEAHuX { width:17.7495rem;height:3.436525rem;top:35.16796875rem;left:1.12353515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAZf69G3tbcIhp0ABkg8HF8pQsxB338K { display:block; }
 }@media only screen and (max-width: 763px) { #U6HF9euAaZC72DJC4nhp8R8ZoWCz1TqN { width:4.12475625rem;height:2.5996125rem;top:9.559326171875rem;left:1.312255859375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp2WRwMSp9G0A375dMHgoC60S8smgu3T { width:12.1875rem;height:4.38574375rem;top:8.66455078125rem;left:6.669921875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCTeSViBksrOtN1SF1nJRaA30048CSTZ { width:4.25rem;height:4rem;top:8.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiuML3E9vM1oAi6FkP68V6WJWvZA2rqg { width:9.624rem;height:4.38574375rem;top:13.868408203125rem;left:6.669921875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRJuh1AqdoTBTNQZGMdcp1pJ5qKvadSu { width:4.25rem;height:4rem;top:14.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgXkfVnU0DVeTZB0edcnNRvqltmB564W { display:flex;width:2.8125rem;height:2.8125rem;top:14.6875rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #S9BQl3nUhVVzcU2Zzn9CP5mFg2nDhQm6 { width:15.9375rem;height:5.0244125rem;top:2.90625rem;left:1.21875rem;font-size:2rem;line-height:1.2;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #gNdoi0dzRbPiZ0eRNRw50gGsNi0HkrEN { width:9.87425rem;height:4.38574375rem;top:19.180908203125rem;left:6.669921875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhRda1Jvfbs7fcT3QFTyJ3yADSVVtsyQ { width:4.25rem;height:4rem;top:19.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTIE0p4O4HmWF1R0pzT5STcyAzJ79HvE { width:2.0625rem;height:2.0625rem;top:20.34228515625rem;left:2.3408203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxbfEX84eRbMPozxDOnoV7v57MTrvZW5 { width:9.812rem;height:2.923825rem;top:25.03662109375rem;left:6.669921875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WINZEdxTGb8MqBD0yOV9OqCJObDT4Dbq { width:4.25rem;height:4rem;top:24.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNxI5JV73KKckeOgiwpAVbtKrTqnhmTl { width:2.4375rem;height:2.4375rem;top:25.3115234375rem;left:2.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdpiHz6x9nhAA8J0O3QTA8CwT6BrMdza { width:9.812rem;height:4.38574375rem;top:29.36767578125rem;left:6.669921875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smm8FCa0APGi3LqV39fcAbUPuG4WXiF4 { width:4.25rem;height:4rem;top:29.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx42KsHoVQNaq57WeQOAzOVmeBSkM5yq { display:flex;width:2.6245125rem;height:2.6245125rem;top:30.4990234375rem;left:2.061767578125rem; }
 }@media only screen and (max-width: 763px) { #VFxGtd4zogUud81CXq8vxLztJtxsKS8o { display:block; }#VFxGtd4zogUud81CXq8vxLztJtxsKS8o > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTBmxccvqrbHaTl1Azo0DxF67fx57aph { width:16.875rem;height:7.19825rem;top:1.99951171875rem;left:1.5615234375rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FFK05q8dNaJaJT1LBcIRQUTOOCd51CNM { width:17.375rem;height:7.0625rem;top:10.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3mZl9NWy009tbBNcb5IKPCWJNbOT26x { width:2.87475625rem;height:4.875rem;top:11.625rem;left:3.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT66lFCFitKmyLNnpWT9dTAvzc43bTgU { width:11.25rem;height:4.38574375rem;top:11.8125rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSbHvQ9IK4qxW6yZtyQABnfBqsKGM2VM { width:17.3125rem;height:8rem;top:18.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJilETFSH0IG2r7eflrKyha43L9rnRX3 { width:2.8125rem;height:4.875rem;top:19.375rem;left:3.0625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5iXkneAabq1GmT1vVLGXy42tPnOaVMg { width:11.25rem;height:4.38574375rem;top:19.9375rem;left:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWhnLDwqTH1CpBsx0HzqwfPS0lFCX6WX { width:17.3125rem;height:8rem;top:26.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im5QBfOmsQQtlJdvrgXAvLyzvIAdP5nM { width:11.25rem;height:4.38574375rem;top:28.5625rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atIsBkhcKlGNh6LAVHUrFbBVdmzReivT { width:17.3125rem;height:8rem;top:35.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0Bc77biPrxbpi9l1sd91dWXHeNsAADq { width:2.8125rem;height:4.875rem;top:36.5625rem;left:3.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmLqTEq6iPQ4hISgXkq5fdDKsV27Qb4h { width:11.25rem;height:5.84765625rem;top:36.5625rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvpoT7hlQtu7qbebLl88cXB7R8i2ml1C { width:2.8125rem;height:4.875rem;top:28rem;left:3.0625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSvhCPUJIzbiGsylsbrWm08f87Mp2Ka5 { width:18.999rem;height:3.375rem;top:47.875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhUsAtu5ndWtFtAS39hB2IBUc4L8Dp0a { display:block; }
 }@media only screen and (max-width: 763px) { #yJFDoBTT0c3U72WJviWowV67yRfxa0DR { width:17.124rem;height:2.5996125rem;top:44.0625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAglPLAoEFgZTZ1X9HncqUnFISVIsyJq { display:block; }#bAglPLAoEFgZTZ1X9HncqUnFISVIsyJq > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaNJXAgehFKfHCKBWIPm2vpsUZhmKd73 { width:14.9355625rem;height:2.3994125rem;top:2.3466796875rem;left:2.53125rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC { display:flex;height:auto;width:17.4975625rem;top:4.74462890625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #QXfhrbiqSnJzTbRHo9XUFE9xPh8lmUi7 {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #MJbvG06oO0PI5wDUFNsd2Dn04PswL2gT {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #ZmlyUPmK8bzsr0GfNV1vxMznVqw3PVDw {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #cfOymqy29qTMBhtnnkCBNZDOu2OGlFfg {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #AM7mgmNkkhgZL9EtxuO0zEd9cM8FGilV {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #sNMg3T8TTiAinBAPzpTEZUnSI3ODEZWI {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #u11toOfima9rp6S5vsSZawiBHRro08zD {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #qdxW3mKVHmvtZFtMrW8097KVc7uck9Od {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #xlu5zMrPhrPf6gbSfpqrgEx8T7TUKNoU {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #nTJpFbruhBSKQT8CG2fSkf0JkgxzTXGp {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #kwTE8rv26gOyvDMJPhzXmsub1vPBtOQD {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #ssu8wQRin9b45mds38a9QBSheNi1CdM2 {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #MXzElVy0zNWWmHl92MhaJ7ty67OOqVr2 {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #bHpGRDKVsFMN50gRAekORWuGVoi9UVGu {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #ZZpcyiT5bVa7UPBGgThbQoPl4APImwxb {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #HVp5sF7Dlnv0ChX1tRDCFKMQ8uVEMTFM {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #JbH0UI1g7ZFIstoxFU1kew6JRW1KtaIh {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #aHZwpVKiZyUMZ5bXHMi1dVOSZbyGyVzF {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #ZXoMseaEnDupIxB9ITTvWCTtpzveozhk {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #U9Fww2TCSey41rmECUoC9ex04UHJZcSf {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #JtxOFymtrqFnFTTHkTnl34eA1owFcu9B {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #nwhzyQoW6NTBDLoIXNwBCmvEIq1Z86vE {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #IGmwT4HTFzvLR8vSDLGZV3Wda7K0LheJ {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #Ag1RLa61davK22AgOiwNmgIlGsWriL4n {  }
 }@media only screen and (max-width: 763px) { #KyOrggpt5sKIXuWuHn6VWTkgMWqQSZRC #Pu5tBSp8GSrUZKTmmB2KBpUwTpL8v2N6 {  }
 }@media only screen and (max-width: 763px) { #GJFq3sR6t96Cg8qJulpgSBvvvbdnE4Tv { display:block; }#GJFq3sR6t96Cg8qJulpgSBvvvbdnE4Tv > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zffA0eqMqWZgB4mBiR7THFdZT7q5Qr0G { width:16.5600625rem;height:3.375rem;top:0rem;left:1.71826171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAxubZ6vHwc8IDcvVQo79CqUIzBTlZri { display:block; }
 }@media only screen and (max-width: 763px) { #wuXHrDbUz8Zyg5agbTA7qwupZFBFhino { display:none; }#wuXHrDbUz8Zyg5agbTA7qwupZFBFhino > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lp8CB1BtsiPbKX77DxV52yLVFeNWt225 { width:16.9980625rem;height:7.19825rem;top:2.4375rem;left:1.5rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-regular-label { display:block;width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.1;overflow:hidden; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-text {padding-top: 0; padding-bottom: 0;}#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.1;overflow:hidden; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-select {padding-top: 0; padding-bottom: 0;}#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa [class*="-text"]:-moz-placeholder { font-family:barlow; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa [class*="-text"]::-moz-placeholder { font-family:barlow; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa [class*="-text"]:-ms-input-placeholder { font-family:barlow; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa [class*="-text"]::-webkit-input-placeholder { font-family:barlow; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa  { width:16.125rem;height:auto;top:14.69677734375rem;left:0.685546875rem;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; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa {display:block;}#NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa { width:16.125rem;height:auto;top:14.69677734375rem;left:0.685546875rem;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; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #yeD7ldkTZr3aMBa0vu27mvObxzrCv1u8 {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #Qd7UkGSpeAc8LTUI9QKuKBQpNRDpaT3v { display:none; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #Za0nl7ZQmSvpnIx0LC6SpVa2Cwol5ei7 {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #wC58qDQTsChZG8szSJ5sV2aKkSRtGRJ4 {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #eWkQJlApvx2LC0gcMykz6WW7pJBC0bUZ { display:none; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #vxZu0ZyOUtwel1iDN5sdsy6zpmdTUTlb {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #T3lhMNCOAOULdCfCE83alBJ2DkgOBVDD {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #cO0TCnCdwqaamqI1TbuWOXoU3XmsHp8V { display:none; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #qe6B4cENrDQN38wBgCAldZwR4Ars8rJx {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #n2g7I9oqM0ZNIdnBvxHdo0ITkoWsOR08 {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #vcWEZra6Grz31RpmRipZbT2iHEOCT8yM { display:none; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #NPIiCgEZgsocCPf8d26GwIiVbFaSNZrB {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #CwGFB8HxQ1rdwZHycgVocnT8bIZp8CCy {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #UTwmTxG399f9r0Q6bHwsoOSwZekBrRa2 { display:none; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #Exp0WkZwaXekX43mEPEgwAO3xw5GGdET {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #hLRD3NLRT1vFSRlms9BSPaJCB4OLEkWh {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #CU6f9UiveyOEv2noXcPxvIpCXdptKP3X { display:none; }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #R7NBx6Wg8TVlV3OIi4TP7hEqyU9g1KGT {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #OSnDqSDwE0bt2H0Cbaic74EgmOPVc84f {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #OOXJFMPG24B96xyLERtGPEEylrTsRFm6 {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #HqUm2qO1HUBDZMe2orWRf3ErMWvdGaJ7 {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #IFVOCPRWNLA9ftg6lBTl0GZZ9OJ3IBeD {  }
 }@media only screen and (max-width: 763px) { #NzGG2lp4lbddFlDyMzDhUDPwQX9DUwVa #tCL1Fa4WlHcIX1ooMZPmC8ImQEN03wKB {  }
 }@media only screen and (max-width: 763px) { #Z0OivZFJULNBtGLP8rLDVFfRkRpS9I8X { width:19.9980625rem;height:2.25rem;top:10.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dw1AsSesGmaoP35t8R8XpmvaZvtLLH4v { display:block; }#dw1AsSesGmaoP35t8R8XpmvaZvtLLH4v > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOmWcFmE3VuRRCeS9tL77JcQIKcJSaQB { width:15.0615rem;height:3.8994125rem;top:2.17529296875rem;left:2.466796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfiD8x4dTa4HnedwIxkIx7AhI4nhJWzW { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#GfiD8x4dTa4HnedwIxkIx7AhI4nhJWzW > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5iMpPpfzMvobcsv2Xo2vBA1ABg7SBrF { width:10.125rem;height:2.6875rem;top:0rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXIn0c8C9wQB8MwEaghCZkbsufNF7fpk { display:flex;width:1.625rem;height:1.625rem;top:0.6875rem;left:11.1875rem; }
 }@media only screen and (max-width: 763px) { #tB051nTzKadFL4WQBp5Mix2Tz1TvXsnR { width:5.25rem;height:2.19921875rem;top:0.375rem;left:13.4375rem;font-size:1rem;font-family:"open sans";line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lIlrGZ2Ei9kOSFCi2LIPLgBWh9fuT3h9 { top:0rem;left:9.875rem;width:10.125rem;height:2.8125rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xwbJIXbZoEF1brZ7gAHHMo5EcU17O5xR { display:block; }
 }@media only screen and (max-width: 763px) { #fIE3VTdtpsR8f7oMleaqUwpgeDNye10z { width:11.5625rem;height:2.8125rem;top:7.5625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NohfvqtqlKBIWEf0SNpCTnAMFp6rnAD1 { display:block; }
 }@media only screen and (max-width: 763px) { #sxLXGiZs0WA50GTDCRZ2o7wZ5wrATDhL { width:9.625rem;height:2.75rem;top:0.0625rem;left:0rem;font-size:0.9375rem;z-index:15009;background-color:#e36b00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WZ0uuZ0VOu3nqvunmyUofBwACJuqbgxp { display:block; }
 }