.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:url("https://images.assets-landingi.com/uc/1c0a050d-af01-46ca-a031-fb6cdabd83c1/duontopmin.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#DookwPfcNU9rvnu8MTM1nHIFyo2qTrle { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:9.875rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
#CrhD4FP8UX3mLaPLgPlvhhMZ4fxydMt5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.71875rem;left:13.1875rem;display:block; }
#IEMcPJk6p2CAAvd0RI4xAr9h826nhrNK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SRoeb2ppwZd6GAI64v0AzaXEBLkolDJX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.71875rem;left:22.125rem;display:block; }
#MCs8aWHNF993BS2LykhCWHWoPWG8UsLE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BW2nApTS7bGVar9zNm4le9zdmtkSzoZQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.71875rem;left:29.1875rem;display:block; }
#Pediy3TdvIHsUgHw1IOeZUTM18yvb3VS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K5shhhzNmuRLCOTZVAD0VEV4wSsgsQJe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:1.71875rem;left:42rem;display:block; }
#BvdxTRt4Cn9r7xcrkLrwMh9g0F6LakVH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O4NdbsRFvKtQiXXOwsx9Dn7unzpSHTwW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.71875rem;left:57.8125rem;display:block; }
#s9132wLbaud7baDqTG6sN3qqhQq8kFzi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#idhm3nhttT1daeFruh0HOVvFiriywgxX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .row .container { background-color: transparent; background-image: none; }#idhm3nhttT1daeFruh0HOVvFiriywgxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .row .container > .video-iframe-container { display: none; }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .row > .video-iframe-container { display: none; }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .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); }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .row .container { border-width: 0; border-radius: 0; }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .row > .video-iframe-container {  }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#GGUQyklniaXdupMp1Rghznmwhsl039bB { color:#000000;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0rem;height:9.75rem;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; }
#PZXPVsOxcwwbpDPQ1xkco3etdmNXFGns { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100001;line-height:1.6;letter-spacing:0;top:23.75rem;left:0rem;height:7.1996875rem;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; }
#O1PESTz0hQ1EXwdLIrSumTu2WClDvHRE { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:6.8125rem;top:26.8798828125rem;left:23.8125rem;overflow:hidden;display:block; }
#rFEZ2gloitmIvi9EUNQWxOE4ug2G76zX { position:absolute;display:block;z-index:100003;background-color:#82348a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:28.75rem;width:23.125rem;top:5.875rem;left:33.21875rem;display:block; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-form-header { font-size:0.875rem; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-regular-label { height:auto;display:none;font-family:poppins;font-size:0.875rem;font-weight:bold;color:#000000;width:18rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .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;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;margin-bottom:0.25rem;margin-left:0;display:block;width:18rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;font-weight:700;font-style:normal; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .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;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;margin-bottom:0.25rem;margin-left:0;display:block;width:18rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;font-weight:700;font-style:normal; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .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:18rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .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; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-input-button { 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:#de0069;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:18rem;height:5rem;font-family:poppins;overflow:hidden;line-height:1.5; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 [class*="-text"]:-moz-placeholder { color:#2c2c2c;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 [class*="-text"]::-moz-placeholder { color:#2c2c2c;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 [class*="-text"]:-ms-input-placeholder { color:#2c2c2c;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 [class*="-text"]::-webkit-input-placeholder { color:#2c2c2c;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .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:poppins;line-height:1.3;font-size:0.75rem;font-weight:700;color:#ffffff;vertical-align:top;width:16.75rem;overflow:hidden;font-style:normal;float:none; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .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; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .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:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-container:first-of-type{padding-top:0;}#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-container:last-of-type{padding-bottom:0;}#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100004;position:absolute;top:12.19921875rem;left:34.40625rem;font-size:0.875rem; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18rem;display:block;vertical-align:top; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-info-text { display:block;height:auto;font-family:poppins;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; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 {display:block;}#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100004;position:absolute;top:12.19921875rem;left:34.40625rem;font-size:0.875rem; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #NcCBMWMXm0E11eV5DKBq7DaIFvVDX59E { position:relative; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #IDhPATKs627z2RJV6CeMgahnhSbgfg76 { position:relative; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #EkdCq0K92nO1Hw4BooNRiCWk7k3RSfJ9 { position:relative; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #pn3iuysSxfzfZNMG5wiTut15DDdzCvDl { position:relative; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #D6vygRAiWv1h2uAAVy0lK1fSGtK0mQMh { position:relative; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #v94A1rtuJ5Js0rcvqKelgRx78drPVHI2 { position:relative; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #LcNX8uzUHsqTkZHN7NBmEGe19BU6Tsdn { position:relative; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #Un6CAnUFbvpVERPms9oea7aKm8duLHdG { position:relative; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #WlRka2RDee8LxvwbzRXqlmQGKL0hCqIX { position:relative; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #iUqHzfby5L9x9I7KwgoPDLZd0hHgAn1d { position:relative; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #wPK1iwvglbLaX740Bece7FEWEVHdml3N { position:relative;z-index:2; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #iA0lqR5fhiLbELQWHg7tQbNa4PdyGF8L { position:relative; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #UD6RkUMvmRwdiUkGOTlBzJJVPTmcQ4EG { position:relative; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #qTI7bkuu66ymiQRlnl2AJ8bPaqeOhGGr { position:relative; }
#Bsv0eQzx8Muz4oUPZsirNA1frSuz9wVv { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:7.1875rem;left:34.90625rem;height:2.4375rem;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; }
#Oif5S55AHLAC2I24skiUbAPNDtg2Lhs7 { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:10.1875rem;left:34.90625rem;height:1.94986875rem;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; }
#fB7c7KTVePKTBgTrN0vzr6wo82VKFAop { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:33.0361328125rem;left:34.40625rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r4wrztwxogqLROzUpTz6xAITX9lDVkHT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.3125rem;width:40rem;display:none; }
#cTGDe3dNkSmkuTHi1wbiW1oZN5BDdvRG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cTGDe3dNkSmkuTHi1wbiW1oZN5BDdvRG > .row .container { background-color: transparent; background-image: none; }#cTGDe3dNkSmkuTHi1wbiW1oZN5BDdvRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTGDe3dNkSmkuTHi1wbiW1oZN5BDdvRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTGDe3dNkSmkuTHi1wbiW1oZN5BDdvRG > .row .container > .video-iframe-container { display: none; }#cTGDe3dNkSmkuTHi1wbiW1oZN5BDdvRG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTGDe3dNkSmkuTHi1wbiW1oZN5BDdvRG > .row > .video-iframe-container { display: none; }#cTGDe3dNkSmkuTHi1wbiW1oZN5BDdvRG > .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); }#cTGDe3dNkSmkuTHi1wbiW1oZN5BDdvRG > .row .container { border-width: 0; border-radius: 0; }#cTGDe3dNkSmkuTHi1wbiW1oZN5BDdvRG > .row > .video-iframe-container {  }#cTGDe3dNkSmkuTHi1wbiW1oZN5BDdvRG > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#FK1fdC2D8FdLB12yEePpUDxBvFAfSzmK { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.92480625rem;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; }
#CbfWTeoXfccFwWSSgVIeRfZkHqhCISuu { position:absolute;display:block;z-index:100001;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.0625rem solid #82348a;border-left:0.0625rem solid #82348a;border-right:0.0625rem solid #82348a;border-bottom:0.0625rem solid #82348a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:14.8125rem;width:20.9375rem;top:9.9375rem;left:0rem;display:block; }
#dfREOtpNaRUf3UDJJWnLNg0afhIt73nP { color:#de0069;display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:12.193359375rem;left:1.09375rem;height:2.92480625rem;font-style:normal;display:block; }
#q76P33idtGDykNVs2bpvsDRZEtx5ITeN { position:absolute;display:block;z-index:100002;background-color:#82348a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #82348a;border-left:0.0625rem solid #82348a;border-right:0.0625rem solid #82348a;border-bottom:0.0625rem solid #82348a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:7.125rem;width:18.375rem;top:16.1875rem;left:1.28125rem;display:block; }
#UalSI4MvOogd87sItsFTeCRhrEUQIp2U { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:17.4375rem;left:2.34375rem;height:2.92480625rem;font-style:normal;display:block; }
#C2s364ndVuHWT82m0A8QJNW8y6V4I5br { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:19.875rem;left:2.34375rem;height:1.94986875rem;font-style:normal;display:block; }
#ncOW0dz5MkwFVyEz05w0Dc9gfpfTVNCx { color:#000000;display:block;width:51.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.7;letter-spacing:0;top:11.03125rem;left:23.375rem;height:10.625rem;font-style:normal;display:block; }
#zloZHMuIFDlwpudxF4H2al9JWJDtdqqi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#zloZHMuIFDlwpudxF4H2al9JWJDtdqqi > .row .container { background-color: transparent; background-image: none; }#zloZHMuIFDlwpudxF4H2al9JWJDtdqqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zloZHMuIFDlwpudxF4H2al9JWJDtdqqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zloZHMuIFDlwpudxF4H2al9JWJDtdqqi > .row .container > .video-iframe-container { display: none; }#zloZHMuIFDlwpudxF4H2al9JWJDtdqqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zloZHMuIFDlwpudxF4H2al9JWJDtdqqi > .row > .video-iframe-container { display: none; }#zloZHMuIFDlwpudxF4H2al9JWJDtdqqi > .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); }#zloZHMuIFDlwpudxF4H2al9JWJDtdqqi > .row .container { border-width: 0; border-radius: 0; }#zloZHMuIFDlwpudxF4H2al9JWJDtdqqi > .row > .video-iframe-container {  }#zloZHMuIFDlwpudxF4H2al9JWJDtdqqi > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#k3yETOXtIAzHTglbQxTvl4l1UVKOWHCK { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:3.3125rem;height:2.92480625rem;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;text-align:left;text-align-last:left;display:block; }
#ghcIAmqzTG37TIVt3wguXJkoiOoZJBaB { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:9.375rem;left:1.1875rem;overflow:hidden;display:block; }
#S5v447yeKA1icE051HicPnhpJTJllvRz { color:#000000;display:block;width:38.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.3125rem;height:1.625rem;font-style:normal;display:block; }
#oDVqDsfZmb7K0eNwo0ZiMgxuMDiTuwTL { color:#000000;display:block;width:36.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:13.5625rem;left:3.3125rem;height:3.25rem;font-style:normal;display:block; }
#MdpuGBmip6wqsdVJSOv4S9ZGmeMSFray { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:13.5625rem;left:1.1875rem;overflow:hidden;display:block; }
#OzxaZT6aNcE0Hp1coqvG8nreoEIiQa4N { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:22.0625rem;left:3.3125rem;height:1.625rem;font-style:normal;display:block; }
#ehgJVlBMDoSrxlVstvzT4GwTtoDBBkTu { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:17.875rem;left:3.3125rem;height:3.25rem;font-style:normal;display:block; }
#FitbrzKRAx4Pn23x2PmiTe1ppqAufrDd { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:22.0625rem;left:1.1875rem;overflow:hidden;display:block; }
#F10Shgosa2uls2OpsPSvH119l1zMyx9s { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:17.875rem;left:1.1875rem;overflow:hidden;display:block; }
#frQtGT3Ttf4cuAEyxEe0tzThZNMLgeAg { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:26.25rem;left:3.3125rem;height:1.625rem;font-style:normal;display:block; }
#uN0yaOpe7RUq0lHgACTPTHqzqrF4BL2a { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:26.25rem;left:1.1875rem;overflow:hidden;display:block; }
#roDCCFLtFV4Hw4EzQ4mOSXqeWA7dU6eK { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:28.8125rem;left:1.1875rem;overflow:hidden;display:block; }
#afzUNHQrsQiIHJU7Jkq1iTIHc25zPRv0 { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:28.8125rem;left:3.3125rem;height:1.625rem;font-style:normal;display:block; }
#L4OIefq23MCXIcApuskG1BbB49SMTMwm { background-color:#de0069;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:5rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:32.5rem;left:53.5625rem;display:block; }
#Jkovof9TxbTaIoepkSFw03I1N7g6BMxm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SdOaSTFxCUVXl8cvwuHl3396dzkkGQNN { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.125rem;width:34.875rem;top:2.875rem;left:40.125rem;overflow:hidden;display:block; }
#ETLESIZqO2itKD8fDPBh55BZc7eON91Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ETLESIZqO2itKD8fDPBh55BZc7eON91Z > .row .container { background-color: transparent; background-image: none; }#ETLESIZqO2itKD8fDPBh55BZc7eON91Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETLESIZqO2itKD8fDPBh55BZc7eON91Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETLESIZqO2itKD8fDPBh55BZc7eON91Z > .row .container > .video-iframe-container { display: none; }#ETLESIZqO2itKD8fDPBh55BZc7eON91Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETLESIZqO2itKD8fDPBh55BZc7eON91Z > .row > .video-iframe-container { display: none; }#ETLESIZqO2itKD8fDPBh55BZc7eON91Z > .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); }#ETLESIZqO2itKD8fDPBh55BZc7eON91Z > .row .container { border-width: 0; border-radius: 0; }#ETLESIZqO2itKD8fDPBh55BZc7eON91Z > .row > .video-iframe-container {  }#ETLESIZqO2itKD8fDPBh55BZc7eON91Z > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#TivCFiodNiPz2RF2VzwClHiBEEuiTR9w { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:10rem;left:31.3125rem;overflow:hidden;display:block; }
#hFRFyS52SD11ZzpbsKeERmFuxrF08qTV { color:#000000;display:block;width:38.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:10rem;left:33.4375rem;height:1.625rem;font-style:normal;display:block; }
#ZS7HIPEr6C3Bh6kf9t3T7iORq3T4vUM2 { color:#000000;display:block;width:38.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:24.4375rem;left:33.4375rem;height:4.875rem;font-style:normal;display:block; }
#qshL96GOxzSMBiXpJpt5dLZBlIoQuVWq { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:24.4375rem;left:31.3125rem;overflow:hidden;display:block; }
#LSSdvWTlJpRCDF8sDPZ3xvaGRm465c6u { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:19.625rem;left:33.4375rem;height:1.625rem;font-style:normal;display:block; }
#LuBH0fb8TNr6zM9O44PPhvUPt9cNUNxK { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:14.8125rem;left:33.4375rem;height:3.25rem;font-style:normal;display:block; }
#XDOoxQOZEPr1KnbTn1HzPyXfdPnxlHFU { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:19.625rem;left:31.3125rem;overflow:hidden;display:block; }
#IykuMBTftJEUdtEnbllkTtC2cnLIUnuH { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:14.8125rem;left:31.3125rem;overflow:hidden;display:block; }
#P6FmvTroMNzpLZ49T2VaSVdXtXB3LCiH { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:5.8125rem;left:29.625rem;height:2.92480625rem;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;text-align:left;text-align-last:left;display:block; }
#BsicQnrEqI5Aw2GNcoC0ryK4W5qssuBu { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.125rem;width:28.0625rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#KDdnnzpIqGxEySLoNTFlR7ZNNNGGbED5 { background-color:#82348a;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:poppins;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:31.5625rem;left:55.767857142857rem;display:block; }
#FyikbBFrFDNKd4kM2GKbFkB4zI0zx1H6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1bba73cd-661b-4acf-a284-a9f04dcffb6f/truckmin.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT.adaptive-delivery-prevent-bg, #MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT.lazyload, #MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT.lazyloading { background-image: none; }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .row .container { background-color: transparent; background-image: none; }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .row .container > .video-iframe-container { display: none; }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .row > .video-iframe-container { display: none; }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .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); }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .row .container { border-width: 0; border-radius: 0; }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .row > .video-iframe-container {  }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#cfzeAqNBZO9ZSUR6IAOrDp92JhkMEvce { color:#000000;display:block;width:50.625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:24.375rem;height:2.92480625rem;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; }
#nxJmsL8HNPqiD95RxqvdSmROqyXXCDUv { position:absolute;display:block;z-index:100002;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/5ccf563f-1224-4bfd-a50c-ee1ec14692a7/1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #82348a;border-left:0.0625rem solid #82348a;border-right:0.0625rem solid #82348a;border-bottom:0.0625rem solid #82348a;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.8125rem;width:2.8125rem;top:36.5625rem;left:23.0625rem;display:block; }#nxJmsL8HNPqiD95RxqvdSmROqyXXCDUv.adaptive-delivery-prevent-bg, #nxJmsL8HNPqiD95RxqvdSmROqyXXCDUv.lazyload, #nxJmsL8HNPqiD95RxqvdSmROqyXXCDUv.lazyloading { background-image: none; }
#XZTZOPczVUfziA3W2XGOs3bpbtc8B8lF { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.8;letter-spacing:0;top:40.30859375rem;left:23.0625rem;height:6.07470625rem;font-style:normal;display:block; }
#naXVMJwTITxhALxdVriKpGy9fEofkXBe { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:7.375rem;left:50.1875rem;height:10.1245rem;font-style:normal;display:block; }
#CCvPo7N4KVFlGHBwOyOxCAN0qWSvq0me { position:absolute;display:block;z-index:100004;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/470a490b-1d92-48f1-9dfd-e05c89c9f0f4/2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #82348a;border-left:0.0625rem solid #82348a;border-right:0.0625rem solid #82348a;border-bottom:0.0625rem solid #82348a;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.8125rem;width:2.8125rem;top:3.8125rem;left:50.1875rem;display:block; }#CCvPo7N4KVFlGHBwOyOxCAN0qWSvq0me.adaptive-delivery-prevent-bg, #CCvPo7N4KVFlGHBwOyOxCAN0qWSvq0me.lazyload, #CCvPo7N4KVFlGHBwOyOxCAN0qWSvq0me.lazyloading { background-image: none; }
#vfzCiJg5IE0Wd6kEql0GapnXLl3UhZPD { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:24.75rem;left:23.0625rem;height:6.07470625rem;font-style:normal;display:block; }
#Ct1F8IxgPJKmlgRW6pDCp8qORDKLVmaQ { position:absolute;display:block;z-index:100004;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/9a844153-5a78-4757-96ac-8ea9496c1a6b/3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #82348a;border-left:0.0625rem solid #82348a;border-right:0.0625rem solid #82348a;border-bottom:0.0625rem solid #82348a;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.8125rem;width:2.8125rem;top:21.1875rem;left:23.0625rem;display:block; }#Ct1F8IxgPJKmlgRW6pDCp8qORDKLVmaQ.adaptive-delivery-prevent-bg, #Ct1F8IxgPJKmlgRW6pDCp8qORDKLVmaQ.lazyload, #Ct1F8IxgPJKmlgRW6pDCp8qORDKLVmaQ.lazyloading { background-image: none; }
#FmEOwuXz92diohNvmT8vkuPsUKmVHJUL { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.8;letter-spacing:0;top:24.75rem;left:50.1875rem;height:6.07470625rem;font-style:normal;display:block; }
#e0T1ISv1M9DmDSMcuyGnQkwt39OFFCPO { position:absolute;display:block;z-index:100006;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/d888e651-a716-418a-ab94-d96acf5a5433/4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #82348a;border-left:0.0625rem solid #82348a;border-right:0.0625rem solid #82348a;border-bottom:0.0625rem solid #82348a;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.8125rem;width:2.8125rem;top:21.1875rem;left:50.1875rem;display:block; }#e0T1ISv1M9DmDSMcuyGnQkwt39OFFCPO.adaptive-delivery-prevent-bg, #e0T1ISv1M9DmDSMcuyGnQkwt39OFFCPO.lazyload, #e0T1ISv1M9DmDSMcuyGnQkwt39OFFCPO.lazyloading { background-image: none; }
#MHmOxAcV53OOue3AQIZ8HNCEfGZ3ltr9 { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.8;letter-spacing:0;top:7.375rem;left:23.0625rem;height:8.099625rem;font-style:normal;display:block; }
#xQbrEZ3yx80xOgT4BTx8BKSCAVvJgLz7 { position:absolute;display:block;z-index:100006;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/c9791345-5243-42b6-bcfe-98abbde34ee3/5.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #82348a;border-left:0.0625rem solid #82348a;border-right:0.0625rem solid #82348a;border-bottom:0.0625rem solid #82348a;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.8125rem;width:2.8125rem;top:3.8125rem;left:23.0625rem;display:block; }#xQbrEZ3yx80xOgT4BTx8BKSCAVvJgLz7.adaptive-delivery-prevent-bg, #xQbrEZ3yx80xOgT4BTx8BKSCAVvJgLz7.lazyload, #xQbrEZ3yx80xOgT4BTx8BKSCAVvJgLz7.lazyloading { background-image: none; }
#uTyynaxB2J42qyuHFIprSmKgI6erTC0U { background-color:#de0069;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:5rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:38.5322265625rem;left:53.53125rem;display:block; }
#Zos1gbTxwbCTRzu74vfnlBIZdhNc6J9o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#saX1XvoaVvHNWFK3qCym2ISlyomQEuTH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#saX1XvoaVvHNWFK3qCym2ISlyomQEuTH > .row .container { background-color: transparent; background-image: none; }#saX1XvoaVvHNWFK3qCym2ISlyomQEuTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saX1XvoaVvHNWFK3qCym2ISlyomQEuTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saX1XvoaVvHNWFK3qCym2ISlyomQEuTH > .row .container > .video-iframe-container { display: none; }#saX1XvoaVvHNWFK3qCym2ISlyomQEuTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saX1XvoaVvHNWFK3qCym2ISlyomQEuTH > .row > .video-iframe-container { display: none; }#saX1XvoaVvHNWFK3qCym2ISlyomQEuTH > .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); }#saX1XvoaVvHNWFK3qCym2ISlyomQEuTH > .row .container { border-width: 0; border-radius: 0; }#saX1XvoaVvHNWFK3qCym2ISlyomQEuTH > .row > .video-iframe-container {  }#saX1XvoaVvHNWFK3qCym2ISlyomQEuTH > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#J3bGFIhsmC1Rf75bcr1nUJQFicTdhJta { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.92480625rem;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;text-align:center;text-align-last:center;display:block; }
#hIVSXbX6OyDptCb7hHMNfCVzNWP1QQ7v { color:#000000;display:block;width:46.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:9.1748046875rem;left:14.3125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zo6leK6Ji88GipyE6lZUFKhi68slfBMO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zo6leK6Ji88GipyE6lZUFKhi68slfBMO > .row .container { background-color: transparent; background-image: none; }#zo6leK6Ji88GipyE6lZUFKhi68slfBMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zo6leK6Ji88GipyE6lZUFKhi68slfBMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zo6leK6Ji88GipyE6lZUFKhi68slfBMO > .row .container > .video-iframe-container { display: none; }#zo6leK6Ji88GipyE6lZUFKhi68slfBMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zo6leK6Ji88GipyE6lZUFKhi68slfBMO > .row > .video-iframe-container { display: none; }#zo6leK6Ji88GipyE6lZUFKhi68slfBMO > .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); }#zo6leK6Ji88GipyE6lZUFKhi68slfBMO > .row .container { border-width: 0; border-radius: 0; }#zo6leK6Ji88GipyE6lZUFKhi68slfBMO > .row > .video-iframe-container {  }#zo6leK6Ji88GipyE6lZUFKhi68slfBMO > .row .container { font-size:0.875rem;font-family:arial;height:64.9375rem;width:75rem;position:relative;display:block; }#gF3e3NpFkU59TfTRQgAx6dKwvJTaQ7ro { position:absolute;display:block;z-index:100000;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.0625rem solid #82348a;border-left:0.0625rem solid #82348a;border-right:0.0625rem solid #82348a;border-bottom:0.0625rem solid #82348a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:40.8125rem;width:75rem;top:17.71875rem;left:-0.0625rem;display:block; }
#XCHTdGrp5T1C1Vt4G88JC8od8hVBOxbf { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fd103ac4-2dfe-401c-96bc-8ef2a038c391/schematmin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:29.5rem;width:70rem;top:3.125rem;left:2.5rem;display:block; }#XCHTdGrp5T1C1Vt4G88JC8od8hVBOxbf.adaptive-delivery-prevent-bg, #XCHTdGrp5T1C1Vt4G88JC8od8hVBOxbf.lazyload, #XCHTdGrp5T1C1Vt4G88JC8od8hVBOxbf.lazyloading { background-image: none; }
#a0uztPuqlmTT22GLDRgVabTKNfLmMJvN { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.375rem;width:11.375rem;top:12.1875rem;left:35.15625rem;overflow:hidden;display:block; }
#UlCsi95FsrLmaBdpF2z3r6UkauDRuInD { position:absolute;display:block;z-index:100006;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.0625rem solid #82348a;border-left:0.0625rem solid #82348a;border-right:0.0625rem solid #82348a;border-bottom:0.0625rem solid #82348a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:15.5rem;width:20.9375rem;top:34.25rem;left:5.625rem;display:block; }
#Aanb3ubvDc0bBy3TdCPmru2O4hXQnGa7 { position:absolute;display:block;z-index:100007;background-color:#82348a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #82348a;border-left:0.0625rem solid #82348a;border-right:0.0625rem solid #82348a;border-bottom:0.0625rem solid #82348a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:8.125rem;width:18.375rem;top:39.5625rem;left:6.9375rem;display:block; }
#TapyBN44V5ABlqkE0GUlSU8NcObnFGPS { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:40.1875rem;left:7.625rem;height:3.8994125rem;font-style:normal;display:block; }
#Vy21Aie8yeTlTWo0CCykvgnX53vHnpBM { color:#de0069;display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:34.9375rem;left:6.6875rem;height:3.8994125rem;font-style:normal;display:block; }
#EEApIsgIWDLSnT7w8We7fswvR5cIVGLq { position:absolute;display:block;z-index:100009;background-color:#de0069;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:24.6875rem;left:46.53125rem;display:block; }
#mcx13NmubcayXTKL47295TOgmt6x2W8O { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:25.6875rem;left:46.78125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIKXHRhWoSDJKO9q3cMlHZKDwTu4PSae { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:13.1875rem;left:55.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETNdCs5LSdtXgmab96ncKAdZWPmAlXhS { position:absolute;display:block;z-index:100011;background-color:#de0069;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:12.1875rem;left:55.125rem;display:block; }
#TuF4oeEB89f5tbHfsHOCt0TrPSgBoxyn { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:10.125rem;left:40.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ov96G2uufrMXuetRTuuvHcUCmQykc4cg { position:absolute;display:block;z-index:100013;background-color:#de0069;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:9.125rem;left:40.5625rem;display:block; }
#E1Tkcnfkc4Dt4VZm3GHylcGTuQBLVMie { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:12.5625rem;left:17.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r9kFCMZM7mWMVIs5SbW08oNRlVi9ImDr { position:absolute;display:block;z-index:100015;background-color:#de0069;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:11.5625rem;left:17.4375rem;display:block; }
#kTVf0VEIkhKyObTfXDO2AqpqPkQvmMVo { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:12.3125rem;left:5.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nSJfB1Cq6PTP1gC4zNtrMAFhil11pqI9 { position:absolute;display:block;z-index:100017;background-color:#de0069;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:11.3125rem;left:4.8125rem;display:block; }
#I5Wdp74vznbVeENbwAVmxnqwW8TsNNxC { position:absolute;display:block;z-index:100011;background-color:#de0069;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:39.75rem;left:2.5rem;display:block; }
#vrIgyGvAr6GNAGfPx7pV5Iv27N5nClBi { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:40.5rem;left:2.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AMnG9mnqUGfsScCrvsbZ3qTXrkE4SUEJ { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:40.58203125rem;left:6.25rem;height:1.4624rem;font-style:normal;display:block; }
#KffAxfTkvMWsUZoCXw77tDb8uIGSiRkL { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100020;line-height:1.5;letter-spacing:0;top:43.6875rem;left:2.5rem;height:3rem;font-style:normal;display:block; }
#ELUrRSTTDCWcufyghNTU3EDDp4fBTxeT { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:40.5625rem;left:30.375rem;height:1.4624rem;font-style:normal;display:block; }
#aLiVDLnsSJr9Ff4GJS19DpkMWpR6hZ4v { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:40.5rem;left:26.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cFaSqtcnumXqP6Pu7kXhFcygB522WMTW { position:absolute;display:block;z-index:100015;background-color:#de0069;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:39.75rem;left:26.625rem;display:block; }
#uXrybeyl8wwmykehuXtVeNeBMUsTAMw4 { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100024;line-height:1.5;letter-spacing:0;top:43.6875rem;left:26.625rem;height:3rem;font-style:normal;display:block; }
#X3XtgZ2r05cS9dDSKDtwzZoZido2TryT { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:40.5625rem;left:54.5rem;height:1.4624rem;font-style:normal;display:block; }
#kGFiSw5uo4Ud3wHD9XOC6oRs8PclZ1r1 { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:40.5rem;left:50.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sLbzx3QGTcGX7aOsPB7eM9FbbTaCOeyp { position:absolute;display:block;z-index:100019;background-color:#de0069;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:39.75rem;left:50.75rem;display:block; }
#veds3AtuzWknPIW6Sm7Tf5QG0SU0OHOH { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100028;line-height:1.5;letter-spacing:0;top:43.6875rem;left:50.75rem;height:1.5rem;font-style:normal;display:block; }
#dvvl8HsxQn9RSQp3KFsNBzPyHixcPtAc { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:48.6875rem;left:2.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b0bUW9AWcFJ2kPxb5lA6XqsRJ5hFTSN5 { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:48.75rem;left:6.25rem;height:1.4624rem;font-style:normal;display:block; }
#tD3BJK4CtZJD6BDlFDTDPmbTLkr31K1O { position:absolute;display:block;z-index:100019;background-color:#de0069;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:47.9375rem;left:2.5rem;display:block; }
#qk0M28rKSe7F4bC3qH9dlvOiRh0i31QI { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100028;line-height:1.5;letter-spacing:0;top:51.875rem;left:2.5rem;height:3rem;font-style:normal;display:block; }
#Bl5tOZqK5Ovc0Foh5Lx05UpT5n9erwse { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:48.6875rem;left:26.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qoTiBzfMWbQLsoBEhJqIz6Le3LpGXzuL { position:absolute;display:block;z-index:100023;background-color:#de0069;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:47.9375rem;left:26.625rem;display:block; }
#dFG2WAUTxApstHVW9ODBStC6fJl5fBIZ { color:#000000;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:48.75rem;left:30.375rem;height:1.4624rem;font-style:normal;display:block; }
#LX0T9MFqbGelJBuhQ2vdmTcVp7TuH7Eb { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100032;line-height:1.5;letter-spacing:0;top:51.875rem;left:26.625rem;height:4.5rem;font-style:normal;display:block; }
#ETAeKcpAeZIqHxXfisspNPr2OG6dSOWU { background-color:#82348a;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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:4.875rem;text-decoration:none;z-index:100007;text-align:left;text-align-last:left;top:42.9375rem;left:7.625rem;display:block; }
#Ftf5UGiEUwxaUS2JCMIR9ywPvC8N9COS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GTUut9PgcvWqWKeTpOeiEoR38FH2o1g8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#GTUut9PgcvWqWKeTpOeiEoR38FH2o1g8 > .row .container { background-color: transparent; background-image: none; }#GTUut9PgcvWqWKeTpOeiEoR38FH2o1g8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTUut9PgcvWqWKeTpOeiEoR38FH2o1g8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTUut9PgcvWqWKeTpOeiEoR38FH2o1g8 > .row .container > .video-iframe-container { display: none; }#GTUut9PgcvWqWKeTpOeiEoR38FH2o1g8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTUut9PgcvWqWKeTpOeiEoR38FH2o1g8 > .row > .video-iframe-container { display: none; }#GTUut9PgcvWqWKeTpOeiEoR38FH2o1g8 > .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); }#GTUut9PgcvWqWKeTpOeiEoR38FH2o1g8 > .row .container { border-width: 0; border-radius: 0; }#GTUut9PgcvWqWKeTpOeiEoR38FH2o1g8 > .row > .video-iframe-container {  }#GTUut9PgcvWqWKeTpOeiEoR38FH2o1g8 > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#ATNuAN7fmDT0EnAnesudT5zADWDTexfT { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.92480625rem;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;text-align:center;text-align-last:center;display:block; }
#Cs1HxfIPVoBhnXnDgBMrTf4Jlp0WT9Dw { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:36.25rem;top:11.375rem;left:0rem;display:block; }
#uAL1ANTAehlHtDpoA6HOTA9LOV2dFCR7 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:36.25rem;top:11.375rem;left:38.75rem;display:block; }
#RltCZabJ7FSTJH5MoV6ALqRoKe1WTGlA { background-color:#de0069;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:5rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:34.625rem;left:28.4375rem;display:block; }
#slUfvqeeGodTLTTZBLTJxOuLIExRk7kN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wMuRDEZGmQH7cHsSIugxLI9WbCgZm13k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wMuRDEZGmQH7cHsSIugxLI9WbCgZm13k > .row .container { background-color: transparent; background-image: none; }#wMuRDEZGmQH7cHsSIugxLI9WbCgZm13k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMuRDEZGmQH7cHsSIugxLI9WbCgZm13k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMuRDEZGmQH7cHsSIugxLI9WbCgZm13k > .row .container > .video-iframe-container { display: none; }#wMuRDEZGmQH7cHsSIugxLI9WbCgZm13k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMuRDEZGmQH7cHsSIugxLI9WbCgZm13k > .row > .video-iframe-container { display: none; }#wMuRDEZGmQH7cHsSIugxLI9WbCgZm13k > .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); }#wMuRDEZGmQH7cHsSIugxLI9WbCgZm13k > .row .container { border-width: 0; border-radius: 0; }#wMuRDEZGmQH7cHsSIugxLI9WbCgZm13k > .row > .video-iframe-container {  }#wMuRDEZGmQH7cHsSIugxLI9WbCgZm13k > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#oKkPel813kMrhbIZnKOJP29BQE6d1b06 { position:absolute;display:block;z-index:100000;background-color:#82348a;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:15.625rem;width:20.9375rem;top:6.25rem;left:0rem;display:block; }
#KmMXDrs44HDc35v9WKvc1MtxrmZ3sHZM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:8.75rem;left:2.5rem;height:3.8999rem;font-style:normal;display:block; }
#T7gCVtcFgpHKXxLasWFsTru8ekSzqrN1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:12.76171875rem;left:2.5rem;height:3.8994125rem;font-style:normal;display:block; }
#NstDI7kidZwZFv13rIpscWNTFqAL2l5G { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:6.625rem;left:29.375rem;height:2.92480625rem;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;text-align:center;text-align-last:center;display:block; }
#mwf0M3BHpEMdcTx9SgJl7Q9lok9Jhu7L { position:absolute;display:block;z-index:100001;background-color:#ebebeb;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:15.625rem;width:20.9375rem;top:22.5rem;left:0rem;display:block; }
#FtakKeGWqi2qbEx7PMFklfMdWZf1t2sB { color:#82348a;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:25rem;left:1.8125rem;height:3.8999rem;font-style:normal;display:block; }
#IPcvNTlooiL6DPfC4rSyaTidF5EqAFZi { color:#000000;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:29rem;left:1.8125rem;height:5.84911875rem;font-style:normal;display:block; }
#KLLhM2UZNdt7hifqQJDd75Zb7q8i11uS { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:10.5625rem;left:27.5rem;overflow:hidden;display:block; }
#THxu0WumDC6R2TRzwlLmhQkJfoowy8To { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:10.5859375rem;left:29.625rem;height:3.25rem;font-style:normal;display:block; }
#CfDaThTkW0LRiM59kqRvmABgNl0sMiZA { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:15.375rem;left:29.625rem;height:3.25rem;font-style:normal;display:block; }
#l4PirwBi019bdeL1Jq0W7GpAZlKIWRQU { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:15.375rem;left:27.5rem;overflow:hidden;display:block; }
#vnTAKpK8JNV8eXEuXXatHsKaQUqGGyZU { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:26.625rem;left:29.625rem;height:3.25rem;font-style:normal;display:block; }
#JwVBLRRqstaFEWMbgTTkKIpeeNlIcIPd { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:21.875rem;left:29.5625rem;height:3.25rem;font-style:normal;display:block; }
#Svwhy4ZaTOXpOH4dIIwiVu8m32rTIdpl { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:26.625rem;left:27.5rem;overflow:hidden;display:block; }
#REutuJvLbCwrA7kMWMx8oCxqXTrJGd47 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:21.8125rem;left:27.5rem;overflow:hidden;display:block; }
#ae2eW9cgdGFH6dXHI3flnXryQIFdZftQ { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:33.0625rem;left:29.625rem;height:3.25rem;font-style:normal;display:block; }
#ohwqHtTvvH8kp1vbBBEIiAF0oQMdR8ta { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:33.0625rem;left:27.5rem;overflow:hidden;display:block; }
#Ap9fS8ofF6MRnu9utVr7CVuNmhJaEX8W { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#Ap9fS8ofF6MRnu9utVr7CVuNmhJaEX8W > .row .container { background-color: transparent; background-image: none; }#Ap9fS8ofF6MRnu9utVr7CVuNmhJaEX8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ap9fS8ofF6MRnu9utVr7CVuNmhJaEX8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ap9fS8ofF6MRnu9utVr7CVuNmhJaEX8W > .row .container > .video-iframe-container { display: none; }#Ap9fS8ofF6MRnu9utVr7CVuNmhJaEX8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ap9fS8ofF6MRnu9utVr7CVuNmhJaEX8W > .row > .video-iframe-container { display: none; }#Ap9fS8ofF6MRnu9utVr7CVuNmhJaEX8W > .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); }#Ap9fS8ofF6MRnu9utVr7CVuNmhJaEX8W > .row .container { border-width: 0; border-radius: 0; }#Ap9fS8ofF6MRnu9utVr7CVuNmhJaEX8W > .row > .video-iframe-container {  }#Ap9fS8ofF6MRnu9utVr7CVuNmhJaEX8W > .row .container { font-size:0.875rem;font-family:arial;height:67.5625rem;width:75rem;position:relative;display:block; }#l8AXKxvzvPIBySzH75uMcfH8gvRslcrM { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:21.1875rem;width:61.25rem;position:absolute;display:block;z-index:100000;top:14rem;left:6.8125rem;display:block; }
#A56146rTKs6MaD9ZPwAT1ermvbtCxfB7 { border-top:0.25rem solid #82348a;border-left:0.25rem solid #82348a;border-right:0.25rem solid #82348a;border-bottom:0.25rem solid #82348a;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc709ee9-4000-402f-a41d-d481648320be/large_RGB_VEOLIA_HD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:100001;top:9.25rem;left:15.875rem;display:block; }#A56146rTKs6MaD9ZPwAT1ermvbtCxfB7.adaptive-delivery-prevent-bg, #A56146rTKs6MaD9ZPwAT1ermvbtCxfB7.lazyload, #A56146rTKs6MaD9ZPwAT1ermvbtCxfB7.lazyloading { background-image: none; }
#lRRBR4FIaLD6Tc9Zs0fm0HfELWX0zZ2R { display:block;width:57.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:19.40625rem;left:8.8125rem;height:7.875rem;color:#333333;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#cGCStAKt75HDERasPHoqx3JXTzxxzXt4 { display:block;width:31.0625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:31.01171875rem;left:35.1875rem;height:3.0869125rem;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
#eXTNXDxkbEALH1yhAzy0byWwepMt14yx { display:block;width:75rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.8999rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#nvxfFI2QD34MOGsFuPX7pFeuEOizml3J { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:21.1875rem;width:61.25rem;position:absolute;display:block;z-index:100004;top:43.5rem;left:6.8125rem;display:block; }
#PgG0DwDI40cw5yiS6e7pPG1dim8tzQIH { border-top:0.25rem solid #82348a;border-left:0.25rem solid #82348a;border-right:0.25rem solid #82348a;border-bottom:0.25rem solid #82348a;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/63efda59-dde8-40ad-9d86-8889c796e1b0/ekoplonlogo65.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:100005;top:38.75rem;left:15.875rem;display:block; }#PgG0DwDI40cw5yiS6e7pPG1dim8tzQIH.adaptive-delivery-prevent-bg, #PgG0DwDI40cw5yiS6e7pPG1dim8tzQIH.lazyload, #PgG0DwDI40cw5yiS6e7pPG1dim8tzQIH.lazyloading { background-image: none; }
#TphNli98bPrBbklGkJCX7ZyXNXMvkMEz { display:block;width:57.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:50.25rem;left:8.8125rem;height:6.5625rem;color:#333333;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#xrxkzrZ05129mu5UTd006vyT29TCyQVQ { display:block;width:29rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:60.4375rem;left:37.25rem;height:3.0869125rem;font-style:normal;text-align:right;text-align-last:right;color:#000000;display:block; }
#el4ZFTcJeJ9Po7TP0VyNIyTUC3Whr9Ib { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#el4ZFTcJeJ9Po7TP0VyNIyTUC3Whr9Ib > .row .container { background-color: transparent; background-image: none; }#el4ZFTcJeJ9Po7TP0VyNIyTUC3Whr9Ib::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#el4ZFTcJeJ9Po7TP0VyNIyTUC3Whr9Ib > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#el4ZFTcJeJ9Po7TP0VyNIyTUC3Whr9Ib > .row .container > .video-iframe-container { display: none; }#el4ZFTcJeJ9Po7TP0VyNIyTUC3Whr9Ib > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#el4ZFTcJeJ9Po7TP0VyNIyTUC3Whr9Ib > .row > .video-iframe-container { display: none; }#el4ZFTcJeJ9Po7TP0VyNIyTUC3Whr9Ib > .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); }#el4ZFTcJeJ9Po7TP0VyNIyTUC3Whr9Ib > .row .container { border-width: 0; border-radius: 0; }#el4ZFTcJeJ9Po7TP0VyNIyTUC3Whr9Ib > .row > .video-iframe-container {  }#el4ZFTcJeJ9Po7TP0VyNIyTUC3Whr9Ib > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#ogEX6xPCuhughVTfaDP9fFmfAqatzg7D { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.0625rem;width:75rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#eleWDl1FxpLAbae4AgxzkrF3iKPwL5oT { color:#000000;display:block;width:58.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:33.138671875rem;left:8.28125rem;height:7.7998125rem;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; }
#k68RA6GPnzri8s6gThN9q1tR0zXmgVbV { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:14rem;top:43rem;left:35.25rem;overflow:hidden;display:block; }
#QdTVJcGrASSqlRiylrB5IFCEcFP8Pkcd { position:relative;display:block; }#QdTVJcGrASSqlRiylrB5IFCEcFP8Pkcd { background-color: transparent; background-image: none; }#QdTVJcGrASSqlRiylrB5IFCEcFP8Pkcd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdTVJcGrASSqlRiylrB5IFCEcFP8Pkcd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdTVJcGrASSqlRiylrB5IFCEcFP8Pkcd > .row .container > .video-iframe-container { display: none; }#QdTVJcGrASSqlRiylrB5IFCEcFP8Pkcd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdTVJcGrASSqlRiylrB5IFCEcFP8Pkcd > .row > .video-iframe-container { display: none; }#QdTVJcGrASSqlRiylrB5IFCEcFP8Pkcd > .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); }#QdTVJcGrASSqlRiylrB5IFCEcFP8Pkcd { border-width: 0; border-radius: 0; }#QdTVJcGrASSqlRiylrB5IFCEcFP8Pkcd > .row .container > .video-iframe-container {  }#QdTVJcGrASSqlRiylrB5IFCEcFP8Pkcd > .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:37.3125rem;width:75rem;position:relative;display:block; }#l4KLhGP1w7DzNnhCLBwut2ZtSTwwBGOd { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:7.6875rem;left:1.875rem;overflow:hidden;display:block; }
#MiuzONS5x6pEB3WCF0deER0X7SoJTw3A { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100022;line-height:1.8;letter-spacing:0;top:4.875rem;left:1.875rem;height:2.0249rem;font-style:normal;display:block; }
#thI9R1iL5qWkiXZUFoNaPTu2pTQrzaOx { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100038;line-height:1.3;letter-spacing:0;top:10.8125rem;left:4rem;height:3.25rem;font-style:normal;display:block; }
#Ig5D6xaa5sSfM6JuUM17SILilRBLb6ma { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:11rem;left:1.875rem;overflow:hidden;display:block; }
#nDgq42W6K0WEyJsEBWwxTgcDNOA0Ogwk { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100037;line-height:1.3;letter-spacing:0;top:7.625rem;left:4rem;height:1.625rem;font-style:normal;display:block; }
#EpW1AbnRdm4SLwUc3EVEEbAFsBGgEX3U { color:#000000;display:block;width:38.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100038;line-height:1.3;letter-spacing:0;top:15.4375rem;left:4rem;height:3.25rem;font-style:normal;display:block; }
#p354mFP7iKkLQWErLq42oosFQXuB4BxX { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:15.5625rem;left:1.875rem;overflow:hidden;display:block; }
#SlQmNqZoTZypNqmy7aSUgydoQAUpAdJc { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:4rem;height:3.25rem;font-style:normal;display:block; }
#VzoCIs3vdLMnhcBhTF2pIXU38VcBHyAa { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:20.625rem;left:1.875rem;overflow:hidden;display:block; }
#clXHdaNpt23T1lAJO6Kq8zE6vEmLizxL { position:absolute;display:block;z-index:100008;background-color:#82348a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:27.5rem;width:23.125rem;top:1.375rem;left:50.0625rem;display:block; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-form-header { font-size:0.875rem; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-regular-label { height:auto;display:none;font-family:poppins;font-size:0.875rem;font-weight:bold;color:#000000;width:18rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .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;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;margin-bottom:0.25rem;margin-left:0;display:block;width:18rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;font-weight:700;font-style:normal; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .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;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;margin-bottom:0.25rem;margin-left:0;display:block;width:18rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;font-weight:700;font-style:normal; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .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:18rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .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; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-input-button { 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:#de0069;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:18rem;height:5rem;font-family:poppins;overflow:hidden; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g [class*="-text"]:-moz-placeholder { color:#2c2c2c;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g [class*="-text"]::-moz-placeholder { color:#2c2c2c;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g [class*="-text"]:-ms-input-placeholder { color:#2c2c2c;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g [class*="-text"]::-webkit-input-placeholder { color:#2c2c2c;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .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:poppins;line-height:1.3;font-size:0.75rem;font-weight:700;color:#ffffff;vertical-align:top;width:16.75rem;overflow:hidden;font-style:normal;float:none; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .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; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .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:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-container:first-of-type{padding-top:0;}#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-container:last-of-type{padding-bottom:0;}#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;position:absolute;top:7.0625rem;left:51.25rem;font-size:0.875rem; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18rem;display:block;vertical-align:top; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-info-text { display:block;height:auto;font-family:poppins;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; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g {display:block;}#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;position:absolute;top:7.0625rem;left:51.25rem;font-size:0.875rem; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #IgabPx6fdegl8hdeRP6kUisU4wAbbJ5n { position:relative; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #gXrxbN26svJcWwPGpsZphhv4eRNzlO96 { position:relative; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #HXPT3DiMOxU3uVJkp0eeK0lsJQRO8DFu { position:relative; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #TzzEnZKJ6RALIkyz3bPPVFsEfPKpPNXv { position:relative; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #A1q63RfvHTEssKaVaykbTet7pSgrV549 { position:relative; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #MpERivLL08v00XF12v5vw5IBVFxqEdX0 { position:relative; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #EwlHlamqILknBIeBVaPMlMJCvwHcl0bl { position:relative; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #FWD5OD04udTJbl2a00cOltR0MVwM9PKE { position:relative; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #q3OLPzPJnZXHcmT218SKKdeBMnfuJgDS { position:relative; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #TxPzFkvhFaEG2V8JvX7pqklSmOvc7vSy { position:relative; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #zFtaNRfnTgNJcsa9ZlTtnZV00S7CQnbq { position:relative;z-index:2; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #OKJiKDSitMRh9FtT3pur5cdai2UEGI27 { position:relative; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #SGnkQspXp8nheTSeP7k2SzBTWx8674Fg { position:relative; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #umovk65ELmnwm0TsBVmlDWUzKTSV52me { position:relative; }
#eCfxHi0pIeZreT6U5T30hafNEhDSC201 { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:35.875rem;left:52.5625rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f4wW2wAQzsDUSNPiucwcrshttVzIhTqw { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:5.6875rem;left:51.75rem;height:1.94986875rem;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; }
#LWCa52tBN4ZEWprwumz1b5ZWdnvZZRaT { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:3.25rem;left:51.75rem;height:2.4375rem;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; }
#lzk4ZhkJcB49ovg4HTMhIsvM5vApOpn1 { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:27.5869140625rem;left:51.25rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TeWoZoPRKzNWaJpmRN6Ou9NCUdT662gE { position:relative;display:block; }#TeWoZoPRKzNWaJpmRN6Ou9NCUdT662gE { background-color: transparent; background-image: none; }#TeWoZoPRKzNWaJpmRN6Ou9NCUdT662gE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeWoZoPRKzNWaJpmRN6Ou9NCUdT662gE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeWoZoPRKzNWaJpmRN6Ou9NCUdT662gE > .row .container > .video-iframe-container { display: none; }#TeWoZoPRKzNWaJpmRN6Ou9NCUdT662gE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeWoZoPRKzNWaJpmRN6Ou9NCUdT662gE > .row > .video-iframe-container { display: none; }#TeWoZoPRKzNWaJpmRN6Ou9NCUdT662gE > .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); }#TeWoZoPRKzNWaJpmRN6Ou9NCUdT662gE { border-width: 0; border-radius: 0; }#TeWoZoPRKzNWaJpmRN6Ou9NCUdT662gE > .row .container > .video-iframe-container {  }#TeWoZoPRKzNWaJpmRN6Ou9NCUdT662gE > .row .container { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#QfuOmMfpOH2SaQpWcDwwUr7sAPJ7yN06 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.474609375rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xlDZitvLH0Tn0AiEZ1fsLN3XLzybxpyT { color:#000000;display:block;width:26rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.474609375rem;left:49rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DookwPfcNU9rvnu8MTM1nHIFyo2qTrle { width:9.875rem;height:4.0625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrhD4FP8UX3mLaPLgPlvhhMZ4fxydMt5 { width:9rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEMcPJk6p2CAAvd0RI4xAr9h826nhrNK { display:block; }
 }@media only screen and (max-width: 763px) { #SRoeb2ppwZd6GAI64v0AzaXEBLkolDJX { width:7.125rem;height:3.4375rem;top:1.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCs8aWHNF993BS2LykhCWHWoPWG8UsLE { display:block; }
 }@media only screen and (max-width: 763px) { #BW2nApTS7bGVar9zNm4le9zdmtkSzoZQ { width:12.8125rem;height:3.4375rem;top:1.6875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pediy3TdvIHsUgHw1IOeZUTM18yvb3VS { display:block; }
 }@media only screen and (max-width: 763px) { #K5shhhzNmuRLCOTZVAD0VEV4wSsgsQJe { width:15.9375rem;height:3.4375rem;top:1.6875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvdxTRt4Cn9r7xcrkLrwMh9g0F6LakVH { display:block; }
 }@media only screen and (max-width: 763px) { #O4NdbsRFvKtQiXXOwsx9Dn7unzpSHTwW { width:17.1875rem;height:3.4375rem;top:1.6875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9132wLbaud7baDqTG6sN3qqhQq8kFzi { display:block; }
 }@media only screen and (max-width: 763px) { #idhm3nhttT1daeFruh0HOVvFiriywgxX { display:block; }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGUQyklniaXdupMp1Rghznmwhsl039bB { width:28.125rem;height:13rem;top:9.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZXPVsOxcwwbpDPQ1xkco3etdmNXFGns { width:23.8125rem;height:7.1875rem;top:23.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1PESTz0hQ1EXwdLIrSumTu2WClDvHRE { width:6.8125rem;height:2.1875rem;top:26.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFEZ2gloitmIvi9EUNQWxOE4ug2G76zX { width:23.125rem;height:28.75rem;top:5.875rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-regular-label { width:18rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-input-text { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-textarea { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-input-select { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-input-button { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-checkbox-label { width:16.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2  { width:18rem;height:auto;top:12.1875rem;left:20.78125rem; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .radio-container { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 {display:block;}#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 { width:18rem;height:auto;top:12.1875rem;left:20.78125rem; }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #NcCBMWMXm0E11eV5DKBq7DaIFvVDX59E {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #IDhPATKs627z2RJV6CeMgahnhSbgfg76 {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #EkdCq0K92nO1Hw4BooNRiCWk7k3RSfJ9 {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #pn3iuysSxfzfZNMG5wiTut15DDdzCvDl {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #D6vygRAiWv1h2uAAVy0lK1fSGtK0mQMh {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #v94A1rtuJ5Js0rcvqKelgRx78drPVHI2 {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #LcNX8uzUHsqTkZHN7NBmEGe19BU6Tsdn {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #Un6CAnUFbvpVERPms9oea7aKm8duLHdG {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #WlRka2RDee8LxvwbzRXqlmQGKL0hCqIX {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #iUqHzfby5L9x9I7KwgoPDLZd0hHgAn1d {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #wPK1iwvglbLaX740Bece7FEWEVHdml3N {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #iA0lqR5fhiLbELQWHg7tQbNa4PdyGF8L {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #UD6RkUMvmRwdiUkGOTlBzJJVPTmcQ4EG {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #qTI7bkuu66ymiQRlnl2AJ8bPaqeOhGGr {  }
 }@media only screen and (max-width: 763px) { #Bsv0eQzx8Muz4oUPZsirNA1frSuz9wVv { width:19.75rem;height:2.4375rem;top:7.1875rem;left:21.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oif5S55AHLAC2I24skiUbAPNDtg2Lhs7 { width:19.75rem;height:1.9375rem;top:10.1875rem;left:21.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB7c7KTVePKTBgTrN0vzr6wo82VKFAop { width:18.0625rem;height:0.9375rem;top:33rem;left:20.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4wrztwxogqLROzUpTz6xAITX9lDVkHT { width:40rem;height:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTGDe3dNkSmkuTHi1wbiW1oZN5BDdvRG { display:block; }#cTGDe3dNkSmkuTHi1wbiW1oZN5BDdvRG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FK1fdC2D8FdLB12yEePpUDxBvFAfSzmK { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbfWTeoXfccFwWSSgVIeRfZkHqhCISuu { width:20.9375rem;height:14.8125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfREOtpNaRUf3UDJJWnLNg0afhIt73nP { width:18.875rem;height:2.875rem;top:12.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q76P33idtGDykNVs2bpvsDRZEtx5ITeN { width:18.375rem;height:7.125rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UalSI4MvOogd87sItsFTeCRhrEUQIp2U { width:12.5rem;height:2.875rem;top:17.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2s364ndVuHWT82m0A8QJNW8y6V4I5br { width:12.5rem;height:1.9375rem;top:19.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncOW0dz5MkwFVyEz05w0Dc9gfpfTVNCx { width:47.75rem;height:12.75rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zloZHMuIFDlwpudxF4H2al9JWJDtdqqi { display:block; }#zloZHMuIFDlwpudxF4H2al9JWJDtdqqi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3yETOXtIAzHTglbQxTvl4l1UVKOWHCK { width:35.5625rem;height:2.875rem;top:3.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghcIAmqzTG37TIVt3wguXJkoiOoZJBaB { width:1.5rem;height:1.5rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5v447yeKA1icE051HicPnhpJTJllvRz { width:38.75rem;height:3.25rem;top:9.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDVqDsfZmb7K0eNwo0ZiMgxuMDiTuwTL { width:36.5rem;height:3.25rem;top:13.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdpuGBmip6wqsdVJSOv4S9ZGmeMSFray { width:1.5rem;height:1.5rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxaZT6aNcE0Hp1coqvG8nreoEIiQa4N { width:36.5625rem;height:3.25rem;top:22.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehgJVlBMDoSrxlVstvzT4GwTtoDBBkTu { width:40.4375rem;height:3.25rem;top:17.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FitbrzKRAx4Pn23x2PmiTe1ppqAufrDd { width:1.5rem;height:1.5rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F10Shgosa2uls2OpsPSvH119l1zMyx9s { width:1.5rem;height:1.5rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frQtGT3Ttf4cuAEyxEe0tzThZNMLgeAg { width:45.4375rem;height:1.625rem;top:26.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN0yaOpe7RUq0lHgACTPTHqzqrF4BL2a { width:1.5rem;height:1.5rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roDCCFLtFV4Hw4EzQ4mOSXqeWA7dU6eK { width:1.5rem;height:1.5rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afzUNHQrsQiIHJU7Jkq1iTIHc25zPRv0 { width:45.4375rem;height:1.625rem;top:28.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4OIefq23MCXIcApuskG1BbB49SMTMwm { width:18.125rem;height:5rem;top:32.5rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkovof9TxbTaIoepkSFw03I1N7g6BMxm { display:block; }
 }@media only screen and (max-width: 763px) { #SdOaSTFxCUVXl8cvwuHl3396dzkkGQNN { top:2.875rem;left:12.875rem;width:34.875rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETLESIZqO2itKD8fDPBh55BZc7eON91Z { display:block; }#ETLESIZqO2itKD8fDPBh55BZc7eON91Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TivCFiodNiPz2RF2VzwClHiBEEuiTR9w { width:1.5rem;height:1.5rem;top:10rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFRFyS52SD11ZzpbsKeERmFuxrF08qTV { width:38.25rem;height:3.25rem;top:10rem;left:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS7HIPEr6C3Bh6kf9t3T7iORq3T4vUM2 { width:38.125rem;height:4.875rem;top:24.4375rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qshL96GOxzSMBiXpJpt5dLZBlIoQuVWq { width:1.5rem;height:1.5rem;top:24.4375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSSdvWTlJpRCDF8sDPZ3xvaGRm465c6u { width:36.1875rem;height:3.25rem;top:19.625rem;left:11.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuBH0fb8TNr6zM9O44PPhvUPt9cNUNxK { width:36.9375rem;height:3.25rem;top:14.8125rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDOoxQOZEPr1KnbTn1HzPyXfdPnxlHFU { width:1.5rem;height:1.5rem;top:19.625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IykuMBTftJEUdtEnbllkTtC2cnLIUnuH { width:1.5rem;height:1.5rem;top:14.8125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6FmvTroMNzpLZ49T2VaSVdXtXB3LCiH { width:35.5625rem;height:;top:5.8125rem;left:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsicQnrEqI5Aw2GNcoC0ryK4W5qssuBu { top:3.4375rem;left:0rem;width:28.0625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDdnnzpIqGxEySLoNTFlR7ZNNNGGbED5 { width:15.875rem;height:3rem;top:31.5625rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyikbBFrFDNKd4kM2GKbFkB4zI0zx1H6 { display:block; }
 }@media only screen and (max-width: 763px) { #MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT { display:block; }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfzeAqNBZO9ZSUR6IAOrDp92JhkMEvce { width:47.75rem;height:;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxJmsL8HNPqiD95RxqvdSmROqyXXCDUv { width:2.8125rem;height:2.8125rem;top:36.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZTZOPczVUfziA3W2XGOs3bpbtc8B8lF { width:24.8125rem;height:6.0625rem;top:40.25rem;left:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #naXVMJwTITxhALxdVriKpGy9fEofkXBe { width:24.8125rem;height:12.125rem;top:7.375rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCvPo7N4KVFlGHBwOyOxCAN0qWSvq0me { width:2.8125rem;height:2.8125rem;top:3.8125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfzCiJg5IE0Wd6kEql0GapnXLl3UhZPD { width:24.8125rem;height:8.0625rem;top:24.75rem;left:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct1F8IxgPJKmlgRW6pDCp8qORDKLVmaQ { width:2.8125rem;height:2.8125rem;top:21.1875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmEOwuXz92diohNvmT8vkuPsUKmVHJUL { width:24.8125rem;height:8.0625rem;top:24.75rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0T1ISv1M9DmDSMcuyGnQkwt39OFFCPO { width:2.8125rem;height:2.8125rem;top:21.1875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHmOxAcV53OOue3AQIZ8HNCEfGZ3ltr9 { width:24.8125rem;height:10.0625rem;top:7.375rem;left:9.4375011920931rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQbrEZ3yx80xOgT4BTx8BKSCAVvJgLz7 { width:2.8125rem;height:2.8125rem;top:3.8125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTyynaxB2J42qyuHFIprSmKgI6erTC0U { width:18.125rem;height:5rem;top:38.5rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zos1gbTxwbCTRzu74vfnlBIZdhNc6J9o { display:block; }
 }@media only screen and (max-width: 763px) { #saX1XvoaVvHNWFK3qCym2ISlyomQEuTH { display:block; }#saX1XvoaVvHNWFK3qCym2ISlyomQEuTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3bGFIhsmC1Rf75bcr1nUJQFicTdhJta { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIVSXbX6OyDptCb7hHMNfCVzNWP1QQ7v { width:46.375rem;height:1.875rem;top:9.125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo6leK6Ji88GipyE6lZUFKhi68slfBMO { display:block; }#zo6leK6Ji88GipyE6lZUFKhi68slfBMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gF3e3NpFkU59TfTRQgAx6dKwvJTaQ7ro { width:47.625rem;height:40.8125rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCHTdGrp5T1C1Vt4G88JC8od8hVBOxbf { width:47.75rem;height:29.5rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0uztPuqlmTT22GLDRgVabTKNfLmMJvN { width:11.375rem;height:11.375rem;top:12.1875rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlCsi95FsrLmaBdpF2z3r6UkauDRuInD { width:20.9375rem;height:15.5rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aanb3ubvDc0bBy3TdCPmru2O4hXQnGa7 { width:18.375rem;height:8.125rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TapyBN44V5ABlqkE0GUlSU8NcObnFGPS { width:15.1875rem;height:3.875rem;top:40.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy21Aie8yeTlTWo0CCykvgnX53vHnpBM { width:18.875rem;height:3.875rem;top:34.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEApIsgIWDLSnT7w8We7fswvR5cIVGLq { width:3.125rem;height:3.125rem;top:24.6875rem;left:32.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcx13NmubcayXTKL47295TOgmt6x2W8O { width:3.125rem;height:1.625rem;top:25.6875rem;left:33.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIKXHRhWoSDJKO9q3cMlHZKDwTu4PSae { width:3.125rem;height:1.625rem;top:13.1875rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETNdCs5LSdtXgmab96ncKAdZWPmAlXhS { width:3.125rem;height:3.125rem;top:12.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuF4oeEB89f5tbHfsHOCt0TrPSgBoxyn { width:3.125rem;height:1.625rem;top:10.125rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov96G2uufrMXuetRTuuvHcUCmQykc4cg { width:3.125rem;height:3.125rem;top:9.125rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1Tkcnfkc4Dt4VZm3GHylcGTuQBLVMie { width:3.125rem;height:1.625rem;top:12.5625rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9kFCMZM7mWMVIs5SbW08oNRlVi9ImDr { width:3.125rem;height:3.125rem;top:11.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTVf0VEIkhKyObTfXDO2AqpqPkQvmMVo { width:3.125rem;height:1.625rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSJfB1Cq6PTP1gC4zNtrMAFhil11pqI9 { width:3.125rem;height:3.125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Wdp74vznbVeENbwAVmxnqwW8TsNNxC { width:3.125rem;height:3.125rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrIgyGvAr6GNAGfPx7pV5Iv27N5nClBi { width:3.125rem;height:1.625rem;top:40.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMnG9mnqUGfsScCrvsbZ3qTXrkE4SUEJ { width:17.6875rem;height:1.4375rem;top:40.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KffAxfTkvMWsUZoCXw77tDb8uIGSiRkL { width:21.8125rem;height:3rem;top:43.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELUrRSTTDCWcufyghNTU3EDDp4fBTxeT { width:17.6875rem;height:1.4375rem;top:40.5625rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLiVDLnsSJr9Ff4GJS19DpkMWpR6hZ4v { width:3.125rem;height:1.625rem;top:40.5rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFaSqtcnumXqP6Pu7kXhFcygB522WMTW { width:3.125rem;height:3.125rem;top:39.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXrybeyl8wwmykehuXtVeNeBMUsTAMw4 { width:21.8125rem;height:3rem;top:43.6875rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3XtgZ2r05cS9dDSKDtwzZoZido2TryT { width:17.6875rem;height:1.4375rem;top:40.5625rem;left:30.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGFiSw5uo4Ud3wHD9XOC6oRs8PclZ1r1 { width:3.125rem;height:1.625rem;top:40.5rem;left:37.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLbzx3QGTcGX7aOsPB7eM9FbbTaCOeyp { width:3.125rem;height:3.125rem;top:39.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veds3AtuzWknPIW6Sm7Tf5QG0SU0OHOH { width:21.8125rem;height:1.5rem;top:43.6875rem;left:25.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvvl8HsxQn9RSQp3KFsNBzPyHixcPtAc { width:3.125rem;height:1.625rem;top:48.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0bUW9AWcFJ2kPxb5lA6XqsRJ5hFTSN5 { width:17.6875rem;height:1.4375rem;top:48.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD3BJK4CtZJD6BDlFDTDPmbTLkr31K1O { width:3.125rem;height:3.125rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk0M28rKSe7F4bC3qH9dlvOiRh0i31QI { width:21.8125rem;height:3rem;top:51.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl5tOZqK5Ovc0Foh5Lx05UpT5n9erwse { width:3.125rem;height:1.625rem;top:48.6875rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoTiBzfMWbQLsoBEhJqIz6Le3LpGXzuL { width:3.125rem;height:3.125rem;top:47.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFG2WAUTxApstHVW9ODBStC6fJl5fBIZ { width:20.125rem;height:2.9375rem;top:48.75rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX0T9MFqbGelJBuhQ2vdmTcVp7TuH7Eb { width:21.8125rem;height:4.5rem;top:51.875rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETAeKcpAeZIqHxXfisspNPr2OG6dSOWU { width:17.8125rem;height:4.875rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftf5UGiEUwxaUS2JCMIR9ywPvC8N9COS { display:block; }
 }@media only screen and (max-width: 763px) { #GTUut9PgcvWqWKeTpOeiEoR38FH2o1g8 { display:block; }#GTUut9PgcvWqWKeTpOeiEoR38FH2o1g8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATNuAN7fmDT0EnAnesudT5zADWDTexfT { width:47.75rem;height:2.875rem;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs1HxfIPVoBhnXnDgBMrTf4Jlp0WT9Dw { width:36.25rem;height:20.3125rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAL1ANTAehlHtDpoA6HOTA9LOV2dFCR7 { width:36.25rem;height:20.3125rem;top:11.375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RltCZabJ7FSTJH5MoV6ALqRoKe1WTGlA { width:18.125rem;height:5rem;top:34.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #slUfvqeeGodTLTTZBLTJxOuLIExRk7kN { display:block; }
 }@media only screen and (max-width: 763px) { #wMuRDEZGmQH7cHsSIugxLI9WbCgZm13k { display:block; }#wMuRDEZGmQH7cHsSIugxLI9WbCgZm13k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKkPel813kMrhbIZnKOJP29BQE6d1b06 { width:20.9375rem;height:15.625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmMXDrs44HDc35v9WKvc1MtxrmZ3sHZM { width:12.5rem;height:3.875rem;top:8.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7gCVtcFgpHKXxLasWFsTru8ekSzqrN1 { width:12.5rem;height:3.875rem;top:12.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NstDI7kidZwZFv13rIpscWNTFqAL2l5G { width:35.5625rem;height:;top:6.625rem;left:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwf0M3BHpEMdcTx9SgJl7Q9lok9Jhu7L { width:20.9375rem;height:15.625rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtakKeGWqi2qbEx7PMFklfMdWZf1t2sB { width:12.5rem;height:3.875rem;top:25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPcvNTlooiL6DPfC4rSyaTidF5EqAFZi { width:16.25rem;height:5.875rem;top:29rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLLhM2UZNdt7hifqQJDd75Zb7q8i11uS { width:1.5rem;height:1.5rem;top:10.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THxu0WumDC6R2TRzwlLmhQkJfoowy8To { width:45.4375rem;height:3.25rem;top:10.5625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfDaThTkW0LRiM59kqRvmABgNl0sMiZA { width:45.4375rem;height:4.875rem;top:15.375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4PirwBi019bdeL1Jq0W7GpAZlKIWRQU { width:1.5rem;height:1.5rem;top:15.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnTAKpK8JNV8eXEuXXatHsKaQUqGGyZU { width:45.4375rem;height:4.875rem;top:26.625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwVBLRRqstaFEWMbgTTkKIpeeNlIcIPd { width:45.4375rem;height:3.25rem;top:21.875rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svwhy4ZaTOXpOH4dIIwiVu8m32rTIdpl { width:1.5rem;height:1.5rem;top:26.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REutuJvLbCwrA7kMWMx8oCxqXTrJGd47 { width:1.5rem;height:1.5rem;top:21.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae2eW9cgdGFH6dXHI3flnXryQIFdZftQ { width:45.4375rem;height:3.25rem;top:33.0625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohwqHtTvvH8kp1vbBBEIiAF0oQMdR8ta { width:1.5rem;height:1.5rem;top:33.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap9fS8ofF6MRnu9utVr7CVuNmhJaEX8W { display:block; }#Ap9fS8ofF6MRnu9utVr7CVuNmhJaEX8W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8AXKxvzvPIBySzH75uMcfH8gvRslcrM { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A56146rTKs6MaD9ZPwAT1ermvbtCxfB7 { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRRBR4FIaLD6Tc9Zs0fm0HfELWX0zZ2R { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGCStAKt75HDERasPHoqx3JXTzxxzXt4 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXTNXDxkbEALH1yhAzy0byWwepMt14yx { width:47.75rem;height:3.875rem;top:4.25rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvxfFI2QD34MOGsFuPX7pFeuEOizml3J { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgG0DwDI40cw5yiS6e7pPG1dim8tzQIH { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TphNli98bPrBbklGkJCX7ZyXNXMvkMEz { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrxkzrZ05129mu5UTd006vyT29TCyQVQ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #el4ZFTcJeJ9Po7TP0VyNIyTUC3Whr9Ib { display:block; }#el4ZFTcJeJ9Po7TP0VyNIyTUC3Whr9Ib > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogEX6xPCuhughVTfaDP9fFmfAqatzg7D { width:47.75rem;height:26.779791666667rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eleWDl1FxpLAbae4AgxzkrF3iKPwL5oT { width:47.75rem;height:7.75rem;top:33.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k68RA6GPnzri8s6gThN9q1tR0zXmgVbV { width:14rem;height:4.3125rem;top:43rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdTVJcGrASSqlRiylrB5IFCEcFP8Pkcd { display:block; }#QdTVJcGrASSqlRiylrB5IFCEcFP8Pkcd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4KLhGP1w7DzNnhCLBwut2ZtSTwwBGOd { width:1.5rem;height:1.5rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiuzONS5x6pEB3WCF0deER0X7SoJTw3A { width:36.1875rem;height:2rem;top:4.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thI9R1iL5qWkiXZUFoNaPTu2pTQrzaOx { width:41.4375rem;height:3.25rem;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig5D6xaa5sSfM6JuUM17SILilRBLb6ma { width:1.5rem;height:1.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDgq42W6K0WEyJsEBWwxTgcDNOA0Ogwk { width:33.3125rem;height:1.625rem;top:7.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpW1AbnRdm4SLwUc3EVEEbAFsBGgEX3U { width:38.75rem;height:3.25rem;top:15.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p354mFP7iKkLQWErLq42oosFQXuB4BxX { width:1.5rem;height:1.5rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlQmNqZoTZypNqmy7aSUgydoQAUpAdJc { width:39.6875rem;height:4.875rem;top:20.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzoCIs3vdLMnhcBhTF2pIXU38VcBHyAa { width:1.5rem;height:1.5rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clXHdaNpt23T1lAJO6Kq8zE6vEmLizxL { width:23.125rem;height:27.5rem;top:1.375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-regular-label { width:18rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-input-text { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-textarea { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-input-select { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-input-button { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-checkbox-label { width:16.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g  { width:18rem;height:auto;top:7.0625rem;left:27.25rem; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .radio-container { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g {display:block;}#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g { width:18rem;height:auto;top:7.0625rem;left:27.25rem; }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #IgabPx6fdegl8hdeRP6kUisU4wAbbJ5n {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #gXrxbN26svJcWwPGpsZphhv4eRNzlO96 {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #HXPT3DiMOxU3uVJkp0eeK0lsJQRO8DFu {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #TzzEnZKJ6RALIkyz3bPPVFsEfPKpPNXv {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #A1q63RfvHTEssKaVaykbTet7pSgrV549 {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #MpERivLL08v00XF12v5vw5IBVFxqEdX0 {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #EwlHlamqILknBIeBVaPMlMJCvwHcl0bl {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #FWD5OD04udTJbl2a00cOltR0MVwM9PKE {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #q3OLPzPJnZXHcmT218SKKdeBMnfuJgDS {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #TxPzFkvhFaEG2V8JvX7pqklSmOvc7vSy {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #zFtaNRfnTgNJcsa9ZlTtnZV00S7CQnbq {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #OKJiKDSitMRh9FtT3pur5cdai2UEGI27 {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #SGnkQspXp8nheTSeP7k2SzBTWx8674Fg {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #umovk65ELmnwm0TsBVmlDWUzKTSV52me {  }
 }@media only screen and (max-width: 763px) { #eCfxHi0pIeZreT6U5T30hafNEhDSC201 { width:18.0625rem;height:0.9375rem;top:35.875rem;left:29.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4wW2wAQzsDUSNPiucwcrshttVzIhTqw { width:19.75rem;height:1.9375rem;top:5.6875rem;left:28rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWCa52tBN4ZEWprwumz1b5ZWdnvZZRaT { width:19.75rem;height:2.4375rem;top:3.25rem;left:28rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzk4ZhkJcB49ovg4HTMhIsvM5vApOpn1 { width:18.0625rem;height:0.9375rem;top:27.5625rem;left:29.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeWoZoPRKzNWaJpmRN6Ou9NCUdT662gE { display:block; }#TeWoZoPRKzNWaJpmRN6Ou9NCUdT662gE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfuOmMfpOH2SaQpWcDwwUr7sAPJ7yN06 { width:12.5rem;height:1.25rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlDZitvLH0Tn0AiEZ1fsLN3XLzybxpyT { width:26rem;height:1.25rem;top:2.4375rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DookwPfcNU9rvnu8MTM1nHIFyo2qTrle { width:9.875rem;height:4.0625rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrhD4FP8UX3mLaPLgPlvhhMZ4fxydMt5 { width:9rem;height:3.4375rem;top:1.6875rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEMcPJk6p2CAAvd0RI4xAr9h826nhrNK { display:block; }
 }@media only screen and (max-width: 763px) { #SRoeb2ppwZd6GAI64v0AzaXEBLkolDJX { width:7.125rem;height:3.4375rem;top:1.6875rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCs8aWHNF993BS2LykhCWHWoPWG8UsLE { display:block; }
 }@media only screen and (max-width: 763px) { #BW2nApTS7bGVar9zNm4le9zdmtkSzoZQ { width:12.8125rem;height:3.4375rem;top:1.6875rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pediy3TdvIHsUgHw1IOeZUTM18yvb3VS { display:block; }
 }@media only screen and (max-width: 763px) { #K5shhhzNmuRLCOTZVAD0VEV4wSsgsQJe { width:15.9375rem;height:3.4375rem;top:1.6875rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvdxTRt4Cn9r7xcrkLrwMh9g0F6LakVH { display:block; }
 }@media only screen and (max-width: 763px) { #O4NdbsRFvKtQiXXOwsx9Dn7unzpSHTwW { width:17.1875rem;height:3.4375rem;top:1.6875rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9132wLbaud7baDqTG6sN3qqhQq8kFzi { display:block; }
 }@media only screen and (max-width: 763px) { #idhm3nhttT1daeFruh0HOVvFiriywgxX { background-color:#ebebeb;background-image:none;display:block; }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .row .container { background-color: transparent; background-image: none; }#idhm3nhttT1daeFruh0HOVvFiriywgxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .row .container > .video-iframe-container { display: none; }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .row > .video-iframe-container { display: none; }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .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); }#idhm3nhttT1daeFruh0HOVvFiriywgxX > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGUQyklniaXdupMp1Rghznmwhsl039bB { width:20rem;height:9.75rem;top:18.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZXPVsOxcwwbpDPQ1xkco3etdmNXFGns { width:20rem;height:6rem;top:28.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1PESTz0hQ1EXwdLIrSumTu2WClDvHRE { width:6.8125rem;height:2.1875rem;top:28.7441875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFEZ2gloitmIvi9EUNQWxOE4ug2G76zX { width:20rem;height:26.125rem;top:35.931640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.4375rem; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.6875rem; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2  { width:17.5rem;height:auto;top:40.943359375rem;left:0rem; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 {display:block;}#xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 { width:17.5rem;height:auto;top:40.943359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #NcCBMWMXm0E11eV5DKBq7DaIFvVDX59E {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #IDhPATKs627z2RJV6CeMgahnhSbgfg76 {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #EkdCq0K92nO1Hw4BooNRiCWk7k3RSfJ9 {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #pn3iuysSxfzfZNMG5wiTut15DDdzCvDl {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #D6vygRAiWv1h2uAAVy0lK1fSGtK0mQMh {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #v94A1rtuJ5Js0rcvqKelgRx78drPVHI2 {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #LcNX8uzUHsqTkZHN7NBmEGe19BU6Tsdn {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #Un6CAnUFbvpVERPms9oea7aKm8duLHdG {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #WlRka2RDee8LxvwbzRXqlmQGKL0hCqIX {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #iUqHzfby5L9x9I7KwgoPDLZd0hHgAn1d {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #wPK1iwvglbLaX740Bece7FEWEVHdml3N {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #iA0lqR5fhiLbELQWHg7tQbNa4PdyGF8L {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #UD6RkUMvmRwdiUkGOTlBzJJVPTmcQ4EG {  }
 }@media only screen and (max-width: 763px) { #xqoaETWctAw2KJA0mEfnBJRR68RhrWu2 #qTI7bkuu66ymiQRlnl2AJ8bPaqeOhGGr {  }
 }@media only screen and (max-width: 763px) { #Bsv0eQzx8Muz4oUPZsirNA1frSuz9wVv { width:19.75rem;height:1.94921875rem;top:37.181640625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oif5S55AHLAC2I24skiUbAPNDtg2Lhs7 { width:19.75rem;height:1.625rem;top:39.505859375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB7c7KTVePKTBgTrN0vzr6wo82VKFAop { width:18.0625rem;height:0.9746125rem;top:59.2548828125rem;left:0.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4wrztwxogqLROzUpTz6xAITX9lDVkHT { top:1.9375rem;left:0rem;width:17rem;height:15rem;z-index:99999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cTGDe3dNkSmkuTHi1wbiW1oZN5BDdvRG { display:block; }#cTGDe3dNkSmkuTHi1wbiW1oZN5BDdvRG > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FK1fdC2D8FdLB12yEePpUDxBvFAfSzmK { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CbfWTeoXfccFwWSSgVIeRfZkHqhCISuu { width:19.875rem;height:11rem;top:5.7246125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfREOtpNaRUf3UDJJWnLNg0afhIt73nP { width:18.875rem;height:1.94921875rem;top:6.349609375rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q76P33idtGDykNVs2bpvsDRZEtx5ITeN { width:18.375rem;height:7.125rem;top:8.923828125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UalSI4MvOogd87sItsFTeCRhrEUQIp2U { width:12.5rem;height:2.4375rem;top:10.173828125rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2s364ndVuHWT82m0A8QJNW8y6V4I5br { width:12.5rem;height:1.625rem;top:12.7734375rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncOW0dz5MkwFVyEz05w0Dc9gfpfTVNCx { width:20rem;height:20.390625rem;top:17.474609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zloZHMuIFDlwpudxF4H2al9JWJDtdqqi { display:block; }#zloZHMuIFDlwpudxF4H2al9JWJDtdqqi > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3yETOXtIAzHTglbQxTvl4l1UVKOWHCK { width:20rem;height:4.875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghcIAmqzTG37TIVt3wguXJkoiOoZJBaB { width:1.5rem;height:1.5rem;top:8.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5v447yeKA1icE051HicPnhpJTJllvRz { width:16.875rem;height:4.38574375rem;top:8.75rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDVqDsfZmb7K0eNwo0ZiMgxuMDiTuwTL { width:16.875rem;height:5.84765625rem;top:14.375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdpuGBmip6wqsdVJSOv4S9ZGmeMSFray { width:1.5rem;height:1.5rem;top:14.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxaZT6aNcE0Hp1coqvG8nreoEIiQa4N { width:16.875rem;height:4.38574375rem;top:30.6875rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehgJVlBMDoSrxlVstvzT4GwTtoDBBkTu { width:16.875rem;height:7.3095625rem;top:21.8125rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FitbrzKRAx4Pn23x2PmiTe1ppqAufrDd { width:1.5rem;height:1.5rem;top:30.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F10Shgosa2uls2OpsPSvH119l1zMyx9s { width:1.5rem;height:1.5rem;top:21.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frQtGT3Ttf4cuAEyxEe0tzThZNMLgeAg { width:16.875rem;height:4.38574375rem;top:36.625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN0yaOpe7RUq0lHgACTPTHqzqrF4BL2a { width:1.5rem;height:1.5rem;top:36.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roDCCFLtFV4Hw4EzQ4mOSXqeWA7dU6eK { width:1.5rem;height:1.5rem;top:42.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afzUNHQrsQiIHJU7Jkq1iTIHc25zPRv0 { width:16.8125rem;height:2.923825rem;top:42.5625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4OIefq23MCXIcApuskG1BbB49SMTMwm { width:18.125rem;height:5rem;top:48.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkovof9TxbTaIoepkSFw03I1N7g6BMxm { display:block; }
 }@media only screen and (max-width: 763px) { #SdOaSTFxCUVXl8cvwuHl3396dzkkGQNN { width:20rem;height:16.128875rem;top:13.75rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #ETLESIZqO2itKD8fDPBh55BZc7eON91Z { display:block; }#ETLESIZqO2itKD8fDPBh55BZc7eON91Z > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TivCFiodNiPz2RF2VzwClHiBEEuiTR9w { width:1.5rem;height:1.5rem;top:8.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFRFyS52SD11ZzpbsKeERmFuxrF08qTV { width:16.875rem;height:4.38574375rem;top:8.75rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS7HIPEr6C3Bh6kf9t3T7iORq3T4vUM2 { width:16.875rem;height:10.233375rem;top:26.5625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qshL96GOxzSMBiXpJpt5dLZBlIoQuVWq { width:1.5rem;height:1.5rem;top:26.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSSdvWTlJpRCDF8sDPZ3xvaGRm465c6u { width:16.875rem;height:4.38574375rem;top:20.625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuBH0fb8TNr6zM9O44PPhvUPt9cNUNxK { width:16.875rem;height:4.38574375rem;top:14.6875rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDOoxQOZEPr1KnbTn1HzPyXfdPnxlHFU { width:1.5rem;height:1.5rem;top:20.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IykuMBTftJEUdtEnbllkTtC2cnLIUnuH { width:1.5rem;height:1.5rem;top:14.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6FmvTroMNzpLZ49T2VaSVdXtXB3LCiH { width:20rem;height:4.875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsicQnrEqI5Aw2GNcoC0ryK4W5qssuBu { width:20rem;height:20.044543429844rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDdnnzpIqGxEySLoNTFlR7ZNNNGGbED5 { width:15.875rem;height:3rem;top:40.2412109375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyikbBFrFDNKd4kM2GKbFkB4zI0zx1H6 { display:block; }
 }@media only screen and (max-width: 763px) { #MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT { background-color:#ebebeb;background-image:none;display:block; }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .row .container { background-color: transparent; background-image: none; }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .row .container > .video-iframe-container { display: none; }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .row > .video-iframe-container { display: none; }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .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); }#MMqyHLCSIc1kMqtx4TH0rsdR5IQvTAkT > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfzeAqNBZO9ZSUR6IAOrDp92JhkMEvce { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxJmsL8HNPqiD95RxqvdSmROqyXXCDUv { width:2.8125rem;height:2.8125rem;top:6.1875rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZTZOPczVUfziA3W2XGOs3bpbtc8B8lF { width:20rem;height:7.19925rem;top:9.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #naXVMJwTITxhALxdVriKpGy9fEofkXBe { width:20rem;height:12.598625rem;top:21.69921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCvPo7N4KVFlGHBwOyOxCAN0qWSvq0me { width:2.8125rem;height:2.8125rem;top:17.57421875rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfzCiJg5IE0Wd6kEql0GapnXLl3UhZPD { width:20rem;height:8.999rem;top:37.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ct1F8IxgPJKmlgRW6pDCp8qORDKLVmaQ { width:2.8125rem;height:2.8125rem;top:34.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmEOwuXz92diohNvmT8vkuPsUKmVHJUL { width:20rem;height:7.19925rem;top:51.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0T1ISv1M9DmDSMcuyGnQkwt39OFFCPO { width:2.8125rem;height:2.8125rem;top:47.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHmOxAcV53OOue3AQIZ8HNCEfGZ3ltr9 { width:20rem;height:8.999rem;top:62.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xQbrEZ3yx80xOgT4BTx8BKSCAVvJgLz7 { width:2.8125rem;height:2.8125rem;top:58.8125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTyynaxB2J42qyuHFIprSmKgI6erTC0U { width:18.125rem;height:5rem;top:72.560546875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zos1gbTxwbCTRzu74vfnlBIZdhNc6J9o { display:block; }
 }@media only screen and (max-width: 763px) { #saX1XvoaVvHNWFK3qCym2ISlyomQEuTH { display:block; }#saX1XvoaVvHNWFK3qCym2ISlyomQEuTH > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3bGFIhsmC1Rf75bcr1nUJQFicTdhJta { width:15.25rem;height:4.875rem;top:2.5rem;left:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIVSXbX6OyDptCb7hHMNfCVzNWP1QQ7v { width:20rem;height:3rem;top:8.15625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo6leK6Ji88GipyE6lZUFKhi68slfBMO { display:block; }#zo6leK6Ji88GipyE6lZUFKhi68slfBMO > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gF3e3NpFkU59TfTRQgAx6dKwvJTaQ7ro { width:19.875rem;height:60.8125rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCHTdGrp5T1C1Vt4G88JC8od8hVBOxbf { width:18.75rem;height:8.8125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0uztPuqlmTT22GLDRgVabTKNfLmMJvN { width:3.5625rem;height:3.5625rem;top:2.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlCsi95FsrLmaBdpF2z3r6UkauDRuInD { width:17.5rem;height:12.4375rem;top:7.65625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aanb3ubvDc0bBy3TdCPmru2O4hXQnGa7 { width:15rem;height:7.125rem;top:12.34375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TapyBN44V5ABlqkE0GUlSU8NcObnFGPS { width:12.3125rem;height:3.25rem;top:13.09375rem;left:3.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy21Aie8yeTlTWo0CCykvgnX53vHnpBM { width:15.25rem;height:3.25rem;top:8.46875rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEApIsgIWDLSnT7w8We7fswvR5cIVGLq { width:1.5625rem;height:1.5625rem;top:5.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcx13NmubcayXTKL47295TOgmt6x2W8O { width:1.5625rem;height:1.29980625rem;top:5.8125rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIKXHRhWoSDJKO9q3cMlHZKDwTu4PSae { width:1.5625rem;height:1.29980625rem;top:2.3125rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETNdCs5LSdtXgmab96ncKAdZWPmAlXhS { width:1.5625rem;height:1.5625rem;top:1.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuF4oeEB89f5tbHfsHOCt0TrPSgBoxyn { width:1.5625rem;height:1.29980625rem;top:1.125rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov96G2uufrMXuetRTuuvHcUCmQykc4cg { width:1.5625rem;height:1.5625rem;top:0.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1Tkcnfkc4Dt4VZm3GHylcGTuQBLVMie { width:1.5625rem;height:1.29980625rem;top:2.125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9kFCMZM7mWMVIs5SbW08oNRlVi9ImDr { width:1.5625rem;height:1.5625rem;top:1.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTVf0VEIkhKyObTfXDO2AqpqPkQvmMVo { width:1.5625rem;height:1.29980625rem;top:2.5625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSJfB1Cq6PTP1gC4zNtrMAFhil11pqI9 { width:1.5625rem;height:1.5625rem;top:2.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Wdp74vznbVeENbwAVmxnqwW8TsNNxC { width:3.125rem;height:3.125rem;top:20.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrIgyGvAr6GNAGfPx7pV5Iv27N5nClBi { width:3.125rem;height:1.625rem;top:21.5625rem;left:8.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMnG9mnqUGfsScCrvsbZ3qTXrkE4SUEJ { width:17.6875rem;height:1.29980625rem;top:24.6875rem;left:1.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KffAxfTkvMWsUZoCXw77tDb8uIGSiRkL { width:20rem;height:2.625rem;top:25.9873046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELUrRSTTDCWcufyghNTU3EDDp4fBTxeT { width:17.6875rem;height:1.29980625rem;top:33.625rem;left:1.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLiVDLnsSJr9Ff4GJS19DpkMWpR6hZ4v { width:3.125rem;height:1.625rem;top:30.5rem;left:8.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFaSqtcnumXqP6Pu7kXhFcygB522WMTW { width:3.125rem;height:3.125rem;top:29.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXrybeyl8wwmykehuXtVeNeBMUsTAMw4 { width:17.8125rem;height:2.625rem;top:35.0498046875rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3XtgZ2r05cS9dDSKDtwzZoZido2TryT { width:17.6875rem;height:1.29980625rem;top:42.6875rem;left:1.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGFiSw5uo4Ud3wHD9XOC6oRs8PclZ1r1 { width:3.125rem;height:1.625rem;top:39.6875rem;left:8.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLbzx3QGTcGX7aOsPB7eM9FbbTaCOeyp { width:3.125rem;height:3.125rem;top:38.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veds3AtuzWknPIW6Sm7Tf5QG0SU0OHOH { width:20rem;height:1.3125rem;top:43.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dvvl8HsxQn9RSQp3KFsNBzPyHixcPtAc { width:3.125rem;height:1.625rem;top:46.9375rem;left:8.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0bUW9AWcFJ2kPxb5lA6XqsRJ5hFTSN5 { width:17.6875rem;height:1.29980625rem;top:49.9375rem;left:1.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tD3BJK4CtZJD6BDlFDTDPmbTLkr31K1O { width:3.125rem;height:3.125rem;top:46.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk0M28rKSe7F4bC3qH9dlvOiRh0i31QI { width:20rem;height:2.625rem;top:51.4248046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bl5tOZqK5Ovc0Foh5Lx05UpT5n9erwse { width:3.125rem;height:1.625rem;top:56.0625rem;left:8.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoTiBzfMWbQLsoBEhJqIz6Le3LpGXzuL { width:3.125rem;height:3.125rem;top:55.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFG2WAUTxApstHVW9ODBStC6fJl5fBIZ { width:20rem;height:1.29980625rem;top:59.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LX0T9MFqbGelJBuhQ2vdmTcVp7TuH7Eb { width:20rem;height:3.9375rem;top:60.3623046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETAeKcpAeZIqHxXfisspNPr2OG6dSOWU { width:15rem;height:4.0625rem;top:15.46875rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ftf5UGiEUwxaUS2JCMIR9ywPvC8N9COS { display:block; }
 }@media only screen and (max-width: 763px) { #GTUut9PgcvWqWKeTpOeiEoR38FH2o1g8 { display:block; }#GTUut9PgcvWqWKeTpOeiEoR38FH2o1g8 > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATNuAN7fmDT0EnAnesudT5zADWDTexfT { width:15.625rem;height:4.875rem;top:2.5rem;left:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs1HxfIPVoBhnXnDgBMrTf4Jlp0WT9Dw { height:11.206896551724rem;width:20rem;top:7.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAL1ANTAehlHtDpoA6HOTA9LOV2dFCR7 { height:11.206896551724rem;width:20rem;top:20.3427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RltCZabJ7FSTJH5MoV6ALqRoKe1WTGlA { width:18.125rem;height:5rem;top:32.861328125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slUfvqeeGodTLTTZBLTJxOuLIExRk7kN { display:block; }
 }@media only screen and (max-width: 763px) { #wMuRDEZGmQH7cHsSIugxLI9WbCgZm13k { display:block; }#wMuRDEZGmQH7cHsSIugxLI9WbCgZm13k > .row .container { width:20rem;height:79.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKkPel813kMrhbIZnKOJP29BQE6d1b06 { width:18.75rem;height:8.4375rem;top:56.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmMXDrs44HDc35v9WKvc1MtxrmZ3sHZM { width:12.5rem;height:2.4375rem;top:58.125rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7gCVtcFgpHKXxLasWFsTru8ekSzqrN1 { width:17.1875rem;height:3.25rem;top:60.75rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NstDI7kidZwZFv13rIpscWNTFqAL2l5G { width:20rem;height:4.875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwf0M3BHpEMdcTx9SgJl7Q9lok9Jhu7L { width:18.75rem;height:8.4375rem;top:67.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtakKeGWqi2qbEx7PMFklfMdWZf1t2sB { width:12.5rem;height:2.4375rem;top:68.875rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPcvNTlooiL6DPfC4rSyaTidF5EqAFZi { width:16.5rem;height:2.923825rem;top:71.1875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLLhM2UZNdt7hifqQJDd75Zb7q8i11uS { width:1.5rem;height:1.5rem;top:8.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THxu0WumDC6R2TRzwlLmhQkJfoowy8To { width:16.875rem;height:7.3095625rem;top:8.5rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfDaThTkW0LRiM59kqRvmABgNl0sMiZA { width:16.875rem;height:8.7715rem;top:17.0625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4PirwBi019bdeL1Jq0W7GpAZlKIWRQU { width:1.5rem;height:1.5rem;top:17.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnTAKpK8JNV8eXEuXXatHsKaQUqGGyZU { width:16.875rem;height:8.7715rem;top:35.625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwVBLRRqstaFEWMbgTTkKIpeeNlIcIPd { width:16.875rem;height:7.3095625rem;top:27.0625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svwhy4ZaTOXpOH4dIIwiVu8m32rTIdpl { width:1.5rem;height:1.5rem;top:35.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REutuJvLbCwrA7kMWMx8oCxqXTrJGd47 { width:1.5rem;height:1.5rem;top:27.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae2eW9cgdGFH6dXHI3flnXryQIFdZftQ { width:16.875rem;height:8.7715rem;top:45.625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohwqHtTvvH8kp1vbBBEIiAF0oQMdR8ta { width:1.5rem;height:1.5rem;top:45.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap9fS8ofF6MRnu9utVr7CVuNmhJaEX8W { display:block; }#Ap9fS8ofF6MRnu9utVr7CVuNmhJaEX8W > .row .container { width:20rem;height:99rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8AXKxvzvPIBySzH75uMcfH8gvRslcrM { width:18.75rem;height:46.875rem;top:9.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A56146rTKs6MaD9ZPwAT1ermvbtCxfB7 { width:6.25rem;height:6.25rem;top:6.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRRBR4FIaLD6Tc9Zs0fm0HfELWX0zZ2R { width:17.5rem;height:34.125rem;top:14.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGCStAKt75HDERasPHoqx3JXTzxxzXt4 { width:17.5rem;height:3.65625rem;top:50.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXTNXDxkbEALH1yhAzy0byWwepMt14yx { width:20rem;height:3.0058625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvxfFI2QD34MOGsFuPX7pFeuEOizml3J { width:19.875rem;height:34.9375rem;top:62.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgG0DwDI40cw5yiS6e7pPG1dim8tzQIH { width:6.25rem;height:6.25rem;top:59.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TphNli98bPrBbklGkJCX7ZyXNXMvkMEz { width:17.5rem;height:24.9375rem;top:66.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrxkzrZ05129mu5UTd006vyT29TCyQVQ { width:17.5rem;height:2.4375rem;top:93.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #el4ZFTcJeJ9Po7TP0VyNIyTUC3Whr9Ib { display:block; }#el4ZFTcJeJ9Po7TP0VyNIyTUC3Whr9Ib > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogEX6xPCuhughVTfaDP9fFmfAqatzg7D { width:20rem;height:11.233333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eleWDl1FxpLAbae4AgxzkrF3iKPwL5oT { width:20rem;height:7.796875rem;top:10.544921875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k68RA6GPnzri8s6gThN9q1tR0zXmgVbV { width:14rem;height:4.3125rem;top:43rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdTVJcGrASSqlRiylrB5IFCEcFP8Pkcd { display:block; }#QdTVJcGrASSqlRiylrB5IFCEcFP8Pkcd > .row .container { width:20rem;height:65.3496125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4KLhGP1w7DzNnhCLBwut2ZtSTwwBGOd { width:1.5rem;height:1.5rem;top:33.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiuzONS5x6pEB3WCF0deER0X7SoJTw3A { width:20rem;height:3.82421875rem;top:28.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thI9R1iL5qWkiXZUFoNaPTu2pTQrzaOx { width:16.875rem;height:5.84765625rem;top:38.25rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig5D6xaa5sSfM6JuUM17SILilRBLb6ma { width:1.5rem;height:1.5rem;top:38.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDgq42W6K0WEyJsEBWwxTgcDNOA0Ogwk { width:16.875rem;height:2.923825rem;top:33.75rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpW1AbnRdm4SLwUc3EVEEbAFsBGgEX3U { width:16.875rem;height:5.84765625rem;top:45.6875rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p354mFP7iKkLQWErLq42oosFQXuB4BxX { width:1.5rem;height:1.5rem;top:45.6875rem;left:0.5625rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #SlQmNqZoTZypNqmy7aSUgydoQAUpAdJc { width:16.875rem;height:8.7715rem;top:53.125rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzoCIs3vdLMnhcBhTF2pIXU38VcBHyAa { width:1.5rem;height:1.5rem;top:53.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clXHdaNpt23T1lAJO6Kq8zE6vEmLizxL { width:20rem;height:27.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.4375rem; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.6875rem; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g  { width:17.5rem;height:auto;top:4.375rem;left:0rem; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g {display:block;}#Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g { width:17.5rem;height:auto;top:4.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #IgabPx6fdegl8hdeRP6kUisU4wAbbJ5n {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #gXrxbN26svJcWwPGpsZphhv4eRNzlO96 {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #HXPT3DiMOxU3uVJkp0eeK0lsJQRO8DFu {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #TzzEnZKJ6RALIkyz3bPPVFsEfPKpPNXv {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #A1q63RfvHTEssKaVaykbTet7pSgrV549 {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #MpERivLL08v00XF12v5vw5IBVFxqEdX0 {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #EwlHlamqILknBIeBVaPMlMJCvwHcl0bl {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #FWD5OD04udTJbl2a00cOltR0MVwM9PKE {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #q3OLPzPJnZXHcmT218SKKdeBMnfuJgDS {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #TxPzFkvhFaEG2V8JvX7pqklSmOvc7vSy {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #zFtaNRfnTgNJcsa9ZlTtnZV00S7CQnbq {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #OKJiKDSitMRh9FtT3pur5cdai2UEGI27 {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #SGnkQspXp8nheTSeP7k2SzBTWx8674Fg {  }
 }@media only screen and (max-width: 763px) { #Vu8iCeHeUeMdgvdrgs5QCPiUy3ndko3g #umovk65ELmnwm0TsBVmlDWUzKTSV52me {  }
 }@media only screen and (max-width: 763px) { #eCfxHi0pIeZreT6U5T30hafNEhDSC201 { width:18.0625rem;height:0.9746125rem;top:23.1875rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4wW2wAQzsDUSNPiucwcrshttVzIhTqw { width:19.75rem;height:1.625rem;top:2.4375rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWCa52tBN4ZEWprwumz1b5ZWdnvZZRaT { width:19.75rem;height:1.94921875rem;top:0.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzk4ZhkJcB49ovg4HTMhIsvM5vApOpn1 { width:18.0625rem;height:0;top:63.125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeWoZoPRKzNWaJpmRN6Ou9NCUdT662gE { display:block; }#TeWoZoPRKzNWaJpmRN6Ou9NCUdT662gE > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfuOmMfpOH2SaQpWcDwwUr7sAPJ7yN06 { width:12.5rem;height:1.29980625rem;top:2.9375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xlDZitvLH0Tn0AiEZ1fsLN3XLzybxpyT { width:20rem;height:1.13671875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }