.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; }#TVnSgvGAn6yvPbQKlefxoVo6l6n4HN1e { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.6875rem;left:50.0625rem;display:block; }
#cvAcM69GHXVLlVS99t6INA2W7lKHMzi7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XMgma9AAAft98CIVc56ChCZDpngBIML6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.6875rem;left:59.375rem;display:block; }
#Er2ra8iP8iN1SwQ2fdEobRuM2FGKSJ6a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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; }
#zaCfmFiKUbzrDbQ8PZ4DoWHmoZQ7GoxK { 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-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:1rem;text-decoration:none;z-index:14995;text-align:center;text-align-last:center;top:2.6875rem;left:15.005207061767rem;display:block; }
#nZTIGADXgObZQMpIq4TCgruXSBTPJIyM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XLwieBX0ECS3D4zdH5bizhd1aD5miDFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcc80a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XLwieBX0ECS3D4zdH5bizhd1aD5miDFH > .row .container { background-color: transparent; background-image: none; }#XLwieBX0ECS3D4zdH5bizhd1aD5miDFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLwieBX0ECS3D4zdH5bizhd1aD5miDFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLwieBX0ECS3D4zdH5bizhd1aD5miDFH > .row .container > .video-iframe-container { display: none; }#XLwieBX0ECS3D4zdH5bizhd1aD5miDFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLwieBX0ECS3D4zdH5bizhd1aD5miDFH > .row > .video-iframe-container { display: none; }#XLwieBX0ECS3D4zdH5bizhd1aD5miDFH > .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); }#XLwieBX0ECS3D4zdH5bizhd1aD5miDFH > .row .container { border-width: 0; border-radius: 0; }#XLwieBX0ECS3D4zdH5bizhd1aD5miDFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XLwieBX0ECS3D4zdH5bizhd1aD5miDFH > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#dMkPDaG7rOOZqVKbza9lIxTlhH1J3K1t { color:#000000;display:block;width:45rem;position:absolute;font-family:"titillium web";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:5rem;left:15rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hTofo7XAHCm980HPOMOibU26xlTbpPcT { position:relative;display:block; }#hTofo7XAHCm980HPOMOibU26xlTbpPcT { background-color: transparent; background-image: none; }#hTofo7XAHCm980HPOMOibU26xlTbpPcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTofo7XAHCm980HPOMOibU26xlTbpPcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTofo7XAHCm980HPOMOibU26xlTbpPcT > .row .container > .video-iframe-container { display: none; }#hTofo7XAHCm980HPOMOibU26xlTbpPcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTofo7XAHCm980HPOMOibU26xlTbpPcT > .row > .video-iframe-container { display: none; }#hTofo7XAHCm980HPOMOibU26xlTbpPcT > .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); }#hTofo7XAHCm980HPOMOibU26xlTbpPcT { border-width: 0; border-radius: 0; }#hTofo7XAHCm980HPOMOibU26xlTbpPcT > .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; }#hTofo7XAHCm980HPOMOibU26xlTbpPcT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hHExglRTTMkT83nw7aFRLvnmt8a1KglX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:55.8125rem;top:7.125rem;left:9.625rem;overflow:hidden;display:block; }
#kteU9A38vBbPTnZZ49SMlTaFkqpk3U9s { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5625rem;width:39.1875rem;top:8.5625rem;left:17.5625rem;display:block; }
#modQkwXVFo9AskM38SJUP824LraEusCv { color:#000000;display:block;width:28.375rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:0rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GmbqTXJaR2RS2OXI9hgXhT6rT26EG90I { 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; }#GmbqTXJaR2RS2OXI9hgXhT6rT26EG90I > .row .container { background-color: transparent; background-image: none; }#GmbqTXJaR2RS2OXI9hgXhT6rT26EG90I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmbqTXJaR2RS2OXI9hgXhT6rT26EG90I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmbqTXJaR2RS2OXI9hgXhT6rT26EG90I > .row .container > .video-iframe-container { display: none; }#GmbqTXJaR2RS2OXI9hgXhT6rT26EG90I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmbqTXJaR2RS2OXI9hgXhT6rT26EG90I > .row > .video-iframe-container { display: none; }#GmbqTXJaR2RS2OXI9hgXhT6rT26EG90I > .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); }#GmbqTXJaR2RS2OXI9hgXhT6rT26EG90I > .row .container { border-width: 0; border-radius: 0; }#GmbqTXJaR2RS2OXI9hgXhT6rT26EG90I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GmbqTXJaR2RS2OXI9hgXhT6rT26EG90I > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#d8SJKaf7Tp3E0b84HDOoqcLzkVbw8OJr { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XLraPVkIrF9d96hIVPy4x7y2kFWOCtTW { color:#fcc80a;display:block;width:5.18555rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.9375rem;left:10.8125rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cTL3oPxSnunm5cI7rvcE68zoE3TdtpR2 { position:absolute;display:block;z-index:15012;background-color:#fcc80a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186631875rem;width:9.561625rem;top:1.5rem;left:0rem;display:block; }
#q2ABG0oqWK6zK1U9Aa73lK52bbDpRTNg { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:3.7467451095581rem;left:26.562503814698rem;height:;text-align:left;text-align-last:left;display:block; }#q2ABG0oqWK6zK1U9Aa73lK52bbDpRTNg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q2ABG0oqWK6zK1U9Aa73lK52bbDpRTNg li:before{  }
#JJ9Bd7dJ5lirHyBmJz3QEEoJFxJ9WkXc { position:absolute;display:block;z-index:15010;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:38.875rem;width:50rem;top:1.5rem;left:25rem;display:block; }
#rtyx0r21Ok86qARbkszlT9cIWsMXsMse { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:2.1625003814698rem;left:51.5625rem;height:26.179rem;text-align:left;text-align-last:left;display:block; }#rtyx0r21Ok86qARbkszlT9cIWsMXsMse li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rtyx0r21Ok86qARbkszlT9cIWsMXsMse li:before{  }
#yVoOFR09TP1oN9cfxJKJAi7dpnLnPsZf { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:34.724998474121rem;left:28.34375rem;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:left;text-align-last:left;display:block; }
#FAF7c3fd8SJ6fvCUR8iF61ThawXJKSao { 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; }#FAF7c3fd8SJ6fvCUR8iF61ThawXJKSao > .row .container { background-color: transparent; background-image: none; }#FAF7c3fd8SJ6fvCUR8iF61ThawXJKSao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAF7c3fd8SJ6fvCUR8iF61ThawXJKSao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAF7c3fd8SJ6fvCUR8iF61ThawXJKSao > .row .container > .video-iframe-container { display: none; }#FAF7c3fd8SJ6fvCUR8iF61ThawXJKSao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAF7c3fd8SJ6fvCUR8iF61ThawXJKSao > .row > .video-iframe-container { display: none; }#FAF7c3fd8SJ6fvCUR8iF61ThawXJKSao > .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); }#FAF7c3fd8SJ6fvCUR8iF61ThawXJKSao > .row .container { border-width: 0; border-radius: 0; }#FAF7c3fd8SJ6fvCUR8iF61ThawXJKSao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FAF7c3fd8SJ6fvCUR8iF61ThawXJKSao > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#k383bVuKbhIPG1i3TaeO9GQAghEmi6Jt { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b4mIelPdvaCATRxTaTU66UsOLStHpATu { color:#fcc80a;display:block;width:5.18555rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.9375rem;left:10.8125rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vVIbIpKLoUWDRTdWVTPh9gJQ0naJwxyV { position:absolute;display:block;z-index:15012;background-color:#fcc80a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186631875rem;width:9.561625rem;top:1.5rem;left:0rem;display:block; }
#QJPgISDzTMWhwIIJMpShHdu88mq1shnc { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:17.6875rem;left:26.5625rem;height:1.5rem;font-style:normal;display:block; }
#OSdJSWgGpWH6U95kNPh1P08trmykIHbo { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:19.8125rem;left:26.5625rem;height:;text-align:left;text-align-last:left;display:block; }#OSdJSWgGpWH6U95kNPh1P08trmykIHbo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OSdJSWgGpWH6U95kNPh1P08trmykIHbo li:before{  }
#ABF7SmxfJ5rw5fEyJwq5ksQoATd6UREM { color:#fcc80a;display:block;width:17.875rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:2.1625003814698rem;left:41.9375rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rvK2Srn602vNWeND0ZXWnfnsqt3pdwEG { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:19.8125rem;left:51.5625rem;height:;text-align:left;text-align-last:left;display:block; }#rvK2Srn602vNWeND0ZXWnfnsqt3pdwEG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rvK2Srn602vNWeND0ZXWnfnsqt3pdwEG li:before{  }
#TbzzkBkaxpILS0FS1PndmHNzJ3rnMDiH { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:17.6875rem;left:51.5625rem;height:1.5rem;font-style:normal;display:block; }
#T99GwRgwRdvn6OwpMCSdqSHRz61IwRcE { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.3093681335449rem;left:27.145835876465rem;height:9.0918rem;text-align:justify;text-align-last:initial;display:block; }
#O2vVodUCTvDqDSBFruVSWhL6f7tScmst { position:absolute;display:block;z-index:15010;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.8125rem;width:50rem;top:0rem;left:24.9375rem;display:block; }
#lvnuATsAisxnRwlnzmfWkslJKZfyIlUI { position:relative;display:block; }#lvnuATsAisxnRwlnzmfWkslJKZfyIlUI { background-color: transparent; background-image: none; }#lvnuATsAisxnRwlnzmfWkslJKZfyIlUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvnuATsAisxnRwlnzmfWkslJKZfyIlUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvnuATsAisxnRwlnzmfWkslJKZfyIlUI > .row .container > .video-iframe-container { display: none; }#lvnuATsAisxnRwlnzmfWkslJKZfyIlUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvnuATsAisxnRwlnzmfWkslJKZfyIlUI > .row > .video-iframe-container { display: none; }#lvnuATsAisxnRwlnzmfWkslJKZfyIlUI > .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); }#lvnuATsAisxnRwlnzmfWkslJKZfyIlUI { border-width: 0; border-radius: 0; }#lvnuATsAisxnRwlnzmfWkslJKZfyIlUI > .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; }#lvnuATsAisxnRwlnzmfWkslJKZfyIlUI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.375rem;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; }#VE1t1yNAa7CA6VfIT6098vaICrDHNJRq { color:#000000;display:block;width:45rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:6.5002670288088rem;left:27.489585876465rem;height:9.09179375rem;text-align:justify;text-align-last:initial;display:block; }
#rTTfBPBIJHW6tk08ZS27GFRyla0QifO5 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:18.4375rem;left:51.6875rem;height:;text-align:left;text-align-last:left;display:block; }#rTTfBPBIJHW6tk08ZS27GFRyla0QifO5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rTTfBPBIJHW6tk08ZS27GFRyla0QifO5 li:before{  }
#RNS1NAPnAJ959TUX0H9kKzTO9bGKfEQM { color:#fcc80a;display:block;width:5.18541875rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:2.1875rem;left:46.564582824707rem;height:1.57404375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nE2wobdnaUHTW4ZMq1JQukKeONi67x2A { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:18.4375rem;left:26.6875rem;height:;text-align:left;text-align-last:left;display:block; }#nE2wobdnaUHTW4ZMq1JQukKeONi67x2A li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nE2wobdnaUHTW4ZMq1JQukKeONi67x2A li:before{  }
#QI74ztnHs5Bzkn9kJsoUZs2wgTzFpqVT { 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:26.75rem;width:49.9375rem;top:0rem;left:24.9375rem;display:block; }
#DsHlCLHxg5SxKzPJ43WEbTJ4r83wTqtO { position:relative;display:block; }#DsHlCLHxg5SxKzPJ43WEbTJ4r83wTqtO { background-color: transparent; background-image: none; }#DsHlCLHxg5SxKzPJ43WEbTJ4r83wTqtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsHlCLHxg5SxKzPJ43WEbTJ4r83wTqtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsHlCLHxg5SxKzPJ43WEbTJ4r83wTqtO > .row .container > .video-iframe-container { display: none; }#DsHlCLHxg5SxKzPJ43WEbTJ4r83wTqtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsHlCLHxg5SxKzPJ43WEbTJ4r83wTqtO > .row > .video-iframe-container { display: none; }#DsHlCLHxg5SxKzPJ43WEbTJ4r83wTqtO > .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); }#DsHlCLHxg5SxKzPJ43WEbTJ4r83wTqtO { border-width: 0; border-radius: 0; }#DsHlCLHxg5SxKzPJ43WEbTJ4r83wTqtO > .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; }#DsHlCLHxg5SxKzPJ43WEbTJ4r83wTqtO > .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:40.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UUofygIppd3HlX5mlR9OMuZZMp2X2Mf7 { color:#000000;display:block;width:9.8729375rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:5.875rem;left:3.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; }
#pAVAHnTmRF6TsJ4BZTAW2Vk5Xar8nhFC { position:absolute;display:block;z-index:15008;background-color:#fcc80a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.42) ;height:10rem;width:10rem;top:9rem;left:3.3125rem;display:block; }
#o4fJtuSyqeT09U3k93VvosXDVAGRT5MB { position:absolute;display:block;z-index:15014;background-color:#fcc80a;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10rem;top:8.9375rem;left:3.3125rem;display:block; }#o4fJtuSyqeT09U3k93VvosXDVAGRT5MB.adaptive-delivery-prevent-bg, #o4fJtuSyqeT09U3k93VvosXDVAGRT5MB.lazyload, #o4fJtuSyqeT09U3k93VvosXDVAGRT5MB.lazyloading { background-image: none; }
#rChmh6qN2itmXNmhtJFkW2EpIC3irRaq { 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:10rem;height:10rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:9rem;left:3.375rem;display:block; }
#vkOlGyDSc0eJPVsEdL6sBycW7zP3S0i7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ozdiS7TLHGTbhfv5eUIDtITVPhq01hAA { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:10.6875rem;left:5.6875rem;display:block; }
#oPwhHWfIXVrtWyw9qr7pBKI9qBfcPwgZ { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:16.9375rem;left:3.0625rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#yFQohK1T4npJQ4a2e0uSFaEKZ483wfi8 { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:20.4375rem;left:2.875rem;height:3.41175625rem;text-align:center;text-align-last:center;display:block; }
#ROtOEwqHTBfdRXpqeqwoxWTFo2TUM1aJ { color:#000000;display:block;width:9.8729375rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:5.875rem;left:23.6875rem;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; }
#Om1Vxybvm1ATHVNQ98ix6rT71pwES0ts { position:absolute;display:block;z-index:15015;background-color:#fcc80a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.42) ;height:10rem;width:10rem;top:9rem;left:23.625rem;display:block; }
#IGIRX1Qlf56aiLaTw4eXTD0BnRaelHo1 { position:absolute;display:block;z-index:15021;background-color:#fcc80a;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10rem;top:8.9375rem;left:23.625rem;display:block; }#IGIRX1Qlf56aiLaTw4eXTD0BnRaelHo1.adaptive-delivery-prevent-bg, #IGIRX1Qlf56aiLaTw4eXTD0BnRaelHo1.lazyload, #IGIRX1Qlf56aiLaTw4eXTD0BnRaelHo1.lazyloading { background-image: none; }
#r91ZVWmBJz0biyun8kq5prArqFVnfZte { 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:10rem;height:10rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:9rem;left:23.5rem;display:block; }
#qII4R1Hv5uLPI9I3uVJBpMku8H78A0ni { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DxQ752JV7TIW8mdT7hl9kOuDo7uDBGSW { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15054;top:10.6875rem;left:26rem;display:block; }
#OqI3hdFGlOwWgoQZf1BF7s8gUSFywTVP { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:16rem;left:23.4375rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#WWhatUkV3nmpmrIXEcozMwgXTg3qFonr { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:20.4375rem;left:23.1875rem;height:2.2745rem;text-align:center;text-align-last:center;display:block; }
#czb7yeCyJgyJt36gLZOK7XeV1oPfTCKe { color:#000000;display:block;width:9.8729375rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:5.875rem;left:43.8125rem;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; }
#yURM44v7avHG0nJoyzxRv3HaWNWAKCaW { position:absolute;display:block;z-index:15028;background-color:#fcc80a;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10rem;top:8.9375rem;left:43.75rem;display:block; }#yURM44v7avHG0nJoyzxRv3HaWNWAKCaW.adaptive-delivery-prevent-bg, #yURM44v7avHG0nJoyzxRv3HaWNWAKCaW.lazyload, #yURM44v7avHG0nJoyzxRv3HaWNWAKCaW.lazyloading { background-image: none; }
#KtSsPg616ksK6L1IqTZovub3vTgyrwB8 { position:absolute;display:block;z-index:15022;background-color:#fcc80a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.42) ;height:10rem;width:10rem;top:9rem;left:43.75rem;display:block; }
#EK4F1LtMgk4f1eSnc0JA9VIbSxN66N4d { 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:10rem;height:10rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:9rem;left:43.625rem;display:block; }
#oUwpiQoMLSmSDb3XRgiQR4Nm1r2buUS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lJNIoRgSNKbsSBkmXnDe9foC9qFD3gDr { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:10.6875rem;left:46.125rem;display:block; }
#MD9Wf7p63XCibLdOri9iAqobod93s00p { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.5625rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#gMFH4r859oVbICRAPnpRHq17tapO6lQp { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:20.4375rem;left:43.3125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#HZAsharKJzMD21kEOUs64G39A5Kkvlng { z-index:15008;top:32.5rem;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.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#O9v7cIGX62iAHIEOdTBsJEtPxA4nurbX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKUQbhN3cwc7b8CSz8ccNh8E1twqlxlN { color:#000000;display:block;width:51.1229375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:38.5rem;left:11.9375rem;height:1.27485625rem;text-align:center;text-align-last:center;display:block; }
#PqC1vP5Sp2EUVVcMJGnEpiBzgOJIx9fm { color:#000000;display:block;width:2.6875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:26.5625rem;left:6.875rem;height:1.1375rem;display:block; }
#Nnpm3AkfU9SoMMVgMw5Do1uWK9BFl3h3 { color:#000000;display:block;width:2.6875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:26.625rem;left:47.3125rem;height:1.1375rem;display:block; }
#R7BAMCmQFPPLxTIcgaZnXyGP0XEHtrEu { color:#000000;display:block;width:2.6875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:26.5625rem;left:27.0625rem;height:1.1375rem;display:block; }
#uhRqIcCahdkN4Zg5AoIQxZTA2QRttNCS { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:20.4375rem;left:61.8125rem;height:4.549rem;text-align:center;text-align-last:center;display:block; }
#XnJ7RaEmM3N1xqhki9eBGBxLMRzmyy90 { position:absolute;display:block;z-index:15015;background-color:#fcc80a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:8.9999961853025rem;left:62rem;display:block; }
#wusBhMGTAUQ4GdCboUAarvJmutD05AXJ { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:16.0625rem;left:62.25rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
#JOZRH7hZhi7wHiTWCkdsupZATcHGpzCA { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15053;top:10.6875rem;left:64.5rem;display:block; }
#zGmPk9Xc6eVB2TSfVKQcEDLSCoy6kCmG { position:absolute;display:block;z-index:15030;background-color:#fcc80a;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10rem;top:9rem;left:62rem;display:block; }#zGmPk9Xc6eVB2TSfVKQcEDLSCoy6kCmG.adaptive-delivery-prevent-bg, #zGmPk9Xc6eVB2TSfVKQcEDLSCoy6kCmG.lazyload, #zGmPk9Xc6eVB2TSfVKQcEDLSCoy6kCmG.lazyloading { background-image: none; }
#mX36ITMi6muemtfLXhJGyRIMnOEPM5sv { color:#000000;display:block;width:2.6875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:26.562501907349rem;left:65.65625rem;height:1.1375rem;display:block; }
#wNxvm5HfaN2ubHAXBNErWN7byERnD7BZ { color:#000000;display:block;width:9.872375rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:5.8736972808838rem;left:62.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; }
#elMdxEC72v3NOxFpIPnX5cDdSHGKu3cx { 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:10rem;height:10rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:9rem;left:62rem;display:block; }
#DMA1JspABwp0DpqcdFgywbE0Ba9A4LXu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fw7tNmRPDSQ3XSlAuy6BLi4TXy7PyZSg { position:relative;display:none; }#Fw7tNmRPDSQ3XSlAuy6BLi4TXy7PyZSg { border-width: 0; border-radius: 0; }#Fw7tNmRPDSQ3XSlAuy6BLi4TXy7PyZSg > .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; }#Fw7tNmRPDSQ3XSlAuy6BLi4TXy7PyZSg > .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:30.8125rem;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:none; }#OdPqceKwAWdkA86g50WyATxUXE53S9bJ { z-index:15018;top:6.75rem;left:31.6875rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cFD0Pb6cGXCCaDVAut9WLqx7VTGTcJbf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gde7NeG1pMZQHMc2vDgvCDMu9c2Gd3sn { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.4375rem;left:32.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lSTQ2hm7qTaHXqabs21giE0eed4o3N2J { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ct5s4w6rArxVnMQi0RzwT8nul5IL3iR4 { color:#fcc80a;display:block;width:5.186525rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:0rem;left:10.375rem;height:1.224825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Zx8wDuyRWEoQNWU6wcw7Vqwy97TpUIf6 { position:absolute;display:block;z-index:15027;background-color:#fcc80a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:0.1875rem;top:2.3125rem;left:49.875rem;display:block; }
#BDoaEPJ0nmZEA3KyC9gOOT6Zri2tBlah { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fcc80a;border-left:0.0625rem solid #fcc80a;border-right:0.0625rem solid #fcc80a;border-bottom:0.0625rem solid #fcc80a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:49.875rem;top:0.1875rem;left:24.9375rem;display:block; }
#rPvmtP2o89iSJKpN29RyAUEQEMc2QCM6 { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:55.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eni3suiHIREhXJOrPcT9lUCaA5n6HZiG { 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:2.9375rem;width:11.625rem;top:5.0625rem;left:56.4375rem;overflow:hidden;display:block; }
#am2ISGO61kcQBzCWTETTUaIkxvtDUpPa { color:#000000;display:block;width:49.9375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;top:18.83203125rem;left:25.0625rem;height:1.275rem;text-align:center;text-align-last:center;display:block; }
#TkMnL293CgXFL7wg9mSpl26IFcy65U4k { color:#000000;display:block;width:44.8125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.5rem;left:27.5625rem;height:1.29948125rem;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; }
#KCT50ZS2k0sig9ft32MVbEWDSxiE9BQg { color:#000000;display:block;width:44.8125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.30078125rem;left:27.5625rem;height:1.3rem;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; }
#rugAUkKMxyVcfdtSFd9cyikt4sXrpTS7 { position:absolute;display:block;z-index:15010;background-color:#fcc80a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.185546875rem;width:9.5605625rem;top:0.51865768432617rem;left:0rem;display:block; }
#UsQr0n07Mnt7UakhB3ThETetI0SDqMFM { color:#000000;display:block;width:44.8125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:15.799999237061rem;left:27.5625rem;height:1.29948125rem;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; }
#AtSuQseBs6IIt3XR0EwZbz41H0wBlync { position:relative;display:none; }#AtSuQseBs6IIt3XR0EwZbz41H0wBlync { border-width: 0; border-radius: 0; }#AtSuQseBs6IIt3XR0EwZbz41H0wBlync > .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; }#AtSuQseBs6IIt3XR0EwZbz41H0wBlync > .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:30.8125rem;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:none; }#CRsImP5lJa07l3fTcCwL77Gt6XH1UgF4 { z-index:15018;top:6.75rem;left:31.6875rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RQ87JqvTsxvMCw06xTJKFnEZiOE0R34N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sfhQc2RHTyvIEUAbtz7ma2r4t3ZQXu92 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.4375rem;left:32.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bc6eToPTRlNBtcdhmXWt2fAnX7cxn9dq { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tv3abHrho0pHTzCipI9rQL2Rh0Hy6UNL { color:#fcc80a;display:block;width:5.186525rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:0rem;left:10.375rem;height:1.2246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZUqM5DbkbtELMEgfFLAgIevNdgew0p0M { position:absolute;display:block;z-index:15010;background-color:#fcc80a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:9.5625rem;top:0.5625rem;left:0rem;display:block; }
#hC8HUnbEKsL7JpCRX76NczJgaSdObUkr { position:absolute;display:block;z-index:15027;background-color:#fcc80a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:0.1875rem;top:2.3125rem;left:49.875rem;display:block; }
#hDJOQIbnKtZ37kZ8dJa8mdBWEuxuxMe0 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fcc80a;border-left:0.0625rem solid #fcc80a;border-right:0.0625rem solid #fcc80a;border-bottom:0.0625rem solid #fcc80a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:49.875rem;top:0.1875rem;left:24.9375rem;display:block; }
#fGwFkv5nogJt4EwIWf4RAuBpfJS5zVqw { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:55.0625rem;height:1.13671875rem;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; }
#DHmHZNQZRna5tazm1b8hWDBbuBuxGCB6 { 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:2.9375rem;width:11.625rem;top:5.0625rem;left:56.4375rem;overflow:hidden;display:block; }
#TWMwL08XIrf5BBy2plNA3sdBiKSBRD2D { color:#000000;display:block;width:49.9375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;top:18.83203125rem;left:25.0625rem;height:1.2744125rem;text-align:center;text-align-last:center;display:block; }
#W7C9Ei6F2sCUkuhd2IPiBsyTxXgmWuEi { color:#000000;display:block;width:44.8125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.5rem;left:27.5625rem;height:1.29980625rem;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; }
#uFSA3k9yXepH3NDgXRX1wX5Bxt5CSmW4 { color:#000000;display:block;width:44.8125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.30078125rem;left:27.5625rem;height:1.29980625rem;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; }
#D69daE7yyM9gFDqAIz0ATIhauxdReiIk { position:relative;display:none; }#D69daE7yyM9gFDqAIz0ATIhauxdReiIk { border-width: 0; border-radius: 0; }#D69daE7yyM9gFDqAIz0ATIhauxdReiIk > .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; }#D69daE7yyM9gFDqAIz0ATIhauxdReiIk > .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:23.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:none; }#bsTTB4HEidZTcfA4gnCkVtlVuk9UGDtD { position:absolute;display:block;z-index:15009;background-color:#fcc80a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.42) ;height:10rem;width:10rem;top:0.6875rem;left:26.0625rem;display:block; }
#CniLna6guBrAH8gsRFEE53UDLIOc7yJr { position:absolute;display:block;z-index:15013;background-color:#fcc80a;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10rem;top:0.625rem;left:26.0625rem;display:block; }#CniLna6guBrAH8gsRFEE53UDLIOc7yJr.adaptive-delivery-prevent-bg, #CniLna6guBrAH8gsRFEE53UDLIOc7yJr.lazyload, #CniLna6guBrAH8gsRFEE53UDLIOc7yJr.lazyloading { background-image: none; }
#A9N4wZ7aLz9zZPN2z7Lt9LkchytZ35CK { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:2.375rem;left:28.5625rem;display:block; }
#EDymiohw4CCT48GkKJBS9wo4kTgSLNOB { color:#000000;display:block;width:8.7480625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.1;letter-spacing:0;top:8.75rem;left:26.6875rem;height:1.1rem;text-align:center;text-align-last:center;display:block; }
#By3qpTeLNV9P1Iv0kS3kQfbQHg92uTbf { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:12.125rem;left:25.75rem;height:6.8203125rem;text-align:center;text-align-last:center;display:block; }
#G9qduXCvesQWmFDe7ExZ91NO8fT7bGnL { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:19.5625rem;left:26.625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#bc7FO0LPTTgsQQSTWTq81RZouCCeLb7q { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mGUaQqZDiUNbKoSFGPtHft73xIARi3Fg { position:absolute;display:block;z-index:15013;background-color:#fcc80a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.185546875rem;width:9.5605625rem;top:0.5625rem;left:0rem;display:block; }
#QIgucFM0cetO1qQBLIN5vd9ci4S2Pwa5 { color:#fcc80a;display:block;width:5.18555rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:0.061622619628906rem;left:10.436199188233rem;height:1.224825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Gb99EN3Cp4WVEGebhIs0wESdT2bW3i5k { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:12.1875rem;left:62rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#GWgnqNpOpzUPPOclLN9JpPtzeFnarrVb { position:absolute;display:block;z-index:15008;background-color:#fcc80a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.42) ;height:10rem;width:10rem;top:0.75rem;left:62.4375rem;display:block; }
#Q5KFbUlBkRWDSGk7rkbTmMuxica0I3bQ { position:absolute;display:block;z-index:15014;background-color:#fcc80a;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10rem;top:0.6875rem;left:62.4375rem;display:block; }#Q5KFbUlBkRWDSGk7rkbTmMuxica0I3bQ.adaptive-delivery-prevent-bg, #Q5KFbUlBkRWDSGk7rkbTmMuxica0I3bQ.lazyload, #Q5KFbUlBkRWDSGk7rkbTmMuxica0I3bQ.lazyloading { background-image: none; }
#TpfEL9hEwJ789tCJ9CZEsOaFNT8TrTmd { color:#ffffff;display:block;width:10.1248125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:8.6875rem;left:62.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#CA999XUxsSdt9fth7Ogarc9HukOHSgfb { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.5625rem;left:45rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wobNWfRxrWxoPer0IO9QUZrPwK0l0105 { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.125rem;left:44.0625rem;height:5.68359375rem;text-align:center;text-align-last:center;display:block; }
#zzTiFGCU49JWJH1b016TUR6XoFS1OoZ0 { position:absolute;display:block;z-index:15014;background-color:#fcc80a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.42) ;height:10rem;width:10rem;top:0.6875rem;left:44.375rem;display:block; }
#io1TTFZWHV8wEpMvTEKRttzchT5bLJ0G { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.1;letter-spacing:0;top:8.75rem;left:45rem;height:2.19791875rem;text-align:center;text-align-last:center;display:block; }
#hkxIn5QvwhC7eWnSyvosgRwuJ03QdGhd { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:2.375rem;left:46.875rem;display:block; }
#eFTHwMFKzEvg5oUy6B2GARQaG4JRI6V1 { position:absolute;display:block;z-index:15014;background-color:#fcc80a;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10rem;top:0.6875rem;left:44.375rem;display:block; }#eFTHwMFKzEvg5oUy6B2GARQaG4JRI6V1.adaptive-delivery-prevent-bg, #eFTHwMFKzEvg5oUy6B2GARQaG4JRI6V1.lazyload, #eFTHwMFKzEvg5oUy6B2GARQaG4JRI6V1.lazyloading { background-image: none; }
#D4xQSnrqCJBvKocwVuBPU0JfaPOvfDp7 { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:2.9982640743256rem;left:64.81229019165rem;display:block; }
#m5T6AvtJoCJuOJ3Nl1XH9pWUIPTKGAtO { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:19.5625rem;left:62.9375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dCcRWGfo91TUVaag6TxJ7y2LEOA976Hy { 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:10rem;height:10rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:0.6875rem;left:26.0625rem;display:block; }
#eVTCxshuNV3nPe5mTyDhid6742soLVrr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hvNLrSCq35p2DDHgGTVF0ucqVwZE7ww7 { 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:10rem;height:10rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:0.6875rem;left:44.375rem;display:block; }
#OauAtBPADAKnuLML2ADGvtT1hSf5mK33 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GRB4haBpPTJZJ90KsikvZrkldLFJoKCO { 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:10rem;height:10rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:0.6875rem;left:62.3125rem;display:block; }
#AtsXHNQg1U4KWSMreEN2yweMxMqCWHO5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XzoABz0qQDBHnL4L6qoCFTz2ADXPyInN { position:relative;display:none; }#XzoABz0qQDBHnL4L6qoCFTz2ADXPyInN { border-width: 0; border-radius: 0; }#XzoABz0qQDBHnL4L6qoCFTz2ADXPyInN > .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; }#XzoABz0qQDBHnL4L6qoCFTz2ADXPyInN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.8125rem;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:none; }#aJWeaxpO9ailPcEmHgERRdADaGEKz2SC { position:absolute;display:block;z-index:15010;background-color:#fcc80a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.42) ;height:10rem;width:10rem;top:1.8125rem;left:25.875rem;display:block; }
#ARoygbgfeChGyt9qWy6QSTJf59xJB8Eu { position:absolute;display:block;z-index:15012;background-color:#fcc80a;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10rem;top:1.8125rem;left:25.875rem;display:block; }#ARoygbgfeChGyt9qWy6QSTJf59xJB8Eu.adaptive-delivery-prevent-bg, #ARoygbgfeChGyt9qWy6QSTJf59xJB8Eu.lazyload, #ARoygbgfeChGyt9qWy6QSTJf59xJB8Eu.lazyloading { background-image: none; }
#BzBGN8AdWsnXevDXr9P9qIDETbZlaoNS { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:3.5625rem;left:28.375rem;display:block; }
#tIqEb8FQxmX6TCm6Jt2RdKLT5dc8JZsU { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:9.8125rem;left:26.5rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#IOWP7Pim9wvahh5yHi1QNhnV216SiT0g { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:13.3125rem;left:25.5625rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#bZahhfJxkNCGcGAZhGomK1gilEHrHLIA { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:17.5625rem;left:26.5rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#rtgxGp22ayCoyvAC87t8RGHUDbT0xzDz { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:17.5625rem;left:45.1875rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#EXZtSVArR9GNlg1kiPfchW2duIbbICSe { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.375rem;left:44.3125rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#ENBWezmb134PG0RysAlgvqhUOKT3qGqi { position:absolute;display:block;z-index:15012;background-color:#fcc80a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.42) ;height:10rem;width:10rem;top:1.875rem;left:44.625rem;display:block; }
#x6qGscCKtad6HmvoNF887DFSeAd5Tgt0 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:9.875rem;left:45.25rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#RDIVVrk02gqxXHue9X53NwcR6HzxfX38 { position:absolute;display:block;z-index:15013;background-color:#fcc80a;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10rem;top:1.8125rem;left:44.625rem;display:block; }#RDIVVrk02gqxXHue9X53NwcR6HzxfX38.adaptive-delivery-prevent-bg, #RDIVVrk02gqxXHue9X53NwcR6HzxfX38.lazyload, #RDIVVrk02gqxXHue9X53NwcR6HzxfX38.lazyloading { background-image: none; }
#z785N9z1h5vI8hgzZkcqSku6EsdNmL1m { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:3.625rem;left:47.125rem;display:block; }
#syRtJ4xsaLTGqoQK9r1rQoZy0nkQf6um { 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:10rem;height:10rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:1.8125rem;left:44.5625rem;display:block; }
#OEf9MeKBqJRSNGcG0M9Ah5vT0Rn721FH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TD30cbG3XALmcf1I0OwsETzUhXqTuRls { 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:10rem;height:10rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:1.8125rem;left:25.875rem;display:block; }
#hdHAJcyt8TQCcTzRAPMm9q6lZyArfnDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FgLrPpfIKCDsdfFTUHryoaXV4ssA1O4w { 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; }#FgLrPpfIKCDsdfFTUHryoaXV4ssA1O4w > .row .container { background-color: transparent; background-image: none; }#FgLrPpfIKCDsdfFTUHryoaXV4ssA1O4w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgLrPpfIKCDsdfFTUHryoaXV4ssA1O4w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgLrPpfIKCDsdfFTUHryoaXV4ssA1O4w > .row .container > .video-iframe-container { display: none; }#FgLrPpfIKCDsdfFTUHryoaXV4ssA1O4w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgLrPpfIKCDsdfFTUHryoaXV4ssA1O4w > .row > .video-iframe-container { display: none; }#FgLrPpfIKCDsdfFTUHryoaXV4ssA1O4w > .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); }#FgLrPpfIKCDsdfFTUHryoaXV4ssA1O4w > .row .container { border-width: 0; border-radius: 0; }#FgLrPpfIKCDsdfFTUHryoaXV4ssA1O4w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FgLrPpfIKCDsdfFTUHryoaXV4ssA1O4w > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#aTB3vutOsLF9Z63B80qmdQX6BW39rCTn { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:62.5rem;display:block; }
#MWmVDQBiq0Zaq9vi6aJdN2IptM2nFmSg { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:8.9375rem;top:42rem;left:64.375rem;overflow:hidden;display:block; }
#RWRv2I64FEThkU5UhFdVK6Bb4uhwsLpU { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:24.8125rem;display:block; }
#lQzNsm4iApOGAgoECUtt5IXEJabeCkLp { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:9.4375rem;top:3.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#ru6akeeOTnhiqcC0e3R66e1GwzhHBvez { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:49.9375rem;display:block; }
#DhWRueBeTKrz5Nro0TngTmQ3ZNCWZTXC { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:10.9375rem;top:3.375rem;left:50.8125rem;overflow:hidden;display:block; }
#TmHlAIKSTq7Rc6CtPiDBNwO1lTJWSMOS { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:37.375rem;display:block; }
#elZU8btbTmEqVQWQzKbo9UoIU4K5F0XU { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11rem;top:4rem;left:38.125rem;overflow:hidden;display:block; }
#NtLROSov2r9CcBClK1QBeReBFSUDRTpE { position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:62.5rem;display:block; }
#bmskrEVoKoyXVOgThpvUlmEhSN8eEe6M { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8rem;top:5.4375rem;left:64.8125rem;overflow:hidden;display:block; }
#HttUbhk2EnOuUxxvsG9rNJPXxTfG1SUb { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:49.9375rem;display:block; }
#KIOFy5sdA4BTCQycopgDT6VV5R2tvEhh { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:8.9375rem;top:18.5625rem;left:51.781253814698rem;overflow:hidden;display:block; }
#OFxtViad40TCW4ddJQhK4bSwHUk0CZkC { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:37.375rem;display:block; }
#OygPWRdA11XZMxTSiafIy5kwvKEfZOGP { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:8.9375rem;top:16.5rem;left:39.1875rem;overflow:hidden;display:block; }
#yJPAO97fMV8rVgtK1E1HZGMt896E6PpJ { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:62.5rem;display:block; }
#mbkAdfDTN3ppxqleVyEFhJCoeffV2Tn9 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:15.375rem;left:64.8125rem;overflow:hidden;display:block; }
#lSrSaLiZVQvIpecTlVCmbTIk3t7RngCs { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:24.8125rem;display:block; }
#TeOqLH3Ts3CBOp6SUm0o5w0Q6EZobO2I { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:15.375rem;left:27.125rem;overflow:hidden;display:block; }
#AZDwULmiJgGWuwcEOGValC5qbJmw6mu6 { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:49.9375rem;display:block; }
#GG966CvkWAZNcZH4MXEfqky795UVdUoS { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:8.9375rem;top:41.875rem;left:51.8125rem;overflow:hidden;display:block; }
#vVfGyoFTqGeJM4rLQ0zR4m47NDnh9az5 { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:49.9375rem;display:block; }
#l71QcrJau4OwQalT4GkQ3ZwalmpzylGT { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:37.375rem;display:block; }
#NyJrPzsv3hlFMUTWpbhNk3uTld2VUzwC { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:62.5rem;display:block; }
#ZB26kqyH193NBcScxNnH4vtviarFBdZo { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:24.8125rem;display:block; }
#J8Spzp75uXcTnJOT8e7Rmfr633zSGTgJ { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:37.375rem;display:block; }
#kDrprb40MZ7OTEsPIqfeUv8a9awPpaoA { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:11.3125rem;top:29rem;left:50.625rem;overflow:hidden;display:block; }
#PIt5fr1KH80O0oKdND5vTG1TTVyTUFtN { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.9375rem;top:29.75rem;left:39.1875rem;overflow:hidden;display:block; }
#JPGvVMAnS4yrhHW20UEfkJO1HPJr2rGz { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:27.9375rem;left:64.8125rem;overflow:hidden;display:block; }
#OyMQZ5y0UivmzgNfUTA8rki5f2WkLeFT { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:8rem;top:29rem;left:27.125rem;overflow:hidden;display:block; }
#gsAvh38KfmT7MNctSTh28UGhwq5hkusO { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:41.875rem;left:41.0625rem;overflow:hidden;display:block; }
#D7NE65mKT4HzrXtTkCIzGeuza2XL4XrL { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qpcRmVUzTgDC434OBHvX6B7bn6AG7VKo { color:#fcc80a;display:block;width:5.875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:0rem;left:10.375rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WqK2HmKDH7SDJA2BA70cLPTcoOlnJsob { position:absolute;display:block;z-index:15013;background-color:#fcc80a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:9.5625rem;top:0.5625rem;left:0rem;display:block; }
#GvGCI7EfnraXSAhSm5ANpRtGoDKzGTTL { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:24.8125rem;display:block; }
#PJ7oJVpiukdW5AQuaubNucbomJuZXNJs { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.5625rem;top:43.75rem;left:25.875rem;overflow:hidden;display:block; }
#Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;background-color:#fcc80a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:#000000;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.006075rem;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:#000000;display:block;width:20.8123125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7rem;left:8.125rem;height:1.787325rem;font-style:normal;display:block; }
#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:#000000;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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:12.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#2f2f2f;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:#000000;vertical-align:top;width:20.3125rem;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.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5601902008057rem;font-size:1rem; }
#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.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5601902008057rem;font-size:1rem; }
#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:#000000;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; }
#BeCMT8wa4H5UpdRoqeouklULdG1FtA1X { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.6875rem;width:29.5625rem;top:3.4375009536743rem;left:36.25rem;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:#fcc80a;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:#fcc80a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:1.3125rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QJLJ66K22sroMiTlBr19z2daJOcpSZTx { display:block; }#QJLJ66K22sroMiTlBr19z2daJOcpSZTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVnSgvGAn6yvPbQKlefxoVo6l6n4HN1e { width:6.875rem;height:1rem;top:1.6875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvAcM69GHXVLlVS99t6INA2W7lKHMzi7 { display:block; }
 }@media only screen and (max-width: 763px) { #XMgma9AAAft98CIVc56ChCZDpngBIML6 { width:6.5rem;height:1rem;top:1.6875rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er2ra8iP8iN1SwQ2fdEobRuM2FGKSJ6a { 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) { #zaCfmFiKUbzrDbQ8PZ4DoWHmoZQ7GoxK { width:2.8125rem;height:1rem;top:2.6875rem;left:1.3802070617676rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZTIGADXgObZQMpIq4TCgruXSBTPJIyM { display:block; }
 }@media only screen and (max-width: 763px) { #XLwieBX0ECS3D4zdH5bizhd1aD5miDFH { display:block; }#XLwieBX0ECS3D4zdH5bizhd1aD5miDFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMkPDaG7rOOZqVKbza9lIxTlhH1J3K1t { top:5rem;left:1.375rem;width:45rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTofo7XAHCm980HPOMOibU26xlTbpPcT { display:block; }#hTofo7XAHCm980HPOMOibU26xlTbpPcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHExglRTTMkT83nw7aFRLvnmt8a1KglX { top:7.125rem;left:0rem;width:47.75rem;height:26.361422172452rem;display:block; }
 }@media only screen and (max-width: 763px) { #kteU9A38vBbPTnZZ49SMlTaFkqpk3U9s { top:8.5625rem;left:3.9375rem;width:39.1875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #modQkwXVFo9AskM38SJUP824LraEusCv { width:28.375rem;height:1.1875rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmbqTXJaR2RS2OXI9hgXhT6rT26EG90I { display:block; }#GmbqTXJaR2RS2OXI9hgXhT6rT26EG90I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8SJKaf7Tp3E0b84HDOoqcLzkVbw8OJr { top:2.8125rem;left:0rem;width:19.0625rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLraPVkIrF9d96hIVPy4x7y2kFWOCtTW { width:5.125rem;height:1.125rem;top:0.9375rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTL3oPxSnunm5cI7rvcE68zoE3TdtpR2 { width:9.5rem;height:0.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2ABG0oqWK6zK1U9Aa73lK52bbDpRTNg { top:3.6875rem;left:9.875rem;width:21.875rem;height:;font-size:1rem;display:block; }#q2ABG0oqWK6zK1U9Aa73lK52bbDpRTNg li:before{  }
 }@media only screen and (max-width: 763px) { #JJ9Bd7dJ5lirHyBmJz3QEEoJFxJ9WkXc { top:1.5rem;left:0rem;width:47.625rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtyx0r21Ok86qARbkszlT9cIWsMXsMse { top:2.125rem;left:25.75rem;width:21.875rem;height:27.6875rem;font-size:1rem;display:block; }#rtyx0r21Ok86qARbkszlT9cIWsMXsMse li:before{  }
 }@media only screen and (max-width: 763px) { #yVoOFR09TP1oN9cfxJKJAi7dpnLnPsZf { top:34.6875rem;left:0rem;width:45.9375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAF7c3fd8SJ6fvCUR8iF61ThawXJKSao { display:block; }#FAF7c3fd8SJ6fvCUR8iF61ThawXJKSao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k383bVuKbhIPG1i3TaeO9GQAghEmi6Jt { top:2.875rem;left:0rem;width:19.0625rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4mIelPdvaCATRxTaTU66UsOLStHpATu { width:5.125rem;height:1.125rem;top:0.9375rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVIbIpKLoUWDRTdWVTPh9gJQ0naJwxyV { width:9.5rem;height:0.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJPgISDzTMWhwIIJMpShHdu88mq1shnc { top:17.6875rem;left:9.875rem;width:21.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSdJSWgGpWH6U95kNPh1P08trmykIHbo { top:19.8125rem;left:9.875rem;width:21.875rem;height:14.75rem;font-size:1rem;display:block; }#OSdJSWgGpWH6U95kNPh1P08trmykIHbo li:before{  }
 }@media only screen and (max-width: 763px) { #ABF7SmxfJ5rw5fEyJwq5ksQoATd6UREM { width:17.875rem;height:1.5625rem;top:2.125rem;left:13.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvK2Srn602vNWeND0ZXWnfnsqt3pdwEG { top:19.8125rem;left:25.75rem;width:21.875rem;height:6.625rem;font-size:1rem;display:block; }#rvK2Srn602vNWeND0ZXWnfnsqt3pdwEG li:before{  }
 }@media only screen and (max-width: 763px) { #TbzzkBkaxpILS0FS1PndmHNzJ3rnMDiH { top:17.6875rem;left:25.75rem;width:21.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99GwRgwRdvn6OwpMCSdqSHRz61IwRcE { top:5.25rem;left:0rem;width:45.6875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2vVodUCTvDqDSBFruVSWhL6f7tScmst { top:0rem;left:0rem;width:47.625rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvnuATsAisxnRwlnzmfWkslJKZfyIlUI { display:block; }#lvnuATsAisxnRwlnzmfWkslJKZfyIlUI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE1t1yNAa7CA6VfIT6098vaICrDHNJRq { top:6.5rem;left:2.75rem;width:45rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTfBPBIJHW6tk08ZS27GFRyla0QifO5 { top:18.4375rem;left:25.875rem;width:21.875rem;height:6.3125rem;font-size:1rem;display:block; }#rTTfBPBIJHW6tk08ZS27GFRyla0QifO5 li:before{  }
 }@media only screen and (max-width: 763px) { #RNS1NAPnAJ959TUX0H9kKzTO9bGKfEQM { width:5.125rem;height:1.5625rem;top:2.1875rem;left:32.939582824707rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE2wobdnaUHTW4ZMq1JQukKeONi67x2A { top:18.4375rem;left:13.0625rem;width:21.875rem;height:6.3125rem;font-size:1rem;display:block; }#nE2wobdnaUHTW4ZMq1JQukKeONi67x2A li:before{  }
 }@media only screen and (max-width: 763px) { #QI74ztnHs5Bzkn9kJsoUZs2wgTzFpqVT { top:0rem;left:0rem;width:47.625rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsHlCLHxg5SxKzPJ43WEbTJ4r83wTqtO { display:block; }#DsHlCLHxg5SxKzPJ43WEbTJ4r83wTqtO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUofygIppd3HlX5mlR9OMuZZMp2X2Mf7 { top:5.875rem;left:0rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAVAHnTmRF6TsJ4BZTAW2Vk5Xar8nhFC { top:9rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4fJtuSyqeT09U3k93VvosXDVAGRT5MB { width:10rem;height:5.625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rChmh6qN2itmXNmhtJFkW2EpIC3irRaq { width:10rem;height:10rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkOlGyDSc0eJPVsEdL6sBycW7zP3S0i7 { display:block; }
 }@media only screen and (max-width: 763px) { #ozdiS7TLHGTbhfv5eUIDtITVPhq01hAA { top:10.6875rem;left:1.125rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPwhHWfIXVrtWyw9qr7pBKI9qBfcPwgZ { width:10.125rem;height:1.25rem;top:16.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFQohK1T4npJQ4a2e0uSFaEKZ483wfi8 { width:10.625rem;height:4.5rem;top:20.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROtOEwqHTBfdRXpqeqwoxWTFo2TUM1aJ { top:5.875rem;left:6.0625rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om1Vxybvm1ATHVNQ98ix6rT71pwES0ts { top:9rem;left:5.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGIRX1Qlf56aiLaTw4eXTD0BnRaelHo1 { width:10rem;height:5.625rem;top:8.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r91ZVWmBJz0biyun8kq5prArqFVnfZte { width:10rem;height:10rem;top:9rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qII4R1Hv5uLPI9I3uVJBpMku8H78A0ni { display:block; }
 }@media only screen and (max-width: 763px) { #DxQ752JV7TIW8mdT7hl9kOuDo7uDBGSW { top:10.6875rem;left:15.875rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqI3hdFGlOwWgoQZf1BF7s8gUSFywTVP { width:10.125rem;height:2.5625rem;top:16rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWhatUkV3nmpmrIXEcozMwgXTg3qFonr { width:10.625rem;height:2.25rem;top:20.4375rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czb7yeCyJgyJt36gLZOK7XeV1oPfTCKe { top:5.875rem;left:21.9375rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yURM44v7avHG0nJoyzxRv3HaWNWAKCaW { width:10rem;height:5.625rem;top:8.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtSsPg616ksK6L1IqTZovub3vTgyrwB8 { top:9rem;left:21.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK4F1LtMgk4f1eSnc0JA9VIbSxN66N4d { width:10rem;height:10rem;top:9rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUwpiQoMLSmSDb3XRgiQR4Nm1r2buUS6 { display:block; }
 }@media only screen and (max-width: 763px) { #lJNIoRgSNKbsSBkmXnDe9foC9qFD3gDr { top:10.6875rem;left:26.75rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD9Wf7p63XCibLdOri9iAqobod93s00p { width:10.125rem;height:2.5625rem;top:16.0625rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMFH4r859oVbICRAPnpRHq17tapO6lQp { width:10.625rem;height:1.125rem;top:20.4375rem;left:21.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZAsharKJzMD21kEOUs64G39A5Kkvlng { top:32.5rem;left:18rem;width:11.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9v7cIGX62iAHIEOdTBsJEtPxA4nurbX { display:block; }
 }@media only screen and (max-width: 763px) { #kKUQbhN3cwc7b8CSz8ccNh8E1twqlxlN { width:47.75rem;height:1.25rem;top:38.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqC1vP5Sp2EUVVcMJGnEpiBzgOJIx9fm { top:26.5625rem;left:2.3125rem;width:2.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnpm3AkfU9SoMMVgMw5Do1uWK9BFl3h3 { top:26.625rem;left:29.0625rem;width:2.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7BAMCmQFPPLxTIcgaZnXyGP0XEHtrEu { top:26.5625rem;left:15.875rem;width:2.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhRqIcCahdkN4Zg5AoIQxZTA2QRttNCS { width:10.375rem;height:4.5rem;top:20.4375rem;left:37.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnJ7RaEmM3N1xqhki9eBGBxLMRzmyy90 { top:8.9375rem;left:37.625rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wusBhMGTAUQ4GdCboUAarvJmutD05AXJ { width:9.3125rem;height:2.5625rem;top:16.0625rem;left:38.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOZRH7hZhi7wHiTWCkdsupZATcHGpzCA { top:10.6875rem;left:41.6875rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGmPk9Xc6eVB2TSfVKQcEDLSCoy6kCmG { width:10rem;height:5.625rem;top:9rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX36ITMi6muemtfLXhJGyRIMnOEPM5sv { top:26.5625rem;left:42.84375rem;width:2.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNxvm5HfaN2ubHAXBNErWN7byERnD7BZ { top:5.8125rem;left:37.8125rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #elMdxEC72v3NOxFpIPnX5cDdSHGKu3cx { width:10rem;height:10rem;top:9rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMA1JspABwp0DpqcdFgywbE0Ba9A4LXu { display:block; }
 }@media only screen and (max-width: 763px) { #Fw7tNmRPDSQ3XSlAuy6BLi4TXy7PyZSg { display:block; }#Fw7tNmRPDSQ3XSlAuy6BLi4TXy7PyZSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdPqceKwAWdkA86g50WyATxUXE53S9bJ { top:6.75rem;left:18.0625rem;width:11.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFD0Pb6cGXCCaDVAut9WLqx7VTGTcJbf { display:block; }
 }@media only screen and (max-width: 763px) { #gde7NeG1pMZQHMc2vDgvCDMu9c2Gd3sn { top:2.4375rem;left:18.75rem;width:10.25rem;height:3.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSTQ2hm7qTaHXqabs21giE0eed4o3N2J { top:1.875rem;left:0rem;width:19rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct5s4w6rArxVnMQi0RzwT8nul5IL3iR4 { width:5.125rem;height:1.1875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx8wDuyRWEoQNWU6wcw7Vqwy97TpUIf6 { top:2.3125rem;left:36.25rem;width:0.125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDoaEPJ0nmZEA3KyC9gOOT6Zri2tBlah { top:0.1875rem;left:0rem;width:47.625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPvmtP2o89iSJKpN29RyAUEQEMc2QCM6 { top:2.4375rem;left:31.6875rem;width:16.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eni3suiHIREhXJOrPcT9lUCaA5n6HZiG { top:5.0625rem;left:36.125rem;width:11.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #am2ISGO61kcQBzCWTETTUaIkxvtDUpPa { width:47.75rem;height:1.25rem;top:18.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkMnL293CgXFL7wg9mSpl26IFcy65U4k { top:14.4375rem;left:3rem;width:44.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCT50ZS2k0sig9ft32MVbEWDSxiE9BQg { top:12.25rem;left:2.9375rem;width:44.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rugAUkKMxyVcfdtSFd9cyikt4sXrpTS7 { width:9.5rem;height:0.125rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsQr0n07Mnt7UakhB3ThETetI0SDqMFM { top:15.75rem;left:2.9375rem;width:44.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtSuQseBs6IIt3XR0EwZbz41H0wBlync { display:block; }#AtSuQseBs6IIt3XR0EwZbz41H0wBlync > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRsImP5lJa07l3fTcCwL77Gt6XH1UgF4 { top:6.75rem;left:18.0625rem;width:11.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ87JqvTsxvMCw06xTJKFnEZiOE0R34N { display:block; }
 }@media only screen and (max-width: 763px) { #sfhQc2RHTyvIEUAbtz7ma2r4t3ZQXu92 { top:2.4375rem;left:18.75rem;width:10.25rem;height:3.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc6eToPTRlNBtcdhmXWt2fAnX7cxn9dq { top:1.875rem;left:0rem;width:19rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv3abHrho0pHTzCipI9rQL2Rh0Hy6UNL { width:5.125rem;height:1.1875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUqM5DbkbtELMEgfFLAgIevNdgew0p0M { width:9.5625rem;height:0.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC8HUnbEKsL7JpCRX76NczJgaSdObUkr { top:2.3125rem;left:36.25rem;width:0.125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDJOQIbnKtZ37kZ8dJa8mdBWEuxuxMe0 { top:0.1875rem;left:0rem;width:47.625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGwFkv5nogJt4EwIWf4RAuBpfJS5zVqw { top:2.4375rem;left:31.6875rem;width:16.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHmHZNQZRna5tazm1b8hWDBbuBuxGCB6 { top:5.0625rem;left:36.125rem;width:11.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWMwL08XIrf5BBy2plNA3sdBiKSBRD2D { width:47.75rem;height:1.25rem;top:18.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7C9Ei6F2sCUkuhd2IPiBsyTxXgmWuEi { top:14.5rem;left:2.9375rem;width:44.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFSA3k9yXepH3NDgXRX1wX5Bxt5CSmW4 { top:12.25rem;left:2.9375rem;width:44.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D69daE7yyM9gFDqAIz0ATIhauxdReiIk { display:block; }#D69daE7yyM9gFDqAIz0ATIhauxdReiIk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsTTB4HEidZTcfA4gnCkVtlVuk9UGDtD { top:0.6875rem;left:13.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #CniLna6guBrAH8gsRFEE53UDLIOc7yJr { width:10rem;height:5.625rem;top:0.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9N4wZ7aLz9zZPN2z7Lt9LkchytZ35CK { top:2.375rem;left:18.34375rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDymiohw4CCT48GkKJBS9wo4kTgSLNOB { width:8.6875rem;height:1.0625rem;top:8.75rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #By3qpTeLNV9P1Iv0kS3kQfbQHg92uTbf { width:10.625rem;height:6.8125rem;top:12.125rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9qduXCvesQWmFDe7ExZ91NO8fT7bGnL { width:8.75rem;height:1.25rem;top:19.5625rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc7FO0LPTTgsQQSTWTq81RZouCCeLb7q { top:1.9375rem;left:0rem;width:19.0625rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGUaQqZDiUNbKoSFGPtHft73xIARi3Fg { width:9.5rem;height:0.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIgucFM0cetO1qQBLIN5vd9ci4S2Pwa5 { width:5.125rem;height:1.1875rem;top:0rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb99EN3Cp4WVEGebhIs0wESdT2bW3i5k { width:10.625rem;height:2.3125rem;top:12.1875rem;left:37.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWgnqNpOpzUPPOclLN9JpPtzeFnarrVb { top:0.75rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5KFbUlBkRWDSGk7rkbTmMuxica0I3bQ { width:10rem;height:5.625rem;top:0.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpfEL9hEwJ789tCJ9CZEsOaFNT8TrTmd { width:10.125rem;height:1.25rem;top:8.6875rem;left:37.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA999XUxsSdt9fth7Ogarc9HukOHSgfb { width:8.75rem;height:1.25rem;top:19.5625rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wobNWfRxrWxoPer0IO9QUZrPwK0l0105 { width:10.625rem;height:5.625rem;top:12.125rem;left:25.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzTiFGCU49JWJH1b016TUR6XoFS1OoZ0 { top:0.6875rem;left:25.8125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #io1TTFZWHV8wEpMvTEKRttzchT5bLJ0G { width:8.75rem;height:1.0625rem;top:8.75rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkxIn5QvwhC7eWnSyvosgRwuJ03QdGhd { top:2.375rem;left:29.84375rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFTHwMFKzEvg5oUy6B2GARQaG4JRI6V1 { width:10rem;height:5.625rem;top:0.6875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4xQSnrqCJBvKocwVuBPU0JfaPOvfDp7 { top:2.9375rem;left:40.968540191651rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5T6AvtJoCJuOJ3Nl1XH9pWUIPTKGAtO { width:8.75rem;height:1.25rem;top:19.5625rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCcRWGfo91TUVaag6TxJ7y2LEOA976Hy { width:10rem;height:10rem;top:0.6875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVTCxshuNV3nPe5mTyDhid6742soLVrr { display:block; }
 }@media only screen and (max-width: 763px) { #hvNLrSCq35p2DDHgGTVF0ucqVwZE7ww7 { width:10rem;height:10rem;top:0.6875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OauAtBPADAKnuLML2ADGvtT1hSf5mK33 { display:block; }
 }@media only screen and (max-width: 763px) { #GRB4haBpPTJZJ90KsikvZrkldLFJoKCO { width:10rem;height:10rem;top:0.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtsXHNQg1U4KWSMreEN2yweMxMqCWHO5 { display:block; }
 }@media only screen and (max-width: 763px) { #XzoABz0qQDBHnL4L6qoCFTz2ADXPyInN { display:block; }#XzoABz0qQDBHnL4L6qoCFTz2ADXPyInN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJWeaxpO9ailPcEmHgERRdADaGEKz2SC { top:1.8125rem;left:13.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARoygbgfeChGyt9qWy6QSTJf59xJB8Eu { width:10rem;height:5.625rem;top:1.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzBGN8AdWsnXevDXr9P9qIDETbZlaoNS { top:3.5625rem;left:18.15625rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqEb8FQxmX6TCm6Jt2RdKLT5dc8JZsU { width:8.75rem;height:1.25rem;top:9.8125rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOWP7Pim9wvahh5yHi1QNhnV216SiT0g { width:10.625rem;height:3.375rem;top:13.3125rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZahhfJxkNCGcGAZhGomK1gilEHrHLIA { width:8.75rem;height:1.25rem;top:17.5625rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtgxGp22ayCoyvAC87t8RGHUDbT0xzDz { width:8.75rem;height:1.25rem;top:17.5625rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXZtSVArR9GNlg1kiPfchW2duIbbICSe { width:10.625rem;height:3.375rem;top:13.375rem;left:25.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENBWezmb134PG0RysAlgvqhUOKT3qGqi { top:1.875rem;left:25.8125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6qGscCKtad6HmvoNF887DFSeAd5Tgt0 { width:8.75rem;height:1.25rem;top:9.875rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDIVVrk02gqxXHue9X53NwcR6HzxfX38 { width:10rem;height:5.625rem;top:1.8125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z785N9z1h5vI8hgzZkcqSku6EsdNmL1m { top:3.625rem;left:30.09375rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #syRtJ4xsaLTGqoQK9r1rQoZy0nkQf6um { width:10rem;height:10rem;top:1.8125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEf9MeKBqJRSNGcG0M9Ah5vT0Rn721FH { display:block; }
 }@media only screen and (max-width: 763px) { #TD30cbG3XALmcf1I0OwsETzUhXqTuRls { width:10rem;height:10rem;top:1.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdHAJcyt8TQCcTzRAPMm9q6lZyArfnDu { display:block; }
 }@media only screen and (max-width: 763px) { #FgLrPpfIKCDsdfFTUHryoaXV4ssA1O4w { display:block; }#FgLrPpfIKCDsdfFTUHryoaXV4ssA1O4w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTB3vutOsLF9Z63B80qmdQX6BW39rCTn { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWmVDQBiq0Zaq9vi6aJdN2IptM2nFmSg { top:42rem;left:38.8125rem;width:8.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWRv2I64FEThkU5UhFdVK6Bb4uhwsLpU { top:0.5rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQzNsm4iApOGAgoECUtt5IXEJabeCkLp { top:3.3125rem;left:12.8125rem;width:9.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru6akeeOTnhiqcC0e3R66e1GwzhHBvez { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhWRueBeTKrz5Nro0TngTmQ3ZNCWZTXC { top:3.375rem;left:36.8125rem;width:10.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmHlAIKSTq7Rc6CtPiDBNwO1lTJWSMOS { top:0.5rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #elZU8btbTmEqVQWQzKbo9UoIU4K5F0XU { top:4rem;left:24.5rem;width:11rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtLROSov2r9CcBClK1QBeReBFSUDRTpE { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmskrEVoKoyXVOgThpvUlmEhSN8eEe6M { top:5.4375rem;left:39.75rem;width:8rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HttUbhk2EnOuUxxvsG9rNJPXxTfG1SUb { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIOFy5sdA4BTCQycopgDT6VV5R2tvEhh { top:18.5625rem;left:38.156253814698rem;width:8.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFxtViad40TCW4ddJQhK4bSwHUk0CZkC { top:13.0625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OygPWRdA11XZMxTSiafIy5kwvKEfZOGP { top:16.5rem;left:25.5625rem;width:8.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJPAO97fMV8rVgtK1E1HZGMt896E6PpJ { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbkAdfDTN3ppxqleVyEFhJCoeffV2Tn9 { top:15.375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSrSaLiZVQvIpecTlVCmbTIk3t7RngCs { top:13.0625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeOqLH3Ts3CBOp6SUm0o5w0Q6EZobO2I { top:15.375rem;left:13.5rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZDwULmiJgGWuwcEOGValC5qbJmw6mu6 { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG966CvkWAZNcZH4MXEfqky795UVdUoS { top:41.875rem;left:38.1875rem;width:8.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVfGyoFTqGeJM4rLQ0zR4m47NDnh9az5 { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l71QcrJau4OwQalT4GkQ3ZwalmpzylGT { top:25.625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyJrPzsv3hlFMUTWpbhNk3uTld2VUzwC { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB26kqyH193NBcScxNnH4vtviarFBdZo { top:25.625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Spzp75uXcTnJOT8e7Rmfr633zSGTgJ { top:38.1875rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDrprb40MZ7OTEsPIqfeUv8a9awPpaoA { top:29rem;left:36.4375rem;width:11.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIt5fr1KH80O0oKdND5vTG1TTVyTUFtN { top:29.75rem;left:25.5625rem;width:8.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPGvVMAnS4yrhHW20UEfkJO1HPJr2rGz { top:27.9375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyMQZ5y0UivmzgNfUTA8rki5f2WkLeFT { top:29rem;left:13.5rem;width:8rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsAvh38KfmT7MNctSTh28UGhwq5hkusO { top:41.875rem;left:27.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7NE65mKT4HzrXtTkCIzGeuza2XL4XrL { top:1.9375rem;left:0rem;width:20.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpcRmVUzTgDC434OBHvX6B7bn6AG7VKo { width:5.875rem;height:1.1875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqK2HmKDH7SDJA2BA70cLPTcoOlnJsob { width:9.5625rem;height:0.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvGCI7EfnraXSAhSm5ANpRtGoDKzGTTL { top:38.1875rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7oJVpiukdW5AQuaubNucbomJuZXNJs { top:43.75rem;left:12.25rem;width:10.5625rem;height:1.5rem;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.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-input-text { width:21.5625rem;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.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-input-select { width:21.5625rem;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.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l  { width:21.5625rem;height:auto;top:8.75rem;left:0rem; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMdCEivEvkiSH16cLEJExTT95bOWwl4l {display:block;}#sMdCEivEvkiSH16cLEJExTT95bOWwl4l { width:21.5625rem;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) { #BeCMT8wa4H5UpdRoqeouklULdG1FtA1X { top:3.4375rem;left:18.1875rem;width:29.5625rem;height:41.6875rem;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:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVnSgvGAn6yvPbQKlefxoVo6l6n4HN1e { width:6.875rem;height:1rem;top:1.6875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvAcM69GHXVLlVS99t6INA2W7lKHMzi7 { display:block; }
 }@media only screen and (max-width: 763px) { #XMgma9AAAft98CIVc56ChCZDpngBIML6 { width:6.5rem;height:1rem;top:1.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Er2ra8iP8iN1SwQ2fdEobRuM2FGKSJ6a { 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) { #zaCfmFiKUbzrDbQ8PZ4DoWHmoZQ7GoxK { width:2.8125rem;height:1rem;top:5.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZTIGADXgObZQMpIq4TCgruXSBTPJIyM { display:block; }
 }@media only screen and (max-width: 763px) { #XLwieBX0ECS3D4zdH5bizhd1aD5miDFH { display:block; }#XLwieBX0ECS3D4zdH5bizhd1aD5miDFH > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMkPDaG7rOOZqVKbza9lIxTlhH1J3K1t { width:18rem;height:1.71875rem;top:3.859375rem;left:1rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTofo7XAHCm980HPOMOibU26xlTbpPcT { display:block; }#hTofo7XAHCm980HPOMOibU26xlTbpPcT > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHExglRTTMkT83nw7aFRLvnmt8a1KglX { width:20rem;height:11.0405625rem;top:4.75rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #kteU9A38vBbPTnZZ49SMlTaFkqpk3U9s { height:8.8125rem;width:14.0625rem;top:5.25rem;left:2.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #modQkwXVFo9AskM38SJUP824LraEusCv { width:19.624rem;height:2.44921875rem;top:0.662841796875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #GmbqTXJaR2RS2OXI9hgXhT6rT26EG90I { display:block; }#GmbqTXJaR2RS2OXI9hgXhT6rT26EG90I > .row .container { width:20rem;height:79.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8SJKaf7Tp3E0b84HDOoqcLzkVbw8OJr { width:19.0625rem;height:2.5996125rem;top:3.6865234375rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLraPVkIrF9d96hIVPy4x7y2kFWOCtTW { width:5.4370125rem;height:1.3997375rem;top:0.772705078125rem;left:11.93603515625rem;text-align:right;text-align-last:right;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #cTL3oPxSnunm5cI7rvcE68zoE3TdtpR2 { width:9.5rem;height:0.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2ABG0oqWK6zK1U9Aa73lK52bbDpRTNg { width:18.75rem;height:29.5rem;top:8.5622854232787rem;left:0.62500005960463rem;font-size:1rem;display:block; }#q2ABG0oqWK6zK1U9Aa73lK52bbDpRTNg li:before{  }
 }@media only screen and (max-width: 763px) { #JJ9Bd7dJ5lirHyBmJz3QEEoJFxJ9WkXc { width:19.9375rem;height:63.1875rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtyx0r21Ok86qARbkszlT9cIWsMXsMse { width:18.75rem;height:27.6875rem;top:38.074003040791rem;left:0.62500005960463rem;font-size:1rem;display:block; }#rtyx0r21Ok86qARbkszlT9cIWsMXsMse li:before{  }
 }@media only screen and (max-width: 763px) { #yVoOFR09TP1oN9cfxJKJAi7dpnLnPsZf { width:20rem;height:6rem;top:71.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAF7c3fd8SJ6fvCUR8iF61ThawXJKSao { display:block; }#FAF7c3fd8SJ6fvCUR8iF61ThawXJKSao > .row .container { width:20rem;height:65.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k383bVuKbhIPG1i3TaeO9GQAghEmi6Jt { width:19.0625rem;height:5.19921875rem;top:3.6865234375rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4mIelPdvaCATRxTaTU66UsOLStHpATu { width:5.4370125rem;height:1.3997375rem;top:0.772705078125rem;left:11.93603515625rem;text-align:right;text-align-last:right;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #vVIbIpKLoUWDRTdWVTPh9gJQ0naJwxyV { width:9.5rem;height:0.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJPgISDzTMWhwIIJMpShHdu88mq1shnc { width:18.75rem;height:1.50065rem;top:15.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSdJSWgGpWH6U95kNPh1P08trmykIHbo { width:18.75rem;height:16.25rem;top:16.9375rem;left:0.625rem;font-size:1rem;display:block; }#OSdJSWgGpWH6U95kNPh1P08trmykIHbo li:before{  }
 }@media only screen and (max-width: 763px) { #ABF7SmxfJ5rw5fEyJwq5ksQoATd6UREM { width:12rem;height:3.1497375rem;top:11.524739861488rem;left:4.0000002980232rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #rvK2Srn602vNWeND0ZXWnfnsqt3pdwEG { width:18.75rem;height:6.625rem;top:35.657544136047rem;left:0.62500005960463rem;font-size:1rem;display:block; }#rvK2Srn602vNWeND0ZXWnfnsqt3pdwEG li:before{  }
 }@media only screen and (max-width: 763px) { #TbzzkBkaxpILS0FS1PndmHNzJ3rnMDiH { width:18.75rem;height:1.5rem;top:33.687501907349rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99GwRgwRdvn6OwpMCSdqSHRz61IwRcE { width:19.9375rem;height:20.79166875rem;top:43.470703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2vVodUCTvDqDSBFruVSWhL6f7tScmst { width:19.9375rem;height:54.5625rem;top:10.595703125rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #lvnuATsAisxnRwlnzmfWkslJKZfyIlUI { display:block; }#lvnuATsAisxnRwlnzmfWkslJKZfyIlUI > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE1t1yNAa7CA6VfIT6098vaICrDHNJRq { width:20rem;height:20.79166875rem;top:21.020192623138rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTfBPBIJHW6tk08ZS27GFRyla0QifO5 { width:20rem;height:6.3125rem;top:6.4375057220456rem;left:0rem;font-size:1rem;display:block; }#rTTfBPBIJHW6tk08ZS27GFRyla0QifO5 li:before{  }
 }@media only screen and (max-width: 763px) { #RNS1NAPnAJ959TUX0H9kKzTO9bGKfEQM { width:5.125rem;height:1.57486875rem;top:3.25rem;left:7.4375002980231rem;text-align:right;text-align-last:right;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #nE2wobdnaUHTW4ZMq1JQukKeONi67x2A { width:20rem;height:6.3125rem;top:13.625rem;left:0rem;font-size:1rem;display:block; }#nE2wobdnaUHTW4ZMq1JQukKeONi67x2A li:before{  }
 }@media only screen and (max-width: 763px) { #QI74ztnHs5Bzkn9kJsoUZs2wgTzFpqVT { width:19.875rem;height:41.4375rem;top:1.25rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #DsHlCLHxg5SxKzPJ43WEbTJ4r83wTqtO { display:block; }#DsHlCLHxg5SxKzPJ43WEbTJ4r83wTqtO > .row .container { width:20rem;height:107.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUofygIppd3HlX5mlR9OMuZZMp2X2Mf7 { width:9.8123125rem;height:2.6rem;top:12.9375rem;left:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAVAHnTmRF6TsJ4BZTAW2Vk5Xar8nhFC { width:10rem;height:10rem;top:2.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4fJtuSyqeT09U3k93VvosXDVAGRT5MB { width:10rem;height:5.625rem;top:2.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rChmh6qN2itmXNmhtJFkW2EpIC3irRaq { width:10rem;height:10rem;top:2.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkOlGyDSc0eJPVsEdL6sBycW7zP3S0i7 { display:block; }
 }@media only screen and (max-width: 763px) { #ozdiS7TLHGTbhfv5eUIDtITVPhq01hAA { width:5rem;height:5rem;top:3.8125rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPwhHWfIXVrtWyw9qr7pBKI9qBfcPwgZ { width:8.75rem;height:1.5rem;top:8.8125rem;left:5.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFQohK1T4npJQ4a2e0uSFaEKZ483wfi8 { width:15rem;height:2.625rem;top:15.75rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ROtOEwqHTBfdRXpqeqwoxWTFo2TUM1aJ { width:9.8125rem;height:2.6rem;top:65.0614566803rem;left:5.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om1Vxybvm1ATHVNQ98ix6rT71pwES0ts { width:10rem;height:10rem;top:23rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGIRX1Qlf56aiLaTw4eXTD0BnRaelHo1 { width:10rem;height:10.125rem;top:22.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r91ZVWmBJz0biyun8kq5prArqFVnfZte { width:10rem;height:10rem;top:23rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qII4R1Hv5uLPI9I3uVJBpMku8H78A0ni { display:block; }
 }@media only screen and (max-width: 763px) { #DxQ752JV7TIW8mdT7hl9kOuDo7uDBGSW { width:5rem;height:5rem;top:24.6875rem;left:7.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqI3hdFGlOwWgoQZf1BF7s8gUSFywTVP { width:10.125rem;height:3rem;top:34.25rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWhatUkV3nmpmrIXEcozMwgXTg3qFonr { width:10.625rem;height:2.625rem;top:37rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #czb7yeCyJgyJt36gLZOK7XeV1oPfTCKe { width:9.8125rem;height:2.6rem;top:40.875rem;left:5.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yURM44v7avHG0nJoyzxRv3HaWNWAKCaW { width:10rem;height:5.625rem;top:47.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtSsPg616ksK6L1IqTZovub3vTgyrwB8 { width:10rem;height:10rem;top:47.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK4F1LtMgk4f1eSnc0JA9VIbSxN66N4d { width:10rem;height:10rem;top:47.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUwpiQoMLSmSDb3XRgiQR4Nm1r2buUS6 { display:block; }
 }@media only screen and (max-width: 763px) { #lJNIoRgSNKbsSBkmXnDe9foC9qFD3gDr { width:5rem;height:5rem;top:49.4375rem;left:7.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD9Wf7p63XCibLdOri9iAqobod93s00p { width:10.125rem;height:3rem;top:59rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMFH4r859oVbICRAPnpRHq17tapO6lQp { width:10.625rem;height:1.3125rem;top:61.75rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #HZAsharKJzMD21kEOUs64G39A5Kkvlng { top:72.25rem;left:4.1875rem;width:11.624375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9v7cIGX62iAHIEOdTBsJEtPxA4nurbX { display:block; }
 }@media only screen and (max-width: 763px) { #kKUQbhN3cwc7b8CSz8ccNh8E1twqlxlN { width:20rem;height:3.375rem;top:76.8125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqC1vP5Sp2EUVVcMJGnEpiBzgOJIx9fm { width:2.6875rem;height:1.1375rem;top:19.573957443238rem;left:8.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnpm3AkfU9SoMMVgMw5Do1uWK9BFl3h3 { width:2.6875rem;height:1.1375rem;top:69.348957061769rem;left:8.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7BAMCmQFPPLxTIcgaZnXyGP0XEHtrEu { width:2.6875rem;height:1.1375rem;top:44.648958206177rem;left:8.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhRqIcCahdkN4Zg5AoIQxZTA2QRttNCS { width:10.375rem;height:5.25rem;top:96.537753369144rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnJ7RaEmM3N1xqhki9eBGBxLMRzmyy90 { width:10rem;height:10rem;top:85.2871125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wusBhMGTAUQ4GdCboUAarvJmutD05AXJ { width:9.3125rem;height:2.625rem;top:92.350253369144rem;left:5.2500038146972rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOZRH7hZhi7wHiTWCkdsupZATcHGpzCA { width:5rem;height:5rem;top:86.975253369144rem;left:7.5000038146975rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGmPk9Xc6eVB2TSfVKQcEDLSCoy6kCmG { width:10rem;height:5.625rem;top:85.287753369144rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX36ITMi6muemtfLXhJGyRIMnOEPM5sv { width:2.6875rem;height:1.13736875rem;top:103.03775336914rem;left:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNxvm5HfaN2ubHAXBNErWN7byERnD7BZ { width:9.8125rem;height:2.5996125rem;top:81.4375rem;left:5.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #elMdxEC72v3NOxFpIPnX5cDdSHGKu3cx { width:10rem;height:10rem;top:85.287753369144rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMA1JspABwp0DpqcdFgywbE0Ba9A4LXu { display:block; }
 }@media only screen and (max-width: 763px) { #Fw7tNmRPDSQ3XSlAuy6BLi4TXy7PyZSg { display:none; }#Fw7tNmRPDSQ3XSlAuy6BLi4TXy7PyZSg > .row .container { width:20rem;height:54.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OdPqceKwAWdkA86g50WyATxUXE53S9bJ { top:14.466796875rem;left:4.1865234375rem;width:11.624rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFD0Pb6cGXCCaDVAut9WLqx7VTGTcJbf { display:block; }
 }@media only screen and (max-width: 763px) { #gde7NeG1pMZQHMc2vDgvCDMu9c2Gd3sn { width:10.2485rem;height:3.0869125rem;top:9.68533039093rem;left:4.8752170205116rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSTQ2hm7qTaHXqabs21giE0eed4o3N2J { width:14.4375rem;height:2.5996125rem;top:3.5625rem;left:2.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ct5s4w6rArxVnMQi0RzwT8nul5IL3iR4 { width:5.125rem;height:1.3994125rem;top:1.03125rem;left:11.6875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx8wDuyRWEoQNWU6wcw7Vqwy97TpUIf6 { width:9.9375rem;height:0.125rem;top:18.685546875rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDoaEPJ0nmZEA3KyC9gOOT6Zri2tBlah { width:19.9375rem;height:33.8125rem;top:7.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPvmtP2o89iSJKpN29RyAUEQEMc2QCM6 { width:16.0625rem;height:1.13671875rem;top:27.25rem;left:1.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eni3suiHIREhXJOrPcT9lUCaA5n6HZiG { width:11.625rem;height:2.9375rem;top:22rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #am2ISGO61kcQBzCWTETTUaIkxvtDUpPa { width:20rem;height:3.375rem;top:47.259765625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkMnL293CgXFL7wg9mSpl26IFcy65U4k { width:19.125rem;height:2.5996125rem;top:35.160159375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCT50ZS2k0sig9ft32MVbEWDSxiE9BQg { width:18.75rem;height:2.5996125rem;top:31.498046875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rugAUkKMxyVcfdtSFd9cyikt4sXrpTS7 { width:9.5625rem;height:0.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsQr0n07Mnt7UakhB3ThETetI0SDqMFM { width:20rem;height:0;top:51.884765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtSuQseBs6IIt3XR0EwZbz41H0wBlync { display:block; }#AtSuQseBs6IIt3XR0EwZbz41H0wBlync > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRsImP5lJa07l3fTcCwL77Gt6XH1UgF4 { top:14.466796875rem;left:4.1865234375rem;width:11.624rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ87JqvTsxvMCw06xTJKFnEZiOE0R34N { display:block; }
 }@media only screen and (max-width: 763px) { #sfhQc2RHTyvIEUAbtz7ma2r4t3ZQXu92 { width:10.2485rem;height:3.0872375rem;top:9.68533039093rem;left:4.8752170205116rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc6eToPTRlNBtcdhmXWt2fAnX7cxn9dq { width:14.4375rem;height:2.5996125rem;top:3.5625rem;left:2.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tv3abHrho0pHTzCipI9rQL2Rh0Hy6UNL { width:5.125rem;height:1.3997375rem;top:1.03125rem;left:11.6875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUqM5DbkbtELMEgfFLAgIevNdgew0p0M { width:9.5625rem;height:0.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC8HUnbEKsL7JpCRX76NczJgaSdObUkr { width:9.9375rem;height:0.125rem;top:18.685546875rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDJOQIbnKtZ37kZ8dJa8mdBWEuxuxMe0 { width:19.9375rem;height:31.75rem;top:7.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGwFkv5nogJt4EwIWf4RAuBpfJS5zVqw { width:16.0625rem;height:1.13736875rem;top:27.25rem;left:1.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHmHZNQZRna5tazm1b8hWDBbuBuxGCB6 { width:11.625rem;height:2.9375rem;top:22rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWMwL08XIrf5BBy2plNA3sdBiKSBRD2D { width:20rem;height:3.375rem;top:40.884765625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7C9Ei6F2sCUkuhd2IPiBsyTxXgmWuEi { width:19.125rem;height:1.2999125rem;top:35.160159375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFSA3k9yXepH3NDgXRX1wX5Bxt5CSmW4 { width:18.75rem;height:2.59895625rem;top:31.498046875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D69daE7yyM9gFDqAIz0ATIhauxdReiIk { display:none; }#D69daE7yyM9gFDqAIz0ATIhauxdReiIk > .row .container { width:20rem;height:72rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bsTTB4HEidZTcfA4gnCkVtlVuk9UGDtD { width:10rem;height:10rem;top:14.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CniLna6guBrAH8gsRFEE53UDLIOc7yJr { width:10rem;height:5.625rem;top:14.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9N4wZ7aLz9zZPN2z7Lt9LkchytZ35CK { width:5rem;height:5rem;top:16.5rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDymiohw4CCT48GkKJBS9wo4kTgSLNOB { width:8.75rem;height:1.5rem;top:22.1875rem;left:5.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #By3qpTeLNV9P1Iv0kS3kQfbQHg92uTbf { width:15rem;height:5.25rem;top:25.6875rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9qduXCvesQWmFDe7ExZ91NO8fT7bGnL { width:8.75rem;height:1.5rem;top:31.5rem;left:5.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc7FO0LPTTgsQQSTWTq81RZouCCeLb7q { width:19.0625rem;height:10.3984375rem;top:3.2597657442093rem;left:0.46875005960464rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGUaQqZDiUNbKoSFGPtHft73xIARi3Fg { width:9.5rem;height:0.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIgucFM0cetO1qQBLIN5vd9ci4S2Pwa5 { width:5.12478125rem;height:1.3997375rem;top:1.8619804382324rem;left:12.500001013279rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb99EN3Cp4WVEGebhIs0wESdT2bW3i5k { width:15rem;height:1.3125rem;top:46rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #GWgnqNpOpzUPPOclLN9JpPtzeFnarrVb { width:10rem;height:10rem;top:34.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5KFbUlBkRWDSGk7rkbTmMuxica0I3bQ { width:10rem;height:5.625rem;top:34.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpfEL9hEwJ789tCJ9CZEsOaFNT8TrTmd { width:8.75rem;height:1.50065rem;top:41.625rem;left:5.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA999XUxsSdt9fth7Ogarc9HukOHSgfb { width:8.75rem;height:1.50065rem;top:68.25rem;left:5.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wobNWfRxrWxoPer0IO9QUZrPwK0l0105 { width:15rem;height:5.25rem;top:63rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzTiFGCU49JWJH1b016TUR6XoFS1OoZ0 { width:10rem;height:10rem;top:51.875rem;left:5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #io1TTFZWHV8wEpMvTEKRttzchT5bLJ0G { width:8.75rem;height:1.2999125rem;top:58.8125rem;left:5.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkxIn5QvwhC7eWnSyvosgRwuJ03QdGhd { width:5rem;height:5rem;top:53.25rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFTHwMFKzEvg5oUy6B2GARQaG4JRI6V1 { width:10rem;height:5.625rem;top:51.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4xQSnrqCJBvKocwVuBPU0JfaPOvfDp7 { width:5rem;height:5rem;top:36.061198472977rem;left:7.6250000596044rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5T6AvtJoCJuOJ3Nl1XH9pWUIPTKGAtO { width:8.75rem;height:1.50065rem;top:47.685766220093rem;left:5.6250000596046rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCcRWGfo91TUVaag6TxJ7y2LEOA976Hy { width:10rem;height:10rem;top:14.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVTCxshuNV3nPe5mTyDhid6742soLVrr { display:block; }
 }@media only screen and (max-width: 763px) { #hvNLrSCq35p2DDHgGTVF0ucqVwZE7ww7 { width:10rem;height:10rem;top:51.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OauAtBPADAKnuLML2ADGvtT1hSf5mK33 { display:block; }
 }@media only screen and (max-width: 763px) { #GRB4haBpPTJZJ90KsikvZrkldLFJoKCO { width:10rem;height:10rem;top:34.436850786209rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtsXHNQg1U4KWSMreEN2yweMxMqCWHO5 { display:block; }
 }@media only screen and (max-width: 763px) { #XzoABz0qQDBHnL4L6qoCFTz2ADXPyInN { display:none; }#XzoABz0qQDBHnL4L6qoCFTz2ADXPyInN > .row .container { width:20rem;height:42.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aJWeaxpO9ailPcEmHgERRdADaGEKz2SC { width:10rem;height:10rem;top:1.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARoygbgfeChGyt9qWy6QSTJf59xJB8Eu { width:10rem;height:5.625rem;top:1.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzBGN8AdWsnXevDXr9P9qIDETbZlaoNS { width:5rem;height:5rem;top:3.4375rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqEb8FQxmX6TCm6Jt2RdKLT5dc8JZsU { width:8.75rem;height:1.50065rem;top:8.4375rem;left:5.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOWP7Pim9wvahh5yHi1QNhnV216SiT0g { width:15rem;height:2.625rem;top:13.125rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZahhfJxkNCGcGAZhGomK1gilEHrHLIA { width:8.75rem;height:1.50065rem;top:16.3125rem;left:5.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtgxGp22ayCoyvAC87t8RGHUDbT0xzDz { width:8.75rem;height:1.50065rem;top:37.25rem;left:5.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXZtSVArR9GNlg1kiPfchW2duIbbICSe { width:15rem;height:3.9375rem;top:32.625rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENBWezmb134PG0RysAlgvqhUOKT3qGqi { width:10rem;height:10rem;top:21.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6qGscCKtad6HmvoNF887DFSeAd5Tgt0 { width:8.75rem;height:1.50065rem;top:29.125rem;left:5.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDIVVrk02gqxXHue9X53NwcR6HzxfX38 { width:10rem;height:5.625rem;top:21.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z785N9z1h5vI8hgzZkcqSku6EsdNmL1m { width:5rem;height:5rem;top:23.125rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #syRtJ4xsaLTGqoQK9r1rQoZy0nkQf6um { width:10rem;height:10rem;top:21.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEf9MeKBqJRSNGcG0M9Ah5vT0Rn721FH { display:block; }
 }@media only screen and (max-width: 763px) { #TD30cbG3XALmcf1I0OwsETzUhXqTuRls { width:10rem;height:10rem;top:1.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdHAJcyt8TQCcTzRAPMm9q6lZyArfnDu { display:block; }
 }@media only screen and (max-width: 763px) { #FgLrPpfIKCDsdfFTUHryoaXV4ssA1O4w { display:block; }#FgLrPpfIKCDsdfFTUHryoaXV4ssA1O4w > .row .container { width:20rem;height:233.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTB3vutOsLF9Z63B80qmdQX6BW39rCTn { width:12.5rem;height:12.5rem;top:8.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWmVDQBiq0Zaq9vi6aJdN2IptM2nFmSg { width:9.6875rem;height:5.0625rem;top:11.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWRv2I64FEThkU5UhFdVK6Bb4uhwsLpU { width:12.5rem;height:12.5rem;top:21.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQzNsm4iApOGAgoECUtt5IXEJabeCkLp { width:9.4375rem;height:7.0625rem;top:24.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru6akeeOTnhiqcC0e3R66e1GwzhHBvez { width:12.5rem;height:12.5rem;top:49.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhWRueBeTKrz5Nro0TngTmQ3ZNCWZTXC { width:10.9375rem;height:6.875rem;top:52.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmHlAIKSTq7Rc6CtPiDBNwO1lTJWSMOS { width:12.5rem;height:12.5rem;top:35.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elZU8btbTmEqVQWQzKbo9UoIU4K5F0XU { width:11rem;height:5.625rem;top:39.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtLROSov2r9CcBClK1QBeReBFSUDRTpE { width:12.5rem;height:12.5rem;top:63.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmskrEVoKoyXVOgThpvUlmEhSN8eEe6M { width:8rem;height:2.8125rem;top:68.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #HttUbhk2EnOuUxxvsG9rNJPXxTfG1SUb { width:12.5rem;height:12.5rem;top:119rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIOFy5sdA4BTCQycopgDT6VV5R2tvEhh { width:8.9375rem;height:1.625rem;top:122.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFxtViad40TCW4ddJQhK4bSwHUk0CZkC { width:12.5rem;height:12.5rem;top:105.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OygPWRdA11XZMxTSiafIy5kwvKEfZOGP { width:8.9375rem;height:5.8125rem;top:108.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJPAO97fMV8rVgtK1E1HZGMt896E6PpJ { width:12.5rem;height:12.5rem;top:132.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbkAdfDTN3ppxqleVyEFhJCoeffV2Tn9 { width:8rem;height:8rem;top:135.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSrSaLiZVQvIpecTlVCmbTIk3t7RngCs { width:12.5rem;height:12.5rem;top:91.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeOqLH3Ts3CBOp6SUm0o5w0Q6EZobO2I { width:8rem;height:8rem;top:93.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZDwULmiJgGWuwcEOGValC5qbJmw6mu6 { width:12.5rem;height:12.5rem;top:77.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG966CvkWAZNcZH4MXEfqky795UVdUoS { width:8.9375rem;height:5.3125rem;top:81.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVfGyoFTqGeJM4rLQ0zR4m47NDnh9az5 { width:12.5rem;height:12.5rem;top:188.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l71QcrJau4OwQalT4GkQ3ZwalmpzylGT { width:12.5rem;height:12.5rem;top:174.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyJrPzsv3hlFMUTWpbhNk3uTld2VUzwC { width:12.5rem;height:12.5rem;top:202.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB26kqyH193NBcScxNnH4vtviarFBdZo { width:12.5rem;height:12.5rem;top:160.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Spzp75uXcTnJOT8e7Rmfr633zSGTgJ { width:12.5rem;height:12.5rem;top:146.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDrprb40MZ7OTEsPIqfeUv8a9awPpaoA { width:11.3125rem;height:5.875rem;top:191.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIt5fr1KH80O0oKdND5vTG1TTVyTUFtN { width:8.9375rem;height:4.4375rem;top:178.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPGvVMAnS4yrhHW20UEfkJO1HPJr2rGz { width:8rem;height:8rem;top:204.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyMQZ5y0UivmzgNfUTA8rki5f2WkLeFT { width:8rem;height:5.9375rem;top:164rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsAvh38KfmT7MNctSTh28UGhwq5hkusO { width:5.3125rem;height:5.3125rem;top:150.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7NE65mKT4HzrXtTkCIzGeuza2XL4XrL { width:12.8125rem;height:2.5996125rem;top:3.90625rem;left:3.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qpcRmVUzTgDC434OBHvX6B7bn6AG7VKo { width:5.125rem;height:1.3997375rem;top:1.21875rem;left:11.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqK2HmKDH7SDJA2BA70cLPTcoOlnJsob { width:9.5625rem;height:0.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvGCI7EfnraXSAhSm5ANpRtGoDKzGTTL { width:12.5rem;height:12.5rem;top:216.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7oJVpiukdW5AQuaubNucbomJuZXNJs { width:10.5625rem;height:1.5rem;top:221.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgu1CaSK3B9vBqpLgWtw4Z2oTB8bkTMp { background-color:#fcc80a;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:58.9375rem;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.5rem;height:auto;top:8.6123046875rem;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.5rem;height:auto;top:8.6123046875rem;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) { #BeCMT8wa4H5UpdRoqeouklULdG1FtA1X { width:20rem;height:28.202673589896rem;top:9.1940307617188rem;left:0rem;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.3125rem;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:20rem;height:5.84766875rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGVVVPu0rSklFmIORUv1B3VbKiP2qMt1 { width:16.1246875rem;height:1.5996125rem;top:4.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #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.2999125rem;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; }
 }