.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4489Od9JeO5niD3WWa7dPscumoAnbWt { position:relative;display:none; }#f4489Od9JeO5niD3WWa7dPscumoAnbWt { border-width: 0; border-radius: 0; }#f4489Od9JeO5niD3WWa7dPscumoAnbWt > .row .container > .video-iframe-container {  }#f4489Od9JeO5niD3WWa7dPscumoAnbWt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#LLpWqwAkH7yV1zcaQgVMc1IHTa7mxaeO { background-color:#41c50d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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:15.5625rem;height:3rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:2.125rem;left:57.562503814698rem;display:none; }
#CsdXlDPyUCkWvnpxd8QukB8y6Oh4Dgqt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VRa6r880M2L0NIQHRk1UxQ6raPTStWD6 { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:0.46788215637207rem;left:57.875003814698rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD { position:relative;display:none; }#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD { border-width: 0; border-radius: 0; }#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD > .row .container > .video-iframe-container {  }#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#TLyNFl6NVNrwgDAD8tGRvaVkxsuXFQbZ { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.18676875rem;width:5.1245125rem;top:0rem;left:1.982421875rem;overflow:hidden;display:block; }
#ayKiWHNhMGzfZgA5G3yTB7IPr4TWZ8zt { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:0.46788215637207rem;left:57.875003814698rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eKmmA133T6wUN19yJyuRiRfIGEsziIqu { box-sizing:content-box;color:#ff9600;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15059;top:1.875rem;left:53.937503814698rem;display:block; }
#HZ0T2XNbCaNnNrc0TEo4LEEEGPfLtTBl { background-color:#41c50d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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:15.5625rem;height:3rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:2.125rem;left:57.562503814698rem;display:block; }
#nT0WqtwuGVwdL63QtEaA7DlP0tVLt28P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9b0000;background-image:none;position:relative;display:block; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { background-color: transparent; background-image: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .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); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { border-width: 0; border-radius: 0; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container {  }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { font-size:0.875rem;font-family:"open sans";height:44.9375rem;width:75rem;position:relative;display:block; }#zQnJbkhISTyCKq98RSN8u9dh4OFLKemL { color:#000000;display:block;width:39.74975rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:4.955078125rem;left:34.0908203125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AmrOQb1cCR64WKzleD6X8l6M24ZvW386 { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:9.3740234375rem;left:1.68701171875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MXiJpNAXfIG544CZ2LtIZM8NUMFqzL8u { color:#f3b900;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:6.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.875rem;left:1.68701171875rem;height:8.9375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JnOw3AV3BXpgm5zLMJ42nXgxK57n9xDJ { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.6865234375rem;left:1.68701171875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TlCOZFTTvQKFsQmuZTeHaQw3VFC4txF9 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.62475625rem;width:1.62475625rem;top:13.04248046875rem;left:23.05908203125rem;overflow:hidden;display:block; }
#M09QzmaqxAaZFkIxaNRNcaJPGJC0TJHI { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:22.70556640625rem;left:11.90576171875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SIKu9QUW8bKkS64bZZ47Xk6hdUfAuKC4 { color:#232323;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:38.475695133209rem;left:12.923610687256rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#lqJLVTJrHWicowCrn7FLHey9wVVtVgLt { background-color:#41c50d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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:15.5625rem;height:3rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:40.611980438233rem;left:17.5625rem;display:none; }
#wlvTt1VsxhUsPahlioCTnqD0hBGGhVQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#skTs0HXTMcVqA4t7Z22Ir7WdG3neVTuf { box-sizing:content-box;color:#ff9600;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15060;top:37.374133110046rem;left:14.048610687256rem;display:none; }
#Ov5LgauJMNaOFDvytbqrgzLFs5PH5ZmT { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.65538215637206rem;left:0.921875rem;overflow:hidden;display:none; }
#MzQPnAJCLRfZOmdzTJFlvtnQ9bJrE6pd { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:11.6875rem;top:0.82275390625rem;left:1.68701171875rem;overflow:hidden;display:block; }
#VKeGmfuCMw8kll38FDR9PXI7vJUTUS8w { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:25.72705078125rem;left:34.935546875rem;height:1.5rem;font-style:normal;display:block; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-form-header {  }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#3e3e3e;width:37.9375rem;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; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #5d5d5d;border-left:0.0625rem solid #5d5d5d;border-right:0.0625rem solid #5d5d5d;border-bottom:0.0625rem solid #5d5d5d;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:37.9375rem;box-sizing:border-box;height:3.5625rem;color:#2f2f2f;font-size:0.9375rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #5d5d5d;border-left:0.0625rem solid #5d5d5d;border-right:0.0625rem solid #5d5d5d;border-bottom:0.0625rem solid #5d5d5d;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:37.9375rem;box-sizing:border-box;height:4.375rem;color:#2f2f2f;font-size:0.9375rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .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:37.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .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; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#28a745;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.8125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:2.0625rem;font-weight:bold;color:#ffffff;width:37.125rem;height:5.375rem;font-family:"open sans";overflow:hidden;line-height:2; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S [class*="-text"]:-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S [class*="-text"]::-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:36.6875rem;overflow:hidden;font-style:normal;float:none; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .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; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-container:first-of-type{padding-top:0;}#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-container:last-of-type{padding-bottom:0;}#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15022;position:absolute;top:14.4423828125rem;left:33.58984375rem; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:37.9375rem;display:block;vertical-align:top; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S {display:block;}#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15022;position:absolute;top:14.4423828125rem;left:33.58984375rem; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #u5a3P6e9PLXlCBw71N5PtFsbq4838TGF { position:relative; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #iidENMcxrFkSQBQ21rJGA6P6UeLWeVa2 { position:relative;display:block; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #V0v0yMcxMV1CxVpfzZeVDPCoe3eJooUu { position:relative; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #wKCoTobc3hlTl5hMxZyzT5476eGQ3cf1 { position:relative; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #EuEATQRos9ytWqzvRhBSCLNnUIFITE6R { position:relative;display:block; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #ZxdLhoqqlmUKkFm27Va8ShzdLkfR0eOx { position:relative; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #pw5HcePhev5T2G9HN8ADRQToDWAtHCvS { position:relative; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #BvQrIqEvLAE3SGzw6OQKPhfQLJ3k2CMX { position:relative;display:none; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #DbNQfSrGX6qa40evazgdJF75zhTh1ySm { position:relative; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #sHApSBuvqhTnVhPG3fkxvvsRbKy5cAFH { position:relative; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #CKQarQkT25tUUu07yw2GM2uhHxTZ6lA5 { position:relative;z-index:2; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #FVxumBunbUDd5aNbqlQcCoaRRGUSTWwy { position:relative; }
#LDJ6U71uwMRTJ98Psah7PMFIOQOwyitx { position:relative;display:block; }
#Bcqd0lNoe1ulkAwOvXdGF5oAr58UBA81 { position:relative;display:block; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #A3DB9pDZKB0iLJIWKMOMni9BQPfzODIT { position:relative; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #K9TTICLOL1w88zTauILPrQ0McGQLbgFa { position:relative; }
#Rv1DTyWrIFXxAwzaEu4JvwltaiTA2ziG { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:35.7958984375rem;left:3.75rem;height:1.625rem;text-align:justify;text-align-last:initial;display:block; }
#TkHoJFh4uvVEmg5gtLhZIzQRReS5kfuz { color:#ffffff;display:block;width:24.12475rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:31.8623046875rem;left:3.75rem;height:3.25rem;text-align:justify;text-align-last:initial;display:block; }
#Rf7C8KKHN1ye4QWdZzReTPP33qAsZZni { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:28.9365234375rem;left:3.75rem;height:1.70605625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Wt9zLqLcKsV0T0JEtqmNTvSwHMTatglt { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.06213125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15068;top:28.375rem;left:1rem;display:block; }
#O9O6COX0yCgLJKLVxRca84Mxcd2GJUfg { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:31.55517578125rem;left:1rem;display:block; }
#VBh6EelnOeaQSWa6UakI3v4ONr9v2hv8 { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:35.111328125rem;left:0.99951171875rem;display:block; }
#Ip1td5Fv5cWPHRIuvteHNJwUKITUKQ9s { position:absolute;display:block;z-index:15001;background-color:#f3b900;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;height:3.625rem;width:40.5625rem;top:4.74951171875rem;left:33.6845703125rem;display:block; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.67375rem;padding-right:0.58625rem;padding-bottom:0.67375rem;padding-left:0.58625rem;display:block;align-items:center;width:3.51875rem;min-width:3.51875rem;height:3.620625rem;position:relative;font-family:arial;font-size:2.695rem;font-weight:700;line-height:57.93px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.42125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.69125rem;height:1.43rem;position:relative;font-family:arial;font-size:1.01rem;font-weight:700;line-height:22.88px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:17.0625rem;height:6.819375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.10400390625rem;left:45.4326171875rem;z-index:15073; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #l0xpsfiuxqUKTPghhugTpii7IfbgS9VR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #f38oOJs2xToGnWi4oe3BCTUIDRkZGCNc { width:auto; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #OrS9K8DUcTMdOHSIymdkzoC01NkT11dS {  }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #TFXLFnk6nX3HX5OypwLTFlMWUJOclMBU { display:flex;position:relative;top:0rem;left:0rem; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #P1TcbTqsGmQyCTT5i6hlPq48sq3EUenL {  }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #SxPVfgR9CCTnqMQCm5y0c0o2wRtCKzGK {  }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #xvz1nMM1rRMBsHWtusIpMwJyfMeyq7AU { display:flex;position:relative;top:0rem;left:0rem; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #QCuaMsTaWugHpFxfr5AzeUS8up2gXprI {  }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #zmnFoXgM15CT6152kaol0ltzUB8DheZv {  }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #lNOtm08UbCl6SCb7pPlUia6uxBkLh6mg { display:flex;position:relative;top:0rem;left:0rem; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #owBGyOw2GFlsqTvxnMChRcgkHpmouArO {  }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #lwSw3ITEsQ7vtiDn7vm4ysFwGUstExpJ {  }
#lH3gAfTzaE1XRXOrTAWGlZvQARil0UUB { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:28.243041992188rem;left:1.0001220703125rem;display:none; }
#Zoc7xr43gOKrO7WZyNwsXfV6wAAHhyxI { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:28.243041992188rem;left:1.0001220703125rem;display:none; }
#TPm8EU8C0w5EvbFn2iTD1zJOA46Ti1KW { box-sizing:content-box;color:#00b314;font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:28.243041992188rem;left:1.0001220703125rem;display:none; }
#PintgFLWqwkV5GDefMg8szczNRnTaaoT { position:absolute;display:block;z-index:15002;background-color:#f3b900;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;height:1.8125rem;width:11.6875rem;top:5.625rem;left:1.6875rem;display:block; }
#bf1mf0QiU1RmMRWwXkaPhc5T8hHbCrue { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.75rem;left:1.9375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#quwuotGenv9JZAI5AbqMPPWdoPanJiun { color:#ffffff;display:block;width:17.124625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.875rem;left:45.375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aUDArNwyuSUyGzIZlagMDl7Tl6v9GO1e { box-sizing:content-box;color:#f3b900;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15074;top:1.3125rem;left:42.3125rem;display:block; }
#bCqNPpdFw8bCfpZX32O1E5wxpxryAqzT { box-sizing:content-box;color:#f3b900;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15075;top:1.3125rem;left:62.5rem;display:block; }
#KBxPi9Kme6a93bWIxleqHTeyaTsfdcSE { box-sizing:content-box;color:#420e7d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15074;top:6.3125rem;left:42.3125rem;display:none; }
#glZC4fqyvGJPntNrV9fqJwpgT3rDs49Z { box-sizing:content-box;color:#420e7d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15075;top:6.3125rem;left:62.5rem;display:none; }
#L9iIQNb6gy4lI8bELkmOMMhTawiQV1lB { color:#232323;display:block;width:17.124625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.875rem;left:45.375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#t7RkcU3RhOz40Vn2IocxHvVDTUf3UOOB { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:18.25rem;left:1.68701171875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z7QFIdx61Tw4nAaNRxkT0uDniiBelsDO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#JqI0A3J3izx5pTnUy0MWvGqTlE3T6lGQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/a4c698ba-3847-4af5-88e6-ec3d789b6f84/Progettosenzatitolo45.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.adaptive-delivery-prevent-bg, #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.lazyload, #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.lazyloading { background-image: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { border-width: 0; border-radius: 0; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row > .video-iframe-container {  }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { font-size:0.875rem;font-family:"open sans";height:30.25rem;width:75rem;position:relative;display:none; }#ekVAy3dwT0pSmT8EXQQN3p9dAgwbDQMQ { color:#211e1f;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:13.625rem;left:27.3125rem;height:1.381225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vxlWNaGDmLPa6ZfiqvwzxsP1dOqXKalW { box-sizing:content-box;color:#fc560f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15056;top:13.3125rem;left:25.25rem;display:block; }
#MH7tw3RHrEIqp81cawz7RzA3DR8mh96s { color:#211e1f;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:16.3125rem;left:27.3125rem;height:1.381225rem;text-align:justify;text-align-last:initial;display:block; }
#e7xG76eHh08zsxe0sIE8AfWKl1qf0Iml { box-sizing:content-box;color:#ff4d37;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:16rem;left:25.25rem;display:block; }
#nekTi5T7vXRVRCwoURqD9ux9iaAZ5BrA { color:#211e1f;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:19.125rem;left:27.3125rem;height:1.2994375rem;text-align:justify;text-align-last:initial;display:block; }
#V4eKA7vyrVTfExxNrefwv1bXL7mlMGyG { box-sizing:content-box;color:#ff4d37;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:18.68733215332rem;left:25.249674797058rem;display:block; }
#Ef2aPWWgS1t6SLWIeRsMUKlGEoQSeviS { color:#2f2f2f;display:block;width:53.8105625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.6875rem;left:11.3125rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fN2WV0ZPgJseyA9g8mAyPXGXSqbHmLq4 { color:#232323;display:block;width:31.62275rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.498859882355rem;left:25.812987327576rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hoIo9EoWTTmfvNzclt5a5OXwUSGW7h19 { color:#211e1f;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:21.75rem;left:27.375rem;height:1.2994375rem;text-align:justify;text-align-last:initial;display:block; }
#NLmBIdpPDE3VbGu0kW3qfOFFroOfVntF { box-sizing:content-box;color:#ff4d37;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:21.3125rem;left:25.25rem;display:block; }
#A6ZmNqqqb0xxdEHIw6J1F3bZKc5hqS0e { color:#313131;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:7.6875rem;left:19.0625rem;height:1.4620375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PgPqwtdHfroJECvUiFs0xVKeGZOINqo1 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.530923843384rem;left:27.312010765076rem;height:1.381225rem;text-align:justify;text-align-last:initial;display:block; }
#yFDzqd8THzkRXyngcm59zuheAWK3Dyba { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:24.059732437134rem;left:27.312010765076rem;height:1.381225rem;text-align:justify;text-align-last:initial;display:block; }
#afgiSaIon6nJ5KzoEeauCLRzRU3Vc9Qd { box-sizing:content-box;color:#ff4d37;font-size:1.3125rem;font-weight:400;line-height:1;height:1.93685rem;width:2.062175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15062;top:23.872882843017rem;left:25.311686515808rem;display:block; }
#o6CRzIinfMQgwU1tCXu26fhN6IJxRRdT { box-sizing:content-box;color:#ff4d37;font-size:1.3125rem;font-weight:400;line-height:1;height:1.93685rem;width:2.062175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:26.28271484375rem;left:25.311686515808rem;display:block; }
#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/a4c698ba-3847-4af5-88e6-ec3d789b6f84/Progettosenzatitolo45.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ.adaptive-delivery-prevent-bg, #J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ.lazyload, #J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ.lazyloading { background-image: none; }#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ > .row .container { border-width: 0; border-radius: 0; }#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ > .row > .video-iframe-container {  }#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ > .row .container { font-size:0.875rem;font-family:"open sans";height:28.5625rem;width:75rem;position:relative;display:none; }#Oax94Awat2H31NvH12oqMAzQA75WrJKd { color:#211e1f;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:9.12451171875rem;left:27.437335014343rem;height:1.4431125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fKPFE7eigge1OCpcCxATE1cwTt4IO1Q8 { box-sizing:content-box;color:#fc560f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15056;top:8.8746643066406rem;left:25.249835014343rem;display:block; }
#tuPbwfng3Fq4aSUsCB4sdbqKfSLNBF8g { color:#211e1f;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:11.8125rem;left:27.437335014343rem;height:1.4431125rem;text-align:justify;text-align-last:initial;display:block; }
#fEu5vwde3B1INNdTAyIduliHbsq39DEe { box-sizing:content-box;color:#fc560f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:11.56184387207rem;left:25.249835014343rem;display:block; }
#c9pbuImJF8VMFxkI4NGhCFMtvQzlT4LQ { color:#211e1f;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:14.625rem;left:27.437335014343rem;height:1.29980625rem;text-align:justify;text-align-last:initial;display:block; }
#Ty8Zu8bPVzoGEuIlNFLP0VUre9XpuV7F { box-sizing:content-box;color:#fc560f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:14.24983215332rem;left:25.187174797058rem;display:block; }
#ZFNWGb0bEkdwv4Ny6tXaiL1c6PZisrVO { color:#2f2f2f;display:block;width:53.8105625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.3115234375rem;left:11.436767578125rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HlJnAzllBPoeFiODa2qDNI3ZG4VE5vDc { color:#232323;display:block;width:31.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.625rem;left:19.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPt82E85T4Tdc6WxIgxikhVaM2aXrnxV { color:#211e1f;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:17.24951171875rem;left:27.499999046326rem;height:1.298825rem;text-align:justify;text-align-last:initial;display:block; }
#nqcD1HE4fF1fAZDB64Uks2ULDWTxRDtk { box-sizing:content-box;color:#fc560f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:16.87434387207rem;left:25.249835014343rem;display:block; }
#JquVA9LtCXBzfL2pg9SOzNWqQBD5anBr { color:#313131;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:3.93701171875rem;left:19.18701171875rem;height:1.461425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QfSWIy3XVQ1zFGLNI6776iWl5EaUaoyo { background-color:#41c50d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #09699d;border-left:0.125rem solid #09699d;border-right:0.125rem solid #09699d;border-bottom:0.125rem solid #09699d;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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:15.5625rem;height:3rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:22.4375rem;left:40.5rem;display:block; }
#Z3Np8CnfqDeCKl1IV7gMg0RTq4FhhW05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bx020gVzcSNOv2xLU2XoGP4nOq3T9wgv { background-color:#41c50d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #9d0909;border-left:0.1875rem solid #9d0909;border-right:0.1875rem solid #9d0909;border-bottom:0.1875rem solid #9d0909;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;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:16.0625rem;height:3rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:22.4375rem;left:18.875rem;display:block; }
#EimvNHG4AK39odQkB0dRTLqQDqwJN0iV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1h1sUvGVXop6ns8VuJbQfh9TL5LceDJ { color:#211e1f;display:block;width:3.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:23.3125rem;left:35.9375rem;height:1.298825rem;text-align:justify;text-align-last:initial;display:block; }
#EHc5eCZRXXbTQ2gwrtLA8RdrvqmLMTrv { color:#232323;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.9375rem;left:43.9375rem;height:1.4431125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LISVsCUJwVEatPWhWbOml95ciRmPWTwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB > .row .container { background-color: transparent; background-image: none; }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB > .row .container > .video-iframe-container { display: none; }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB > .row > .video-iframe-container { display: none; }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB > .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); }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB > .row .container { border-width: 0; border-radius: 0; }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB > .row > .video-iframe-container {  }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#Q4ABCke4XSB7v6Jow4ArmP0VRZNroKLb { position:absolute;display:block;z-index:15000;background-color:#16161a;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:24rem;width:18rem;top:2.75rem;left:9.8125rem;display:block; }
#ZdtFfrJahaNMx1fHeXhuJST57PV3HPP9 { color:#ffffff;display:block;width:16.9355625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:13.25rem;left:10.5625rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CfduFsULBMKzAQ6tK8e66uQTxsThGIs8 { color:#ffffff;display:block;width:16.9360625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.5625rem;left:10.5625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#tT5U1IVW5htcazcWm3KT3xebf3xXqTLf { position:absolute;display:block;z-index:15005;background-color:#16161a;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:24rem;width:18rem;top:2.8125rem;left:28.625rem;display:block; }
#Js58T23Wqh34RRHt3Kt1mAxE3QwWKfQm { position:absolute;display:block;z-index:15015;background-color:#16161a;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:24rem;width:18rem;top:2.75rem;left:47.5rem;display:block; }
#L9T0Owto9x4GX7SXD3KH4XCLJ1AwZT9A { color:#ffffff;display:block;width:16.9355625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:13.25rem;left:29.3125rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WNCLKch7oSTydvAPA0zVMxC2vSzgpd17 { color:#ffffff;display:block;width:16.9360625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:19.5625rem;left:29.3125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#KhvAv7TwIBds7ixJO2u2DpWCTZAqVs9w { color:#ffffff;display:block;width:16.9355625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:13.25rem;left:48.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4QdgU0iTWZUzqmhlW2tRn09EovtNPsm { color:#ffffff;display:block;width:16.9360625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:19.5625rem;left:48.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#QJ21CcswKbFQyO06aAwxkco9QmTwATA1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:6.5rem;left:35.625rem; }
#A9ms14JhL7zT97Cyw64y3qNLTBS2Gi4O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:6.3125rem;left:54.1875rem; }
#PTUgR15WNF9E8f1bzwI96X0HOP9RJPkz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:6.375rem;left:16.5rem; }
#A1VDsgByu8cIEycV3WGcPbfLBENEt5JF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:22.6875rem;left:23.3125rem; }
#FXiad9KWA6DwtvQHu4h9o4VaUpP3a0mW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:22.6875rem;left:41.9375rem; }
#m7STHQu5QZCkS8l8EBDZvTAlD6kDnCE9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:22.6875rem;left:61.1875rem; }
#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 { position:relative;display:block; }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 { background-color: transparent; background-image: none; }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 > .row .container > .video-iframe-container { display: none; }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 > .row > .video-iframe-container { display: none; }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 > .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); }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 { border-width: 0; border-radius: 0; }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 > .row .container > .video-iframe-container {  }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#fbpP6Dt5aGoNSGMoWTCEkTDfU6y5FaWI { color:#232323;display:block;width:47.374875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.032470703125rem;left:13.812255859375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MlDa2UevEhtLM4ruGxyaKIHrTp3foZRJ { color:#232323;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.2822265625rem;left:27.6875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kWgnNBLwTxIbVGM4cF7K0qnLd4FudaS7 { background-color:#fab40e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;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:15007;text-align:center;text-align-last:center;top:17.75rem;left:37.0625rem;display:block; }
#cJaTx4A9evRXQMdg4mx1HQ9W8MrWUZUW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WgqASGCZrPTm5cadxT0Ph37nvCNzT0uC { background-color:#28a745;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"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:15008;text-align:center;text-align-last:center;top:23rem;left:37.0625rem;display:block; }
#E0dLNFkN7I09LA9nKdWdPfmzUG43G1mT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x3WiK7J0Eta1qOmTlZLhgHoLQb8Ktdv9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.1875rem;width:23.8125rem;top:9.875rem;left:0rem;overflow:hidden;display:block; }
#wDhq3nmZZgQ5gg1B9Uh0qARkIFJkoIVd { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.4375rem;left:0.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:none;position:relative;display:none; }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ > .row .container { border-width: 0; border-radius: 0; }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ > .row > .video-iframe-container {  }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:none; }#yBuT1MXti2Dnr8VrSv0wQZhKWOzNPE4w { color:#ffffff;display:block;width:63.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.9;letter-spacing:0;top:1.1875rem;left:0.6875rem;height:2.85rem;display:block; }
#MZ9qzsmr4TmGxmDiZJiSaeV0ioIO8nrF { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;top:1.2558670043945rem;left:47.1875rem;height:1.425rem;font-style:normal;display:block; }
#oR1gdP9gdDITCa8V1nb7VSb5xTov2nZM { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:1.1875rem;left:64.3125rem;height:1.425rem;font-style:normal;display:block; }
#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;background-image:none;position:relative;display:none; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { border-width: 0; border-radius: 0; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row > .video-iframe-container {  }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:none; }#aNLGt0f5CQ5mpr0I7p2GNPKmOk8nJMxM { color:#f6f6f6;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.68684768676756rem;left:0.81163024902344rem;height:1.11840625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RR9xH7FVmDyP9v1n8QiDJahQbs2rEOTc { color:#ffffff;display:block;width:6.312125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.62456512451172rem;left:20.749347686767rem;height:1.20019375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#neRMCyEdWVuh6SOard1QSL4D3cbM18Oc { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.311875rem;height:1.81206875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.34136199951172rem;left:27.187065124512rem;display:block; }
#DucQEclRmQZQURvTqG2uw53SbXr3q6aC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m2qqpyDJOstgnE2hwsacgPObBE08smWP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0100;background-image:none;position:relative;display:block; }#m2qqpyDJOstgnE2hwsacgPObBE08smWP > .row .container { background-color: transparent; background-image: none; }#m2qqpyDJOstgnE2hwsacgPObBE08smWP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2qqpyDJOstgnE2hwsacgPObBE08smWP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2qqpyDJOstgnE2hwsacgPObBE08smWP > .row .container > .video-iframe-container { display: none; }#m2qqpyDJOstgnE2hwsacgPObBE08smWP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2qqpyDJOstgnE2hwsacgPObBE08smWP > .row > .video-iframe-container { display: none; }#m2qqpyDJOstgnE2hwsacgPObBE08smWP > .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); }#m2qqpyDJOstgnE2hwsacgPObBE08smWP > .row .container { border-width: 0; border-radius: 0; }#m2qqpyDJOstgnE2hwsacgPObBE08smWP > .row > .video-iframe-container {  }#m2qqpyDJOstgnE2hwsacgPObBE08smWP > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#AtqaEMm6xkVQxxhwgxR3bndLv0DMRQ1V { color:#ffffff;display:block;width:60.187375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.9527587890625rem;left:7.406005859375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { border-width: 0; border-radius: 0; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container > .video-iframe-container { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fecb00;background-image:url("https://images.assets-landingi.com/cma2fTq6/pattern_white.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:5.125rem;width:75rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;position:relative;display:none; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container.adaptive-delivery-prevent-bg, #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container.lazyload, #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container.lazyloading { background-image: none; }#HoByv1kWUNRlH5ccBxukbF7ti1PwFtkg { background-color:#ffffff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#232323;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.21875rem;left:35.375rem;display:block; }
#VAZZGH35GiUHIOgKI6kyb3fbI2Ea0w5S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qvss7BofGAZVTFN3aJPq8sTwcsbLaMR5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:0.5625rem;left:7.3125rem;overflow:hidden;display:block; }
#LHhNVMDJ6QcJ5tcTCSyk4T4NGahtD2o7 { color:#2f2f2f;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:9.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4489Od9JeO5niD3WWa7dPscumoAnbWt { display:none; }#f4489Od9JeO5niD3WWa7dPscumoAnbWt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LLpWqwAkH7yV1zcaQgVMc1IHTa7mxaeO { width:15.5625rem;height:3rem;top:2.125rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsdXlDPyUCkWvnpxd8QukB8y6Oh4Dgqt { display:block; }
 }@media only screen and (max-width: 763px) { #VRa6r880M2L0NIQHRk1UxQ6raPTStWD6 { top:9.3125rem;left:0rem;width:13.8125rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD { display:block; }#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLyNFl6NVNrwgDAD8tGRvaVkxsuXFQbZ { top:0rem;left:0rem;width:5.0625rem;height:5.1240028777128rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayKiWHNhMGzfZgA5G3yTB7IPr4TWZ8zt { top:0.4375rem;left:32.875rem;width:14.875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKmmA133T6wUN19yJyuRiRfIGEsziIqu { top:1.875rem;left:40.312503814698rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ0T2XNbCaNnNrc0TEo4LEEEGPfLtTBl { width:15.5625rem;height:3rem;top:2.125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT0WqtwuGVwdL63QtEaA7DlP0tVLt28P { display:block; }
 }@media only screen and (max-width: 763px) { #gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN { display:block; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQnJbkhISTyCKq98RSN8u9dh4OFLKemL { top:4.9375rem;left:8.0625rem;width:39.6875rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmrOQb1cCR64WKzleD6X8l6M24ZvW386 { top:9.3125rem;left:0rem;width:24.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXiJpNAXfIG544CZ2LtIZM8NUMFqzL8u { top:18.875rem;left:0rem;width:7.5rem;height:8.9375rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnOw3AV3BXpgm5zLMJ42nXgxK57n9xDJ { top:12.625rem;left:0rem;width:27.625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlCOZFTTvQKFsQmuZTeHaQw3VFC4txF9 { top:13rem;left:9.43408203125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M09QzmaqxAaZFkIxaNRNcaJPGJC0TJHI { top:22.6875rem;left:0rem;width:4.3125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIKu9QUW8bKkS64bZZ47Xk6hdUfAuKC4 { top:38.4375rem;left:0rem;width:26rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqJLVTJrHWicowCrn7FLHey9wVVtVgLt { width:15.5625rem;height:3rem;top:40.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlvTt1VsxhUsPahlioCTnqD0hBGGhVQG { display:block; }
 }@media only screen and (max-width: 763px) { #skTs0HXTMcVqA4t7Z22Ir7WdG3neVTuf { top:37.3125rem;left:0.42361068725586rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov5LgauJMNaOFDvytbqrgzLFs5PH5ZmT { top:0.625rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzQPnAJCLRfZOmdzTJFlvtnQ9bJrE6pd { top:0.8125rem;left:0rem;width:11.6875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKeGmfuCMw8kll38FDR9PXI7vJUTUS8w { top:25.6875rem;left:21.310546875rem;width:19.5rem;height:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-regular-label { width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-text { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-textarea { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-select { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-button { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-checkbox-label { width:18.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S  { width:19.9375rem;height:auto;top:22.3125rem;left:25.3125rem; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .radio-container { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S {display:block;}#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S { width:19.9375rem;height:auto;top:22.3125rem;left:25.3125rem; }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #u5a3P6e9PLXlCBw71N5PtFsbq4838TGF {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #iidENMcxrFkSQBQ21rJGA6P6UeLWeVa2 {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #V0v0yMcxMV1CxVpfzZeVDPCoe3eJooUu {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #wKCoTobc3hlTl5hMxZyzT5476eGQ3cf1 {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #EuEATQRos9ytWqzvRhBSCLNnUIFITE6R {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #ZxdLhoqqlmUKkFm27Va8ShzdLkfR0eOx {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #pw5HcePhev5T2G9HN8ADRQToDWAtHCvS {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #BvQrIqEvLAE3SGzw6OQKPhfQLJ3k2CMX { display:none; }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #DbNQfSrGX6qa40evazgdJF75zhTh1ySm {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #sHApSBuvqhTnVhPG3fkxvvsRbKy5cAFH {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #CKQarQkT25tUUu07yw2GM2uhHxTZ6lA5 {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #FVxumBunbUDd5aNbqlQcCoaRRGUSTWwy {  }
 }@media only screen and (max-width: 763px) { #LDJ6U71uwMRTJ98Psah7PMFIOQOwyitx { display:block; }
 }@media only screen and (max-width: 763px) { #Bcqd0lNoe1ulkAwOvXdGF5oAr58UBA81 { display:block; }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #A3DB9pDZKB0iLJIWKMOMni9BQPfzODIT {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #K9TTICLOL1w88zTauILPrQ0McGQLbgFa {  }
 }@media only screen and (max-width: 763px) { #Rv1DTyWrIFXxAwzaEu4JvwltaiTA2ziG { top:35.75rem;left:0rem;width:24.1875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkHoJFh4uvVEmg5gtLhZIzQRReS5kfuz { top:31.8125rem;left:0rem;width:24.0625rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf7C8KKHN1ye4QWdZzReTPP33qAsZZni { top:28.875rem;left:0rem;width:26.0625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt9zLqLcKsV0T0JEtqmNTvSwHMTatglt { top:28.375rem;left:0rem;width:3rem;height:2.8162972881397rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9O6COX0yCgLJKLVxRca84Mxcd2GJUfg { top:31.5rem;left:0rem;width:3rem;height:2.8167457394599rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBh6EelnOeaQSWa6UakI3v4ONr9v2hv8 { top:35.0625rem;left:0rem;width:3rem;height:2.8167457394599rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip1td5Fv5cWPHRIuvteHNJwUKITUKQ9s { top:4.6875rem;left:7.1875rem;width:40.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr { width:13.5rem;height:5.0625rem;display:flex;top:13.5625rem;left:28.375rem;z-index:15073; }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #l0xpsfiuxqUKTPghhugTpii7IfbgS9VR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #f38oOJs2xToGnWi4oe3BCTUIDRkZGCNc {  }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #OrS9K8DUcTMdOHSIymdkzoC01NkT11dS {  }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #TFXLFnk6nX3HX5OypwLTFlMWUJOclMBU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #P1TcbTqsGmQyCTT5i6hlPq48sq3EUenL {  }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #SxPVfgR9CCTnqMQCm5y0c0o2wRtCKzGK {  }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #xvz1nMM1rRMBsHWtusIpMwJyfMeyq7AU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #QCuaMsTaWugHpFxfr5AzeUS8up2gXprI {  }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #zmnFoXgM15CT6152kaol0ltzUB8DheZv {  }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #lNOtm08UbCl6SCb7pPlUia6uxBkLh6mg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #owBGyOw2GFlsqTvxnMChRcgkHpmouArO {  }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #lwSw3ITEsQ7vtiDn7vm4ysFwGUstExpJ {  }
 }@media only screen and (max-width: 763px) { #lH3gAfTzaE1XRXOrTAWGlZvQARil0UUB { top:28.1875rem;left:0rem;width:3rem;height:2.8169845910126rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zoc7xr43gOKrO7WZyNwsXfV6wAAHhyxI { top:28.1875rem;left:0rem;width:3rem;height:2.8169845910126rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPm8EU8C0w5EvbFn2iTD1zJOA46Ti1KW { top:28.1875rem;left:0rem;width:3rem;height:2.8169845910126rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PintgFLWqwkV5GDefMg8szczNRnTaaoT { top:5.625rem;left:0rem;width:11.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf1mf0QiU1RmMRWwXkaPhc5T8hHbCrue { top:5.75rem;left:0rem;width:11.0625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quwuotGenv9JZAI5AbqMPPWdoPanJiun { top:1.875rem;left:30.6875rem;width:17.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUDArNwyuSUyGzIZlagMDl7Tl6v9GO1e { top:1.3125rem;left:28.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCqNPpdFw8bCfpZX32O1E5wxpxryAqzT { top:1.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBxPi9Kme6a93bWIxleqHTeyaTsfdcSE { top:6.3125rem;left:28.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #glZC4fqyvGJPntNrV9fqJwpgT3rDs49Z { top:6.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9iIQNb6gy4lI8bELkmOMMhTawiQV1lB { top:25.5625rem;left:0rem;width:17rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7RkcU3RhOz40Vn2IocxHvVDTUf3UOOB { top:18.25rem;left:0rem;width:5.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7QFIdx61Tw4nAaNRxkT0uDniiBelsDO { display:none; }
 }@media only screen and (max-width: 763px) { #JqI0A3J3izx5pTnUy0MWvGqTlE3T6lGQ { display:none; }
 }@media only screen and (max-width: 763px) { #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 { display:block; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekVAy3dwT0pSmT8EXQQN3p9dAgwbDQMQ { top:13.625rem;left:13.1875rem;width:34.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxlWNaGDmLPa6ZfiqvwzxsP1dOqXKalW { top:13.3125rem;left:11.625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH7tw3RHrEIqp81cawz7RzA3DR8mh96s { top:16.3125rem;left:13.6875rem;width:31.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7xG76eHh08zsxe0sIE8AfWKl1qf0Iml { top:16rem;left:11.625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nekTi5T7vXRVRCwoURqD9ux9iaAZ5BrA { top:19.125rem;left:13.6875rem;width:23.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4eKA7vyrVTfExxNrefwv1bXL7mlMGyG { top:18.625rem;left:11.624674797058rem;width:2.0625rem;height:1.9371552487059rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef2aPWWgS1t6SLWIeRsMUKlGEoQSeviS { top:4.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN2WV0ZPgJseyA9g8mAyPXGXSqbHmLq4 { top:10.4375rem;left:12.187987327576rem;width:31.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoIo9EoWTTmfvNzclt5a5OXwUSGW7h19 { top:21.75rem;left:13.75rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLmBIdpPDE3VbGu0kW3qfOFFroOfVntF { top:21.3125rem;left:11.625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ZmNqqqb0xxdEHIw6J1F3bZKc5hqS0e { top:7.6875rem;left:5.4375rem;width:38.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgPqwtdHfroJECvUiFs0xVKeGZOINqo1 { top:26.5rem;left:13.687010765076rem;width:19.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFDzqd8THzkRXyngcm59zuheAWK3Dyba { top:24rem;left:13.687010765076rem;width:27.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afgiSaIon6nJ5KzoEeauCLRzRU3Vc9Qd { top:23.8125rem;left:11.686686515808rem;width:2rem;height:1.8784535745026rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6CRzIinfMQgwU1tCXu26fhN6IJxRRdT { top:26.25rem;left:11.686686515808rem;width:2rem;height:1.8784535745026rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ { display:block; }#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oax94Awat2H31NvH12oqMAzQA75WrJKd { top:9.0625rem;left:13.25rem;width:34.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKPFE7eigge1OCpcCxATE1cwTt4IO1Q8 { top:8.8125rem;left:11.624835014343rem;width:2.0625rem;height:1.9371552487059rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuPbwfng3Fq4aSUsCB4sdbqKfSLNBF8g { top:11.8125rem;left:13.812335014343rem;width:31.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEu5vwde3B1INNdTAyIduliHbsq39DEe { top:11.5rem;left:11.624835014343rem;width:2.0625rem;height:1.9371552487059rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9pbuImJF8VMFxkI4NGhCFMtvQzlT4LQ { top:14.625rem;left:13.812335014343rem;width:23.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty8Zu8bPVzoGEuIlNFLP0VUre9XpuV7F { top:14.1875rem;left:11.562174797058rem;width:2.0625rem;height:1.9371552487059rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNWGb0bEkdwv4Ny6tXaiL1c6PZisrVO { top:1.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlJnAzllBPoeFiODa2qDNI3ZG4VE5vDc { top:6.625rem;left:5.5625rem;width:31.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPt82E85T4Tdc6WxIgxikhVaM2aXrnxV { top:17.1875rem;left:13.875rem;width:17.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqcD1HE4fF1fAZDB64Uks2ULDWTxRDtk { top:16.8125rem;left:11.624835014343rem;width:2.0625rem;height:1.9371552487059rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JquVA9LtCXBzfL2pg9SOzNWqQBD5anBr { top:3.875rem;left:5.56201171875rem;width:38.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfSWIy3XVQ1zFGLNI6776iWl5EaUaoyo { width:15.375rem;height:2.875rem;top:22.4375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Np8CnfqDeCKl1IV7gMg0RTq4FhhW05 { display:block; }
 }@media only screen and (max-width: 763px) { #bx020gVzcSNOv2xLU2XoGP4nOq3T9wgv { width:15.9375rem;height:2.875rem;top:22.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EimvNHG4AK39odQkB0dRTLqQDqwJN0iV { display:block; }
 }@media only screen and (max-width: 763px) { #t1h1sUvGVXop6ns8VuJbQfh9TL5LceDJ { top:23.3125rem;left:22.3125rem;width:3.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHc5eCZRXXbTQ2gwrtLA8RdrvqmLMTrv { top:20.9375rem;left:30.3125rem;width:8.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LISVsCUJwVEatPWhWbOml95ciRmPWTwB { display:block; }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4ABCke4XSB7v6Jow4ArmP0VRZNroKLb { top:2.75rem;left:0rem;width:18rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdtFfrJahaNMx1fHeXhuJST57PV3HPP9 { top:13.25rem;left:0rem;width:16.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfduFsULBMKzAQ6tK8e66uQTxsThGIs8 { top:19.5625rem;left:0rem;width:16.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT5U1IVW5htcazcWm3KT3xebf3xXqTLf { top:2.8125rem;left:5.875rem;width:18rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js58T23Wqh34RRHt3Kt1mAxE3QwWKfQm { top:2.75rem;left:17.8125rem;width:18rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9T0Owto9x4GX7SXD3KH4XCLJ1AwZT9A { top:13.25rem;left:7rem;width:16.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNCLKch7oSTydvAPA0zVMxC2vSzgpd17 { top:19.5625rem;left:7rem;width:16.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhvAv7TwIBds7ixJO2u2DpWCTZAqVs9w { top:13.25rem;left:18.9375rem;width:16.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4QdgU0iTWZUzqmhlW2tRn09EovtNPsm { top:19.5625rem;left:18.9375rem;width:16.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ21CcswKbFQyO06aAwxkco9QmTwATA1 { top:6.5rem;left:19.5625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ms14JhL7zT97Cyw64y3qNLTBS2Gi4O { top:6.3125rem;left:31.125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUgR15WNF9E8f1bzwI96X0HOP9RJPkz { top:6.375rem;left:7.375rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1VDsgByu8cIEycV3WGcPbfLBENEt5JF { top:22.6875rem;left:13.09375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXiad9KWA6DwtvQHu4h9o4VaUpP3a0mW { top:22.6875rem;left:24.90625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7STHQu5QZCkS8l8EBDZvTAlD6kDnCE9 { top:22.6875rem;left:37.34375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 { display:block; }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbpP6Dt5aGoNSGMoWTCEkTDfU6y5FaWI { top:2rem;left:0.187255859375rem;width:47.3125rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlDa2UevEhtLM4ruGxyaKIHrTp3foZRJ { top:11.25rem;left:11.5rem;width:36.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWgnNBLwTxIbVGM4cF7K0qnLd4FudaS7 { width:17.5rem;height:3.4375rem;top:17.75rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJaTx4A9evRXQMdg4mx1HQ9W8MrWUZUW { display:block; }
 }@media only screen and (max-width: 763px) { #WgqASGCZrPTm5cadxT0Ph37nvCNzT0uC { width:17.5rem;height:3.4375rem;top:23rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dLNFkN7I09LA9nKdWdPfmzUG43G1mT { display:block; }
 }@media only screen and (max-width: 763px) { #x3WiK7J0Eta1qOmTlZLhgHoLQb8Ktdv9 { top:9.875rem;left:0rem;width:23.8125rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDhq3nmZZgQ5gg1B9Uh0qARkIFJkoIVd { top:18.4375rem;left:0rem;width:9.25rem;height:7.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ { display:block; }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBuT1MXti2Dnr8VrSv0wQZhKWOzNPE4w { top:1.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9qzsmr4TmGxmDiZJiSaeV0ioIO8nrF { top:1.25rem;left:28.8125rem;width:18.9375rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR1gdP9gdDITCa8V1nb7VSb5xTov2nZM { top:1.1875rem;left:42.25rem;width:5.5rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPeTotk8XtgGctv3zOgOVIukcpdTHvvG { display:block; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNLGt0f5CQ5mpr0I7p2GNPKmOk8nJMxM { top:0.625rem;left:0rem;width:19.4375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR9xH7FVmDyP9v1n8QiDJahQbs2rEOTc { top:0.5625rem;left:7.1243476867675rem;width:6.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neRMCyEdWVuh6SOard1QSL4D3cbM18Oc { width:6.25rem;height:1.75rem;top:0.3125rem;left:13.562065124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #DucQEclRmQZQURvTqG2uw53SbXr3q6aC { display:block; }
 }@media only screen and (max-width: 763px) { #m2qqpyDJOstgnE2hwsacgPObBE08smWP { display:none; }#m2qqpyDJOstgnE2hwsacgPObBE08smWP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AtqaEMm6xkVQxxhwgxR3bndLv0DMRQ1V { top:0.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { display:block; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoByv1kWUNRlH5ccBxukbF7ti1PwFtkg { width:13.625rem;height:2.6875rem;top:1.1875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAZZGH35GiUHIOgKI6kyb3fbI2Ea0w5S { display:block; }
 }@media only screen and (max-width: 763px) { #Qvss7BofGAZVTFN3aJPq8sTwcsbLaMR5 { top:0.5625rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHhNVMDJ6QcJ5tcTCSyk4T4NGahtD2o7 { top:2rem;left:0rem;width:26rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4489Od9JeO5niD3WWa7dPscumoAnbWt { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#f4489Od9JeO5niD3WWa7dPscumoAnbWt > .row .container { border-width: 0; border-radius: 0; }#f4489Od9JeO5niD3WWa7dPscumoAnbWt > .row > .video-iframe-container {  }#f4489Od9JeO5niD3WWa7dPscumoAnbWt > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LLpWqwAkH7yV1zcaQgVMc1IHTa7mxaeO { width:13.81225rem;height:2.8125rem;top:1.25rem;left:3.0625rem;font-size:0.875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #CsdXlDPyUCkWvnpxd8QukB8y6Oh4Dgqt { display:block; }
 }@media only screen and (max-width: 763px) { #VRa6r880M2L0NIQHRk1UxQ6raPTStWD6 { width:15.686875rem;height:1.275225rem;top:5.3125rem;left:2.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD { display:none; }#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TLyNFl6NVNrwgDAD8tGRvaVkxsuXFQbZ { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayKiWHNhMGzfZgA5G3yTB7IPr4TWZ8zt { width:13.81225rem;height:3.75rem;top:5.625rem;left:3.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKmmA133T6wUN19yJyuRiRfIGEsziIqu { width:4.0625rem;height:4.0625rem;top:10.625rem;left:7.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ0T2XNbCaNnNrc0TEo4LEEEGPfLtTBl { width:9.812rem;height:2.1875rem;top:15.9375rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT0WqtwuGVwdL63QtEaA7DlP0tVLt28P { display:block; }
 }@media only screen and (max-width: 763px) { #gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN { background-color:#970000;background-image:none;display:block; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { background-color: transparent; background-image: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .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); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { width:20rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQnJbkhISTyCKq98RSN8u9dh4OFLKemL { width:19.24925rem;height:0;top:4.9375rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AmrOQb1cCR64WKzleD6X8l6M24ZvW386 { width:16.187rem;height:1.57470625rem;top:8.3125rem;left:1.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MXiJpNAXfIG544CZ2LtIZM8NUMFqzL8u { width:7.5rem;height:6.9873125rem;top:11.3798828125rem;left:6.25rem;font-size:5.375rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #JnOw3AV3BXpgm5zLMJ42nXgxK57n9xDJ { width:20rem;height:auto;top:12.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #TlCOZFTTvQKFsQmuZTeHaQw3VFC4txF9 { width:1.6870125rem;height:1.6870125rem;top:8.25rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M09QzmaqxAaZFkIxaNRNcaJPGJC0TJHI { width:3.3125rem;height:0.8999rem;top:17.40625rem;left:8.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SIKu9QUW8bKkS64bZZ47Xk6hdUfAuKC4 { width:13.1875rem;height:0;top:60.711807250976rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lqJLVTJrHWicowCrn7FLHey9wVVtVgLt { width:15.5625rem;height:3rem;top:63.374134063719rem;left:2.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlvTt1VsxhUsPahlioCTnqD0hBGGhVQG { display:block; }
 }@media only screen and (max-width: 763px) { #skTs0HXTMcVqA4t7Z22Ir7WdG3neVTuf { width:4.0625rem;height:4.0625rem;top:59.3125rem;left:0.375rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ov5LgauJMNaOFDvytbqrgzLFs5PH5ZmT { width:5.06185rem;height:4.8738625rem;top:0.625rem;left:7.4375rem;z-index:15059;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MzQPnAJCLRfZOmdzTJFlvtnQ9bJrE6pd { width:7.875rem;height:2.3125rem;top:1.66796875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKeGmfuCMw8kll38FDR9PXI7vJUTUS8w { width:16.4375rem;height:1rem;top:52rem;left:1.5rem;font-size:0.625rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;display:block;vertical-align:top; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-checkbox { width:0.99975625rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:3.25rem;line-height:.4; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-checkbox-label { width:16.374025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff;font-size:0.5625rem;overflow:hidden;height:auto;line-height:1.7; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-container:first-of-type{padding-top:0;}#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .widget-container:last-of-type{padding-bottom:0;}#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S  { width:17.561525rem;height:auto;top:43.5625rem;left:0rem;z-index:15066; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S {display:block;}#QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S { width:17.561525rem;height:auto;top:43.5625rem;left:0rem;z-index:15066; }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #u5a3P6e9PLXlCBw71N5PtFsbq4838TGF {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #iidENMcxrFkSQBQ21rJGA6P6UeLWeVa2 { display:block; }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #V0v0yMcxMV1CxVpfzZeVDPCoe3eJooUu {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #wKCoTobc3hlTl5hMxZyzT5476eGQ3cf1 {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #EuEATQRos9ytWqzvRhBSCLNnUIFITE6R { display:block; }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #ZxdLhoqqlmUKkFm27Va8ShzdLkfR0eOx {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #pw5HcePhev5T2G9HN8ADRQToDWAtHCvS {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #BvQrIqEvLAE3SGzw6OQKPhfQLJ3k2CMX { display:none; }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #DbNQfSrGX6qa40evazgdJF75zhTh1ySm {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #sHApSBuvqhTnVhPG3fkxvvsRbKy5cAFH {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #CKQarQkT25tUUu07yw2GM2uhHxTZ6lA5 {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #FVxumBunbUDd5aNbqlQcCoaRRGUSTWwy {  }
 }@media only screen and (max-width: 763px) { #LDJ6U71uwMRTJ98Psah7PMFIOQOwyitx { display:block; }
 }@media only screen and (max-width: 763px) { #Bcqd0lNoe1ulkAwOvXdGF5oAr58UBA81 { display:block; }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #A3DB9pDZKB0iLJIWKMOMni9BQPfzODIT {  }
 }@media only screen and (max-width: 763px) { #QXHUCe7PdfSo3xkEq3Srrl4TyMqIbb7S #K9TTICLOL1w88zTauILPrQ0McGQLbgFa {  }
 }@media only screen and (max-width: 763px) { #Rv1DTyWrIFXxAwzaEu4JvwltaiTA2ziG { width:9.375rem;height:1.875rem;top:36.0625rem;left:3.5625rem;font-size:0.9375rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TkHoJFh4uvVEmg5gtLhZIzQRReS5kfuz { width:13.312rem;height:3.65625rem;top:31rem;left:3.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rf7C8KKHN1ye4QWdZzReTPP33qAsZZni { width:15.25rem;height:2.4375rem;top:28.5rem;left:3.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wt9zLqLcKsV0T0JEtqmNTvSwHMTatglt { width:2.999875rem;height:2.8161799424194rem;top:28.375rem;left:8.5rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9O6COX0yCgLJKLVxRca84Mxcd2GJUfg { width:2.375rem;height:2.1875rem;top:40.9375rem;left:2.375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBh6EelnOeaQSWa6UakI3v4ONr9v2hv8 { width:2.999875rem;height:2.8166283750541rem;top:35.0625rem;left:8.5rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ip1td5Fv5cWPHRIuvteHNJwUKITUKQ9s { width:20rem;height:3.62426875rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:-20%;left:0rem;color:#ffffff;display:block; }
#z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr { width:13.5rem;height:5.0625rem;display:flex;top:22rem;left:3.25rem;z-index:15073; }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #l0xpsfiuxqUKTPghhugTpii7IfbgS9VR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #f38oOJs2xToGnWi4oe3BCTUIDRkZGCNc {  }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #OrS9K8DUcTMdOHSIymdkzoC01NkT11dS {  }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #TFXLFnk6nX3HX5OypwLTFlMWUJOclMBU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #P1TcbTqsGmQyCTT5i6hlPq48sq3EUenL {  }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #SxPVfgR9CCTnqMQCm5y0c0o2wRtCKzGK {  }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #xvz1nMM1rRMBsHWtusIpMwJyfMeyq7AU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #QCuaMsTaWugHpFxfr5AzeUS8up2gXprI {  }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #zmnFoXgM15CT6152kaol0ltzUB8DheZv {  }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #lNOtm08UbCl6SCb7pPlUia6uxBkLh6mg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #owBGyOw2GFlsqTvxnMChRcgkHpmouArO {  }
 }@media only screen and (max-width: 763px) { #z3P5n1iev9iAAkZmGIu0Rxfgl9RwuRdr #lwSw3ITEsQ7vtiDn7vm4ysFwGUstExpJ {  }
 }@media only screen and (max-width: 763px) { #lH3gAfTzaE1XRXOrTAWGlZvQARil0UUB { width:2.3745125rem;height:2.1875rem;top:35.875rem;left:1.1875rem;font-size:1.5rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #Zoc7xr43gOKrO7WZyNwsXfV6wAAHhyxI { width:2.3745125rem;height:2.1875rem;top:31.75rem;left:1.1875rem;font-size:1.5rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #TPm8EU8C0w5EvbFn2iTD1zJOA46Ti1KW { width:2.3745125rem;height:2.1875rem;top:28.0625rem;left:1.1875rem;font-size:1.5rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #PintgFLWqwkV5GDefMg8szczNRnTaaoT { width:8.75rem;height:1.8125rem;top:5.0625rem;left:5.5625rem;background-color:#f3b900;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) { #bf1mf0QiU1RmMRWwXkaPhc5T8hHbCrue { width:8.75rem;height:1.2749rem;top:5.3125rem;left:5.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #quwuotGenv9JZAI5AbqMPPWdoPanJiun { width:17.0615rem;height:1.42480625rem;top:40.5625rem;left:1.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aUDArNwyuSUyGzIZlagMDl7Tl6v9GO1e { width:2.687375rem;height:2.687375rem;top:1.3125rem;left:8.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCqNPpdFw8bCfpZX32O1E5wxpxryAqzT { width:2.6245125rem;height:2.6245125rem;top:1.3125rem;left:8.6875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBxPi9Kme6a93bWIxleqHTeyaTsfdcSE { width:2.6870125rem;height:2.6245125rem;top:39.9375rem;left:16.4375rem;font-size:1.8125rem;z-index:15075;color:#f3b900;display:block; }
 }@media only screen and (max-width: 763px) { #glZC4fqyvGJPntNrV9fqJwpgT3rDs49Z { width:2.624025rem;height:2.624025rem;top:39.9375rem;left:0.9375rem;font-size:1.8125rem;z-index:15076;color:#f3b900;display:block; }
 }@media only screen and (max-width: 763px) { #L9iIQNb6gy4lI8bELkmOMMhTawiQV1lB { width:17.0610625rem;height:1.42480625rem;top:20.32470703125rem;left:1.46923828125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15006;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t7RkcU3RhOz40Vn2IocxHvVDTUf3UOOB { width:5.9375rem;height:0.8999rem;top:10.75rem;left:7.03125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7QFIdx61Tw4nAaNRxkT0uDniiBelsDO { top:44rem;left:0.6875rem;width:18.625rem;height:20.9375rem;z-index:15000;background-color:rgba(0,0,0,0.42);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqI0A3J3izx5pTnUy0MWvGqTlE3T6lGQ { top:26.875rem;left:1.46875rem;width:17.0625rem;height:0.25rem;z-index:15077;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/a4c698ba-3847-4af5-88e6-ec3d789b6f84/Progettosenzatitolo45.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.adaptive-delivery-prevent-bg, #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.lazyload, #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.lazyloading { background-image: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { width:20rem;height:46.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ekVAy3dwT0pSmT8EXQQN3p9dAgwbDQMQ { width:15.49925rem;height:1.2994375rem;top:12.26074375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxlWNaGDmLPa6ZfiqvwzxsP1dOqXKalW { width:2.06176875rem;height:1.93664375rem;top:9.07421875rem;left:8.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH7tw3RHrEIqp81cawz7RzA3DR8mh96s { width:13.75rem;height:2.598875rem;top:17.9965875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7xG76eHh08zsxe0sIE8AfWKl1qf0Iml { width:2.06176875rem;height:1.93664375rem;top:14.8100625rem;left:8.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nekTi5T7vXRVRCwoURqD9ux9iaAZ5BrA { width:15.49925rem;height:1.2994375rem;top:25.03174375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4eKA7vyrVTfExxNrefwv1bXL7mlMGyG { width:2.06176875rem;height:1.93664375rem;top:21.84521875rem;left:8.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef2aPWWgS1t6SLWIeRsMUKlGEoQSeviS { width:19.2486875rem;height:4.26171875rem;top:1.25rem;left:0.375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fN2WV0ZPgJseyA9g8mAyPXGXSqbHmLq4 { width:14.312125rem;height:1.062625rem;top:6.76171875rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1;font-weight:700;font-style:normal;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #hoIo9EoWTTmfvNzclt5a5OXwUSGW7h19 { width:15.123875rem;height:2.598875rem;top:30.7675875rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NLmBIdpPDE3VbGu0kW3qfOFFroOfVntF { width:2.06176875rem;height:1.93664375rem;top:27.5810625rem;left:8.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ZmNqqqb0xxdEHIw6J1F3bZKc5hqS0e { width:20rem;height:0;top:10.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #PgPqwtdHfroJECvUiFs0xVKeGZOINqo1 { width:14.937125rem;height:0.99975625rem;top:44.7207125rem;left:2.5rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yFDzqd8THzkRXyngcm59zuheAWK3Dyba { width:14.87425rem;height:2.598875rem;top:37.74415rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afgiSaIon6nJ5KzoEeauCLRzRU3Vc9Qd { width:1.9995125rem;height:1.87805rem;top:34.61621875rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6CRzIinfMQgwU1tCXu26fhN6IJxRRdT { width:1.9995125rem;height:1.87805rem;top:41.59278125rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/419cb00b-818c-4ede-8a88-25df5ebfec75/Progettosenzatitolo10.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ.adaptive-delivery-prevent-bg, #J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ.lazyload, #J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ.lazyloading { background-image: none; }#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ > .row .container { width:20rem;height:44.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oax94Awat2H31NvH12oqMAzQA75WrJKd { width:15.4996875rem;height:1.298825rem;top:10.1611375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKPFE7eigge1OCpcCxATE1cwTt4IO1Q8 { width:2.062175rem;height:1.93685rem;top:6.9746125rem;left:8.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuPbwfng3Fq4aSUsCB4sdbqKfSLNBF8g { width:15.4996875rem;height:1.29964375rem;top:15.896rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEu5vwde3B1INNdTAyIduliHbsq39DEe { width:2.062175rem;height:1.93685rem;top:12.709475rem;left:8.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9pbuImJF8VMFxkI4NGhCFMtvQzlT4LQ { width:15.4996875rem;height:1.298825rem;top:21.63184375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty8Zu8bPVzoGEuIlNFLP0VUre9XpuV7F { width:2.062175rem;height:1.93685rem;top:18.44531875rem;left:8.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNWGb0bEkdwv4Ny6tXaiL1c6PZisrVO { width:19.2496875rem;height:2.0996125rem;top:1.25rem;left:0.375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HlJnAzllBPoeFiODa2qDNI3ZG4VE5vDc { width:19.5621875rem;height:1.1254875rem;top:4.5996125rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #TPt82E85T4Tdc6WxIgxikhVaM2aXrnxV { width:11.624375rem;height:2.59765625rem;top:27.36670625rem;left:4.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nqcD1HE4fF1fAZDB64Uks2ULDWTxRDtk { width:2.062175rem;height:1.93685rem;top:24.18018125rem;left:8.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JquVA9LtCXBzfL2pg9SOzNWqQBD5anBr { width:20rem;height:0;top:10.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #QfSWIy3XVQ1zFGLNI6776iWl5EaUaoyo { width:15.43828875rem;height:2.87565125rem;top:40.20118125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Np8CnfqDeCKl1IV7gMg0RTq4FhhW05 { display:block; }
 }@media only screen and (max-width: 763px) { #bx020gVzcSNOv2xLU2XoGP4nOq3T9wgv { width:15.93765125rem;height:2.87532625rem;top:33.5268625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EimvNHG4AK39odQkB0dRTLqQDqwJN0iV { display:block; }
 }@media only screen and (max-width: 763px) { #t1h1sUvGVXop6ns8VuJbQfh9TL5LceDJ { width:3.624675rem;height:1.29964375rem;top:37.6518625rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHc5eCZRXXbTQ2gwrtLA8RdrvqmLMTrv { width:8.75rem;height:1.062825rem;top:31.2143625rem;left:5.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #LISVsCUJwVEatPWhWbOml95ciRmPWTwB { display:block; }#LISVsCUJwVEatPWhWbOml95ciRmPWTwB > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4ABCke4XSB7v6Jow4ArmP0VRZNroKLb { width:18rem;height:15.8125rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdtFfrJahaNMx1fHeXhuJST57PV3HPP9 { width:16.875rem;height:1.4624rem;top:8.87255859375rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfduFsULBMKzAQ6tK8e66uQTxsThGIs8 { width:16.875rem;height:1.21875rem;top:11.01318359375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT5U1IVW5htcazcWm3KT3xebf3xXqTLf { width:18rem;height:16rem;top:18.12353515625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js58T23Wqh34RRHt3Kt1mAxE3QwWKfQm { width:18rem;height:16.25rem;top:35.12158203125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9T0Owto9x4GX7SXD3KH4XCLJ1AwZT9A { width:16.875rem;height:2.92480625rem;top:26.1875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNCLKch7oSTydvAPA0zVMxC2vSzgpd17 { width:16.875rem;height:1.21875rem;top:29.9375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhvAv7TwIBds7ixJO2u2DpWCTZAqVs9w { width:16.875rem;height:2.92480625rem;top:43.48095703125rem;left:1.53173828125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4QdgU0iTWZUzqmhlW2tRn09EovtNPsm { width:16.875rem;height:1.21875rem;top:47.30908203125rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ21CcswKbFQyO06aAwxkco9QmTwATA1 { width:4.3125rem;height:4.3125rem;top:20.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ms14JhL7zT97Cyw64y3qNLTBS2Gi4O { width:4.6875rem;height:4.6875rem;top:37.56787109375rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUgR15WNF9E8f1bzwI96X0HOP9RJPkz { width:4.5625rem;height:4.5625rem;top:2.93603515625rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1VDsgByu8cIEycV3WGcPbfLBENEt5JF { width:3.25rem;height:3.25rem;top:19.81982421875rem;left:14.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXiad9KWA6DwtvQHu4h9o4VaUpP3a0mW { width:3.25rem;height:3.25rem;top:110.05808203125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7STHQu5QZCkS8l8EBDZvTAlD6kDnCE9 { width:3.25rem;height:3.25rem;top:114.55808203125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 { display:block; }#QI2Jeoe7DgIw6hVxqxTOLZWou7bh7e56 > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbpP6Dt5aGoNSGMoWTCEkTDfU6y5FaWI { width:20rem;height:5.69921875rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MlDa2UevEhtLM4ruGxyaKIHrTp3foZRJ { width:20rem;height:4.048825rem;top:8.19921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kWgnNBLwTxIbVGM4cF7K0qnLd4FudaS7 { width:17.5rem;height:3.4375rem;top:13.49755625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJaTx4A9evRXQMdg4mx1HQ9W8MrWUZUW { display:block; }
 }@media only screen and (max-width: 763px) { #WgqASGCZrPTm5cadxT0Ph37nvCNzT0uC { width:17.5rem;height:3.4375rem;top:18.18505625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dLNFkN7I09LA9nKdWdPfmzUG43G1mT { display:block; }
 }@media only screen and (max-width: 763px) { #x3WiK7J0Eta1qOmTlZLhgHoLQb8Ktdv9 { width:20rem;height:18.635170603674rem;top:22.8720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDhq3nmZZgQ5gg1B9Uh0qARkIFJkoIVd { width:8rem;height:3.8984375rem;top:31.75634765625rem;left:0.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ { position:relative;z-index:auto;display:none; }#gEuAOx5AZq9DL3nJRZavOFhdnq0bxUdJ > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yBuT1MXti2Dnr8VrSv0wQZhKWOzNPE4w { width:20rem;height:3.5625rem;top:1.25rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9qzsmr4TmGxmDiZJiSaeV0ioIO8nrF { width:20rem;height:1.1875rem;top:6.0625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oR1gdP9gdDITCa8V1nb7VSb5xTov2nZM { width:5.5rem;height:1.1875rem;top:8.5rem;left:7.25rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPeTotk8XtgGctv3zOgOVIukcpdTHvvG { display:none; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { width:20rem;height:9.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aNLGt0f5CQ5mpr0I7p2GNPKmOk8nJMxM { width:19.7485rem;height:1.21948125rem;top:1.25rem;left:0.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RR9xH7FVmDyP9v1n8QiDJahQbs2rEOTc { width:6.5625rem;height:1.31225625rem;top:3.7192375rem;left:6.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #neRMCyEdWVuh6SOard1QSL4D3cbM18Oc { width:6.25rem;height:1.74926875rem;top:6.28125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DucQEclRmQZQURvTqG2uw53SbXr3q6aC { display:block; }
 }@media only screen and (max-width: 763px) { #m2qqpyDJOstgnE2hwsacgPObBE08smWP { position:relative;z-index:auto;display:block; }#m2qqpyDJOstgnE2hwsacgPObBE08smWP > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtqaEMm6xkVQxxhwgxR3bndLv0DMRQ1V { width:19.9995rem;height:2.3994125rem;top:0.8115234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15006;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { position:relative;z-index:auto;display:none; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HoByv1kWUNRlH5ccBxukbF7ti1PwFtkg { width:7.75rem;height:1.8125rem;top:8.5rem;left:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAZZGH35GiUHIOgKI6kyb3fbI2Ea0w5S { display:block; }
 }@media only screen and (max-width: 763px) { #Qvss7BofGAZVTFN3aJPq8sTwcsbLaMR5 { width:3.25rem;height:3.25rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHhNVMDJ6QcJ5tcTCSyk4T4NGahtD2o7 { width:8.6875rem;height:1.5rem;top:5.75rem;left:5.625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }