.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); }#QJLJ66K22sroMiTlBr19z2daJOcpSZTx { 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; }#QJLJ66K22sroMiTlBr19z2daJOcpSZTx > .row .container { background-color: transparent; background-image: none; }#QJLJ66K22sroMiTlBr19z2daJOcpSZTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJLJ66K22sroMiTlBr19z2daJOcpSZTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJLJ66K22sroMiTlBr19z2daJOcpSZTx > .row .container > .video-iframe-container { display: none; }#QJLJ66K22sroMiTlBr19z2daJOcpSZTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJLJ66K22sroMiTlBr19z2daJOcpSZTx > .row > .video-iframe-container { display: none; }#QJLJ66K22sroMiTlBr19z2daJOcpSZTx > .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); }#QJLJ66K22sroMiTlBr19z2daJOcpSZTx > .row .container { border-width: 0; border-radius: 0; }#QJLJ66K22sroMiTlBr19z2daJOcpSZTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJLJ66K22sroMiTlBr19z2daJOcpSZTx > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#wCqTlCTiKJsP3mRspMWwa3DTETrHBkn6 { 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; }
#TBXnkRg77NHLsTQ1iVWNqXS3xkEDtpJv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LK6ZGPIVGR5Oeh8HB15ersfOIdCQ49xs { 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; }
#EB0IRs23RATK2eWNQCkNXmgFUvh7qyMB { 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; }
#LKeSghJZL4KlzORF7Th0RxDZekLtuUCB { 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; }
#yH1dCWoX7D94l8g2o5xQdTso7Sg4JGdB { 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; }
#KNGssrw0Zz9BLdteffQtTxcZUpMOi0Op { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XLReyaeELKGrMoht67N42zLzQxfv8hcT { 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:8rem;height:1rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.6875rem;left:49.09375rem;display:block; }
#wVyo0JKthiHVE1x5QzhQMmkFEiNWNuts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTtpErfnM5cppQ61w6UialB5MVhKoOZw { 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:8rem;height:1rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.6875rem;left:58.71875rem;display:block; }
#D6fskO05Q1etvWyfhLecvoQTVKBTBV8v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eJRbVuqxyFsDGsS2c2Fg20RDA86MFZss { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#660090;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; }#eJRbVuqxyFsDGsS2c2Fg20RDA86MFZss > .row .container { background-color: transparent; background-image: none; }#eJRbVuqxyFsDGsS2c2Fg20RDA86MFZss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJRbVuqxyFsDGsS2c2Fg20RDA86MFZss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJRbVuqxyFsDGsS2c2Fg20RDA86MFZss > .row .container > .video-iframe-container { display: none; }#eJRbVuqxyFsDGsS2c2Fg20RDA86MFZss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJRbVuqxyFsDGsS2c2Fg20RDA86MFZss > .row > .video-iframe-container { display: none; }#eJRbVuqxyFsDGsS2c2Fg20RDA86MFZss > .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); }#eJRbVuqxyFsDGsS2c2Fg20RDA86MFZss > .row .container { border-width: 0; border-radius: 0; }#eJRbVuqxyFsDGsS2c2Fg20RDA86MFZss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJRbVuqxyFsDGsS2c2Fg20RDA86MFZss > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#QWMPSwahz9qfscncr3DeHaKRPai730Rs { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:5.8125rem;left:0rem;height:1.4000375rem;text-align:left;text-align-last:left;display:block; }
#Ux7XWWXRK3vtfiCQ2OVRGfbcmt9cAm8m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#660090;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; }#Ux7XWWXRK3vtfiCQ2OVRGfbcmt9cAm8m > .row .container { background-color: transparent; background-image: none; }#Ux7XWWXRK3vtfiCQ2OVRGfbcmt9cAm8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux7XWWXRK3vtfiCQ2OVRGfbcmt9cAm8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux7XWWXRK3vtfiCQ2OVRGfbcmt9cAm8m > .row .container > .video-iframe-container { display: none; }#Ux7XWWXRK3vtfiCQ2OVRGfbcmt9cAm8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux7XWWXRK3vtfiCQ2OVRGfbcmt9cAm8m > .row > .video-iframe-container { display: none; }#Ux7XWWXRK3vtfiCQ2OVRGfbcmt9cAm8m > .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); }#Ux7XWWXRK3vtfiCQ2OVRGfbcmt9cAm8m > .row .container { border-width: 0; border-radius: 0; }#Ux7XWWXRK3vtfiCQ2OVRGfbcmt9cAm8m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ux7XWWXRK3vtfiCQ2OVRGfbcmt9cAm8m > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#Lelv8466epPbsF6mpxV6QFk21Xna6fDF { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:"titillium web";font-size:3.625rem;font-weight:normal;z-index:14998;line-height:1.1;letter-spacing:0;top:7.3864583969119rem;left:3.9375rem;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; }
#Bon334vHDnBlKnTEkXW0sXEJPycAXx3k { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.46875rem;left:3.9375rem;height:3.25rem;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; }
#Thy4X10OGhOSWoH6i4CGKaWCIXURq0TG { position:absolute;display:block;z-index:15002;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:21.6875rem;width:22.8125rem;top:2.4666662216186rem;left:46.302085876465rem;overflow:hidden;display:block; }
#cMF2fGSlLnFmSF8W1GapO2HuSRb1fPkw { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.42) ;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:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:16.625rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.3125rem;left:3.9375rem;display:block; }
#tpBeDR6LDtskLF7Z9eXkN3hpkBo5wimw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fz5rPQudf8T2AeclXJxsOimK62TGXfGM { position:relative;display:block; }#fz5rPQudf8T2AeclXJxsOimK62TGXfGM { background-color: transparent; background-image: none; }#fz5rPQudf8T2AeclXJxsOimK62TGXfGM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz5rPQudf8T2AeclXJxsOimK62TGXfGM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz5rPQudf8T2AeclXJxsOimK62TGXfGM > .row .container > .video-iframe-container { display: none; }#fz5rPQudf8T2AeclXJxsOimK62TGXfGM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz5rPQudf8T2AeclXJxsOimK62TGXfGM > .row > .video-iframe-container { display: none; }#fz5rPQudf8T2AeclXJxsOimK62TGXfGM > .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); }#fz5rPQudf8T2AeclXJxsOimK62TGXfGM { border-width: 0; border-radius: 0; }#fz5rPQudf8T2AeclXJxsOimK62TGXfGM > .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; }#fz5rPQudf8T2AeclXJxsOimK62TGXfGM > .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:52.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; }#iOaGJpVi2oPlfmalTwf8bcmHfiX8an4D { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.75rem;left:20.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cZuybwo3hrLVvsezaXVBktf821qNuMSN { color:#000000;display:block;width:64.4375rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:10rem;left:5.3125rem;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;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xyem6GCcon5qzd4KdI8SGRvmaBapi6mE { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:25.25rem;left:47.375rem;height:;text-align:left;text-align-last:left;display:block; }#xyem6GCcon5qzd4KdI8SGRvmaBapi6mE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xyem6GCcon5qzd4KdI8SGRvmaBapi6mE li:before{  }
#a3IKHnzsuXsDxxfRv0ayMPddgR6PraXl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.375rem;width:33.375rem;top:18.9375rem;left:2.74951171875rem;overflow:hidden;display:block; }
#LbxLzbJymDTncoJQeDgMP0Gk62THSM7s { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:24.65625rem;left:7.31103515625rem;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;text-align:center;text-align-last:center;display:block; }
#VkvVzzTwlOf0k57TWDWRaQhqnkLQEtC2 { color:#000000;display:block;width:9.375rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:22.6875rem;left:47.375rem;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;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bDIXII0dlMwEGSBDfA1PODSiLzS9axde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(217,217,217,0.26);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; }#bDIXII0dlMwEGSBDfA1PODSiLzS9axde > .row .container { background-color: transparent; background-image: none; }#bDIXII0dlMwEGSBDfA1PODSiLzS9axde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDIXII0dlMwEGSBDfA1PODSiLzS9axde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDIXII0dlMwEGSBDfA1PODSiLzS9axde > .row .container > .video-iframe-container { display: none; }#bDIXII0dlMwEGSBDfA1PODSiLzS9axde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDIXII0dlMwEGSBDfA1PODSiLzS9axde > .row > .video-iframe-container { display: none; }#bDIXII0dlMwEGSBDfA1PODSiLzS9axde > .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); }#bDIXII0dlMwEGSBDfA1PODSiLzS9axde > .row .container { border-width: 0; border-radius: 0; }#bDIXII0dlMwEGSBDfA1PODSiLzS9axde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bDIXII0dlMwEGSBDfA1PODSiLzS9axde > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#gcRyngWXakqi9HgN6JGNu86ammGeZJbQ { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.375rem;left:20.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TLQ15mReRynlfFSk0VxVbhHOyia3wf8Q { color:#000000;display:block;width:64.4375rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:10.75rem;left:5.3125rem;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;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W3gSbO4BZAT06SIsNXzDqRki2LQPWeO3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(217,217,217,0.26);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; }#W3gSbO4BZAT06SIsNXzDqRki2LQPWeO3 > .row .container { background-color: transparent; background-image: none; }#W3gSbO4BZAT06SIsNXzDqRki2LQPWeO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3gSbO4BZAT06SIsNXzDqRki2LQPWeO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3gSbO4BZAT06SIsNXzDqRki2LQPWeO3 > .row .container > .video-iframe-container { display: none; }#W3gSbO4BZAT06SIsNXzDqRki2LQPWeO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3gSbO4BZAT06SIsNXzDqRki2LQPWeO3 > .row > .video-iframe-container { display: none; }#W3gSbO4BZAT06SIsNXzDqRki2LQPWeO3 > .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); }#W3gSbO4BZAT06SIsNXzDqRki2LQPWeO3 > .row .container { border-width: 0; border-radius: 0; }#W3gSbO4BZAT06SIsNXzDqRki2LQPWeO3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3gSbO4BZAT06SIsNXzDqRki2LQPWeO3 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#qbn39CtWp9EQI5EsNDbp49sepvkxgZbU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:9.375rem;left:6.25rem;height:6.82350625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#G3STiru1PGZr3Lu5OUsodw9fel5zL9Ad { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.375rem;left:31.25rem;height:6.82350625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UyDNfG4oLEn62FkwQfvJATDnBFaPFSfm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:9.375rem;left:56.25rem;height:6.82350625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZJrQk4JxrLrod84ENLd8laGVK1Rexzxw { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.26);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.3125rem 0.625rem rgba(0,0,0,0.16) ;height:15.625rem;width:15.625rem;top:1.5625rem;left:4.6875rem;display:block; }
#b0NynClgx1fFefTchfwf7m9z164kUcOb { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.26);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: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.16) ;height:15.625rem;width:15.625rem;top:1.5625rem;left:29.6875rem;display:block; }
#lpQboAUfBvTyIbTNudfsgf9V2GGyLKiU { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.26);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: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.16) ;height:15.625rem;width:15.625rem;top:1.5625rem;left:54.6875rem;display:block; }
#JNToTAkUKtRZs6zT6QbV7VQgJSeC2TTz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:4.375rem;left:10.9375rem; }
#GEsIElGsTWcDVpOwuMFQtcbtInTC3yWB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:4.375rem;left:35.9375rem; }
#TFipeX1WUxVNB9KFZULlUxBGP52Qm9r7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:4.375rem;left:60.9375rem; }
#trVnITQd7aU0OTT05iJ9MT1nfI57iIlc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(217,217,217,0.26);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; }#trVnITQd7aU0OTT05iJ9MT1nfI57iIlc > .row .container { background-color: transparent; background-image: none; }#trVnITQd7aU0OTT05iJ9MT1nfI57iIlc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trVnITQd7aU0OTT05iJ9MT1nfI57iIlc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trVnITQd7aU0OTT05iJ9MT1nfI57iIlc > .row .container > .video-iframe-container { display: none; }#trVnITQd7aU0OTT05iJ9MT1nfI57iIlc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trVnITQd7aU0OTT05iJ9MT1nfI57iIlc > .row > .video-iframe-container { display: none; }#trVnITQd7aU0OTT05iJ9MT1nfI57iIlc > .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); }#trVnITQd7aU0OTT05iJ9MT1nfI57iIlc > .row .container { border-width: 0; border-radius: 0; }#trVnITQd7aU0OTT05iJ9MT1nfI57iIlc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trVnITQd7aU0OTT05iJ9MT1nfI57iIlc > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#novBzBQtZsmLmX83txU9QrwXeJCINhma { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:9.375rem;left:6.25rem;height:3.41175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d1uxT08oCk7qDENF9JThFBHIT556z42B { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.375rem;left:31.25rem;height:4.549rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NK1l9KG1DigwKDoehapIzRf2dKVDcrs3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:9.375rem;left:56.25rem;height:5.68625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hy42zfsWMOOh2mW1bWaHXRdDnW0FzcA6 { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.26);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: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.16) ;height:15.625rem;width:15.625rem;top:1.5625rem;left:4.6875rem;display:block; }
#ZMvtm5dr98uVzrVWEMQqn4Kn86UmMM1l { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.26);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: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.16) ;height:15.625rem;width:15.625rem;top:1.5625rem;left:29.6875rem;display:block; }
#D9dwKA505hwes2yZu545cdTNZxWpwHWV { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.26);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: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.16) ;height:15.625rem;width:15.625rem;top:1.5625rem;left:54.6875rem;display:block; }
#TVOUreMIXV5vH89n5ZQ15AINMBBJiTM0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:4.375rem;left:10.9375rem; }
#UHlUe68fiQENmzcVf1k8HLv1P2ZQW2C5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:4.375rem;left:35.9375rem; }
#Tkhmd1qezGqTf6H9PHAbaW0bMMhL9mvh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:4.375rem;left:60.9375rem; }
#xdqBeJvZHTwNNSEd6SHVwWCsKKeUoSuT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdqBeJvZHTwNNSEd6SHVwWCsKKeUoSuT > .row .container { background-color: transparent; background-image: none; }#xdqBeJvZHTwNNSEd6SHVwWCsKKeUoSuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdqBeJvZHTwNNSEd6SHVwWCsKKeUoSuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdqBeJvZHTwNNSEd6SHVwWCsKKeUoSuT > .row .container > .video-iframe-container { display: none; }#xdqBeJvZHTwNNSEd6SHVwWCsKKeUoSuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdqBeJvZHTwNNSEd6SHVwWCsKKeUoSuT > .row > .video-iframe-container { display: none; }#xdqBeJvZHTwNNSEd6SHVwWCsKKeUoSuT > .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); }#xdqBeJvZHTwNNSEd6SHVwWCsKKeUoSuT > .row .container { border-width: 0; border-radius: 0; }#xdqBeJvZHTwNNSEd6SHVwWCsKKeUoSuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdqBeJvZHTwNNSEd6SHVwWCsKKeUoSuT > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#ShAmT09Na5Ud09uWhDBQC2B4TL1rNK4f { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.875rem;left:21.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rPWvLSObRITFWQE2q5RQvdBVoXnnXex8 { color:#000000;display:block;width:66rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:10.5rem;left:5.25rem;height:3.373575rem;text-align:center;text-align-last:center;display:block; }
#TcQrm0PdKRtPZ8sp49qbt66SMffGuAbs { position:relative;display:block; }#TcQrm0PdKRtPZ8sp49qbt66SMffGuAbs { background-color: transparent; background-image: none; }#TcQrm0PdKRtPZ8sp49qbt66SMffGuAbs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcQrm0PdKRtPZ8sp49qbt66SMffGuAbs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcQrm0PdKRtPZ8sp49qbt66SMffGuAbs > .row .container > .video-iframe-container { display: none; }#TcQrm0PdKRtPZ8sp49qbt66SMffGuAbs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcQrm0PdKRtPZ8sp49qbt66SMffGuAbs > .row > .video-iframe-container { display: none; }#TcQrm0PdKRtPZ8sp49qbt66SMffGuAbs > .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); }#TcQrm0PdKRtPZ8sp49qbt66SMffGuAbs { border-width: 0; border-radius: 0; }#TcQrm0PdKRtPZ8sp49qbt66SMffGuAbs > .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; }#TcQrm0PdKRtPZ8sp49qbt66SMffGuAbs > .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:44.625rem;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; }#gEL2InvGh0QtSFNO0XhIhR1SI5xsIFDa { color:#000000;display:block;width:31.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:7.125rem;left:3.8125rem;height:;text-align:justify;text-align-last:initial;display:block; }#gEL2InvGh0QtSFNO0XhIhR1SI5xsIFDa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gEL2InvGh0QtSFNO0XhIhR1SI5xsIFDa li:before{  }
#P1mzvdxdAR1yP1Ug4qpyiZMt0oO07HKB { color:#000000;display:block;width:31.062rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:6.9375rem;left:40.125rem;height:;text-align:justify;text-align-last:initial;display:block; }#P1mzvdxdAR1yP1Ug4qpyiZMt0oO07HKB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P1mzvdxdAR1yP1Ug4qpyiZMt0oO07HKB li:before{  }
#X25kDyG3ykxZfsx52dh3MJftH8mzgwlk { position:absolute;display:block;z-index:15016;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:35.1875rem;width:69.9375rem;top:0rem;left:2.453125rem;display:block; }
#Ck4Hr52uT6yVyMG61ZTIZEhfwm7QiV1e { z-index:15009;top:38.767669677734rem;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.5;overflow:hidden;position:absolute;width:11.625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vLfefLVuaCTTcqU004gRU1RFUor3hGbi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tAXAat0zRq3iy6S9CVTVedLxN2KJ67Wf { color:#660090;display:block;width:25.4375rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0rem;left:25.53125rem;height:3.37358125rem;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; }
#mr8U8RyTHnbsiSTluBQ2aTgr9IifnZ5E { position:relative;display:block; }#mr8U8RyTHnbsiSTluBQ2aTgr9IifnZ5E { background-color: transparent; background-image: none; }#mr8U8RyTHnbsiSTluBQ2aTgr9IifnZ5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mr8U8RyTHnbsiSTluBQ2aTgr9IifnZ5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mr8U8RyTHnbsiSTluBQ2aTgr9IifnZ5E > .row .container > .video-iframe-container { display: none; }#mr8U8RyTHnbsiSTluBQ2aTgr9IifnZ5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mr8U8RyTHnbsiSTluBQ2aTgr9IifnZ5E > .row > .video-iframe-container { display: none; }#mr8U8RyTHnbsiSTluBQ2aTgr9IifnZ5E > .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); }#mr8U8RyTHnbsiSTluBQ2aTgr9IifnZ5E { border-width: 0; border-radius: 0; }#mr8U8RyTHnbsiSTluBQ2aTgr9IifnZ5E > .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; }#mr8U8RyTHnbsiSTluBQ2aTgr9IifnZ5E > .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:41.875rem;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; }#oQmx6d6wsSCRMMuLlTqbk6MEExG4cZp0 { color:#000000;display:block;width:30.999rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:4.0625rem;left:39.1875rem;height:;text-align:justify;text-align-last:initial;display:block; }#oQmx6d6wsSCRMMuLlTqbk6MEExG4cZp0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oQmx6d6wsSCRMMuLlTqbk6MEExG4cZp0 li:before{  }
#kCv4ED86sCbTWuOAI0E1O7sglRi9xLOy { color:#000000;display:block;width:31.2495rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:4.0625rem;left:4.875rem;height:;text-align:justify;text-align-last:initial;display:block; }#kCv4ED86sCbTWuOAI0E1O7sglRi9xLOy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kCv4ED86sCbTWuOAI0E1O7sglRi9xLOy li:before{  }
#figAEGTV0H0T1QdKdmEu7ok7taCbWLep { position:absolute;display:block;z-index:15017;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.875rem;width:34.0625rem;top:-0.169921875rem;left:2.7158203125rem;display:block; }
#yvCDcAgl1XmXffX7Uc8HUXXsVqkw207u { position:absolute;display:block;z-index:15018;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.9375rem;width:34.0625rem;top:-0.169921875rem;left:37.56005859375rem;display:block; }
#EeUT9X5f0QrJDrqICKQv2BRwvcQO4QlL { color:#660090;display:block;width:5.1870125rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:0rem;left:17.24560546875rem;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; }
#vZXckHz0axXSEI9a4sfnoNlguqk7yT0K { color:#660090;display:block;width:5.4375rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:0rem;left:52.0927734375rem;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; }
#AEv4v6JeyTBwXxV4n6hk80LcEOfomdLJ { color:#660090;display:block;width:5.1870125rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:41.875rem;left:17.5rem;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; }
#UhC1U43HiFXCtp8Cq1arSW478lKsnIQJ { color:#660090;display:block;width:5.1870125rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:41.875rem;left:52.3125rem;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; }
#X35or6eyci2oJP9U5vQfDRGu9ORqqbMT { z-index:15010;top:35.597061157226rem;left:13.9970703125rem;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.5;overflow:hidden;position:absolute;width:11.625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OQTl2LoHXXsTEtk0adsnb87cEqxWkgyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E5NB0rfeuXStizzsrpwo6QTnJnxTJyIg { z-index:15011;top:35.597061157226rem;left:48.8740234375rem;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.5;overflow:hidden;position:absolute;width:11.625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qZUg10ZJWCUvtVWxbhZxPWbJ0act6oJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PmIZq2oTX0JPlyrMptTw5fs4LRChpq8t { position:relative;display:block; }#PmIZq2oTX0JPlyrMptTw5fs4LRChpq8t { background-color: transparent; background-image: none; }#PmIZq2oTX0JPlyrMptTw5fs4LRChpq8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmIZq2oTX0JPlyrMptTw5fs4LRChpq8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmIZq2oTX0JPlyrMptTw5fs4LRChpq8t > .row .container > .video-iframe-container { display: none; }#PmIZq2oTX0JPlyrMptTw5fs4LRChpq8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmIZq2oTX0JPlyrMptTw5fs4LRChpq8t > .row > .video-iframe-container { display: none; }#PmIZq2oTX0JPlyrMptTw5fs4LRChpq8t > .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); }#PmIZq2oTX0JPlyrMptTw5fs4LRChpq8t { border-width: 0; border-radius: 0; }#PmIZq2oTX0JPlyrMptTw5fs4LRChpq8t > .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; }#PmIZq2oTX0JPlyrMptTw5fs4LRChpq8t > .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:36.1875rem;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; }#w2AmMdCuTbOXBfufk41un8Z9By20CKJ8 { color:#000000;display:block;width:29.562rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:4.875rem;left:5.3125rem;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;text-align:justify;text-align-last:initial;display:block; }
#ZkyLt5EdiPubwK8pBrpTep7XpMy1PRTP { color:#000000;display:block;width:21.312rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:13.8125rem;left:5.3125rem;height:;text-align:left;text-align-last:left;display:block; }#ZkyLt5EdiPubwK8pBrpTep7XpMy1PRTP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZkyLt5EdiPubwK8pBrpTep7XpMy1PRTP li:before{  }
#TumwdPIvNOI4NCyISvgfHAcWJ7uVfgh2 { color:#000000;display:block;width:30.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:4.875rem;left:39.25rem;height:;text-align:justify;text-align-last:initial;display:block; }#TumwdPIvNOI4NCyISvgfHAcWJ7uVfgh2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TumwdPIvNOI4NCyISvgfHAcWJ7uVfgh2 li:before{  }
#L2cwMaoy4UZ4GZaiTHTA1Seq8sPFLJe2 { position:absolute;display:block;z-index:15019;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:23.1875rem;width:33.875rem;top:-0.00048828125rem;left:3.375rem;display:block; }
#mQyUiH5qqONtW43hhqAlNnFktibL82qa { position:absolute;display:block;z-index:15020;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:23.375rem;width:33.8125rem;top:-0.0634765625rem;left:37.875rem;display:block; }
#brCZKuyHyJlW18H42O6NIbKKwysngC4N { z-index:15013;top:26.854278564453rem;left:14.2802734375rem;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.5;overflow:hidden;position:absolute;width:11.625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ay09kme8knSdPiNgkAP2M9f32kaFTQvu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DgB3L3tbv4zlrll5IxWGGbe8mzJukgfS { z-index:15014;top:26.854278564453rem;left:49.03125rem;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.5;overflow:hidden;position:absolute;width:11.625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vb9ZDsOLdLynKGtrGTna2EbUCmRf2NQZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v7O30BA60eZq1e2ae4h6grWZluEO1wiP { color:#660090;display:block;width:5.1870125rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:41.875rem;left:52.3125rem;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:none; }
#ic73iU5Aogyk3QWu4Koont5RvXu79I5B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ic73iU5Aogyk3QWu4Koont5RvXu79I5B > .row .container { background-color: transparent; background-image: none; }#ic73iU5Aogyk3QWu4Koont5RvXu79I5B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ic73iU5Aogyk3QWu4Koont5RvXu79I5B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ic73iU5Aogyk3QWu4Koont5RvXu79I5B > .row .container > .video-iframe-container { display: none; }#ic73iU5Aogyk3QWu4Koont5RvXu79I5B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ic73iU5Aogyk3QWu4Koont5RvXu79I5B > .row > .video-iframe-container { display: none; }#ic73iU5Aogyk3QWu4Koont5RvXu79I5B > .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); }#ic73iU5Aogyk3QWu4Koont5RvXu79I5B > .row .container { border-width: 0; border-radius: 0; }#ic73iU5Aogyk3QWu4Koont5RvXu79I5B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ic73iU5Aogyk3QWu4Koont5RvXu79I5B > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#OtNdgR1R4qZa8ATEdtZl7onf6wLJHKig { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.9375rem;left:20.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nuhRthdQ3bZtPvc182WxyBRnPEBC3g8p { color:#000000;display:block;width:66rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:10.5625rem;left:4.5625rem;height:3.37358125rem;text-align:center;text-align-last:center;display:block; }
#P3r5QWwdN5S6ZiSz96hKOovP3mtCuDLd { 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; }#P3r5QWwdN5S6ZiSz96hKOovP3mtCuDLd > .row .container { background-color: transparent; background-image: none; }#P3r5QWwdN5S6ZiSz96hKOovP3mtCuDLd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3r5QWwdN5S6ZiSz96hKOovP3mtCuDLd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3r5QWwdN5S6ZiSz96hKOovP3mtCuDLd > .row .container > .video-iframe-container { display: none; }#P3r5QWwdN5S6ZiSz96hKOovP3mtCuDLd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3r5QWwdN5S6ZiSz96hKOovP3mtCuDLd > .row > .video-iframe-container { display: none; }#P3r5QWwdN5S6ZiSz96hKOovP3mtCuDLd > .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); }#P3r5QWwdN5S6ZiSz96hKOovP3mtCuDLd > .row .container { border-width: 0; border-radius: 0; }#P3r5QWwdN5S6ZiSz96hKOovP3mtCuDLd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3r5QWwdN5S6ZiSz96hKOovP3mtCuDLd > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:75rem;position:relative;display:block; }#yyWLknTpp276hfgM5tlCJBOSqAMwohMd { 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:6.5rem;left:6.125rem;display:block; }
#D25xni13E8mwRZIorx1Kc1FbcvdGCBVt { 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:10.3125rem;left:8rem;overflow:hidden;display:block; }
#pWwQZu5aJrtC6hrses60AnlPlPptTlpa { 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:6.5rem;left:18.6875rem;display:block; }
#l84G7VsZ2oWGP3TUNpxZcysSsZmN6x6Q { 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:9.3125rem;left:20.3125rem;overflow:hidden;display:block; }
#CLKqpcZsEuvdk6nxvSZtLgUe7lZzsQmc { 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:6.5rem;left:43.8125rem;display:block; }
#Ge9naeBTFat6faqMRTvvOJIFmGKk03iQ { 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:9.375rem;left:44.6875rem;overflow:hidden;display:block; }
#lHVev4i4m4xVHZmTCNG9T8QO7GWlA8Z0 { 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:6.5rem;left:31.25rem;display:block; }
#mWauv2bsJ7mlEKNJ3hopp1QH5k91B6pM { 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:10rem;left:32rem;overflow:hidden;display:block; }
#RtydDMy4SrlAPFXMaH2abL6JEQBxkiWO { 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:6.5rem;left:56.375rem;display:block; }
#fKrriRfMu7Lqv0gE72cwgomaa79cmkmX { 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:11.4375rem;left:58.6875rem;overflow:hidden;display:block; }
#DhskPT5MEVLn7hmRQManrqtFFxrZvQWu { 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:19.0625rem;left:43.8125rem;display:block; }
#Zqos3t8I5sLWfC5CXP9J9gO5r7zMf7dJ { 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:24.562501907349rem;left:45.65625rem;overflow:hidden;display:block; }
#yF2onH4sXFhBlaVuVT3mhwQUiwScTd5I { 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:19.0625rem;left:31.25rem;display:block; }
#hnD8pLxpApW9TV7WU2ScMRS6Jl430lKv { 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:22.5rem;left:33.0625rem;overflow:hidden;display:block; }
#btJAmSMPFTa2kzkkiZmae5uxi0Mwm8TG { 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:19.0625rem;left:56.375rem;display:block; }
#TvTBMaJhNGrhprNzGW9P2W95DyModVuS { 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:21.375rem;left:58.6875rem;overflow:hidden;display:block; }
#crRgdSFCZHIc4Krp4t6iIGdDPUzy70Xp { 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:19.0625rem;left:18.6875rem;display:block; }
#pCS5HTNcD7IWVTLCMk6V3BB3t4UgzVrq { 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:21.375rem;left:21rem;overflow:hidden;display:block; }
#p6E5UgkQikNIEt2N8PbTcHuz9BVUk9g8 { 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:19.0625rem;left:6.125rem;display:block; }
#RG7Vq3WxMGWtXfDBPOTCHsgMrxrR3TeN { 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:22.75rem;left:8rem;overflow:hidden;display:block; }
#DaLmNzsFhr8X01JySgxOlPoUBqNMWGp5 { 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:31.625rem;left:43.8125rem;display:block; }
#uHwWLOouypbfqHzIi3D8hTOT3XVftHUO { 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:31.625rem;left:31.25rem;display:block; }
#m9qfDE7RUhBE3p0Ai7RtAzhNm0nL5JAh { 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:31.625rem;left:56.375rem;display:block; }
#KQwvrQEBlSVpqr9pT9udUJX0GxBIoGza { 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:31.625rem;left:18.6875rem;display:block; }
#l19rcp2ret3mTG4z33R4dg1C5qPDEt5X { 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:31.625rem;left:6.125rem;display:block; }
#rJ3FrFTp0G6WyeuiEmiIbv7AxNuEi4ST { 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:35rem;left:44.5rem;overflow:hidden;display:block; }
#iGNgTIeD1TCELdp5teCII0QicdCU2KkT { 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:35.75rem;left:33.0625rem;overflow:hidden;display:block; }
#dhNRG0QfAloFaxKOT6UTm0iGuf8R5uha { 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:33.9375rem;left:58.6875rem;overflow:hidden;display:block; }
#e47hNmFaKHgAXqNEfgghZaNqUkoUrW4y { 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:35rem;left:21rem;overflow:hidden;display:block; }
#aZxi3xGwSm8qdPRr0G3QMmdJczzlT0LF { 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:35.3125rem;left:9.8125rem;overflow:hidden;display:block; }
#SdQ7oSp0LXt2xeBbgGDJmQSaSLdFkMD0 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:0.9375rem;left:32.625rem;height:1.6875rem;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; }
#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;background-color:#660090;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; }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row .container { background-color: transparent; background-image: none; }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row .container > .video-iframe-container { display: none; }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row > .video-iframe-container { display: none; }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .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); }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row .container { border-width: 0; border-radius: 0; }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#kHh8TwDzsTMSTdoLkircpOT05ByGIhgA { 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.00625rem;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; }
#CwsOpTu4CmO0SInS1tnyIa87FXK6DNPy { 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.7875rem;font-style:normal;display:block; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-form-header { font-size:1rem; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .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; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .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; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-input-text {padding-top: 0; padding-bottom: 0;}#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .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; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .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; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-input-select {padding-top: 0; padding-bottom: 0;}#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .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; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .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:#000000;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:bold;color:#ffffff;width:8.25rem;height:2.5rem;font-family:"titillium web";overflow:hidden;line-height:1;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l [class*="-text"]:-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l [class*="-text"]::-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .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.2;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:20rem;overflow:hidden;font-style:normal;float:none; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .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; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .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; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-container:first-of-type{padding-top:0;}#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-container:last-of-type{padding-bottom:0;}#sMdCEivEvkiSH16cLEJExTT95bOWwl4l  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;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.5610790252686rem;font-size:1rem; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .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; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l {display:block;}#sMdCEivEvkiSH16cLEJExTT95bOWwl4l { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;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.5610790252686rem;font-size:1rem; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l #w090CEzo8F3MKGRKF2Wi2KsGioF7LQM1 { position:relative; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l #ESDcOQm3qopdRv01TlzS7A9tPhwtAcxA { position:relative;display:block; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l #lXMryaveERGpo6bbJrRHWP9NCLBFURqC { position:relative; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l #zJNB2bvWroqSXzanezM4y1Px2JT7SQZD { position:relative; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l #bmF01uykHyPJZXGCEQTDk2U6NiWxXq86 { position:relative;display:block; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l #gecd8M3FucZwo7uybBmVLx3pB6QV6Akv { position:relative; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l #DO3eFkxuqZHUgSk4HNNOBuUh1V66c6tn { position:relative; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l #uTO2EoJZlWnL3KhDsntm9Sm4oB6vUrT7 { position:relative;display:block; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l #TfiaTS6mqLx79tRd5MbPk7FZGGBMTibD { position:relative; }
#n56pHxh3yDRupf8BQ6JUq4XI9twnS8xJ { position:relative;display:block;z-index:100000;display:block; }
#QJD8sLLK1FS8cGJe1wnoSN9hO6eBu4lD { position:relative;display:block;z-index:100000;display:block; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l #LsxEGdkR1eATMHfCR8QbzQvFee4ZkSvm { position:relative; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l #sFTx96dGSG44nkfOrNrdQBO9EM9iRx09 { position:relative;z-index:2; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l #v5EDSyc3TunF7vZTcg8o935Z5TSBz7Qc { position:relative; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l #dJOK0uXHvLpKWZk6pnfZakAszGr9so4T { position:relative; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l #A8Sg8xRTVZfgNlgrc4UbWq13Edz3l2O5 { position:relative; }
#EI4RfbPBl647E4T9zTxVmn9ew9nmGT8D { 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; }
#rk8ugkovWkF6UsB2cRoXXCstBmWHNfG3 { position:absolute;display:block;z-index:15006;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.4375rem;width:40.3125rem;top:3.6875rem;left:31.653123855591rem;overflow:hidden;display:block; }
#fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P { 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; }#fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P > .row .container { background-color: transparent; background-image: none; }#fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P > .row .container > .video-iframe-container { display: none; }#fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P > .row > .video-iframe-container { display: none; }#fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P > .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); }#fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P > .row .container { border-width: 0; border-radius: 0; }#fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P > .row .container { font-size:0.875rem;font-family:arial;height:14.875488125rem;width:75rem;position:relative;display:block; }#pqs63O86KxGEKkMnm5E2WmHpD2oTT9Cr { 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; }
#GGVVVPu0rSklFmIORUv1B3VbKiP2qMt1 { 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; }
#tfGkMEM8cUILbTbIcHaWZPcCcIpIoTQQ { 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; }
#OgXRSDtq4ULT3D7mxRflcc3wcaOb2FtQ { 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; }
#ttQsSteZSCTsQPzJAbIC3HRadicbAPWl { 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; }
#Tr4EnT5sWgy4XLClMzshfWlgzTLPfQUy { color:#660090;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:6.875rem;left:62.5rem;height:1.298825rem;display:block; }
#HC0aRzNk6LIHoBvgp1FwTNI9aROnF6e4 { box-sizing:content-box;color:#660090;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) { #QJLJ66K22sroMiTlBr19z2daJOcpSZTx { display:block; }#QJLJ66K22sroMiTlBr19z2daJOcpSZTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCqTlCTiKJsP3mRspMWwa3DTETrHBkn6 { width:5.25rem;height:1rem;top:1.6875rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBXnkRg77NHLsTQ1iVWNqXS3xkEDtpJv { display:block; }
 }@media only screen and (max-width: 763px) { #LK6ZGPIVGR5Oeh8HB15ersfOIdCQ49xs { top:4.375rem;left:0rem;width:12.5rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EB0IRs23RATK2eWNQCkNXmgFUvh7qyMB { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #LKeSghJZL4KlzORF7Th0RxDZekLtuUCB { top:1rem;left:0rem;width:9.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH1dCWoX7D94l8g2o5xQdTso7Sg4JGdB { width:10.625rem;height:3.5625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNGssrw0Zz9BLdteffQtTxcZUpMOi0Op { display:block; }
 }@media only screen and (max-width: 763px) { #XLReyaeELKGrMoht67N42zLzQxfv8hcT { width:8rem;height:1rem;top:1.6875rem;left:35.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVyo0JKthiHVE1x5QzhQMmkFEiNWNuts { display:block; }
 }@media only screen and (max-width: 763px) { #CTtpErfnM5cppQ61w6UialB5MVhKoOZw { width:8rem;height:1rem;top:1.6875rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6fskO05Q1etvWyfhLecvoQTVKBTBV8v { display:block; }
 }@media only screen and (max-width: 763px) { #eJRbVuqxyFsDGsS2c2Fg20RDA86MFZss { display:block; }#eJRbVuqxyFsDGsS2c2Fg20RDA86MFZss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWMPSwahz9qfscncr3DeHaKRPai730Rs { width:22.5rem;height:1.375rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux7XWWXRK3vtfiCQ2OVRGfbcmt9cAm8m { display:block; }#Ux7XWWXRK3vtfiCQ2OVRGfbcmt9cAm8m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lelv8466epPbsF6mpxV6QFk21Xna6fDF { top:7.375rem;left:0rem;width:44.875rem;height:;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bon334vHDnBlKnTEkXW0sXEJPycAXx3k { top:16.4375rem;left:0rem;width:31.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thy4X10OGhOSWoH6i4CGKaWCIXURq0TG { top:2.4375rem;left:24.9375rem;width:22.8125rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMF2fGSlLnFmSF8W1GapO2HuSRb1fPkw { width:16.625rem;height:2.875rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpBeDR6LDtskLF7Z9eXkN3hpkBo5wimw { display:block; }
 }@media only screen and (max-width: 763px) { #fz5rPQudf8T2AeclXJxsOimK62TGXfGM { display:block; }#fz5rPQudf8T2AeclXJxsOimK62TGXfGM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOaGJpVi2oPlfmalTwf8bcmHfiX8an4D { top:4.75rem;left:6.6875rem;width:34.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZuybwo3hrLVvsezaXVBktf821qNuMSN { top:10rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyem6GCcon5qzd4KdI8SGRvmaBapi6mE { top:25.25rem;left:29rem;width:18.75rem;height:;font-size:1.125rem;display:block; }#xyem6GCcon5qzd4KdI8SGRvmaBapi6mE li:before{  }
 }@media only screen and (max-width: 763px) { #a3IKHnzsuXsDxxfRv0ayMPddgR6PraXl { top:18.9375rem;left:0rem;width:33.375rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbxLzbJymDTncoJQeDgMP0Gk62THSM7s { top:24.625rem;left:0rem;width:18.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkvVzzTwlOf0k57TWDWRaQhqnkLQEtC2 { top:22.6875rem;left:33.75rem;width:9.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDIXII0dlMwEGSBDfA1PODSiLzS9axde { display:block; }#bDIXII0dlMwEGSBDfA1PODSiLzS9axde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcRyngWXakqi9HgN6JGNu86ammGeZJbQ { top:5.375rem;left:6.6875rem;width:34.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLQ15mReRynlfFSk0VxVbhHOyia3wf8Q { top:10.75rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3gSbO4BZAT06SIsNXzDqRki2LQPWeO3 { display:block; }#W3gSbO4BZAT06SIsNXzDqRki2LQPWeO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbn39CtWp9EQI5EsNDbp49sepvkxgZbU { top:9.375rem;left:1.6875rem;width:12.5rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3STiru1PGZr3Lu5OUsodw9fel5zL9Ad { top:9.375rem;left:17.5625rem;width:12.5rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyDNfG4oLEn62FkwQfvJATDnBFaPFSfm { top:9.375rem;left:33.4375rem;width:12.5rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJrQk4JxrLrod84ENLd8laGVK1Rexzxw { top:1.5625rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0NynClgx1fFefTchfwf7m9z164kUcOb { top:1.5625rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpQboAUfBvTyIbTNudfsgf9V2GGyLKiU { top:1.5625rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNToTAkUKtRZs6zT6QbV7VQgJSeC2TTz { top:4.375rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEsIElGsTWcDVpOwuMFQtcbtInTC3yWB { top:4.375rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFipeX1WUxVNB9KFZULlUxBGP52Qm9r7 { top:4.375rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trVnITQd7aU0OTT05iJ9MT1nfI57iIlc { display:block; }#trVnITQd7aU0OTT05iJ9MT1nfI57iIlc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #novBzBQtZsmLmX83txU9QrwXeJCINhma { top:9.375rem;left:1.6875rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1uxT08oCk7qDENF9JThFBHIT556z42B { top:9.375rem;left:17.5625rem;width:12.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK1l9KG1DigwKDoehapIzRf2dKVDcrs3 { top:9.375rem;left:33.4375rem;width:12.5rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy42zfsWMOOh2mW1bWaHXRdDnW0FzcA6 { top:1.5625rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMvtm5dr98uVzrVWEMQqn4Kn86UmMM1l { top:1.5625rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9dwKA505hwes2yZu545cdTNZxWpwHWV { top:1.5625rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOUreMIXV5vH89n5ZQ15AINMBBJiTM0 { top:4.375rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHlUe68fiQENmzcVf1k8HLv1P2ZQW2C5 { top:4.375rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkhmd1qezGqTf6H9PHAbaW0bMMhL9mvh { top:4.375rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdqBeJvZHTwNNSEd6SHVwWCsKKeUoSuT { display:block; }#xdqBeJvZHTwNNSEd6SHVwWCsKKeUoSuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShAmT09Na5Ud09uWhDBQC2B4TL1rNK4f { top:5.875rem;left:7.4375rem;width:34.375rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPWvLSObRITFWQE2q5RQvdBVoXnnXex8 { width:47.75rem;height:3.375rem;top:10.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcQrm0PdKRtPZ8sp49qbt66SMffGuAbs { display:block; }#TcQrm0PdKRtPZ8sp49qbt66SMffGuAbs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEL2InvGh0QtSFNO0XhIhR1SI5xsIFDa { top:7.125rem;left:0rem;width:31.125rem;height:27rem;font-size:1rem;display:block; }#gEL2InvGh0QtSFNO0XhIhR1SI5xsIFDa li:before{  }
 }@media only screen and (max-width: 763px) { #P1mzvdxdAR1yP1Ug4qpyiZMt0oO07HKB { top:6.9375rem;left:0.75rem;width:31rem;height:23.6875rem;font-size:1rem;display:block; }#P1mzvdxdAR1yP1Ug4qpyiZMt0oO07HKB li:before{  }
 }@media only screen and (max-width: 763px) { #X25kDyG3ykxZfsx52dh3MJftH8mzgwlk { top:0rem;left:0rem;width:47.625rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4Hr52uT6yVyMG61ZTIZEhfwm7QiV1e { top:38.75rem;left:18rem;width:11.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLfefLVuaCTTcqU004gRU1RFUor3hGbi { display:block; }
 }@media only screen and (max-width: 763px) { #tAXAat0zRq3iy6S9CVTVedLxN2KJ67Wf { width:25.4375rem;height:1.6875rem;top:0rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr8U8RyTHnbsiSTluBQ2aTgr9IifnZ5E { display:block; }#mr8U8RyTHnbsiSTluBQ2aTgr9IifnZ5E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQmx6d6wsSCRMMuLlTqbk6MEExG4cZp0 { top:4.0625rem;left:0.8125rem;width:30.9375rem;height:14.0625rem;font-size:1rem;display:block; }#oQmx6d6wsSCRMMuLlTqbk6MEExG4cZp0 li:before{  }
 }@media only screen and (max-width: 763px) { #kCv4ED86sCbTWuOAI0E1O7sglRi9xLOy { top:4.0625rem;left:0rem;width:31.1875rem;height:26.125rem;font-size:1rem;display:block; }#kCv4ED86sCbTWuOAI0E1O7sglRi9xLOy li:before{  }
 }@media only screen and (max-width: 763px) { #figAEGTV0H0T1QdKdmEu7ok7taCbWLep { top:-0.125rem;left:0rem;width:34.0625rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvCDcAgl1XmXffX7Uc8HUXXsVqkw207u { top:-0.125rem;left:0rem;width:34.0625rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeUT9X5f0QrJDrqICKQv2BRwvcQO4QlL { width:5.125rem;height:1.6875rem;top:0rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZXckHz0axXSEI9a4sfnoNlguqk7yT0K { width:5.4375rem;height:1.6875rem;top:0rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEv4v6JeyTBwXxV4n6hk80LcEOfomdLJ { width:5.125rem;height:1.6875rem;top:41.875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhC1U43HiFXCtp8Cq1arSW478lKsnIQJ { width:5.125rem;height:1.6875rem;top:41.875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X35or6eyci2oJP9U5vQfDRGu9ORqqbMT { top:35.5625rem;left:4.25rem;width:11.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQTl2LoHXXsTEtk0adsnb87cEqxWkgyT { display:block; }
 }@media only screen and (max-width: 763px) { #E5NB0rfeuXStizzsrpwo6QTnJnxTJyIg { top:35.5625rem;left:20.125rem;width:11.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZUg10ZJWCUvtVWxbhZxPWbJ0act6oJq { display:block; }
 }@media only screen and (max-width: 763px) { #PmIZq2oTX0JPlyrMptTw5fs4LRChpq8t { display:block; }#PmIZq2oTX0JPlyrMptTw5fs4LRChpq8t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2AmMdCuTbOXBfufk41un8Z9By20CKJ8 { top:4.875rem;left:0rem;width:29.5rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkyLt5EdiPubwK8pBrpTep7XpMy1PRTP { top:13.8125rem;left:0rem;width:21.25rem;height:5.0625rem;font-size:1rem;display:block; }#ZkyLt5EdiPubwK8pBrpTep7XpMy1PRTP li:before{  }
 }@media only screen and (max-width: 763px) { #TumwdPIvNOI4NCyISvgfHAcWJ7uVfgh2 { top:4.875rem;left:1.25rem;width:30.4375rem;height:10.75rem;font-size:1rem;display:block; }#TumwdPIvNOI4NCyISvgfHAcWJ7uVfgh2 li:before{  }
 }@media only screen and (max-width: 763px) { #L2cwMaoy4UZ4GZaiTHTA1Seq8sPFLJe2 { top:0rem;left:0rem;width:33.875rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQyUiH5qqONtW43hhqAlNnFktibL82qa { top:-0.0625rem;left:0rem;width:33.8125rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brCZKuyHyJlW18H42O6NIbKKwysngC4N { top:26.8125rem;left:4.25rem;width:11.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay09kme8knSdPiNgkAP2M9f32kaFTQvu { display:block; }
 }@media only screen and (max-width: 763px) { #DgB3L3tbv4zlrll5IxWGGbe8mzJukgfS { top:26.8125rem;left:20.125rem;width:11.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb9ZDsOLdLynKGtrGTna2EbUCmRf2NQZ { display:block; }
 }@media only screen and (max-width: 763px) { #v7O30BA60eZq1e2ae4h6grWZluEO1wiP { width:5.125rem;height:1.6875rem;top:41.875rem;left:31.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ic73iU5Aogyk3QWu4Koont5RvXu79I5B { display:block; }#ic73iU5Aogyk3QWu4Koont5RvXu79I5B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtNdgR1R4qZa8ATEdtZl7onf6wLJHKig { top:5.9375rem;left:6.749351501465rem;width:34.375rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuhRthdQ3bZtPvc182WxyBRnPEBC3g8p { width:47.75rem;height:3.3125rem;top:10.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3r5QWwdN5S6ZiSz96hKOovP3mtCuDLd { display:block; }#P3r5QWwdN5S6ZiSz96hKOovP3mtCuDLd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyWLknTpp276hfgM5tlCJBOSqAMwohMd { top:6.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D25xni13E8mwRZIorx1Kc1FbcvdGCBVt { top:10.3125rem;left:0rem;width:8.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWwQZu5aJrtC6hrses60AnlPlPptTlpa { top:6.5rem;left:5.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l84G7VsZ2oWGP3TUNpxZcysSsZmN6x6Q { top:9.3125rem;left:6.6875rem;width:9.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLKqpcZsEuvdk6nxvSZtLgUe7lZzsQmc { top:6.5rem;left:30.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge9naeBTFat6faqMRTvvOJIFmGKk03iQ { top:9.375rem;left:31.0625rem;width:10.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHVev4i4m4xVHZmTCNG9T8QO7GWlA8Z0 { top:6.5rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWauv2bsJ7mlEKNJ3hopp1QH5k91B6pM { top:10rem;left:18.375rem;width:11rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtydDMy4SrlAPFXMaH2abL6JEQBxkiWO { top:6.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKrriRfMu7Lqv0gE72cwgomaa79cmkmX { top:11.4375rem;left:39.75rem;width:8rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhskPT5MEVLn7hmRQManrqtFFxrZvQWu { top:19.0625rem;left:30.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqos3t8I5sLWfC5CXP9J9gO5r7zMf7dJ { top:24.5625rem;left:32.03125rem;width:8.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF2onH4sXFhBlaVuVT3mhwQUiwScTd5I { top:19.0625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnD8pLxpApW9TV7WU2ScMRS6Jl430lKv { top:22.5rem;left:19.4375rem;width:8.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btJAmSMPFTa2kzkkiZmae5uxi0Mwm8TG { top:19.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTBMaJhNGrhprNzGW9P2W95DyModVuS { top:21.375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #crRgdSFCZHIc4Krp4t6iIGdDPUzy70Xp { top:19.0625rem;left:5.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCS5HTNcD7IWVTLCMk6V3BB3t4UgzVrq { top:21.375rem;left:7.375rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6E5UgkQikNIEt2N8PbTcHuz9BVUk9g8 { top:19.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG7Vq3WxMGWtXfDBPOTCHsgMrxrR3TeN { top:22.75rem;left:0rem;width:8.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaLmNzsFhr8X01JySgxOlPoUBqNMWGp5 { top:31.625rem;left:30.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHwWLOouypbfqHzIi3D8hTOT3XVftHUO { top:31.625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9qfDE7RUhBE3p0Ai7RtAzhNm0nL5JAh { top:31.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQwvrQEBlSVpqr9pT9udUJX0GxBIoGza { top:31.625rem;left:5.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l19rcp2ret3mTG4z33R4dg1C5qPDEt5X { top:31.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ3FrFTp0G6WyeuiEmiIbv7AxNuEi4ST { top:35rem;left:30.875rem;width:11.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGNgTIeD1TCELdp5teCII0QicdCU2KkT { top:35.75rem;left:19.4375rem;width:8.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhNRG0QfAloFaxKOT6UTm0iGuf8R5uha { top:33.9375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #e47hNmFaKHgAXqNEfgghZaNqUkoUrW4y { top:35rem;left:7.375rem;width:8rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZxi3xGwSm8qdPRr0G3QMmdJczzlT0LF { top:35.3125rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdQ7oSp0LXt2xeBbgGDJmQSaSLdFkMD0 { width:9.75rem;height:1.6875rem;top:0.9375rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp { display:block; }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHh8TwDzsTMSTdoLkircpOT05ByGIhgA { top:2.0625rem;left:0rem;width:24.375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwsOpTu4CmO0SInS1tnyIa87FXK6DNPy { top:7rem;left:0rem;width:20.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-regular-label { width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-input-text { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-input-text {padding-top: 0; padding-bottom: 0;}#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-textarea { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-input-select { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-input-select {padding-top: 0; padding-bottom: 0;}#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-input-button { width:8.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-checkbox-label { width:20.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l  { width:21.25rem;height:auto;top:8.75rem;left:0rem; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .radio-container { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l {display:block;}#sMdCEivEvkiSH16cLEJExTT95bOWwl4l { width:21.25rem;height:auto;top:8.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #w090CEzo8F3MKGRKF2Wi2KsGioF7LQM1 {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #ESDcOQm3qopdRv01TlzS7A9tPhwtAcxA { display:block; }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #lXMryaveERGpo6bbJrRHWP9NCLBFURqC {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #zJNB2bvWroqSXzanezM4y1Px2JT7SQZD {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #bmF01uykHyPJZXGCEQTDk2U6NiWxXq86 { display:block; }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #gecd8M3FucZwo7uybBmVLx3pB6QV6Akv {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #DO3eFkxuqZHUgSk4HNNOBuUh1V66c6tn {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #uTO2EoJZlWnL3KhDsntm9Sm4oB6vUrT7 { display:block; }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #TfiaTS6mqLx79tRd5MbPk7FZGGBMTibD {  }
 }@media only screen and (max-width: 763px) { #n56pHxh3yDRupf8BQ6JUq4XI9twnS8xJ { display:block; }
 }@media only screen and (max-width: 763px) { #QJD8sLLK1FS8cGJe1wnoSN9hO6eBu4lD { display:block; }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #LsxEGdkR1eATMHfCR8QbzQvFee4ZkSvm {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #sFTx96dGSG44nkfOrNrdQBO9EM9iRx09 {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #v5EDSyc3TunF7vZTcg8o935Z5TSBz7Qc {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #dJOK0uXHvLpKWZk6pnfZakAszGr9so4T {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #A8Sg8xRTVZfgNlgrc4UbWq13Edz3l2O5 {  }
 }@media only screen and (max-width: 763px) { #EI4RfbPBl647E4T9zTxVmn9ew9nmGT8D { top:6.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk8ugkovWkF6UsB2cRoXXCstBmWHNfG3 { top:3.6875rem;left:7.4375rem;width:40.3125rem;height:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P { display:block; }#fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqs63O86KxGEKkMnm5E2WmHpD2oTT9Cr { width:25.1875rem;height:7.75rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGVVVPu0rSklFmIORUv1B3VbKiP2qMt1 { width:16.0625rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfGkMEM8cUILbTbIcHaWZPcCcIpIoTQQ { 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) { #OgXRSDtq4ULT3D7mxRflcc3wcaOb2FtQ { 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) { #ttQsSteZSCTsQPzJAbIC3HRadicbAPWl { 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) { #Tr4EnT5sWgy4XLClMzshfWlgzTLPfQUy { top:6.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC0aRzNk6LIHoBvgp1FwTNI9aROnF6e4 { 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) { #QJLJ66K22sroMiTlBr19z2daJOcpSZTx { position:relative;z-index:auto;display:block; }#QJLJ66K22sroMiTlBr19z2daJOcpSZTx > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCqTlCTiKJsP3mRspMWwa3DTETrHBkn6 { width:5.25rem;height:1rem;top:1.6875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBXnkRg77NHLsTQ1iVWNqXS3xkEDtpJv { display:block; }
 }@media only screen and (max-width: 763px) { #LK6ZGPIVGR5Oeh8HB15ersfOIdCQ49xs { 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) { #EB0IRs23RATK2eWNQCkNXmgFUvh7qyMB { 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) { #LKeSghJZL4KlzORF7Th0RxDZekLtuUCB { width:9.375rem;height:2.3125rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH1dCWoX7D94l8g2o5xQdTso7Sg4JGdB { width:10.625rem;height:3.5625rem;top:0.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNGssrw0Zz9BLdteffQtTxcZUpMOi0Op { display:block; }
 }@media only screen and (max-width: 763px) { #XLReyaeELKGrMoht67N42zLzQxfv8hcT { width:8rem;height:1rem;top:1.6875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVyo0JKthiHVE1x5QzhQMmkFEiNWNuts { display:block; }
 }@media only screen and (max-width: 763px) { #CTtpErfnM5cppQ61w6UialB5MVhKoOZw { width:8rem;height:1rem;top:1.6875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6fskO05Q1etvWyfhLecvoQTVKBTBV8v { display:block; }
 }@media only screen and (max-width: 763px) { #eJRbVuqxyFsDGsS2c2Fg20RDA86MFZss { position:relative;z-index:auto;display:block; }#eJRbVuqxyFsDGsS2c2Fg20RDA86MFZss > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWMPSwahz9qfscncr3DeHaKRPai730Rs { width:20rem;height:1.398925rem;top:1.61328125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux7XWWXRK3vtfiCQ2OVRGfbcmt9cAm8m { position:relative;z-index:auto;display:block; }#Ux7XWWXRK3vtfiCQ2OVRGfbcmt9cAm8m > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lelv8466epPbsF6mpxV6QFk21Xna6fDF { width:18.0625rem;height:5.499025rem;top:18.223959922791rem;left:0.96875rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bon334vHDnBlKnTEkXW0sXEJPycAXx3k { width:18.75rem;height:2.923825rem;top:28.749999046326rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Thy4X10OGhOSWoH6i4CGKaWCIXURq0TG { width:13.625rem;height:12.9375rem;top:3.5000019073486rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMF2fGSlLnFmSF8W1GapO2HuSRb1fPkw { width:15.625rem;height:2.5rem;top:34.375001907349rem;left:2.1875rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tpBeDR6LDtskLF7Z9eXkN3hpkBo5wimw { display:block; }
 }@media only screen and (max-width: 763px) { #fz5rPQudf8T2AeclXJxsOimK62TGXfGM { display:block; }#fz5rPQudf8T2AeclXJxsOimK62TGXfGM > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOaGJpVi2oPlfmalTwf8bcmHfiX8an4D { width:20rem;height:2.599825rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZuybwo3hrLVvsezaXVBktf821qNuMSN { width:18.75rem;height:18rem;top:5.83984375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xyem6GCcon5qzd4KdI8SGRvmaBapi6mE { width:18.75rem;height:23.370125rem;top:49.743910781861rem;left:0.625rem;font-size:1.125rem;display:block; }#xyem6GCcon5qzd4KdI8SGRvmaBapi6mE li:before{  }
 }@media only screen and (max-width: 763px) { #a3IKHnzsuXsDxxfRv0ayMPddgR6PraXl { width:15.999rem;height:15.999rem;top:25.27587890625rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbxLzbJymDTncoJQeDgMP0Gk62THSM7s { width:18.75rem;height:3rem;top:42.11865234375rem;left:0.6240234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkvVzzTwlOf0k57TWDWRaQhqnkLQEtC2 { width:9.375rem;height:1.8735375rem;top:47.1796875rem;left:5.3115234375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bDIXII0dlMwEGSBDfA1PODSiLzS9axde { display:block; }#bDIXII0dlMwEGSBDfA1PODSiLzS9axde > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcRyngWXakqi9HgN6JGNu86ammGeZJbQ { width:20rem;height:2.599825rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLQ15mReRynlfFSk0VxVbhHOyia3wf8Q { width:20rem;height:6rem;top:5.72395625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W3gSbO4BZAT06SIsNXzDqRki2LQPWeO3 { display:block; }#W3gSbO4BZAT06SIsNXzDqRki2LQPWeO3 > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbn39CtWp9EQI5EsNDbp49sepvkxgZbU { width:12.5rem;height:6.8203125rem;top:9.0625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3STiru1PGZr3Lu5OUsodw9fel5zL9Ad { width:12.5rem;height:6.8203125rem;top:25.9375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyDNfG4oLEn62FkwQfvJATDnBFaPFSfm { width:12.5rem;height:6.8203125rem;top:42.8125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJrQk4JxrLrod84ENLd8laGVK1Rexzxw { width:15.625rem;height:15.625rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0NynClgx1fFefTchfwf7m9z164kUcOb { width:15.625rem;height:15.625rem;top:18.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpQboAUfBvTyIbTNudfsgf9V2GGyLKiU { width:15.625rem;height:15.625rem;top:35rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNToTAkUKtRZs6zT6QbV7VQgJSeC2TTz { width:3.125rem;height:3.125rem;top:4.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEsIElGsTWcDVpOwuMFQtcbtInTC3yWB { width:3.125rem;height:3.125rem;top:20.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFipeX1WUxVNB9KFZULlUxBGP52Qm9r7 { width:3.125rem;height:3.125rem;top:37.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trVnITQd7aU0OTT05iJ9MT1nfI57iIlc { display:block; }#trVnITQd7aU0OTT05iJ9MT1nfI57iIlc > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #novBzBQtZsmLmX83txU9QrwXeJCINhma { width:12.5rem;height:3.41145rem;top:9.0625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1uxT08oCk7qDENF9JThFBHIT556z42B { width:12.5rem;height:4.546875rem;top:25.9375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK1l9KG1DigwKDoehapIzRf2dKVDcrs3 { width:12.5rem;height:5.68359375rem;top:42.8125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy42zfsWMOOh2mW1bWaHXRdDnW0FzcA6 { width:15.625rem;height:15.625rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMvtm5dr98uVzrVWEMQqn4Kn86UmMM1l { width:15.625rem;height:15.625rem;top:18.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9dwKA505hwes2yZu545cdTNZxWpwHWV { width:15.625rem;height:15.625rem;top:35rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOUreMIXV5vH89n5ZQ15AINMBBJiTM0 { width:3.125rem;height:3.125rem;top:4.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHlUe68fiQENmzcVf1k8HLv1P2ZQW2C5 { width:3.125rem;height:3.125rem;top:20.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkhmd1qezGqTf6H9PHAbaW0bMMhL9mvh { width:3.125rem;height:3.125rem;top:37.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdqBeJvZHTwNNSEd6SHVwWCsKKeUoSuT { display:block; }#xdqBeJvZHTwNNSEd6SHVwWCsKKeUoSuT > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShAmT09Na5Ud09uWhDBQC2B4TL1rNK4f { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPWvLSObRITFWQE2q5RQvdBVoXnnXex8 { width:18.75rem;height:9rem;top:5.40625rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcQrm0PdKRtPZ8sp49qbt66SMffGuAbs { display:block; }#TcQrm0PdKRtPZ8sp49qbt66SMffGuAbs > .row .container { width:20rem;height:89.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEL2InvGh0QtSFNO0XhIhR1SI5xsIFDa { width:19.125rem;height:42.0600625rem;top:1.0283203125rem;left:0.4365234375rem;font-size:1rem;display:block; }#gEL2InvGh0QtSFNO0XhIhR1SI5xsIFDa li:before{  }
 }@media only screen and (max-width: 763px) { #P1mzvdxdAR1yP1Ug4qpyiZMt0oO07HKB { width:19.437rem;height:38.7480625rem;top:43.65087890625rem;left:0.27978515625rem;font-size:1rem;display:block; }#P1mzvdxdAR1yP1Ug4qpyiZMt0oO07HKB li:before{  }
 }@media only screen and (max-width: 763px) { #X25kDyG3ykxZfsx52dh3MJftH8mzgwlk { width:19.875rem;height:83.1875rem;top:0.06298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4Hr52uT6yVyMG61ZTIZEhfwm7QiV1e { top:84.91259765625rem;left:4.1865234375rem;width:11.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLfefLVuaCTTcqU004gRU1RFUor3hGbi { display:block; }
 }@media only screen and (max-width: 763px) { #tAXAat0zRq3iy6S9CVTVedLxN2KJ67Wf { width:8.625rem;height:1.29931875rem;top:15.6552734375rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mr8U8RyTHnbsiSTluBQ2aTgr9IifnZ5E { display:block; }#mr8U8RyTHnbsiSTluBQ2aTgr9IifnZ5E > .row .container { width:20rem;height:93.44873046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQmx6d6wsSCRMMuLlTqbk6MEExG4cZp0 { width:19.9995rem;height:21.624rem;top:59.18701171875rem;left:0rem;font-size:1rem;display:block; }#oQmx6d6wsSCRMMuLlTqbk6MEExG4cZp0 li:before{  }
 }@media only screen and (max-width: 763px) { #kCv4ED86sCbTWuOAI0E1O7sglRi9xLOy { width:19.9995rem;height:42.6840625rem;top:4.1243896484375rem;left:0rem;font-size:1rem;display:block; }#kCv4ED86sCbTWuOAI0E1O7sglRi9xLOy li:before{  }
 }@media only screen and (max-width: 763px) { #figAEGTV0H0T1QdKdmEu7ok7taCbWLep { width:19.875rem;height:43.5625rem;top:4.1217956542969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvCDcAgl1XmXffX7Uc8HUXXsVqkw207u { width:19.875rem;height:22.6875rem;top:58.605895996094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeUT9X5f0QrJDrqICKQv2BRwvcQO4QlL { width:5.124025rem;height:1.29931875rem;top:1.7915344238281rem;left:7.43701171875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vZXckHz0axXSEI9a4sfnoNlguqk7yT0K { width:5.4375rem;height:1.29931875rem;top:56.33642578125rem;left:7.2802734375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AEv4v6JeyTBwXxV4n6hk80LcEOfomdLJ { width:5.124025rem;height:1.29931875rem;top:92.19873046875rem;left:6.71630859375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UhC1U43HiFXCtp8Cq1arSW478lKsnIQJ { width:5.124025rem;height:1.29931875rem;top:89.371215820312rem;left:1.59228515625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X35or6eyci2oJP9U5vQfDRGu9ORqqbMT { top:49.931823730469rem;left:4.1865234375rem;width:11.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQTl2LoHXXsTEtk0adsnb87cEqxWkgyT { display:block; }
 }@media only screen and (max-width: 763px) { #E5NB0rfeuXStizzsrpwo6QTnJnxTJyIg { top:84.10400390625rem;left:4.1865234375rem;width:11.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZUg10ZJWCUvtVWxbhZxPWbJ0act6oJq { display:block; }
 }@media only screen and (max-width: 763px) { #PmIZq2oTX0JPlyrMptTw5fs4LRChpq8t { display:block; }#PmIZq2oTX0JPlyrMptTw5fs4LRChpq8t > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2AmMdCuTbOXBfufk41un8Z9By20CKJ8 { width:18.999rem;height:12rem;top:0.99609375rem;left:0.498046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkyLt5EdiPubwK8pBrpTep7XpMy1PRTP { width:18.0615rem;height:5.124025rem;top:14.06103515625rem;left:0.96826171875rem;font-size:1rem;display:block; }#ZkyLt5EdiPubwK8pBrpTep7XpMy1PRTP li:before{  }
 }@media only screen and (max-width: 763px) { #TumwdPIvNOI4NCyISvgfHAcWJ7uVfgh2 { width:18.999rem;height:18.312rem;top:36.9990234375rem;left:0.498046875rem;font-size:1rem;display:block; }#TumwdPIvNOI4NCyISvgfHAcWJ7uVfgh2 li:before{  }
 }@media only screen and (max-width: 763px) { #L2cwMaoy4UZ4GZaiTHTA1Seq8sPFLJe2 { width:19.875rem;height:21.1875rem;top:35.809295654297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQyUiH5qqONtW43hhqAlNnFktibL82qa { width:19.875rem;height:23.3730625rem;top:0.99609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brCZKuyHyJlW18H42O6NIbKKwysngC4N { top:27.433349609375rem;left:4.1865234375rem;width:11.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay09kme8knSdPiNgkAP2M9f32kaFTQvu { display:block; }
 }@media only screen and (max-width: 763px) { #DgB3L3tbv4zlrll5IxWGGbe8mzJukgfS { top:60.99169921875rem;left:4.1865234375rem;width:11.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb9ZDsOLdLynKGtrGTna2EbUCmRf2NQZ { display:block; }
 }@media only screen and (max-width: 763px) { #v7O30BA60eZq1e2ae4h6grWZluEO1wiP { width:5.124025rem;height:1.29931875rem;top:33.30908203125rem;left:7.43701171875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ic73iU5Aogyk3QWu4Koont5RvXu79I5B { display:block; }#ic73iU5Aogyk3QWu4Koont5RvXu79I5B > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtNdgR1R4qZa8ATEdtZl7onf6wLJHKig { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuhRthdQ3bZtPvc182WxyBRnPEBC3g8p { width:18.75rem;height:7.5rem;top:5.40625rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3r5QWwdN5S6ZiSz96hKOovP3mtCuDLd { display:block; }#P3r5QWwdN5S6ZiSz96hKOovP3mtCuDLd > .row .container { width:20rem;height:215.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyWLknTpp276hfgM5tlCJBOSqAMwohMd { width:12.5rem;height:12.5rem;top:6.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D25xni13E8mwRZIorx1Kc1FbcvdGCBVt { width:9.6875rem;height:5.0625rem;top:10.125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWwQZu5aJrtC6hrses60AnlPlPptTlpa { width:12.5rem;height:12.5rem;top:20.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l84G7VsZ2oWGP3TUNpxZcysSsZmN6x6Q { width:9.4375rem;height:7.0625rem;top:22.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLKqpcZsEuvdk6nxvSZtLgUe7lZzsQmc { width:12.5rem;height:12.5rem;top:47.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge9naeBTFat6faqMRTvvOJIFmGKk03iQ { width:10.9375rem;height:6.875rem;top:50.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHVev4i4m4xVHZmTCNG9T8QO7GWlA8Z0 { width:12.5rem;height:12.5rem;top:33.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWauv2bsJ7mlEKNJ3hopp1QH5k91B6pM { width:11rem;height:5.625rem;top:37.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtydDMy4SrlAPFXMaH2abL6JEQBxkiWO { width:12.5rem;height:12.5rem;top:61.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKrriRfMu7Lqv0gE72cwgomaa79cmkmX { width:8rem;height:2.8125rem;top:66.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhskPT5MEVLn7hmRQManrqtFFxrZvQWu { width:12.5rem;height:12.5rem;top:117.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqos3t8I5sLWfC5CXP9J9gO5r7zMf7dJ { width:8.9375rem;height:1.625rem;top:121rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF2onH4sXFhBlaVuVT3mhwQUiwScTd5I { width:12.5rem;height:12.5rem;top:103.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnD8pLxpApW9TV7WU2ScMRS6Jl430lKv { width:8.9375rem;height:5.8125rem;top:106.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btJAmSMPFTa2kzkkiZmae5uxi0Mwm8TG { width:12.5rem;height:12.5rem;top:131.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTBMaJhNGrhprNzGW9P2W95DyModVuS { width:8rem;height:8rem;top:133.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crRgdSFCZHIc4Krp4t6iIGdDPUzy70Xp { width:12.5rem;height:12.5rem;top:89.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCS5HTNcD7IWVTLCMk6V3BB3t4UgzVrq { width:8rem;height:8rem;top:91.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6E5UgkQikNIEt2N8PbTcHuz9BVUk9g8 { width:12.5rem;height:12.5rem;top:75.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG7Vq3WxMGWtXfDBPOTCHsgMrxrR3TeN { width:8.9375rem;height:5.3125rem;top:79.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaLmNzsFhr8X01JySgxOlPoUBqNMWGp5 { width:12.5rem;height:12.5rem;top:186.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHwWLOouypbfqHzIi3D8hTOT3XVftHUO { width:12.5rem;height:12.5rem;top:172.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9qfDE7RUhBE3p0Ai7RtAzhNm0nL5JAh { width:12.5rem;height:12.5rem;top:200.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQwvrQEBlSVpqr9pT9udUJX0GxBIoGza { width:12.5rem;height:12.5rem;top:158.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l19rcp2ret3mTG4z33R4dg1C5qPDEt5X { width:12.5rem;height:12.5rem;top:144.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ3FrFTp0G6WyeuiEmiIbv7AxNuEi4ST { width:11.3125rem;height:5.875rem;top:189.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGNgTIeD1TCELdp5teCII0QicdCU2KkT { width:8.9375rem;height:4.4375rem;top:176.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhNRG0QfAloFaxKOT6UTm0iGuf8R5uha { width:8rem;height:8rem;top:202.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e47hNmFaKHgAXqNEfgghZaNqUkoUrW4y { width:8rem;height:5.9375rem;top:162.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZxi3xGwSm8qdPRr0G3QMmdJczzlT0LF { width:5.3125rem;height:5.3125rem;top:148.625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdQ7oSp0LXt2xeBbgGDJmQSaSLdFkMD0 { width:9.75rem;height:1.5rem;top:1.375rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp { background-color:#660090;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;display:block; }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row .container { background-color: transparent; background-image: none; }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row .container > .video-iframe-container { display: none; }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row > .video-iframe-container { display: none; }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .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); }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row .container { border-width: 0; border-radius: 0; }#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHh8TwDzsTMSTdoLkircpOT05ByGIhgA { 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) { #CwsOpTu4CmO0SInS1tnyIa87FXK6DNPy { width:13rem;height:1.70573125rem;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) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-input-text {padding-top: 0; padding-bottom: 0;}#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-input-select {padding-top: 0; padding-bottom: 0;}#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .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; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .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; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l  { width:17.4975625rem;height:auto;top:7.24072265625rem;left:0rem; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l {display:block;}#sMdCEivEvkiSH16cLEJExTT95bOWwl4l { width:17.4975625rem;height:auto;top:7.24072265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #w090CEzo8F3MKGRKF2Wi2KsGioF7LQM1 {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #ESDcOQm3qopdRv01TlzS7A9tPhwtAcxA { display:block; }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #lXMryaveERGpo6bbJrRHWP9NCLBFURqC {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #zJNB2bvWroqSXzanezM4y1Px2JT7SQZD {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #bmF01uykHyPJZXGCEQTDk2U6NiWxXq86 { display:block; }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #gecd8M3FucZwo7uybBmVLx3pB6QV6Akv {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #DO3eFkxuqZHUgSk4HNNOBuUh1V66c6tn {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #uTO2EoJZlWnL3KhDsntm9Sm4oB6vUrT7 { display:block; }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #TfiaTS6mqLx79tRd5MbPk7FZGGBMTibD {  }
 }@media only screen and (max-width: 763px) { #n56pHxh3yDRupf8BQ6JUq4XI9twnS8xJ { display:block; }
 }@media only screen and (max-width: 763px) { #QJD8sLLK1FS8cGJe1wnoSN9hO6eBu4lD { display:block; }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #LsxEGdkR1eATMHfCR8QbzQvFee4ZkSvm {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #sFTx96dGSG44nkfOrNrdQBO9EM9iRx09 {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #v5EDSyc3TunF7vZTcg8o935Z5TSBz7Qc {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #dJOK0uXHvLpKWZk6pnfZakAszGr9so4T {  }
 }@media only screen and (max-width: 763px) { #sMdCEivEvkiSH16cLEJExTT95bOWwl4l #A8Sg8xRTVZfgNlgrc4UbWq13Edz3l2O5 {  }
 }@media only screen and (max-width: 763px) { #EI4RfbPBl647E4T9zTxVmn9ew9nmGT8D { 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) { #rk8ugkovWkF6UsB2cRoXXCstBmWHNfG3 { width:18.75rem;height:19.25rem;top:37.621765136719rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P { display:block; }#fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P > .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; }#fw0mTbVLRTZ2yTfQ3HCNvuM21CZ30q4P > .row .container { width:20rem;height:20.4375rem;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) { #pqs63O86KxGEKkMnm5E2WmHpD2oTT9Cr { width:19.9995rem;height:5.84471875rem;top:6.685546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGVVVPu0rSklFmIORUv1B3VbKiP2qMt1 { width:16.1246875rem;height:1.599825rem;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) { #tfGkMEM8cUILbTbIcHaWZPcCcIpIoTQQ { width:2.375rem;height:2.375rem;top:16.4375rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgXRSDtq4ULT3D7mxRflcc3wcaOb2FtQ { width:2.375rem;height:2.375rem;top:16.4375rem;left:9.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttQsSteZSCTsQPzJAbIC3HRadicbAPWl { width:2.375rem;height:2.375rem;top:16.25rem;left:13.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr4EnT5sWgy4XLClMzshfWlgzTLPfQUy { width:6.31225rem;height:1.29980625rem;top:14rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HC0aRzNk6LIHoBvgp1FwTNI9aROnF6e4 { width:3.125rem;height:3.125rem;top:1.1230466365814rem;left:8.4374997019769rem;font-size:2.1875rem;display:block; }
 }