.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwT6TdzOtKgsdd40cqmEJtUZOLdXJqgK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#nwT6TdzOtKgsdd40cqmEJtUZOLdXJqgK > .row .container { background-color: transparent; background-image: none; }#nwT6TdzOtKgsdd40cqmEJtUZOLdXJqgK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwT6TdzOtKgsdd40cqmEJtUZOLdXJqgK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwT6TdzOtKgsdd40cqmEJtUZOLdXJqgK > .row .container > .video-iframe-container { display: none; }#nwT6TdzOtKgsdd40cqmEJtUZOLdXJqgK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwT6TdzOtKgsdd40cqmEJtUZOLdXJqgK > .row > .video-iframe-container { display: none; }#nwT6TdzOtKgsdd40cqmEJtUZOLdXJqgK > .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); }#nwT6TdzOtKgsdd40cqmEJtUZOLdXJqgK > .row .container { border-width: 0; border-radius: 0; }#nwT6TdzOtKgsdd40cqmEJtUZOLdXJqgK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwT6TdzOtKgsdd40cqmEJtUZOLdXJqgK > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#swSUzz3C1Qvqfi3TtNW8rneeXXaL1Bp6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.6875rem;left:50.0625rem;display:block; }
#OIBtQRsevCsli8o7LQbAnoxmc6wTlpXb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i4ctQ1zswQHqT0IC2miQUS2uhiCspwbt { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.6875rem;left:59.375rem;display:block; }
#LsoHDx7Kfze8qUr9qhKzElTFQBJgJQRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTUkWFTIN7o7STg1cUlfGG0Q69XJiKco { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.6875rem;left:68.5625rem;display:block; }
#rE3K0Z85HfaAPN88irooxlLbSkCTUReC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V9Ue0suiFZm8BDSTFTvEf1BnzRgnAtfz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:4.375rem;left:11.25rem;display:none; }
#bLTwFlyrnVV7KOrhGfCL1roFxnPOaBt8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#awy45fdnAusk2vsABAcELWdSQJrdlr6i { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.5625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:0.40625rem;left:0rem;display:block; }
#r1i48yLgv5xeyIauzOlIoAvxZzETKcly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OdmqOURdO8dQiHHFFzvM6I5ap26B42du { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9.375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcc80a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row .container { background-color: transparent; background-image: none; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row .container > .video-iframe-container { display: none; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row > .video-iframe-container { display: none; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .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); }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row .container { border-width: 0; border-radius: 0; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#i2VDe9LGHhBIfMEXUUD9ALwH1BXCNkic { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:"titillium web";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:5rem;left:12.5625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AoUftA9ATn7O1sQAwdMcThpq9xbQ2Fry { position:relative;display:block; }#AoUftA9ATn7O1sQAwdMcThpq9xbQ2Fry { background-color: transparent; background-image: none; }#AoUftA9ATn7O1sQAwdMcThpq9xbQ2Fry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoUftA9ATn7O1sQAwdMcThpq9xbQ2Fry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoUftA9ATn7O1sQAwdMcThpq9xbQ2Fry > .row .container > .video-iframe-container { display: none; }#AoUftA9ATn7O1sQAwdMcThpq9xbQ2Fry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoUftA9ATn7O1sQAwdMcThpq9xbQ2Fry > .row > .video-iframe-container { display: none; }#AoUftA9ATn7O1sQAwdMcThpq9xbQ2Fry > .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); }#AoUftA9ATn7O1sQAwdMcThpq9xbQ2Fry { border-width: 0; border-radius: 0; }#AoUftA9ATn7O1sQAwdMcThpq9xbQ2Fry > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AoUftA9ATn7O1sQAwdMcThpq9xbQ2Fry > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mgiLfbnJN68AUo1fSLfuvQOPmKolQnRG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:55.8125rem;top:7.125rem;left:9.625rem;overflow:hidden;display:block; }
#ez5KG78nwmKTFFT65xi48aKMToNsLdbu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5625rem;width:39.1875rem;top:8.5625rem;left:17.5625rem;display:block; }
#nSNzk8qOGVoFSvZlm8iTPSwmg1IqawuS { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:1.8125rem;left:0.8125rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T24kbUmvTJ1enixpezTCCiafh321VTMw { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.3125rem;width:49.8125rem;top:44.999134063721rem;left:25.061630249024rem;display:block; }
#TtIoWevVaiJmkTNbwuofS0EExS16Krla { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:39.854167938233rem;left:15.15625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DZTqcZwKCxkBqEBob2Fk8L8PSNLvqra2 { position:relative;display:block; }#DZTqcZwKCxkBqEBob2Fk8L8PSNLvqra2 { background-color: transparent; background-image: none; }#DZTqcZwKCxkBqEBob2Fk8L8PSNLvqra2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZTqcZwKCxkBqEBob2Fk8L8PSNLvqra2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZTqcZwKCxkBqEBob2Fk8L8PSNLvqra2 > .row .container > .video-iframe-container { display: none; }#DZTqcZwKCxkBqEBob2Fk8L8PSNLvqra2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZTqcZwKCxkBqEBob2Fk8L8PSNLvqra2 > .row > .video-iframe-container { display: none; }#DZTqcZwKCxkBqEBob2Fk8L8PSNLvqra2 > .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); }#DZTqcZwKCxkBqEBob2Fk8L8PSNLvqra2 { border-width: 0; border-radius: 0; }#DZTqcZwKCxkBqEBob2Fk8L8PSNLvqra2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DZTqcZwKCxkBqEBob2Fk8L8PSNLvqra2 > .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:33.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VdTzzL8Mya3UBEMOxUxCQF7sqyIPTdgx { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.7230901718139rem;left:26.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Gis2bEm1g10pTrHfXuQpltwv3qmapx6W { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:5.4366316795349rem;left:26.5625rem;height:;text-align:left;text-align-last:left;display:block; }#Gis2bEm1g10pTrHfXuQpltwv3qmapx6W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gis2bEm1g10pTrHfXuQpltwv3qmapx6W li:before{  }
#Ha59QbS8n8yi2yzvmQ5GF0v8Q1gS7IBU { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.624999523163rem;left:26.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bPVk96dTliZiJAoESwgZtRHTHwPJM3TM { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:21.437499523163rem;left:26.5625rem;height:;text-align:left;text-align-last:left;display:block; }#bPVk96dTliZiJAoESwgZtRHTHwPJM3TM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bPVk96dTliZiJAoESwgZtRHTHwPJM3TM li:before{  }
#Mxl7fvM8nvUAFTMfoqawlfMRkaRkJHJn { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:2.7226567268372rem;left:51.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#c0eTknsSmLTcZlHLvXT6UMZIBLm0tMCe { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:5.4361977577209rem;left:51.5625rem;height:;text-align:left;text-align-last:left;display:block; }#c0eTknsSmLTcZlHLvXT6UMZIBLm0tMCe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c0eTknsSmLTcZlHLvXT6UMZIBLm0tMCe li:before{  }
#boZNNCHfEQdSbtqTwaFMG7fdUdQGSfvS { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:8.53125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ea9VsLZBypu5McVCuTGNrZzXzs8l5Tln { color:#fcc80a;display:block;width:5.18555rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:1.5rem;left:10.8125rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rZzrEwT9TTRrqNZ1KsZcfuCfXXdt9cEh { position:absolute;display:block;z-index:15012;background-color:#fcc80a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:9.5605625rem;top:2.0625rem;left:0rem;display:block; }
#W01d5UP5qB9t1hbebuvwixXggl5RbEwJ { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25.1875rem;width:49.8125rem;top:33.937498092651rem;left:25rem;display:block; }
#fegLJt9QB1NcJiTqICDfrQI8iNmpXyUk { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.3125rem;width:49.8125rem;top:44.999134063721rem;left:25.061630249024rem;display:none; }
#BTGZmfLVFd5dL0IvJm5Oimuco9h6OiAH { position:relative;display:block; }#BTGZmfLVFd5dL0IvJm5Oimuco9h6OiAH { background-color: transparent; background-image: none; }#BTGZmfLVFd5dL0IvJm5Oimuco9h6OiAH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTGZmfLVFd5dL0IvJm5Oimuco9h6OiAH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTGZmfLVFd5dL0IvJm5Oimuco9h6OiAH > .row .container > .video-iframe-container { display: none; }#BTGZmfLVFd5dL0IvJm5Oimuco9h6OiAH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTGZmfLVFd5dL0IvJm5Oimuco9h6OiAH > .row > .video-iframe-container { display: none; }#BTGZmfLVFd5dL0IvJm5Oimuco9h6OiAH > .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); }#BTGZmfLVFd5dL0IvJm5Oimuco9h6OiAH { border-width: 0; border-radius: 0; }#BTGZmfLVFd5dL0IvJm5Oimuco9h6OiAH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BTGZmfLVFd5dL0IvJm5Oimuco9h6OiAH > .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:26.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zdkIkIBlDBXf0Nh01zWzcNX26CZXrN2H { color:#fcc80a;display:block;width:18.5rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.625rem;left:26.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ehUcIvoJXouaFweZVR3hXXyInNcR2T7X { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:5.21875rem;left:26.5625rem;height:;text-align:left;text-align-last:left;display:block; }#ehUcIvoJXouaFweZVR3hXXyInNcR2T7X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ehUcIvoJXouaFweZVR3hXXyInNcR2T7X li:before{  }
#ZKHNzpPtCDpBVe7HbQrTRMfyh2pNO8iU { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.7335052490234rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ONBLCfLJ9rbXynZ0cTpkaUwwqHEatqsV { color:#fcc80a;display:block;width:19.625rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:1.625rem;left:51.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ot79gChKKw4AoC7NITiioP0xTbsVUfQo { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:5.2200508117676rem;left:51.5625rem;height:;text-align:left;text-align-last:left;display:block; }#ot79gChKKw4AoC7NITiioP0xTbsVUfQo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ot79gChKKw4AoC7NITiioP0xTbsVUfQo li:before{  }
#vPs6UsEU4k9fQpNDdMKvyMG9IhCi5OwH { position:relative;display:block; }#vPs6UsEU4k9fQpNDdMKvyMG9IhCi5OwH { background-color: transparent; background-image: none; }#vPs6UsEU4k9fQpNDdMKvyMG9IhCi5OwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPs6UsEU4k9fQpNDdMKvyMG9IhCi5OwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPs6UsEU4k9fQpNDdMKvyMG9IhCi5OwH > .row .container > .video-iframe-container { display: none; }#vPs6UsEU4k9fQpNDdMKvyMG9IhCi5OwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPs6UsEU4k9fQpNDdMKvyMG9IhCi5OwH > .row > .video-iframe-container { display: none; }#vPs6UsEU4k9fQpNDdMKvyMG9IhCi5OwH > .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); }#vPs6UsEU4k9fQpNDdMKvyMG9IhCi5OwH { border-width: 0; border-radius: 0; }#vPs6UsEU4k9fQpNDdMKvyMG9IhCi5OwH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vPs6UsEU4k9fQpNDdMKvyMG9IhCi5OwH > .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:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PlHb5lgFHn1gwlsTF3TO5nrTmJgSvMNr { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:55.5625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#trrmKv4UyGx4guTlhsOCRQ5pRT82AA5Z { z-index:15018;top:6.25rem;left:31.6875rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u0BRF7ICOI9Pmm4oZvG5e5CMyNkAyFNm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fNbqFwDVVAxiJenNASEB9RaPUQbRWRET { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9375rem;left:32.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rFoaXosKkrrbsKlZDTQC62OOEBQo3qMX { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#upi7BMUHNLibkQIK17vcT5RsvzrtGvkz { color:#fcc80a;display:block;width:5.186525rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:0rem;left:10.375rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#V3pLKv2yIJSFzPUggQMhvKHWb3020bsa { position:absolute;display:block;z-index:15010;background-color:#fcc80a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:9.5625rem;top:0.5625rem;left:0rem;display:block; }
#iToNgdLnUVfHGTJPUqW5JlxUZLLeOmwE { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fcc80a;border-left:0.0625rem solid #fcc80a;border-right:0.0625rem solid #fcc80a;border-bottom:0.0625rem solid #fcc80a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.37475rem;width:49.87425rem;top:0rem;left:24.969482421875rem;display:block; }
#K7HPTWHXW9rMufm8IOHyTTHNAdkq5flG { position:absolute;display:block;z-index:15027;background-color:#fcc80a;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:0.1875rem;top:1.8125rem;left:49.875rem;display:block; }
#Ea8IBvQihmRgqGTrGNnACuAiUoaOUa6x { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.45703125rem;left:55.5625rem;overflow:hidden;display:block; }
#E6FPrEZSQx41vLWBhbd1gmeN0nfK8f6c { color:#000000;display:block;width:49.9375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:12.375rem;left:25.0625rem;height:1.27485625rem;text-align:center;text-align-last:center;display:block; }
#NM90liawNIQiOmVO0efTT4qukL5SgagL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NM90liawNIQiOmVO0efTT4qukL5SgagL > .row .container { background-color: transparent; background-image: none; }#NM90liawNIQiOmVO0efTT4qukL5SgagL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NM90liawNIQiOmVO0efTT4qukL5SgagL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NM90liawNIQiOmVO0efTT4qukL5SgagL > .row .container > .video-iframe-container { display: none; }#NM90liawNIQiOmVO0efTT4qukL5SgagL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NM90liawNIQiOmVO0efTT4qukL5SgagL > .row > .video-iframe-container { display: none; }#NM90liawNIQiOmVO0efTT4qukL5SgagL > .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); }#NM90liawNIQiOmVO0efTT4qukL5SgagL > .row .container { border-width: 0; border-radius: 0; }#NM90liawNIQiOmVO0efTT4qukL5SgagL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NM90liawNIQiOmVO0efTT4qukL5SgagL > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#noyJzX04mhD2tDkwNsL6XEZz7Ji51eUP { position:absolute;display:block;z-index:15007;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 rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:62.5rem;display:block; }
#JWPwqqAiPzJ7Xr3OJtnaGkztC4FMIaF3 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:8.9375rem;top:42rem;left:64.375rem;overflow:hidden;display:block; }
#apZAwUSffLpbhHfzVn8yUUqy3nToFpke { position:absolute;display:block;z-index:15009;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 rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:24.8125rem;display:block; }
#DHQTw8AiCbgqDGzI67L7slKCATLqsaOX { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:9.4375rem;top:3.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#TthzZoqVi1fERXpkNSyNLfoUa9VznW8r { position:absolute;display:block;z-index:15013;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 rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:49.9375rem;display:block; }
#HErsdkqR6FqHGa6oA81T5azNApRiFN1p { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:10.9375rem;top:3.375rem;left:50.8125rem;overflow:hidden;display:block; }
#fT5yS2NdUtIX7y8v42HmFoH6gJMRJXJc { position:absolute;display:block;z-index:15011;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 rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:37.375rem;display:block; }
#ewxb3Mu41eOQfHEfUX0CFvMqWnyERBy8 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11rem;top:4rem;left:38.125rem;overflow:hidden;display:block; }
#QGt3sPiHoWh4pCy8RcNdz2RmWwumcK64 { position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:62.5rem;display:block; }
#wO5yH90NKCXGPx3VxZFfH8aaU6ocIBG6 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8rem;top:5.4375rem;left:64.8125rem;overflow:hidden;display:block; }
#n9kH1NfRm6GTCxxaEhVfriW3Ko7ftT8c { position:absolute;display:block;z-index:15023;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 rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:49.9375rem;display:block; }
#MXZcKwieSZW5wHqFIHrBV5L2KcqiJ8wr { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:8.9375rem;top:18.562498092651rem;left:51.781253814698rem;overflow:hidden;display:block; }
#zN1L7md8gQvlJompkc5AbDT0AK7TwmHo { position:absolute;display:block;z-index:15021;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 rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:37.375rem;display:block; }
#c4WfyIZeOhWxzseaDKFWR33Mhiss3bT1 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:8.9375rem;top:16.5rem;left:39.1875rem;overflow:hidden;display:block; }
#TVkcTnRi41M3RamaUNMyuCTWVBdg5d6c { position:absolute;display:block;z-index:15025;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 rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:62.5rem;display:block; }
#n7hGymvxHQxE6kaxHxt1xZ6hx3wu8UX3 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:15.375rem;left:64.8125rem;overflow:hidden;display:block; }
#yD81oqcMco6vEnW8mQwr4i3E8iyEWtuh { position:absolute;display:block;z-index:15019;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 rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:24.8125rem;display:block; }
#ryFHbhVkFKuWnfOlW5oA6oQRPWBV9bcZ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:15.375rem;left:27.125rem;overflow:hidden;display:block; }
#zfnHvzp2LDyT6yIRdamgsV6D5OzcwLey { position:absolute;display:block;z-index:15017;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 rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:49.9375rem;display:block; }
#mCg36NdnIdvEdwL8pbLp3hlOdw3W6nqs { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:8.9375rem;top:41.875rem;left:51.8125rem;overflow:hidden;display:block; }
#fTcWHlowMOKQun3bTsBA3CT9kqpwtmNI { position:absolute;display:block;z-index:15033;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 rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:49.9375rem;display:block; }
#O84rmRNlb8cklBTdnZorLA3AmEilqGk0 { position:absolute;display:block;z-index:15031;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 rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:37.375rem;display:block; }
#Lw7bSRsJqr1rElPy2am11qQZ634hqJEu { position:absolute;display:block;z-index:15035;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 rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:62.5rem;display:block; }
#p8sOSPkGJVaRCF9q772a1e96XE8deobZ { position:absolute;display:block;z-index:15029;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 rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:24.8125rem;display:block; }
#dHuTbkSISLieT3LncffnRCrDIh8tVdv1 { position:absolute;display:block;z-index:15027;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 rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:37.375rem;display:block; }
#DLZI1LeSei1K8NmpTKCk9THTVsNTHHPw { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:11.3125rem;top:29rem;left:50.625rem;overflow:hidden;display:block; }
#wGC8nP3Cvmxpy03RMRAk5dlDkOwtBdCd { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.9375rem;top:29.75rem;left:39.1875rem;overflow:hidden;display:block; }
#cFC4JUeakocHMzW6lyTvbMbIiaCE9xet { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:27.9375rem;left:64.8125rem;overflow:hidden;display:block; }
#bhrs0rK5xp1JerXCVlrKQJZ9TZeCScTk { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:8rem;top:29rem;left:27.125rem;overflow:hidden;display:block; }
#bFCHb8TXoPuke4BS3lA8gURbyR5t2QDu { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:41.875rem;left:41.0625rem;overflow:hidden;display:block; }
#S5JKqWRJl97ws4ZFSe9FGEJ3aTi6aa8T { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZCJaWbGIf4SWyx01cJM1yLQzs7SgpwdK { color:#fcc80a;display:block;width:5.875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:0rem;left:10.375rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hePkCgpQ8HPoUTD2awAuvGPoQV7DH7mG { position:absolute;display:block;z-index:15013;background-color:#fcc80a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:9.5625rem;top:0.5625rem;left:0rem;display:block; }
#B1JJKaMGVVXn8NQr4wUDWVhzgekana2h { position:absolute;display:block;z-index:15029;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 rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:24.8125rem;display:block; }
#pzLZlG6DWea6LHoIiQ6V5rOTdNfmLeho { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.5625rem;top:43.75rem;left:25.875rem;overflow:hidden;display:block; }
#c0Lu28z5v1em7w4KbWF2XSZttS8ks5WG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#c0Lu28z5v1em7w4KbWF2XSZttS8ks5WG > .row .container { border-width: 0; border-radius: 0; }#c0Lu28z5v1em7w4KbWF2XSZttS8ks5WG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c0Lu28z5v1em7w4KbWF2XSZttS8ks5WG > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:none; }#CSrpIKkzwB9s3OQH7oc15AJus9U5ahDJ { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.125rem;left:5.375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#IMUs5hnhhy0i44LEsiot8g3N4Wy6g2zU { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.125rem;top:21.5rem;left:5.375rem;display:block; }
#OTW400cPheSuTfk8VWfsWDWreFTsLT8F { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:22.375rem;left:5.375rem;height:6rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#f3qfKFSE8NVNusBTzr3xgX6Sb6dwsZJV { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.0625rem;left:5.1875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#SNzPZ1NATDT7I6kvJB0TBXVzJHMUQIPZ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:12.8125rem;left:4rem;display:block; }
#TbMK66U2QSFgc8QyNmIr0ptUax2ALmax { position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.125rem;top:21.5rem;left:30.375rem;display:block; }
#DxMsmuRMsMnw9C4kq4VaZ4ziu5bRJPFR { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.125rem;left:30.375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#rcRxXOoaHmdxlmU8TFGbuTfy0NhDOPSu { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:12.8125rem;left:29rem;display:block; }
#d2xtkAblFlF2vhZEW1dW4TRsTUTVfwRJ { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:22.375rem;left:30.375rem;height:6rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#K8tobn5LZgvpCNaLKt3rE3QDF9iuAuHC { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.0625rem;left:30.1875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#U3dSHBdlLnqOTQOlWPGMmL9rCOuHr9zZ { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:12.8125rem;left:54rem;display:block; }
#qRsKkB8rn3pORnariNMG0vVD3MhCvhGo { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:31.0625rem;left:55.1875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#N7g8yimT6mJvsukterziIiPGScGk4siJ { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:22.375rem;left:55.375rem;height:4.5rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#OD7LT5VM0xlV55Tbv3clTMEfIb8utO7V { position:absolute;display:block;z-index:15026;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.125rem;top:21.5rem;left:55.375rem;display:block; }
#Rr0Twl4onsgyxdLpdVc285U8BZ4E69DZ { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:19rem;left:55.1875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#glZSm9aZ9Epz1DTO3TQTD5KKG8SHkFyI { color:#ed3e5e;display:block;width:5.186525rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:3.8125rem;left:10.375rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fHpifmAbnzugCyEdc5uKPsE31FpwArUB { position:absolute;display:block;z-index:15013;background-color:#ed3e5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:9.5625rem;top:4.375rem;left:0rem;display:block; }
#QxN8L6hL5uhkwIgARQ4xvZZE9rkxzMP6 { color:#000000;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:2.8125rem;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; }
#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;background-color:#fcc80a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row .container { background-color: transparent; background-image: none; }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row .container > .video-iframe-container { display: none; }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row > .video-iframe-container { display: none; }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .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); }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row .container { border-width: 0; border-radius: 0; }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#sId8zCthn7rTDtdJyACie1f3xUN94u60 { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:"titillium web";font-size:2.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.125rem;left:6.3427734375rem;height:3.0061875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zhTcBdizyfqoTT8Xug6ZeTmdOiVJDCPI { color:#ffffff;display:block;width:20.8123125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7rem;left:8.125rem;height:1.787325rem;font-style:normal;display:block; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-form-header { font-size:1rem; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-regular-label { height:auto;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;color:#ffffff;width:20.6875rem;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;overflow:hidden;font-style:normal;line-height:2;text-align:left;text-align-last:left;vertical-align:top; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:20.6875rem;box-sizing:border-box;height:2.6875rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"titillium web";vertical-align:top; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:20.6875rem;box-sizing:border-box;height:3.8125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"titillium web";vertical-align:top; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .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:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .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; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-input-button { border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;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:12.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#000000;width:8.25rem;height:2.5rem;font-family:"titillium web";overflow:hidden;line-height:.9;font-style:normal;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ [class*="-text"]:-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ [class*="-text"]::-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .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:"titillium web";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:19.4375rem;overflow:hidden;font-style:normal;float:none; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .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; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-container:first-of-type{padding-top:0;}#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-container:last-of-type{padding-bottom:0;}#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5601902008057rem;font-size:1rem; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ {display:block;}#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5601902008057rem;font-size:1rem; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #gfrAdLVTSo1FmAaNBVTpJPfMJRRr3WaU { position:relative; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #qGUB1Z2fr7l3ia0rGPvSZBID9uOppZLL { position:relative;display:block; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #CnwtVr96r6SyucqquIWTE1ONetAclbDM { position:relative; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #Mb5yF7Jpyl2gOlSiXhTixPB4V3qFbX5W { position:relative; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #qv2bERRwKbiWGq8s9vcgDr71yhszdZVU { position:relative;display:block; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #TQgs8MfPM1F0V7LT6qEOHcvEFprpN7MN { position:relative; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #dAah7cXwZmX97gqUvqnnTfaGRmtBCrzw { position:relative; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #ZR2b22iyG2bDATuZL284PpK1zLFkuha7 { position:relative;display:block; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #x05mh5AyISVnO3TlIxRdXVT6KRpo2ZvC { position:relative; }
#WWFusMUmtlD4uZONeEP2EPfe129cqJS7 { position:relative;display:block;z-index:100000;display:block; }
#t0f22BQPH0WwxOhKHsvUad5rvvbfe0nD { position:relative;display:block;z-index:100000;display:block; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #AzF2zSwTbEbtxSsfuPfzTsLboFShPwTE { position:relative; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #eh6X6VvWuQyEN4Ug0fRNpMbnfFsRHeTu { position:relative;z-index:2; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #JItOtfQFCybH9wgmGOkp1akJQGo5NL6Z { position:relative; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #QcBM8lycseUfcNAEzFZloNU8qTL8bate { position:relative; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #S7HwTQ7c0Z6l16ekpdFKNisVOJEcd5Kt { position:relative; }
#Ow5W3lexVzFbTVHZuU1p20NqF4xoOwnH { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:6.3125rem;left:5.5625rem;display:block; }
#UqXO9wnlPp1qqLHR3KGyIXhRH0qeouks { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.6875rem;width:29.5625rem;top:3.4375rem;left:38.5625rem;overflow:hidden;display:block; }
#QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa { border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa > .row .container { background-color: transparent; background-image: none; }#QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa > .row .container > .video-iframe-container { display: none; }#QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa > .row > .video-iframe-container { display: none; }#QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa > .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); }#QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa > .row .container { border-width: 0; border-radius: 0; }#QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa > .row .container { font-size:0.875rem;font-family:arial;height:14.875488125rem;width:75rem;position:relative;display:block; }#rMtoBkGEguFpXBE506AyUErXAPrv4HDu { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:3.0625rem;height:7.79295625rem;text-align:left;text-align-last:left;display:block; }
#RXeQTv2MK4IMEU5HmkATwl57ndP7lmuI { color:#ffffff;display:block;width:16.1241875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:1.5625rem;left:3.0625rem;height:1.5989rem;text-align:left;text-align-last:left;display:block; }
#AILk1ZzBEV9ECSu3OkBqNtBEQDSAWROE { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:8.4375rem;left:62.125rem;display:block; }
#IqEDETv16XHwFxg7TTOScPh9OvQQko0T { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:8.4375rem;left:65.5rem;display:block; }
#Oygh7HhkSWz05JqWH4oI1cutCudVVvQT { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:8.3125rem;left:69.125rem;display:block; }
#SI3CZDARvm7L3A8I6CpnGbB7xU9Exb3J { color:#fcc80a;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:6.875rem;left:62.5rem;height:1.29964375rem;font-style:normal;display:block; }
#ocyPkM8stf961t0UEwLXopmv697TpqTk { box-sizing:content-box;color:#fcc80a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:1.3125rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nwT6TdzOtKgsdd40cqmEJtUZOLdXJqgK { display:block; }#nwT6TdzOtKgsdd40cqmEJtUZOLdXJqgK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swSUzz3C1Qvqfi3TtNW8rneeXXaL1Bp6 { width:6.875rem;height:1rem;top:1.6875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIBtQRsevCsli8o7LQbAnoxmc6wTlpXb { display:block; }
 }@media only screen and (max-width: 763px) { #i4ctQ1zswQHqT0IC2miQUS2uhiCspwbt { width:6.5rem;height:1rem;top:1.6875rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsoHDx7Kfze8qUr9qhKzElTFQBJgJQRT { display:block; }
 }@media only screen and (max-width: 763px) { #PTUkWFTIN7o7STg1cUlfGG0Q69XJiKco { width:5.25rem;height:1rem;top:1.6875rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE3K0Z85HfaAPN88irooxlLbSkCTUReC { display:block; }
 }@media only screen and (max-width: 763px) { #V9Ue0suiFZm8BDSTFTvEf1BnzRgnAtfz { top:4.375rem;left:0rem;width:12.5rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLTwFlyrnVV7KOrhGfCL1roFxnPOaBt8 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #awy45fdnAusk2vsABAcELWdSQJrdlr6i { width:10.625rem;height:3.5625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1i48yLgv5xeyIauzOlIoAvxZzETKcly { display:block; }
 }@media only screen and (max-width: 763px) { #OdmqOURdO8dQiHHFFzvM6I5ap26B42du { top:1rem;left:0rem;width:9.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb { display:block; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2VDe9LGHhBIfMEXUUD9ALwH1BXCNkic { top:5rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoUftA9ATn7O1sQAwdMcThpq9xbQ2Fry { display:block; }#AoUftA9ATn7O1sQAwdMcThpq9xbQ2Fry > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgiLfbnJN68AUo1fSLfuvQOPmKolQnRG { top:7.125rem;left:0rem;width:47.75rem;height:26.361422172452rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez5KG78nwmKTFFT65xi48aKMToNsLdbu { top:8.5625rem;left:3.9375rem;width:39.1875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSNzk8qOGVoFSvZlm8iTPSwmg1IqawuS { width:35.5625rem;height:1.1875rem;top:1.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T24kbUmvTJ1enixpezTCCiafh321VTMw { top:44.9375rem;left:0rem;width:47.625rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtIoWevVaiJmkTNbwuofS0EExS16Krla { width:44.6875rem;height:1.5rem;top:39.8125rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTqcZwKCxkBqEBob2Fk8L8PSNLvqra2 { display:block; }#DZTqcZwKCxkBqEBob2Fk8L8PSNLvqra2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdTzzL8Mya3UBEMOxUxCQF7sqyIPTdgx { width:21.875rem;height:1.5rem;top:2.6875rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gis2bEm1g10pTrHfXuQpltwv3qmapx6W { top:5.375rem;left:9.875rem;width:21.875rem;height:11.75rem;font-size:1rem;display:block; }#Gis2bEm1g10pTrHfXuQpltwv3qmapx6W li:before{  }
 }@media only screen and (max-width: 763px) { #Ha59QbS8n8yi2yzvmQ5GF0v8Q1gS7IBU { width:21.875rem;height:1.5rem;top:18.5625rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPVk96dTliZiJAoESwgZtRHTHwPJM3TM { top:21.375rem;left:9.875rem;width:21.875rem;height:;font-size:1rem;display:block; }#bPVk96dTliZiJAoESwgZtRHTHwPJM3TM li:before{  }
 }@media only screen and (max-width: 763px) { #Mxl7fvM8nvUAFTMfoqawlfMRkaRkJHJn { width:21.875rem;height:1.5rem;top:2.6875rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0eTknsSmLTcZlHLvXT6UMZIBLm0tMCe { top:5.375rem;left:25.75rem;width:21.875rem;height:13.25rem;font-size:1rem;display:block; }#c0eTknsSmLTcZlHLvXT6UMZIBLm0tMCe li:before{  }
 }@media only screen and (max-width: 763px) { #boZNNCHfEQdSbtqTwaFMG7fdUdQGSfvS { top:3.4375rem;left:0rem;width:21.6875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea9VsLZBypu5McVCuTGNrZzXzs8l5Tln { width:5.125rem;height:1.1875rem;top:1.5rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZzrEwT9TTRrqNZ1KsZcfuCfXXdt9cEh { width:9.5rem;height:0.125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W01d5UP5qB9t1hbebuvwixXggl5RbEwJ { top:33.875rem;left:0rem;width:47.625rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fegLJt9QB1NcJiTqICDfrQI8iNmpXyUk { top:44.9375rem;left:0rem;width:47.625rem;height:32.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTGZmfLVFd5dL0IvJm5Oimuco9h6OiAH { display:block; }#BTGZmfLVFd5dL0IvJm5Oimuco9h6OiAH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdkIkIBlDBXf0Nh01zWzcNX26CZXrN2H { width:18.5rem;height:;top:1.625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehUcIvoJXouaFweZVR3hXXyInNcR2T7X { top:5.1875rem;left:9.875rem;width:21.875rem;height:11.75rem;font-size:1rem;display:block; }#ehUcIvoJXouaFweZVR3hXXyInNcR2T7X li:before{  }
 }@media only screen and (max-width: 763px) { #ZKHNzpPtCDpBVe7HbQrTRMfyh2pNO8iU { top:1.6875rem;left:0rem;width:21.6875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONBLCfLJ9rbXynZ0cTpkaUwwqHEatqsV { width:19.625rem;height:1.6875rem;top:1.625rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot79gChKKw4AoC7NITiioP0xTbsVUfQo { top:5.1875rem;left:25.75rem;width:21.875rem;height:;font-size:1rem;display:block; }#ot79gChKKw4AoC7NITiioP0xTbsVUfQo li:before{  }
 }@media only screen and (max-width: 763px) { #vPs6UsEU4k9fQpNDdMKvyMG9IhCi5OwH { display:block; }#vPs6UsEU4k9fQpNDdMKvyMG9IhCi5OwH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlHb5lgFHn1gwlsTF3TO5nrTmJgSvMNr { top:2.4375rem;left:29.625rem;width:18.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trrmKv4UyGx4guTlhsOCRQ5pRT82AA5Z { top:6.25rem;left:18.0625rem;width:11.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0BRF7ICOI9Pmm4oZvG5e5CMyNkAyFNm { display:block; }
 }@media only screen and (max-width: 763px) { #fNbqFwDVVAxiJenNASEB9RaPUQbRWRET { top:1.9375rem;left:18.75rem;width:10.25rem;height:3.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFoaXosKkrrbsKlZDTQC62OOEBQo3qMX { top:1.875rem;left:0rem;width:19rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upi7BMUHNLibkQIK17vcT5RsvzrtGvkz { width:5.125rem;height:1.1875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3pLKv2yIJSFzPUggQMhvKHWb3020bsa { width:9.5625rem;height:0.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iToNgdLnUVfHGTJPUqW5JlxUZLLeOmwE { top:0rem;left:0rem;width:47.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7HPTWHXW9rMufm8IOHyTTHNAdkq5flG { top:1.8125rem;left:36.25rem;width:0.1875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea8IBvQihmRgqGTrGNnACuAiUoaOUa6x { top:4.4375rem;left:41.9375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6FPrEZSQx41vLWBhbd1gmeN0nfK8f6c { width:47.75rem;height:1.25rem;top:12.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM90liawNIQiOmVO0efTT4qukL5SgagL { display:block; }#NM90liawNIQiOmVO0efTT4qukL5SgagL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noyJzX04mhD2tDkwNsL6XEZz7Ji51eUP { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWPwqqAiPzJ7Xr3OJtnaGkztC4FMIaF3 { top:42rem;left:38.8125rem;width:8.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apZAwUSffLpbhHfzVn8yUUqy3nToFpke { top:0.5rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHQTw8AiCbgqDGzI67L7slKCATLqsaOX { top:3.3125rem;left:12.8125rem;width:9.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TthzZoqVi1fERXpkNSyNLfoUa9VznW8r { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HErsdkqR6FqHGa6oA81T5azNApRiFN1p { top:3.375rem;left:36.8125rem;width:10.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT5yS2NdUtIX7y8v42HmFoH6gJMRJXJc { top:0.5rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewxb3Mu41eOQfHEfUX0CFvMqWnyERBy8 { top:4rem;left:24.5rem;width:11rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGt3sPiHoWh4pCy8RcNdz2RmWwumcK64 { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO5yH90NKCXGPx3VxZFfH8aaU6ocIBG6 { top:5.4375rem;left:39.75rem;width:8rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9kH1NfRm6GTCxxaEhVfriW3Ko7ftT8c { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXZcKwieSZW5wHqFIHrBV5L2KcqiJ8wr { top:18.5rem;left:38.156253814698rem;width:8.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN1L7md8gQvlJompkc5AbDT0AK7TwmHo { top:13.0625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4WfyIZeOhWxzseaDKFWR33Mhiss3bT1 { top:16.5rem;left:25.5625rem;width:8.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVkcTnRi41M3RamaUNMyuCTWVBdg5d6c { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7hGymvxHQxE6kaxHxt1xZ6hx3wu8UX3 { top:15.375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD81oqcMco6vEnW8mQwr4i3E8iyEWtuh { top:13.0625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryFHbhVkFKuWnfOlW5oA6oQRPWBV9bcZ { top:15.375rem;left:13.5rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfnHvzp2LDyT6yIRdamgsV6D5OzcwLey { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCg36NdnIdvEdwL8pbLp3hlOdw3W6nqs { top:41.875rem;left:38.1875rem;width:8.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTcWHlowMOKQun3bTsBA3CT9kqpwtmNI { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O84rmRNlb8cklBTdnZorLA3AmEilqGk0 { top:25.625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7bSRsJqr1rElPy2am11qQZ634hqJEu { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8sOSPkGJVaRCF9q772a1e96XE8deobZ { top:25.625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHuTbkSISLieT3LncffnRCrDIh8tVdv1 { top:38.1875rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLZI1LeSei1K8NmpTKCk9THTVsNTHHPw { top:29rem;left:36.4375rem;width:11.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGC8nP3Cvmxpy03RMRAk5dlDkOwtBdCd { top:29.75rem;left:25.5625rem;width:8.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFC4JUeakocHMzW6lyTvbMbIiaCE9xet { top:27.9375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhrs0rK5xp1JerXCVlrKQJZ9TZeCScTk { top:29rem;left:13.5rem;width:8rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFCHb8TXoPuke4BS3lA8gURbyR5t2QDu { top:41.875rem;left:27.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5JKqWRJl97ws4ZFSe9FGEJ3aTi6aa8T { top:1.9375rem;left:0rem;width:20.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCJaWbGIf4SWyx01cJM1yLQzs7SgpwdK { width:5.875rem;height:1.1875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hePkCgpQ8HPoUTD2awAuvGPoQV7DH7mG { width:9.5625rem;height:0.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1JJKaMGVVXn8NQr4wUDWVhzgekana2h { top:38.1875rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzLZlG6DWea6LHoIiQ6V5rOTdNfmLeho { top:43.75rem;left:12.25rem;width:10.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Lu28z5v1em7w4KbWF2XSZttS8ks5WG { display:block; }#c0Lu28z5v1em7w4KbWF2XSZttS8ks5WG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSrpIKkzwB9s3OQH7oc15AJus9U5ahDJ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMUs5hnhhy0i44LEsiot8g3N4Wy6g2zU { width:14.125rem;height:0.1875rem;top:21.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTW400cPheSuTfk8VWfsWDWreFTsLT8F { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3qfKFSE8NVNusBTzr3xgX6Sb6dwsZJV { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNzPZ1NATDT7I6kvJB0TBXVzJHMUQIPZ { top:12.8125rem;left:0rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbMK66U2QSFgc8QyNmIr0ptUax2ALmax { width:14.125rem;height:0.1875rem;top:21.5rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxMsmuRMsMnw9C4kq4VaZ4ziu5bRJPFR { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcRxXOoaHmdxlmU8TFGbuTfy0NhDOPSu { top:12.8125rem;left:14.75rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2xtkAblFlF2vhZEW1dW4TRsTUTVfwRJ { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8tobn5LZgvpCNaLKt3rE3QDF9iuAuHC { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3dSHBdlLnqOTQOlWPGMmL9rCOuHr9zZ { top:12.8125rem;left:30.625rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRsKkB8rn3pORnariNMG0vVD3MhCvhGo { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7g8yimT6mJvsukterziIiPGScGk4siJ { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD7LT5VM0xlV55Tbv3clTMEfIb8utO7V { width:14.125rem;height:0.1875rem;top:21.5rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr0Twl4onsgyxdLpdVc285U8BZ4E69DZ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glZSm9aZ9Epz1DTO3TQTD5KKG8SHkFyI { width:5.125rem;height:1.1875rem;top:3.8125rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHpifmAbnzugCyEdc5uKPsE31FpwArUB { width:9.5625rem;height:0.1875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxN8L6hL5uhkwIgARQ4xvZZE9rkxzMP6 { top:5.75rem;left:0rem;width:25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg { display:block; }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sId8zCthn7rTDtdJyACie1f3xUN94u60 { top:2.0625rem;left:0rem;width:24.375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhTcBdizyfqoTT8Xug6ZeTmdOiVJDCPI { top:7rem;left:0rem;width:20.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-input-button { width:8.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-checkbox-label { width:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ  { width:20.6875rem;height:auto;top:8.75rem;left:0rem; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ {display:block;}#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ { width:20.6875rem;height:auto;top:8.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #gfrAdLVTSo1FmAaNBVTpJPfMJRRr3WaU {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #qGUB1Z2fr7l3ia0rGPvSZBID9uOppZLL { display:block; }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #CnwtVr96r6SyucqquIWTE1ONetAclbDM {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #Mb5yF7Jpyl2gOlSiXhTixPB4V3qFbX5W {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #qv2bERRwKbiWGq8s9vcgDr71yhszdZVU { display:block; }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #TQgs8MfPM1F0V7LT6qEOHcvEFprpN7MN {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #dAah7cXwZmX97gqUvqnnTfaGRmtBCrzw {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #ZR2b22iyG2bDATuZL284PpK1zLFkuha7 { display:block; }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #x05mh5AyISVnO3TlIxRdXVT6KRpo2ZvC {  }
 }@media only screen and (max-width: 763px) { #WWFusMUmtlD4uZONeEP2EPfe129cqJS7 { display:block; }
 }@media only screen and (max-width: 763px) { #t0f22BQPH0WwxOhKHsvUad5rvvbfe0nD { display:block; }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #AzF2zSwTbEbtxSsfuPfzTsLboFShPwTE {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #eh6X6VvWuQyEN4Ug0fRNpMbnfFsRHeTu {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #JItOtfQFCybH9wgmGOkp1akJQGo5NL6Z {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #QcBM8lycseUfcNAEzFZloNU8qTL8bate {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #S7HwTQ7c0Z6l16ekpdFKNisVOJEcd5Kt {  }
 }@media only screen and (max-width: 763px) { #Ow5W3lexVzFbTVHZuU1p20NqF4xoOwnH { top:6.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqXO9wnlPp1qqLHR3KGyIXhRH0qeouks { top:3.4375rem;left:18.1875rem;width:29.5625rem;height:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa { display:block; }#QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMtoBkGEguFpXBE506AyUErXAPrv4HDu { width:25.1875rem;height:7.75rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXeQTv2MK4IMEU5HmkATwl57ndP7lmuI { width:16.0625rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AILk1ZzBEV9ECSu3OkBqNtBEQDSAWROE { top:8.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqEDETv16XHwFxg7TTOScPh9OvQQko0T { top:8.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oygh7HhkSWz05JqWH4oI1cutCudVVvQT { top:8.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI3CZDARvm7L3A8I6CpnGbB7xU9Exb3J { top:6.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocyPkM8stf961t0UEwLXopmv697TpqTk { top:1.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nwT6TdzOtKgsdd40cqmEJtUZOLdXJqgK { position:relative;z-index:auto;display:block; }#nwT6TdzOtKgsdd40cqmEJtUZOLdXJqgK > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swSUzz3C1Qvqfi3TtNW8rneeXXaL1Bp6 { width:6.875rem;height:1rem;top:1.6875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIBtQRsevCsli8o7LQbAnoxmc6wTlpXb { display:block; }
 }@media only screen and (max-width: 763px) { #i4ctQ1zswQHqT0IC2miQUS2uhiCspwbt { width:6.5rem;height:1rem;top:1.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LsoHDx7Kfze8qUr9qhKzElTFQBJgJQRT { display:block; }
 }@media only screen and (max-width: 763px) { #PTUkWFTIN7o7STg1cUlfGG0Q69XJiKco { width:5.25rem;height:1rem;top:1.6875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rE3K0Z85HfaAPN88irooxlLbSkCTUReC { display:block; }
 }@media only screen and (max-width: 763px) { #V9Ue0suiFZm8BDSTFTvEf1BnzRgnAtfz { top:4.09375rem;left:7.0625rem;width:9.1875rem;height:12rem;z-index:15006;line-height:2;color:#424242;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bLTwFlyrnVV7KOrhGfCL1roFxnPOaBt8 { top:4.09375rem;left:6.53125rem;width:10.25rem;height:14.25rem;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #awy45fdnAusk2vsABAcELWdSQJrdlr6i { width:10.625rem;height:3.5625rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1i48yLgv5xeyIauzOlIoAvxZzETKcly { display:block; }
 }@media only screen and (max-width: 763px) { #OdmqOURdO8dQiHHFFzvM6I5ap26B42du { width:9.375rem;height:2.3125rem;top:1.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb { display:block; }#Ji9b4GNuGXMbUrKdA8luMhxprGAdhdyb > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2VDe9LGHhBIfMEXUUD9ALwH1BXCNkic { width:15.9375rem;height:5.15625rem;top:1.71875rem;left:2.03125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AoUftA9ATn7O1sQAwdMcThpq9xbQ2Fry { display:block; }#AoUftA9ATn7O1sQAwdMcThpq9xbQ2Fry > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgiLfbnJN68AUo1fSLfuvQOPmKolQnRG { width:20rem;height:11.0405625rem;top:5.5rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ez5KG78nwmKTFFT65xi48aKMToNsLdbu { height:8.8125rem;width:14.0625rem;top:6rem;left:2.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #nSNzk8qOGVoFSvZlm8iTPSwmg1IqawuS { width:19.624rem;height:2.44921875rem;top:0.662841796875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #T24kbUmvTJ1enixpezTCCiafh321VTMw { width:19.875rem;height:18.375rem;top:4.6868510246277rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtIoWevVaiJmkTNbwuofS0EExS16Krla { width:20rem;height:3.8984375rem;top:18.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DZTqcZwKCxkBqEBob2Fk8L8PSNLvqra2 { display:block; }#DZTqcZwKCxkBqEBob2Fk8L8PSNLvqra2 > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdTzzL8Mya3UBEMOxUxCQF7sqyIPTdgx { width:18.75rem;height:1.29948125rem;top:13.84765625rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Gis2bEm1g10pTrHfXuQpltwv3qmapx6W { width:18.75rem;height:12.9453125rem;top:16.658855438233rem;left:0.62500005960463rem;font-size:1rem;line-height:1.3;display:block; }#Gis2bEm1g10pTrHfXuQpltwv3qmapx6W li:before{  }
 }@media only screen and (max-width: 763px) { #Ha59QbS8n8yi2yzvmQ5GF0v8Q1gS7IBU { width:18.75rem;height:1.29948125rem;top:31.436849594116rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bPVk96dTliZiJAoESwgZtRHTHwPJM3TM { width:18.75rem;height:9.046875rem;top:34.3125rem;left:0.62500005960463rem;font-size:1rem;line-height:1.3;display:block; }#bPVk96dTliZiJAoESwgZtRHTHwPJM3TM li:before{  }
 }@media only screen and (max-width: 763px) { #Mxl7fvM8nvUAFTMfoqawlfMRkaRkJHJn { width:18.75rem;height:1.29948125rem;top:45.5625rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c0eTknsSmLTcZlHLvXT6UMZIBLm0tMCe { width:18.75rem;height:15.54425rem;top:49rem;left:0.62500005960463rem;font-size:1rem;line-height:1.3;display:block; }#c0eTknsSmLTcZlHLvXT6UMZIBLm0tMCe li:before{  }
 }@media only screen and (max-width: 763px) { #boZNNCHfEQdSbtqTwaFMG7fdUdQGSfvS { width:19.0625rem;height:7.7988125rem;top:3.1875rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ea9VsLZBypu5McVCuTGNrZzXzs8l5Tln { width:6.0625rem;height:1.3997375rem;top:0.65625rem;left:11.53125rem;text-align:right;text-align-last:right;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #rZzrEwT9TTRrqNZ1KsZcfuCfXXdt9cEh { width:9.5rem;height:0.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W01d5UP5qB9t1hbebuvwixXggl5RbEwJ { width:19.875rem;height:52.3125rem;top:13.701822280884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fegLJt9QB1NcJiTqICDfrQI8iNmpXyUk { width:19.875rem;height:52.3125rem;top:13.66015625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #BTGZmfLVFd5dL0IvJm5Oimuco9h6OiAH { display:block; }#BTGZmfLVFd5dL0IvJm5Oimuco9h6OiAH > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdkIkIBlDBXf0Nh01zWzcNX26CZXrN2H { width:18.75rem;height:1.29948125rem;top:12.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ehUcIvoJXouaFweZVR3hXXyInNcR2T7X { width:18.75rem;height:10.346375rem;top:15.375rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }#ehUcIvoJXouaFweZVR3hXXyInNcR2T7X li:before{  }
 }@media only screen and (max-width: 763px) { #ZKHNzpPtCDpBVe7HbQrTRMfyh2pNO8iU { width:20rem;height:7.7988125rem;top:1.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONBLCfLJ9rbXynZ0cTpkaUwwqHEatqsV { width:19.625rem;height:1.29948125rem;top:27.1875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ot79gChKKw4AoC7NITiioP0xTbsVUfQo { width:20rem;height:1.29948125rem;top:29.75rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }#ot79gChKKw4AoC7NITiioP0xTbsVUfQo li:before{  }
 }@media only screen and (max-width: 763px) { #vPs6UsEU4k9fQpNDdMKvyMG9IhCi5OwH { display:block; }#vPs6UsEU4k9fQpNDdMKvyMG9IhCi5OwH > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlHb5lgFHn1gwlsTF3TO5nrTmJgSvMNr { width:16.0625rem;height:2.2747375rem;top:15.0625rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trrmKv4UyGx4guTlhsOCRQ5pRT82AA5Z { top:23.125rem;left:4.1875rem;width:11.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0BRF7ICOI9Pmm4oZvG5e5CMyNkAyFNm { display:block; }
 }@media only screen and (max-width: 763px) { #fNbqFwDVVAxiJenNASEB9RaPUQbRWRET { width:10.25rem;height:3.0872375rem;top:8.25rem;left:5.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFoaXosKkrrbsKlZDTQC62OOEBQo3qMX { width:14.4375rem;height:2.5996125rem;top:2.5rem;left:2.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upi7BMUHNLibkQIK17vcT5RsvzrtGvkz { width:5.125rem;height:1.3997375rem;top:0rem;left:11.6875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3pLKv2yIJSFzPUggQMhvKHWb3020bsa { width:9.5625rem;height:0.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iToNgdLnUVfHGTJPUqW5JlxUZLLeOmwE { width:19.875rem;height:21.375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7HPTWHXW9rMufm8IOHyTTHNAdkq5flG { width:9.9375rem;height:0.125rem;top:12.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea8IBvQihmRgqGTrGNnACuAiUoaOUa6x { width:2.9375rem;height:2.9375rem;top:18.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6FPrEZSQx41vLWBhbd1gmeN0nfK8f6c { width:20rem;height:3.375rem;top:29.1875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM90liawNIQiOmVO0efTT4qukL5SgagL { display:block; }#NM90liawNIQiOmVO0efTT4qukL5SgagL > .row .container { width:20rem;height:233.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noyJzX04mhD2tDkwNsL6XEZz7Ji51eUP { width:12.5rem;height:12.5rem;top:8.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWPwqqAiPzJ7Xr3OJtnaGkztC4FMIaF3 { width:9.6875rem;height:5.0625rem;top:11.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apZAwUSffLpbhHfzVn8yUUqy3nToFpke { width:12.5rem;height:12.5rem;top:21.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHQTw8AiCbgqDGzI67L7slKCATLqsaOX { width:9.4375rem;height:7.0625rem;top:24.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TthzZoqVi1fERXpkNSyNLfoUa9VznW8r { width:12.5rem;height:12.5rem;top:49.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HErsdkqR6FqHGa6oA81T5azNApRiFN1p { width:10.9375rem;height:6.875rem;top:52.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT5yS2NdUtIX7y8v42HmFoH6gJMRJXJc { width:12.5rem;height:12.5rem;top:35.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewxb3Mu41eOQfHEfUX0CFvMqWnyERBy8 { width:11rem;height:5.625rem;top:39.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGt3sPiHoWh4pCy8RcNdz2RmWwumcK64 { width:12.5rem;height:12.5rem;top:63.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO5yH90NKCXGPx3VxZFfH8aaU6ocIBG6 { width:8rem;height:2.8125rem;top:68.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9kH1NfRm6GTCxxaEhVfriW3Ko7ftT8c { width:12.5rem;height:12.5rem;top:119rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXZcKwieSZW5wHqFIHrBV5L2KcqiJ8wr { width:8.9375rem;height:1.625rem;top:122.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN1L7md8gQvlJompkc5AbDT0AK7TwmHo { width:12.5rem;height:12.5rem;top:105.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4WfyIZeOhWxzseaDKFWR33Mhiss3bT1 { width:8.9375rem;height:5.8125rem;top:108.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVkcTnRi41M3RamaUNMyuCTWVBdg5d6c { width:12.5rem;height:12.5rem;top:132.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7hGymvxHQxE6kaxHxt1xZ6hx3wu8UX3 { width:8rem;height:8rem;top:135.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD81oqcMco6vEnW8mQwr4i3E8iyEWtuh { width:12.5rem;height:12.5rem;top:91.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryFHbhVkFKuWnfOlW5oA6oQRPWBV9bcZ { width:8rem;height:8rem;top:93.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfnHvzp2LDyT6yIRdamgsV6D5OzcwLey { width:12.5rem;height:12.5rem;top:77.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCg36NdnIdvEdwL8pbLp3hlOdw3W6nqs { width:8.9375rem;height:5.3125rem;top:81.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTcWHlowMOKQun3bTsBA3CT9kqpwtmNI { width:12.5rem;height:12.5rem;top:188.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O84rmRNlb8cklBTdnZorLA3AmEilqGk0 { width:12.5rem;height:12.5rem;top:174.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7bSRsJqr1rElPy2am11qQZ634hqJEu { width:12.5rem;height:12.5rem;top:202.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8sOSPkGJVaRCF9q772a1e96XE8deobZ { width:12.5rem;height:12.5rem;top:160.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHuTbkSISLieT3LncffnRCrDIh8tVdv1 { width:12.5rem;height:12.5rem;top:146.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLZI1LeSei1K8NmpTKCk9THTVsNTHHPw { width:11.3125rem;height:5.875rem;top:191.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGC8nP3Cvmxpy03RMRAk5dlDkOwtBdCd { width:8.9375rem;height:4.4375rem;top:178.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFC4JUeakocHMzW6lyTvbMbIiaCE9xet { width:8rem;height:8rem;top:204.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhrs0rK5xp1JerXCVlrKQJZ9TZeCScTk { width:8rem;height:5.9375rem;top:164rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFCHb8TXoPuke4BS3lA8gURbyR5t2QDu { width:5.3125rem;height:5.3125rem;top:150.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5JKqWRJl97ws4ZFSe9FGEJ3aTi6aa8T { width:12.8125rem;height:2.5996125rem;top:3.90625rem;left:3.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCJaWbGIf4SWyx01cJM1yLQzs7SgpwdK { width:5.125rem;height:1.3997375rem;top:1.21875rem;left:11.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hePkCgpQ8HPoUTD2awAuvGPoQV7DH7mG { width:9.5625rem;height:0.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1JJKaMGVVXn8NQr4wUDWVhzgekana2h { width:12.5rem;height:12.5rem;top:216.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzLZlG6DWea6LHoIiQ6V5rOTdNfmLeho { width:10.5625rem;height:1.5rem;top:221.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Lu28z5v1em7w4KbWF2XSZttS8ks5WG { display:none; }#c0Lu28z5v1em7w4KbWF2XSZttS8ks5WG > .row .container { width:20rem;height:80.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CSrpIKkzwB9s3OQH7oc15AJus9U5ahDJ { width:14.5rem;height:2rem;top:17.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMUs5hnhhy0i44LEsiot8g3N4Wy6g2zU { width:14.125rem;height:0.1875rem;top:19.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTW400cPheSuTfk8VWfsWDWreFTsLT8F { width:14.25rem;height:6rem;top:20.6875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3qfKFSE8NVNusBTzr3xgX6Sb6dwsZJV { width:14.5rem;height:1.75rem;top:29.375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNzPZ1NATDT7I6kvJB0TBXVzJHMUQIPZ { width:17rem;height:22.1875rem;top:11.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbMK66U2QSFgc8QyNmIr0ptUax2ALmax { width:14.125rem;height:0.1875rem;top:43.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxMsmuRMsMnw9C4kq4VaZ4ziu5bRJPFR { width:14.5rem;height:2rem;top:40.75rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcRxXOoaHmdxlmU8TFGbuTfy0NhDOPSu { width:17rem;height:22.1875rem;top:34.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2xtkAblFlF2vhZEW1dW4TRsTUTVfwRJ { width:14.8125rem;height:6rem;top:44.625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8tobn5LZgvpCNaLKt3rE3QDF9iuAuHC { width:17.5rem;height:1.75rem;top:51.75rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U3dSHBdlLnqOTQOlWPGMmL9rCOuHr9zZ { width:17rem;height:22.1875rem;top:58rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRsKkB8rn3pORnariNMG0vVD3MhCvhGo { width:14.5rem;height:1.75rem;top:76.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7g8yimT6mJvsukterziIiPGScGk4siJ { width:14.25rem;height:4.5rem;top:67.5625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD7LT5VM0xlV55Tbv3clTMEfIb8utO7V { width:14.125rem;height:0.1875rem;top:66.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr0Twl4onsgyxdLpdVc285U8BZ4E69DZ { width:14.5rem;height:2rem;top:64.1875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glZSm9aZ9Epz1DTO3TQTD5KKG8SHkFyI { width:5.125rem;height:1.375rem;top:1.21875rem;left:11.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHpifmAbnzugCyEdc5uKPsE31FpwArUB { width:9.5625rem;height:0.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxN8L6hL5uhkwIgARQ4xvZZE9rkxzMP6 { width:12.8125rem;height:5.125rem;top:4.09375rem;left:3.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg { background-color:#e72f42;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;display:block; }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row .container { background-color: transparent; background-image: none; }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row .container > .video-iframe-container { display: none; }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row > .video-iframe-container { display: none; }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .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); }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row .container { border-width: 0; border-radius: 0; }#VGzMhznUES4HfeDSKDuKQvtq1B8WUMsg > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sId8zCthn7rTDtdJyACie1f3xUN94u60 { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhTcBdizyfqoTT8Xug6ZeTmdOiVJDCPI { width:13rem;height:1.70605625rem;top:5.5380859375rem;left:3.6865234375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:7rem;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:1rem;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ  { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ {display:block;}#DEJr2VlWwRflMmkPENTDIi44IySaGIhJ { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #gfrAdLVTSo1FmAaNBVTpJPfMJRRr3WaU {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #qGUB1Z2fr7l3ia0rGPvSZBID9uOppZLL { display:block; }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #CnwtVr96r6SyucqquIWTE1ONetAclbDM {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #Mb5yF7Jpyl2gOlSiXhTixPB4V3qFbX5W {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #qv2bERRwKbiWGq8s9vcgDr71yhszdZVU { display:block; }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #TQgs8MfPM1F0V7LT6qEOHcvEFprpN7MN {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #dAah7cXwZmX97gqUvqnnTfaGRmtBCrzw {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #ZR2b22iyG2bDATuZL284PpK1zLFkuha7 { display:block; }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #x05mh5AyISVnO3TlIxRdXVT6KRpo2ZvC {  }
 }@media only screen and (max-width: 763px) { #WWFusMUmtlD4uZONeEP2EPfe129cqJS7 { display:block; }
 }@media only screen and (max-width: 763px) { #t0f22BQPH0WwxOhKHsvUad5rvvbfe0nD { display:block; }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #AzF2zSwTbEbtxSsfuPfzTsLboFShPwTE {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #eh6X6VvWuQyEN4Ug0fRNpMbnfFsRHeTu {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #JItOtfQFCybH9wgmGOkp1akJQGo5NL6Z {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #QcBM8lycseUfcNAEzFZloNU8qTL8bate {  }
 }@media only screen and (max-width: 763px) { #DEJr2VlWwRflMmkPENTDIi44IySaGIhJ #S7HwTQ7c0Z6l16ekpdFKNisVOJEcd5Kt {  }
 }@media only screen and (max-width: 763px) { #Ow5W3lexVzFbTVHZuU1p20NqF4xoOwnH { width:3.125rem;height:3.125rem;top:4.8193359375rem;left:0.5615234375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqXO9wnlPp1qqLHR3KGyIXhRH0qeouks { width:20rem;height:28.202673589896rem;top:9.1940307617188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa { display:block; }#QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QxxuNdvTtsa1C0w75C5cx1SPtUmsdiMa > .row .container { width:20rem;height:22.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMtoBkGEguFpXBE506AyUErXAPrv4HDu { width:20rem;height:5.84766875rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXeQTv2MK4IMEU5HmkATwl57ndP7lmuI { width:16.1246875rem;height:1.5996125rem;top:4.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AILk1ZzBEV9ECSu3OkBqNtBEQDSAWROE { width:2.375rem;height:2.375rem;top:16.6875rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqEDETv16XHwFxg7TTOScPh9OvQQko0T { width:2.375rem;height:2.375rem;top:16.6875rem;left:9.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oygh7HhkSWz05JqWH4oI1cutCudVVvQT { width:2.375rem;height:2.375rem;top:16.5rem;left:13.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI3CZDARvm7L3A8I6CpnGbB7xU9Exb3J { width:6.31225rem;height:1.29980625rem;top:14.25rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocyPkM8stf961t0UEwLXopmv697TpqTk { width:3.125rem;height:3.125rem;top:1.1230466365814rem;left:8.4374997019769rem;font-size:2.1875rem;display:block; }
 }