.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); }#PBX5swfOp4ltlVM08oIknpd2PMLihCVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#PBX5swfOp4ltlVM08oIknpd2PMLihCVo > .row .container { background-color: transparent; background-image: none; }#PBX5swfOp4ltlVM08oIknpd2PMLihCVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBX5swfOp4ltlVM08oIknpd2PMLihCVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBX5swfOp4ltlVM08oIknpd2PMLihCVo > .row .container > .video-iframe-container { display: none; }#PBX5swfOp4ltlVM08oIknpd2PMLihCVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBX5swfOp4ltlVM08oIknpd2PMLihCVo > .row > .video-iframe-container { display: none; }#PBX5swfOp4ltlVM08oIknpd2PMLihCVo > .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); }#PBX5swfOp4ltlVM08oIknpd2PMLihCVo > .row .container { border-width: 0; border-radius: 0; }#PBX5swfOp4ltlVM08oIknpd2PMLihCVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PBX5swfOp4ltlVM08oIknpd2PMLihCVo > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#KuCaShDS52U3T8PrzyVblBdsH3z2l2Kf { 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; }
#T8VqxAu0879fHsGoH3Tvb1ZRH5VK31mk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NVMvElm3BoAvo6wSaeV667WeQ9QoF57C { 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; }
#rXpEMGTxX7tL0s8Z2tbETklFS0CWDgAb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbzIyP3XMbrkHgOWTBD9rIJe4K1WcBer { 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; }
#zaUlZScDHlQrWmIKGyTrV6qLXbi6uov9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WsF7qKyrz5eQbmVQo76FwveHCEtSEG3U { 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; }
#il8P1CtPXxTazyOJVwNQAvflbFclg3fT { 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; }
#JZfGC00tNXSN1y5XZ2WRLhLkSRAdVf1f { 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; }
#qD7fqXdruc4EGLTmH7xBaMdzhW6cQK7o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bEQC6LuglVeE0MxIRFQJJCDc6uLn8oTD { 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; }
#xoasNhDA43L8tSKLStn33Fh3eFZZm3LW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#437ceb;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; }#xoasNhDA43L8tSKLStn33Fh3eFZZm3LW > .row .container { background-color: transparent; background-image: none; }#xoasNhDA43L8tSKLStn33Fh3eFZZm3LW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xoasNhDA43L8tSKLStn33Fh3eFZZm3LW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xoasNhDA43L8tSKLStn33Fh3eFZZm3LW > .row .container > .video-iframe-container { display: none; }#xoasNhDA43L8tSKLStn33Fh3eFZZm3LW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xoasNhDA43L8tSKLStn33Fh3eFZZm3LW > .row > .video-iframe-container { display: none; }#xoasNhDA43L8tSKLStn33Fh3eFZZm3LW > .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); }#xoasNhDA43L8tSKLStn33Fh3eFZZm3LW > .row .container { border-width: 0; border-radius: 0; }#xoasNhDA43L8tSKLStn33Fh3eFZZm3LW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xoasNhDA43L8tSKLStn33Fh3eFZZm3LW > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#gIlJkGRrnfZk7vWyQHr38H5wNdizfB8r { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:5.5625rem;left:0rem;height:1.4000375rem;text-align:left;text-align-last:left;display:block; }
#JyBhCz3NPGXyRqcSnK4sl3fmbOq9dld6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#437ceb;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; }#JyBhCz3NPGXyRqcSnK4sl3fmbOq9dld6 > .row .container { background-color: transparent; background-image: none; }#JyBhCz3NPGXyRqcSnK4sl3fmbOq9dld6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyBhCz3NPGXyRqcSnK4sl3fmbOq9dld6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyBhCz3NPGXyRqcSnK4sl3fmbOq9dld6 > .row .container > .video-iframe-container { display: none; }#JyBhCz3NPGXyRqcSnK4sl3fmbOq9dld6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyBhCz3NPGXyRqcSnK4sl3fmbOq9dld6 > .row > .video-iframe-container { display: none; }#JyBhCz3NPGXyRqcSnK4sl3fmbOq9dld6 > .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); }#JyBhCz3NPGXyRqcSnK4sl3fmbOq9dld6 > .row .container { border-width: 0; border-radius: 0; }#JyBhCz3NPGXyRqcSnK4sl3fmbOq9dld6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JyBhCz3NPGXyRqcSnK4sl3fmbOq9dld6 > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#ACQHmTRRQevvvAhCvU1UKLIUpaE8gxFh { color:#ffffff;display:block;width:36.375rem;position:absolute;font-family:"titillium web";font-size:3.625rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:5.625rem;left:3.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ND2WIPSsp6HmvDlTost6kGntvAEQCMGE { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.5625rem;left:3.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MtGdkPbf6hUugv8hWN7WyWU3G0ywe20y { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"titillium web";font-size:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:16.625rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.1875rem;left:3.9375rem;display:block; }
#Ae2O4qVVUvtLknP3nOeAlKg3TpuhBi44 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzvqUwbazcB6SvRhFs0TCRLxWxWCqrcW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:24.25rem;top:2.25rem;left:45.9375rem;overflow:hidden;display:block; }
#JnT1HwFQnkJJOPLE5XStlUZ7OHVsiWe4 { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.75rem;left:3.9375rem;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; }
#JwPXE15XLizgCz6ao29MTSN3Wf20htDM { position:relative;display:block; }#JwPXE15XLizgCz6ao29MTSN3Wf20htDM { background-color: transparent; background-image: none; }#JwPXE15XLizgCz6ao29MTSN3Wf20htDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwPXE15XLizgCz6ao29MTSN3Wf20htDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwPXE15XLizgCz6ao29MTSN3Wf20htDM > .row .container > .video-iframe-container { display: none; }#JwPXE15XLizgCz6ao29MTSN3Wf20htDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwPXE15XLizgCz6ao29MTSN3Wf20htDM > .row > .video-iframe-container { display: none; }#JwPXE15XLizgCz6ao29MTSN3Wf20htDM > .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); }#JwPXE15XLizgCz6ao29MTSN3Wf20htDM { border-width: 0; border-radius: 0; }#JwPXE15XLizgCz6ao29MTSN3Wf20htDM > .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; }#JwPXE15XLizgCz6ao29MTSN3Wf20htDM > .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:53.6875rem;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; }#hZ6MazxyrxMPUy2OKfVkiPliahdSfGT2 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.5rem;width:32.0625rem;top:19.6875rem;left:20.875rem;display:block; }
#rgguhltp9mvmq8f3rtZQAMo3X3IK8VkE { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.9375rem;left:20.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A1n4Q0Nm7F0OLuKhT10WMIOuqKPTvysw { color:#000000;display:block;width:64.4375rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7.3125rem;left:5.28125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#QRAHpkr1AvFuhuMWNFmBaaTiORkKZ1WF { position:absolute;display:block;z-index:14999;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:39.1875rem;width:41.25rem;top:11rem;left:16.3125rem;overflow:hidden;display:block; }
#vLsJtEEfDsrWl4hLWgwA2w6Su7lJat8c { position:relative;display:block; }#vLsJtEEfDsrWl4hLWgwA2w6Su7lJat8c { background-color: transparent; background-image: none; }#vLsJtEEfDsrWl4hLWgwA2w6Su7lJat8c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLsJtEEfDsrWl4hLWgwA2w6Su7lJat8c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLsJtEEfDsrWl4hLWgwA2w6Su7lJat8c > .row .container > .video-iframe-container { display: none; }#vLsJtEEfDsrWl4hLWgwA2w6Su7lJat8c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLsJtEEfDsrWl4hLWgwA2w6Su7lJat8c > .row > .video-iframe-container { display: none; }#vLsJtEEfDsrWl4hLWgwA2w6Su7lJat8c > .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); }#vLsJtEEfDsrWl4hLWgwA2w6Su7lJat8c { border-width: 0; border-radius: 0; }#vLsJtEEfDsrWl4hLWgwA2w6Su7lJat8c > .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; }#vLsJtEEfDsrWl4hLWgwA2w6Su7lJat8c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;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; }#WLPqORqNtRpoysF7E41lI7nmy32vXwpJ { color:#000000;display:block;width:58.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:0rem;left:8.46875rem;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; }
#BEWxHWQ5L3KvO272SS0IJs04XPFsbcl3 { position:relative;display:block; }#BEWxHWQ5L3KvO272SS0IJs04XPFsbcl3 { background-color: transparent; background-image: none; }#BEWxHWQ5L3KvO272SS0IJs04XPFsbcl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEWxHWQ5L3KvO272SS0IJs04XPFsbcl3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEWxHWQ5L3KvO272SS0IJs04XPFsbcl3 > .row .container > .video-iframe-container { display: none; }#BEWxHWQ5L3KvO272SS0IJs04XPFsbcl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEWxHWQ5L3KvO272SS0IJs04XPFsbcl3 > .row > .video-iframe-container { display: none; }#BEWxHWQ5L3KvO272SS0IJs04XPFsbcl3 > .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); }#BEWxHWQ5L3KvO272SS0IJs04XPFsbcl3 { border-width: 0; border-radius: 0; }#BEWxHWQ5L3KvO272SS0IJs04XPFsbcl3 > .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; }#BEWxHWQ5L3KvO272SS0IJs04XPFsbcl3 > .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:76.125rem;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; }#Jy1LM5BaDOwhCPTlmlwrGMPe00eBQ6g3 { position:absolute;display:block;z-index:15000;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.25rem;width:9.375rem;top:5.0625rem;left:7.8125rem;overflow:hidden;display:block; }
#wo92OVhGE5670TlmqwOEbqp5DkE2pJz6 { position:absolute;display:block;z-index:14999;background-color:rgba(231,234,243,0.49);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:71.125rem;width:21.6875rem;top:1.25rem;left:1.65625rem;display:block; }
#JLGORC6gsonkiBicKVDto6eEhyVCU4pp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:9.25rem;top:5.09375rem;left:32.875rem;overflow:hidden;display:block; }
#rPfyDz02snnLpyo12feGFKOKShgJT78v { position:absolute;display:block;z-index:14998;background-color:rgba(231,234,243,0.49);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:71.125rem;width:21.6875rem;top:1.25rem;left:26.6875rem;display:block; }
#ZD5Menhz2cEUKXBZJMeR441XECcPBwNB { position:absolute;display:block;z-index:15004;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.5625rem;width:8.5rem;top:5.8125rem;left:58.25rem;overflow:hidden;display:block; }
#fdzNp2ZwH47Vb2fIxN45lcbNV3HKMp0I { position:absolute;display:block;z-index:14997;background-color:rgba(231,234,243,0.49);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:71.125rem;width:21.6875rem;top:1.375rem;left:51.6875rem;display:block; }
#hAcdme5XtD35ZFz9ZnZZ2B1D9KJH1K8h { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.9375rem;left:2.4375rem;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; }
#ucMM2lIXun3gZgMfZisTxzPO7w8LDlIw { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.515625rem;left:27.4375rem;height:5.6875rem;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; }
#D4Kk2ld0vxiqr4BasIrgctuzE5yaHplJ { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.9375rem;left:52.4375rem;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; }
#WNlb9ixtKku9dpUSVVc5zQhPZfu0ly1W { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:22.4375rem;left:2.375rem;height:5.99786875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DMaancMxlnqRStaTBXMX3SHK6xfKI0FA { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:23.9375rem;left:27.34375rem;height:2.9989375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTi77gAQhpuSXm0dIXSldJWkulAyVQKr { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:23.4375rem;left:52.34375rem;height:2.9989375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntavKgbF6TWP6fy471ImcHaJS6pCDS9e { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:31.5rem;left:7rem;height:7.4973375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x7IGlrDZFcwDRcKmKITOWoBOMP4RdiCo { box-sizing:content-box;color:#a0a1a4;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:15022;top:32.062499046326rem;left:2.9375rem;display:block; }
#ifXmwf1XFbyqtEF7ITtnm4VZdmW1l0xE { box-sizing:content-box;color:#a0a1a4;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:44rem;left:2.9375rem;display:block; }
#SG55zfDTqlZg2zo040mT7Gb6C6aoBPgB { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:44rem;left:7rem;height:7.4973375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NXxyBGiqoVqp4Lk9nPVTEmOlLG7f3TJv { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:31.5rem;left:32rem;height:10.49628125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xzLm338zD2TTkryh7ec5OWAiPrVae5lM { box-sizing:content-box;color:#a0a1a4;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:31.499999046326rem;left:27.4375rem;display:block; }
#L4A3Uwt3ikF1LNWNfkVmMN22ZvwsI42p { box-sizing:content-box;color:#a0a1a4;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:15031;top:44rem;left:28.03125rem;display:block; }
#ibTC6nczGRTta2QScuLGgouNLN570CfF { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:44rem;left:31.875rem;height:8.99946875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eKlios33a0MCahGTnnRRpUCpnQgzEICt { box-sizing:content-box;color:#a0a1a4;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:15033;top:55.3125rem;left:27.9375rem;display:block; }
#RqrsUTuvOUrZtTwZ7vc60HhtcMDKGtFi { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:55.3125rem;left:32rem;height:10.49628125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JpyG1MaT3rL29QD56MgK24TCwHEnB8hz { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:31.5rem;left:56.9375rem;height:7.4973375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vTP91bO8HtZTgXgL138FyvwmvK8fN4Mu { box-sizing:content-box;color:#a0a1a4;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:15034;top:32.062499046326rem;left:52.9375rem;display:block; }
#GTTFiQMhqw2qLNTWToq9ZqPx92fV79ni { box-sizing:content-box;color:#a0a1a4;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:15037;top:43.999999046326rem;left:52.75rem;display:block; }
#CQph0k9EA7g4V6aoE3pXPvwi15UEFKh4 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:43.999999046326rem;left:56.96875rem;height:10.49628125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fyyRyfQHSqNVTl4ZXB0bzaTPXenyq68m { box-sizing:content-box;color:#a0a1a4;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:15039;top:55.312499046326rem;left:52.9375rem;display:block; }
#iLKILGNpOgtgIqB1kVHoEG061A4v332p { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:55.312499046326rem;left:56.9375rem;height:10.49628125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qlKTKEwZuIDX0ZQIfxRqFbugNLICmCEr { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:55.3125rem;left:7rem;height:7.4973375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eJEn0XPrWcpqwLecmvKTGTIG03iABy7H { box-sizing:content-box;color:#a0a1a4;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:15027;top:55.3125rem;left:2.9375rem;display:block; }
#ItUDclZXJ14ULoyTJLTgQg3nhF9yUbCz { 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; }#ItUDclZXJ14ULoyTJLTgQg3nhF9yUbCz > .row .container { background-color: transparent; background-image: none; }#ItUDclZXJ14ULoyTJLTgQg3nhF9yUbCz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItUDclZXJ14ULoyTJLTgQg3nhF9yUbCz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItUDclZXJ14ULoyTJLTgQg3nhF9yUbCz > .row .container > .video-iframe-container { display: none; }#ItUDclZXJ14ULoyTJLTgQg3nhF9yUbCz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItUDclZXJ14ULoyTJLTgQg3nhF9yUbCz > .row > .video-iframe-container { display: none; }#ItUDclZXJ14ULoyTJLTgQg3nhF9yUbCz > .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); }#ItUDclZXJ14ULoyTJLTgQg3nhF9yUbCz > .row .container { border-width: 0; border-radius: 0; }#ItUDclZXJ14ULoyTJLTgQg3nhF9yUbCz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ItUDclZXJ14ULoyTJLTgQg3nhF9yUbCz > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#duxvhTy8FGgbD8KsqBLBupI7Hyt1TiOe { color:#000000;display:block;width:41.6875rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:16.65625rem;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; }
#X8ZsWZQFwCyIVhKfcmDNTMRUzVdldOWE { color:#000000;display:block;width:66rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.8125rem;left:4.5rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#elXE1TzoZpBwEAopsw94vRfJneuM8cFL { 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; }#elXE1TzoZpBwEAopsw94vRfJneuM8cFL > .row .container { background-color: transparent; background-image: none; }#elXE1TzoZpBwEAopsw94vRfJneuM8cFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXE1TzoZpBwEAopsw94vRfJneuM8cFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXE1TzoZpBwEAopsw94vRfJneuM8cFL > .row .container > .video-iframe-container { display: none; }#elXE1TzoZpBwEAopsw94vRfJneuM8cFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXE1TzoZpBwEAopsw94vRfJneuM8cFL > .row > .video-iframe-container { display: none; }#elXE1TzoZpBwEAopsw94vRfJneuM8cFL > .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); }#elXE1TzoZpBwEAopsw94vRfJneuM8cFL > .row .container { border-width: 0; border-radius: 0; }#elXE1TzoZpBwEAopsw94vRfJneuM8cFL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elXE1TzoZpBwEAopsw94vRfJneuM8cFL > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#ksdlS98QzXDhhNWFWbuRRDqf9WvUmIET { position:absolute;display:block;z-index:15010;background-color:#437ceb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:4.875rem;left:14.125rem;display:block; }
#p4UuP4Tt2PDCwV3yOkVLacLi0Abqxzqz { position:absolute;display:block;z-index:15012;background-color:#437ceb;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:4.875rem;left:14.125rem;display:block; }#p4UuP4Tt2PDCwV3yOkVLacLi0Abqxzqz.adaptive-delivery-prevent-bg, #p4UuP4Tt2PDCwV3yOkVLacLi0Abqxzqz.lazyload, #p4UuP4Tt2PDCwV3yOkVLacLi0Abqxzqz.lazyloading { background-image: none; }
#I1p60poctTOXwlIKwXQXb4pT8xrIvmFb { 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:5.1875rem;left:16.625rem;display:block; }
#xQ1lAiD24U6TJO9s9NElKt9gaTMQzH5S { 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:10.5rem;left:14.75rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#qzTpnTHWkaguyT9DQGQZg9gpU5gCtnMa { color:#000000;display:block;width:9.8730625rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:2.3125rem;left:14.1875rem;height:2.6rem;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; }
#HxWcae6ynSAKKUwX6GpAhesn7FVRrCdI { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.5625rem;left:13.8125rem;height:4.54900625rem;text-align:center;text-align-last:center;display:block; }
#KDbTrsz7blrkN0PIMuyAah90enwxPWJ7 { color:#000000;display:block;width:9.8730625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.4375rem;left:13.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; }
#uTDQUhtIPKOEFccHPGRNhrTJyeacBGCg { 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.06075rem;height:10.06075rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:4.8125rem;left:14.0625rem;display:block; }
#DPFJDet5HTCZFH6I1dm32VBw18JTlEVQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sF1WrdTGN9nV69k9Td0HtS6RNmrWnOmJ { position:absolute;display:block;z-index:15018;background-color:#437ceb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:4.875rem;left:32.5rem;display:block; }
#yUHl4mUtSNrSWEo4ELO4yqpW0yWiFkKw { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.5625rem;left:32.1875rem;height:4.54900625rem;text-align:center;text-align-last:center;display:block; }
#zZ6gLEoRw4cGVDdxiqPva4MbaUqNGgRQ { color:#000000;display:block;width:9.8730625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:21.4375rem;left:32.1875rem;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; }
#GQzHwc63tTZGvJ8QbAtk3zRuPHuVV7V9 { 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.059875rem;height:10.059875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:4.875rem;left:32.5rem;display:block; }
#pxIyRGAVFoRiuXWqQIEcUUtGa6Hqhiks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOAUgBsK7xFkhT8PDTA4T8wZHTELipTu { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:10.5rem;left:33.125rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#dZSmOD5B67TEm9onUQXdCNi90L6cGrNT { position:absolute;display:block;z-index:15020;background-color:#437ceb;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:4.875rem;left:32.5rem;display:block; }#dZSmOD5B67TEm9onUQXdCNi90L6cGrNT.adaptive-delivery-prevent-bg, #dZSmOD5B67TEm9onUQXdCNi90L6cGrNT.lazyload, #dZSmOD5B67TEm9onUQXdCNi90L6cGrNT.lazyloading { background-image: none; }
#POICLe7VdpEqT7R1BsSFDsmrJmaOneT2 { 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:5.1875rem;left:35rem;display:block; }
#nfyWF2UODLszXCL8gbDFIAA2w40cTLk1 { color:#000000;display:block;width:9.8730625rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:2.3125rem;left:32.5625rem;height:2.6rem;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; }
#ChISSshpTFeEZtBS74PaF1ixeEEoUHUo { color:#000000;display:block;width:9.872375rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:2.3125rem;left:51.3125rem;height:2.6rem;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; }
#PtFABF0c6lnum5LhIcvqJoqtcJDaX1oE { position:absolute;display:block;z-index:15009;background-color:#437ceb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:4.9375rem;left:51.25rem;display:block; }
#DhPUNfc9ZTli3pm2CaEsJmI8qTUQxUKh { position:absolute;display:block;z-index:15013;background-color:#437ceb;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:4.875rem;left:51.25rem;display:block; }#DhPUNfc9ZTli3pm2CaEsJmI8qTUQxUKh.adaptive-delivery-prevent-bg, #DhPUNfc9ZTli3pm2CaEsJmI8qTUQxUKh.lazyload, #DhPUNfc9ZTli3pm2CaEsJmI8qTUQxUKh.lazyloading { background-image: none; }
#ZAxEdlS3oJ5GWo1LrHmntDd6wByCdeBb { 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.059875rem;height:10.059875rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:4.9375rem;left:51.1875rem;display:block; }
#qRhy85Sx7WT9e8yOouIfqQt1Lq4rDxnZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#riHwbTQv6w34uzJPAre2AH5L3S8Z8u3l { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:4.9982625rem;width:4.9982625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:5.1875rem;left:53.75rem;display:block; }
#CVKtAAmsVcpcgszmL9D8hw5dSm8RJopz { color:#000000;display:block;width:8.747375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.1;letter-spacing:0;top:10.5rem;left:51.875rem;height:3.29723125rem;text-align:center;text-align-last:center;display:block; }
#v97poMaKA3U754nyUpPFaVWmoT2sQ9T3 { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:15.5625rem;left:50.9375rem;height:4.54900625rem;text-align:center;text-align-last:center;display:block; }
#gxbwObgskdNKITdT92sD0ekqzJCgS0Uo { color:#000000;display:block;width:9.872375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.4375rem;left:50.9375rem;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; }
#L9boWThEhBnRDAJlGSJfJIIMTVhzviGa { position:relative;display:block; }#L9boWThEhBnRDAJlGSJfJIIMTVhzviGa { background-color: transparent; background-image: none; }#L9boWThEhBnRDAJlGSJfJIIMTVhzviGa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9boWThEhBnRDAJlGSJfJIIMTVhzviGa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9boWThEhBnRDAJlGSJfJIIMTVhzviGa > .row .container > .video-iframe-container { display: none; }#L9boWThEhBnRDAJlGSJfJIIMTVhzviGa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9boWThEhBnRDAJlGSJfJIIMTVhzviGa > .row > .video-iframe-container { display: none; }#L9boWThEhBnRDAJlGSJfJIIMTVhzviGa > .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); }#L9boWThEhBnRDAJlGSJfJIIMTVhzviGa { border-width: 0; border-radius: 0; }#L9boWThEhBnRDAJlGSJfJIIMTVhzviGa > .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; }#L9boWThEhBnRDAJlGSJfJIIMTVhzviGa > .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:28.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bqsEFBclQS0UKaoGbDKFPX4urVLWLMZP { color:#000000;display:block;width:9.8730625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:19rem;left:32.1875rem;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; }
#CTFhtnixIOS5G6mvZHi6FWI49AqHXUJO { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:13.3125rem;left:32.1875rem;height:4.54900625rem;text-align:center;text-align-last:center;display:block; }
#LNQgMw7kFKMyPNr7wWi9VdzWORmhJor6 { position:absolute;display:block;z-index:15020;background-color:#437ceb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:3rem;left:32.5rem;display:block; }
#qyCnFfliiD2c34sJezz6lx97OfU6P0rD { 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.059875rem;height:10.059875rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:3rem;left:32.4375rem;display:block; }
#X4ptcb2p5irFH7Svo4eI55mAV2HMMOb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cXUBmoPU176BWHFrhfFU4MLAQA58ZkDh { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:8.3125rem;left:33.125rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#AC3EmlL9ro52p7HrzbBcfzVUqLob1aBH { position:absolute;display:block;z-index:15021;background-color:#437ceb;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:2.9375rem;left:32.5rem;display:block; }#AC3EmlL9ro52p7HrzbBcfzVUqLob1aBH.adaptive-delivery-prevent-bg, #AC3EmlL9ro52p7HrzbBcfzVUqLob1aBH.lazyload, #AC3EmlL9ro52p7HrzbBcfzVUqLob1aBH.lazyloading { background-image: none; }
#kvleGKMpIE5mvS8a5bf09JsGqT5CHAKN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;top:4rem;left:35.9375rem; }
#INPqA9OwMvmrt2AgH5Zed0iKn065hubw { position:absolute;display:block;z-index:15028;background-color:#437ceb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:3rem;left:51.25rem;display:block; }
#RPCn1lNDwFbpOABbMKhXurQD4oe5WK3l { 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.059875rem;height:10.059875rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:3rem;left:51.1875rem;display:block; }
#uZ3KgfdL6N2T1zALoHe9qEgsErfIrfFN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWZfTh91pzEmD6pQw5Ecpeib7lkC1RCT { position:absolute;display:block;z-index:15029;background-color:#437ceb;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:2.9375rem;left:51.25rem;display:block; }#zWZfTh91pzEmD6pQw5Ecpeib7lkC1RCT.adaptive-delivery-prevent-bg, #zWZfTh91pzEmD6pQw5Ecpeib7lkC1RCT.lazyload, #zWZfTh91pzEmD6pQw5Ecpeib7lkC1RCT.lazyloading { background-image: none; }
#WO1H3q2G1tSlhc8Ra3DU03lwgO3I7ZUM { color:#000000;display:block;width:9.8715625rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:0.56309509277344rem;left:51.2490234375rem;height:2.6rem;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; }
#vzcz9izpqNRi7sl7gJwXnHr5d93yO8s3 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:8.625rem;left:51.875rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#bG09UKNXQNcL6PblRGvqnnBpq06lxmyS { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:13.4375rem;left:50.9375rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#pGScSlGp2tqggSKLMVFbic8MgopqyUic { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;top:4.1875rem;left:54.6875rem; }
#O8UXGxbQ2I3c1VyOCxfJ8JE9rFtzOchn { color:#000000;display:block;width:9.8729375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:19.125rem;left:51.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xrATZ3pQ2EeKVb4syCmd4rSZ09eP1iRx { color:#000000;display:block;width:9.8715625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.625rem;left:13.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; }
#Lr2pKIDAdHR8n62lFlCmmloVT05pKq2B { color:#000000;display:block;width:10.6245rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:13.75rem;left:13.375rem;height:4.54900625rem;text-align:center;text-align-last:center;display:block; }
#vkxMBEllVCQ7NxUeoybONSkemACTZyUD { position:absolute;display:block;z-index:15012;background-color:#437ceb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:9.999rem;width:9.999rem;top:3.0625rem;left:13.6875rem;display:block; }
#E4N1Zxf9xd2K5uXzkQU2rT3TPBMFBU2t { position:absolute;display:block;z-index:15013;background-color:#437ceb;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:9.999rem;top:3rem;left:13.6875rem;display:block; }#E4N1Zxf9xd2K5uXzkQU2rT3TPBMFBU2t.adaptive-delivery-prevent-bg, #E4N1Zxf9xd2K5uXzkQU2rT3TPBMFBU2t.lazyload, #E4N1Zxf9xd2K5uXzkQU2rT3TPBMFBU2t.lazyloading { background-image: none; }
#wrZqrTypJenMQmKVJdlkxKmbX069gZqL { color:#ffffff;display:block;width:8.7495rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:8.6875rem;left:14.3125rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#M25ZhWvOxM8gM0Ea93DilCmFyvy6aCFE { 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.0590625rem;height:10.0590625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:3.0625rem;left:13.6875rem;display:block; }
#I9imtA0aqOgESXwKevZ1a2Dlfx7hqq9Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eaa2a3IEk1tTdNIAnu7C4P6WAefeuZOl { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:4.9995125rem;width:4.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:3.375rem;left:16.1875rem;display:block; }
#uBnvulbcBBHsrMM6TvCWOwBFkHZ6Fknp { color:#000000;display:block;width:9.8715625rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:0.49571228027344rem;left:13.75048828125rem;height:2.6rem;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; }
#ATSWSuyhDRT46q4wvyP70TR3DgK6AgeG { color:#000000;display:block;width:9.8730625rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:0.49571228027344rem;left:32.56201171875rem;height:2.6rem;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; }
#zEplZILGXhgc8foT7LKK46EDL5dGgBQk { position:relative;display:block; }#zEplZILGXhgc8foT7LKK46EDL5dGgBQk { background-color: transparent; background-image: none; }#zEplZILGXhgc8foT7LKK46EDL5dGgBQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEplZILGXhgc8foT7LKK46EDL5dGgBQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEplZILGXhgc8foT7LKK46EDL5dGgBQk > .row .container > .video-iframe-container { display: none; }#zEplZILGXhgc8foT7LKK46EDL5dGgBQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEplZILGXhgc8foT7LKK46EDL5dGgBQk > .row > .video-iframe-container { display: none; }#zEplZILGXhgc8foT7LKK46EDL5dGgBQk > .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); }#zEplZILGXhgc8foT7LKK46EDL5dGgBQk { border-width: 0; border-radius: 0; }#zEplZILGXhgc8foT7LKK46EDL5dGgBQk > .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; }#zEplZILGXhgc8foT7LKK46EDL5dGgBQk > .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.4375rem;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; }#NFT2Ou7TPAx5H07wlpvBmdpxQmLulRGC { position:absolute;display:block;z-index:15008;background-color:#437ceb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:4.125rem;left:13.6875rem;display:block; }
#mTH4zhgnOqMXowpcc4ipsEMcIinOQ6vG { position:absolute;display:block;z-index:15014;background-color:#437ceb;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:4.0625rem;left:13.6875rem;display:block; }#mTH4zhgnOqMXowpcc4ipsEMcIinOQ6vG.adaptive-delivery-prevent-bg, #mTH4zhgnOqMXowpcc4ipsEMcIinOQ6vG.lazyload, #mTH4zhgnOqMXowpcc4ipsEMcIinOQ6vG.lazyloading { background-image: none; }
#T1WBtvcu4a5FPsmPnBC4kIZCsnGyeB4p { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:9.9375rem;left:14rem;height:4.79758125rem;text-align:center;text-align-last:center;display:block; }
#yTsAuMXaxDHRtmIH1OMzi0eZiT1kpVQy { color:#000000;display:block;width:9.872375rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:1.5rem;left:13.75rem;height:2.6rem;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; }
#PFFcnOGwqgMbZxD2blTrbwBJPdg4R5k9 { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:14.8125rem;left:13.3125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#r0xDrnOPrFbFrs5zUaGWu3PwdatI7irs { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:14.75rem;left:13.3125rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#fBhA1EOPwwxUiNMu673haZuZEoqcwcgV { 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.057625rem;height:10.057625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:4.125rem;left:13.6875rem;display:block; }
#PtkTs2bPz2Z1q253bzIHVAdtCi5gl2IR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#apM1mZcJ14B1DZsWVTAvi9zSTGKuFOqi { color:#000000;display:block;width:9.872375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20.625rem;left:13.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; }
#RN0fZNfxFmrtopWBvBUJeA4fgpdENlFz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:6.125rem;left:17.125rem; }
#s1xRCqiTux5nPrmlvGdsrdfR8Ve9QvwR { color:#000000;display:block;width:9.8715625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20.625rem;left:50.9375rem;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; }
#zp7mtCT8JAz81JWH7pbLOx0bV7DH5SlT { color:#000000;display:block;width:10.6245rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:14.75rem;left:50.875rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#cB69lrhZDqEcVSTCB8FQzrZMM7Lu4cZ4 { position:absolute;display:block;z-index:15009;background-color:#437ceb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:10.2495rem;width:9.999rem;top:4.125rem;left:32.4375rem;display:block; }
#zTPTsT7WSGCNLXMwyw4ZLkgVRxA7eRiV { 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.062rem;height:10.2495rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:4.125rem;left:32.4375rem;display:block; }
#debsg2gqLhFpoh8BLaUDa3cK8Eo1bmfc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bDe5ZFEuthrJnf1Id5OTG9IKE8NESnqW { color:#000000;display:block;width:10.374rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:14.9375rem;left:32.25rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#ly5MrTk1sSmJq9K6s7JXiXa67ZlWSNcz { color:#000000;display:block;width:9.8715625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:20.625rem;left:32.5rem;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; }
#KHoCAwUdo4bQ8QMEaHanxpZldIIDTAGG { position:absolute;display:block;z-index:15008;background-color:#437ceb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:9.999rem;width:9.999rem;top:4.125rem;left:51.25rem;display:block; }
#tmJVWG8hZhAhKRmn9V7JMoH5KOLd2cG2 { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:9.919921875rem;left:51.1552734375rem;height:4.79758125rem;text-align:center;text-align-last:center;display:block; }
#W68y94GWhJWgzN45yULRBX7TVSS2iLtQ { color:#000000;display:block;width:10.6245rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:14.8125rem;left:50.875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#ARPyfvMRpxtNXrOKwNOxKE5hNc15oZyX { color:#000000;display:block;width:8.745125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.1;letter-spacing:0;top:10.125rem;left:33.0625rem;height:3.29723125rem;text-align:center;text-align-last:center;display:block; }
#QddIQxnW8yOFvP2Ac2qflrzK7TznQaM1 { 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.057625rem;height:10.057625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:4.095703125rem;left:51.1572265625rem;display:block; }
#NBU83QrWghRydGltoP3IVnfqZXe3elPH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzfzpzHNhCNy03wmS2y2OcvKU2MKJNEL { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:4.99805rem;width:4.99805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.875rem;left:34.9375rem;display:block; }
#CQshsrmvzZZ2Rl6NnuHgTx4mXAvJfHAk { position:absolute;display:block;z-index:15013;background-color:#437ceb;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:9.999rem;top:4.0625rem;left:32.4375rem;display:block; }#CQshsrmvzZZ2Rl6NnuHgTx4mXAvJfHAk.adaptive-delivery-prevent-bg, #CQshsrmvzZZ2Rl6NnuHgTx4mXAvJfHAk.lazyload, #CQshsrmvzZZ2Rl6NnuHgTx4mXAvJfHAk.lazyloading { background-image: none; }
#HTQ7aBeDcXH8r0OTRriWVrz2fi4Ew9lV { box-sizing:content-box;color:#000000;font-size:3.5rem;font-weight:400;line-height:1;height:4.9995125rem;width:4.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:4.75rem;left:53.75rem;display:block; }
#FIco7Kcr0gqSJnbHnB0DWWLNaRuX0u6b { position:absolute;display:block;z-index:15014;background-color:#437ceb;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:9.999rem;top:4.0625rem;left:51.25rem;display:block; }#FIco7Kcr0gqSJnbHnB0DWWLNaRuX0u6b.adaptive-delivery-prevent-bg, #FIco7Kcr0gqSJnbHnB0DWWLNaRuX0u6b.lazyload, #FIco7Kcr0gqSJnbHnB0DWWLNaRuX0u6b.lazyloading { background-image: none; }
#RtB4XhIabscNd11AOXfNh6F9tXR0Faai { color:#000000;display:block;width:9.870125rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:1.5625rem;left:32.5rem;height:2.6rem;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; }
#ODnsrUVSCsgZ1fDfftWKnZRq6vaSBVOc { color:#000000;display:block;width:9.8715625rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:1.5rem;left:51.3125rem;height:2.6rem;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; }
#uHPdxRNMalNNkdLNMTbIdWJJmbudFdXi { position:relative;display:block; }#uHPdxRNMalNNkdLNMTbIdWJJmbudFdXi { background-color: transparent; background-image: none; }#uHPdxRNMalNNkdLNMTbIdWJJmbudFdXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHPdxRNMalNNkdLNMTbIdWJJmbudFdXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHPdxRNMalNNkdLNMTbIdWJJmbudFdXi > .row .container > .video-iframe-container { display: none; }#uHPdxRNMalNNkdLNMTbIdWJJmbudFdXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHPdxRNMalNNkdLNMTbIdWJJmbudFdXi > .row > .video-iframe-container { display: none; }#uHPdxRNMalNNkdLNMTbIdWJJmbudFdXi > .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); }#uHPdxRNMalNNkdLNMTbIdWJJmbudFdXi { border-width: 0; border-radius: 0; }#uHPdxRNMalNNkdLNMTbIdWJJmbudFdXi > .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; }#uHPdxRNMalNNkdLNMTbIdWJJmbudFdXi > .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:11.5625rem;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; }#pEIeAeR3Z8t7Xu77OvutX2gQcolmZUms { z-index:15008;top:6.0065116882324rem;left:31.3125rem;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; }
#iAlk39SlJ7nQCrTRc3JG5psFkhTyBA3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gAvng47qfCRl14JTJzaNM3aTrTH3PHyr { 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; }#gAvng47qfCRl14JTJzaNM3aTrTH3PHyr > .row .container { background-color: transparent; background-image: none; }#gAvng47qfCRl14JTJzaNM3aTrTH3PHyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAvng47qfCRl14JTJzaNM3aTrTH3PHyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAvng47qfCRl14JTJzaNM3aTrTH3PHyr > .row .container > .video-iframe-container { display: none; }#gAvng47qfCRl14JTJzaNM3aTrTH3PHyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAvng47qfCRl14JTJzaNM3aTrTH3PHyr > .row > .video-iframe-container { display: none; }#gAvng47qfCRl14JTJzaNM3aTrTH3PHyr > .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); }#gAvng47qfCRl14JTJzaNM3aTrTH3PHyr > .row .container { border-width: 0; border-radius: 0; }#gAvng47qfCRl14JTJzaNM3aTrTH3PHyr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gAvng47qfCRl14JTJzaNM3aTrTH3PHyr > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#ShvvEVESNDx6vNThhuylMnQGTbi2adfv { color:#000000;display:block;width:51.1229375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:2.6625003814698rem;left:11.938541412354rem;height:1.275rem;text-align:center;text-align-last:center;display:block; }
#UykevqsQKvTCunZIAgp0Xu4LSgS7ETlQ { 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; }#UykevqsQKvTCunZIAgp0Xu4LSgS7ETlQ > .row .container { background-color: transparent; background-image: none; }#UykevqsQKvTCunZIAgp0Xu4LSgS7ETlQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UykevqsQKvTCunZIAgp0Xu4LSgS7ETlQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UykevqsQKvTCunZIAgp0Xu4LSgS7ETlQ > .row .container > .video-iframe-container { display: none; }#UykevqsQKvTCunZIAgp0Xu4LSgS7ETlQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UykevqsQKvTCunZIAgp0Xu4LSgS7ETlQ > .row > .video-iframe-container { display: none; }#UykevqsQKvTCunZIAgp0Xu4LSgS7ETlQ > .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); }#UykevqsQKvTCunZIAgp0Xu4LSgS7ETlQ > .row .container { border-width: 0; border-radius: 0; }#UykevqsQKvTCunZIAgp0Xu4LSgS7ETlQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UykevqsQKvTCunZIAgp0Xu4LSgS7ETlQ > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#FoWBDH81e4Owzw4Oi8oeO2bJS3KKIqKx { 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:11.0625rem;left:6.125rem;display:block; }
#wRMSUl2ndOWisBfphoBv0OCB09T65z95 { 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:14.875rem;left:8rem;overflow:hidden;display:block; }
#g6hyHk32xZXLMkbsRG7D3oUeWa1Iia1c { 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:11.0625rem;left:18.6875rem;display:block; }
#T7EMGc81UhMlTEq8Ga7MXpBEPTfKepNH { 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:13.875rem;left:20.3125rem;overflow:hidden;display:block; }
#eo0pT0vr7cEXf88RlKQTx3Km0GCtsNMt { 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:11.0625rem;left:43.8125rem;display:block; }
#PMefO62K3wJEPWOykpRmPqwxM8Jn2d7c { 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:13.9375rem;left:44.6875rem;overflow:hidden;display:block; }
#xZTlZgxy6vdUEZx019lH7ZmtvhwaGq2k { 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:11.0625rem;left:31.25rem;display:block; }
#b3e8aDGoibcoWCqz2phU1Kuy1DWuPwTX { 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:14.5625rem;left:32rem;overflow:hidden;display:block; }
#JbqADWF1wJKnapt8s1FtTMSUHXyLoWXl { 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:11.0625rem;left:56.375rem;display:block; }
#G7ZFsVpRIoC9kSOqiq7MxoX0dOUsQbHV { 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:16rem;left:58.6875rem;overflow:hidden;display:block; }
#BuPiFJQ1ELQuxPzgA1oSRBXR7pFqDTlW { 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:23.625rem;left:43.8125rem;display:block; }
#i3pBMqRINnL2LD8Vrgh32OdeFzpmcAO2 { 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:28.750010490417rem;left:45.65625rem;overflow:hidden;display:block; }
#pLMmwnyFVi1IbOsM4vTedbMW8Izyx7Zh { 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:23.625rem;left:31.25rem;display:block; }
#X4S5RPk8dAgaMBTmnWohslD4WKtNommh { 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:27.0625rem;left:33.0625rem;overflow:hidden;display:block; }
#VfpOaLahTF84c50ELdy4dziE4twIx1Sx { 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:23.625rem;left:56.375rem;display:block; }
#hav1m4Hd4dD08GD6kl7UbiQgDw8lLrCU { 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:25.9375rem;left:58.6875rem;overflow:hidden;display:block; }
#kffXRdnBErMW30FW4E6Hk3eDCfFqwm2S { 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:23.625rem;left:18.6875rem;display:block; }
#Fkbiq97JIoXTXFeBbl4grVLTuW8G3Cct { 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:25.9375rem;left:21rem;overflow:hidden;display:block; }
#rwqPDKaMPXcB1dsAFMI1tSSKe7KhCXTM { 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:23.625rem;left:6.125rem;display:block; }
#Nzw0HRd1Euu2obgJQg1dS7tFkxyTk8T6 { 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:27.3125rem;left:8rem;overflow:hidden;display:block; }
#FKNUiJ7DFUQoWRAZCyuz2O4K1gWzMx3m { 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:36.1875rem;left:43.8125rem;display:block; }
#tE4TM9Wambo8MyKfRzcPs6TkbpWhd1eG { 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:36.1875rem;left:31.25rem;display:block; }
#NJwEKlH1ZyaNodFcDHhuQVtBukwRaiVv { 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:36.1875rem;left:56.375rem;display:block; }
#tmOrt5ZLhKrUxEkBG3dVvlWcvmU2pORD { 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:36.1875rem;left:18.6875rem;display:block; }
#nOLlR18nlZ92TREQC5i7BN61UixGltGe { 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:36.1875rem;left:6.125rem;display:block; }
#LaoHDyHM2wU5sAeLJIkRBrzb9Gls4F8h { 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:39.5625rem;left:44.5rem;overflow:hidden;display:block; }
#IKDrHaE9v8bOMKDyyvzrnOd3m3zx8biF { 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:40.3125rem;left:33.0625rem;overflow:hidden;display:block; }
#Du1QC6oBJP3PUwMtxX1PVFO25R1QxdTi { 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:38.5rem;left:58.6875rem;overflow:hidden;display:block; }
#A9SNIyqlC0yL5PQw0fZocC7TVdTwXGSz { 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:39.5625rem;left:21rem;overflow:hidden;display:block; }
#sO5Oaeveh5tM3GrlxsIOVzmalGXlTmMd { 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:39.875rem;left:9.8125rem;overflow:hidden;display:block; }
#IwTb50SMIT3mVsRTpAKmK211HZ7t8XD9 { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.125rem;left:20.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iBTcHWrHlphRcZ9FUlM3gfePsikr52he { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(217,217,217,0.52);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iBTcHWrHlphRcZ9FUlM3gfePsikr52he > .row .container { border-width: 0; border-radius: 0; }#iBTcHWrHlphRcZ9FUlM3gfePsikr52he > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iBTcHWrHlphRcZ9FUlM3gfePsikr52he > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:none; }#U6rcX8h6Izmw1Czhkv5lLOx7J4zxdnIe { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:2.3125rem;left:22.40625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eZd6kRnlgxSNvrmI3sAVmZBttBrVq7C3 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:15.375rem;left:19.875rem;display:block; }
#Ud8AVUzAEJTOirTFbUnVuR0ZLh8d9rOm { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:15.375rem;left:1.25rem;display:block; }
#ZURlGTxBhTMTU6cLDJPXuKIdA2sF4RcR { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:15.375rem;left:38.375rem;display:block; }
#IAwWZFZrPsxf0BcDRfqvUVIblCmzEWQc { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:15.375rem;left:56.8125rem;display:block; }
#xDNyNiQOpJAIBNEMpZ4qCikaQoEtR0kG { display:block;width:48.625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.3125rem;left:13.1875rem;height:3rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dBkW9o8NTpXdA8kwcDIN8JlvLEig9KzI { 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:2.1875rem;width:6.5rem;top:17.1875rem;left:10.4375rem;overflow:hidden;display:block; }
#h5oqWL6LU2WDAzAd4byCf6fBBzaS959F { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.25rem;left:21.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#LhtKJuRREFQX2mKkHWAbXcNgqQutNtPt { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.25rem;left:2.5625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#ZplnGy06qJ6lxKM39GO43XH8Ik7x95TX { position:absolute;display:block;z-index:15028;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.6875rem;width:6.5rem;top:17.4375rem;left:29.0625rem;overflow:hidden;display:block; }
#TpzA6GbUwWKrAy1KeTLGvxOBioItQQTu { position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.125rem;top:24.625rem;left:21.1875rem;display:block; }
#lHeKyAAasQE71741BA2nIpb1HK3e1diq { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.125rem;top:24.625rem;left:2.5625rem;display:block; }
#qat0Zrvw0cO8r0NBm7BcATq1hFnebx3S { position:absolute;display:block;z-index:15026;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.125rem;top:24.625rem;left:39.6875rem;display:block; }
#vhHdsbgxzDTmxSyKBKqep5w0U9kUrFer { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:20.3125rem;left:39.5625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#FEbRVKUIpcswyNXGMBJR9hbSIDQQFOk4 { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:25.5rem;left:21.1875rem;height:6.12305rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#LVCEWFCpu2hqvqJyuzkXfLyKTBLPKuPJ { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:25.5rem;left:2.5625rem;height:4.5rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#kHdDZmoATIQTdXHfSECgaXazPWplF44G { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:25.5rem;left:39.6875rem;height:6.12305rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#VkrTGRToEDtLTuEZo59e1U3bnOf5Qnci { 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:2.4375rem;width:2.4375rem;top:17.0625rem;left:51.4375rem;overflow:hidden;display:block; }
#W5e86WTkqdiXWdIFUThbqgMWaT69a6Xe { position:absolute;display:block;z-index:15021;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.125rem;top:24.625rem;left:58.125rem;display:block; }
#oJVfoSaHGJKMcGdDit4Wp4QQtPcn3mTZ { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.25rem;left:58.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#P85cpfg0NOFPrV9FKhiioAq2UX0mDLUE { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:25.5rem;left:58.125rem;height:6rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#oBVGNnyLT5R19QFUOMelBQ3G9IOOGtU9 { position:absolute;display:block;z-index:15030;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.5625rem;width:5.375rem;top:17.1875rem;left:66.8125rem;overflow:hidden;display:block; }
#XTE9TMNk63PD3b89LUQ3T1bdvtzShmht { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.1875rem;left:21rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#wzvV7riCGNpCnsbroon8Jvev4to0Jdit { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:34.1875rem;left:2.375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#w6ETat7XcxfdATz7UbgZQP5NH3p7c3IK { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34.1875rem;left:39.5rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#UIebTttUiqQSCCyJ8N5esDorQwhdN865 { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:34.1875rem;left:57.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#vKlCbq60xULIb3T2VtDtFVFiQGKtShua { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;background-color:#437ceb;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; }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row .container { background-color: transparent; background-image: none; }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row .container > .video-iframe-container { display: none; }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row > .video-iframe-container { display: none; }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .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); }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row .container { border-width: 0; border-radius: 0; }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#eFwb7dLryiZXV3CmMVhlDFurzHHSpcPr { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:"titillium web";font-size:2.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.125rem;left:6.3427734375rem;height:3.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; }
#xpzpASJMWLdV5w0UVeHsv9aFeyTbuxMW { color:#ffffff;display:block;width:20.8123125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7rem;left:8.125rem;height:1.787325rem;font-style:normal;display:block; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-form-header { font-size:1rem; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-regular-label { height:auto;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;color:#ffffff;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:2;text-align:left;text-align-last:left;vertical-align:top; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .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; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-input-text {padding-top: 0; padding-bottom: 0;}#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .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; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .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; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-input-select {padding-top: 0; padding-bottom: 0;}#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .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; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .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) ; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC [class*="-text"]:-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC [class*="-text"]::-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"titillium web";line-height:1.2;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:20.625rem;overflow:hidden;font-style:normal;float:none; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .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; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .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; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-container:first-of-type{padding-top:0;}#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-container:last-of-type{padding-bottom:0;}#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5610790252686rem;font-size:1rem; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .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; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC {display:block;}#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5610790252686rem;font-size:1rem; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #irQMi9UUJ95eqQ3aTL4kzPL0IiEEaPkE { position:relative; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #CFE4xDn9oC5JARDpnP6OoW43IfyHGwyy { position:relative;display:block; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #yCCwkaU2DP8ucWg18f2WZFTgOyVdsDHE { position:relative; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #aapWqp1ozi3l006sk4LCg7bvpdH0IyDl { position:relative; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #K27fOaTvi7me9rRzdEuLfan7fcExVxTK { position:relative;display:block; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #rZM8qzu2dswEZ9SWx3DOdsbWGUqkKA56 { position:relative; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #XJn3kpRTsJotT4GkeSXLpqXpb4HnmGkx { position:relative; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #OmKOXnvMbkl5Vv93eOJfsOm8O5aSWAbb { position:relative;display:block; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #hMZ0A9c6ynmKwmZN5lS4fZDMqduIIMxT { position:relative; }
#sqLORhyw4G8BFWWL6v1EfwFvc4paeV8Q { position:relative;display:block;z-index:100000;display:block; }
#zk4Pz2Vcri0VUTSzAWJ22dOTc1QVXxWa { position:relative;display:block;z-index:100000;display:block; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #XFyIVfrom00cT2EFJKHdSIseqBcaO3g3 { position:relative; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #GDLBTLefhT1m8VUaPeoomxr5rkAa9qqi { position:relative;z-index:2; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #pLweMlgUft1izWwTopl36eWbLgAOw4tn { position:relative; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #EkHnqI7zQpgKs7DynynITO9LNs9wtiVr { position:relative; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #oRNSh2ry4C6oIC3124JTnHUg9w6MM451 { position:relative; }
#RSuMVPBWb8AmtGh9ac2l3dPU5iMoeCQo { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:6.3125rem;left:5.5625rem;display:block; }
#sJ883keETWpIVBf2m9M2uDP86970NbQ2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.8125rem;width:41.8125rem;top:3.3125rem;left:32.125rem;overflow:hidden;display:block; }
#cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz { 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; }#cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz > .row .container { background-color: transparent; background-image: none; }#cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz > .row .container > .video-iframe-container { display: none; }#cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz > .row > .video-iframe-container { display: none; }#cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz > .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); }#cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz > .row .container { border-width: 0; border-radius: 0; }#cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz > .row .container { font-size:0.875rem;font-family:arial;height:14.875488125rem;width:75rem;position:relative;display:block; }#dHqdk63aaOnSlLQdIQJr27VhVdBza2GT { 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; }
#kX1XCVfsgg2VbRBgxPJteg5yLA6oqOro { 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; }
#CQNLp0oWIhQkT1D3uDihi1OTIRAtcUyg { 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; }
#oTdIuJQZowuo8Ua5oGuyuZBMKpsy4rBn { 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; }
#Nl525JaP30kTIhCR5PdyP4vwvL9vgLiQ { 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; }
#dwtuxxAfREHbf5kFMOB6PXx9RCJePMEE { color:#437ceb;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; }
#Z8m5PmiAVIw9EvlvmrRu2kRR8CTTCUIM { box-sizing:content-box;color:#437ceb;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) { #PBX5swfOp4ltlVM08oIknpd2PMLihCVo { display:block; }#PBX5swfOp4ltlVM08oIknpd2PMLihCVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuCaShDS52U3T8PrzyVblBdsH3z2l2Kf { width:6.875rem;height:1rem;top:1.6875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8VqxAu0879fHsGoH3Tvb1ZRH5VK31mk { display:block; }
 }@media only screen and (max-width: 763px) { #NVMvElm3BoAvo6wSaeV667WeQ9QoF57C { width:6.5rem;height:1rem;top:1.6875rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXpEMGTxX7tL0s8Z2tbETklFS0CWDgAb { display:block; }
 }@media only screen and (max-width: 763px) { #fbzIyP3XMbrkHgOWTBD9rIJe4K1WcBer { width:5.25rem;height:1rem;top:1.6875rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaUlZScDHlQrWmIKGyTrV6qLXbi6uov9 { display:block; }
 }@media only screen and (max-width: 763px) { #WsF7qKyrz5eQbmVQo76FwveHCEtSEG3U { top:4.375rem;left:0rem;width:12.5rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #il8P1CtPXxTazyOJVwNQAvflbFclg3fT { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #JZfGC00tNXSN1y5XZ2WRLhLkSRAdVf1f { width:10.625rem;height:3.5625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD7fqXdruc4EGLTmH7xBaMdzhW6cQK7o { display:block; }
 }@media only screen and (max-width: 763px) { #bEQC6LuglVeE0MxIRFQJJCDc6uLn8oTD { top:1rem;left:0rem;width:9.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoasNhDA43L8tSKLStn33Fh3eFZZm3LW { display:block; }#xoasNhDA43L8tSKLStn33Fh3eFZZm3LW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIlJkGRrnfZk7vWyQHr38H5wNdizfB8r { width:26.5rem;height:1.375rem;top:5.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyBhCz3NPGXyRqcSnK4sl3fmbOq9dld6 { display:block; }#JyBhCz3NPGXyRqcSnK4sl3fmbOq9dld6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACQHmTRRQevvvAhCvU1UKLIUpaE8gxFh { top:5.625rem;left:0rem;width:36.375rem;height:;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND2WIPSsp6HmvDlTost6kGntvAEQCMGE { top:15.5625rem;left:0rem;width:35.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtGdkPbf6hUugv8hWN7WyWU3G0ywe20y { width:16.625rem;height:2.875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae2O4qVVUvtLknP3nOeAlKg3TpuhBi44 { display:block; }
 }@media only screen and (max-width: 763px) { #GzvqUwbazcB6SvRhFs0TCRLxWxWCqrcW { top:2.25rem;left:23.5rem;width:24.25rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnT1HwFQnkJJOPLE5XStlUZ7OHVsiWe4 { top:9.75rem;left:0rem;width:34.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwPXE15XLizgCz6ao29MTSN3Wf20htDM { display:block; }#JwPXE15XLizgCz6ao29MTSN3Wf20htDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZ6MazxyrxMPUy2OKfVkiPliahdSfGT2 { top:19.6875rem;left:7.25rem;width:32.0625rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgguhltp9mvmq8f3rtZQAMo3X3IK8VkE { top:2.9375rem;left:6.6875rem;width:34.375rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1n4Q0Nm7F0OLuKhT10WMIOuqKPTvysw { top:7.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRAHpkr1AvFuhuMWNFmBaaTiORkKZ1WF { top:11rem;left:2.6875rem;width:41.25rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLsJtEEfDsrWl4hLWgwA2w6Su7lJat8c { display:block; }#vLsJtEEfDsrWl4hLWgwA2w6Su7lJat8c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLPqORqNtRpoysF7E41lI7nmy32vXwpJ { top:0rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEWxHWQ5L3KvO272SS0IJs04XPFsbcl3 { display:block; }#BEWxHWQ5L3KvO272SS0IJs04XPFsbcl3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jy1LM5BaDOwhCPTlmlwrGMPe00eBQ6g3 { top:5.0625rem;left:3.25rem;width:9.375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo92OVhGE5670TlmqwOEbqp5DkE2pJz6 { top:1.25rem;left:0rem;width:21.6875rem;height:71.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLGORC6gsonkiBicKVDto6eEhyVCU4pp { top:5.0625rem;left:19.1875rem;width:9.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPfyDz02snnLpyo12feGFKOKShgJT78v { top:1.25rem;left:10.0625rem;width:21.6875rem;height:71.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD5Menhz2cEUKXBZJMeR441XECcPBwNB { top:5.8125rem;left:35.4375rem;width:8.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdzNp2ZwH47Vb2fIxN45lcbNV3HKMp0I { top:1.375rem;left:25.9375rem;width:21.6875rem;height:71.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAcdme5XtD35ZFz9ZnZZ2B1D9KJH1K8h { top:16.9375rem;left:0rem;width:20.125rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucMM2lIXun3gZgMfZisTxzPO7w8LDlIw { top:15.5rem;left:11.625rem;width:20.125rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4Kk2ld0vxiqr4BasIrgctuzE5yaHplJ { top:16.9375rem;left:27.5rem;width:20.125rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNlb9ixtKku9dpUSVVc5zQhPZfu0ly1W { width:20.3125rem;height:6rem;top:22.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMaancMxlnqRStaTBXMX3SHK6xfKI0FA { width:20.3125rem;height:3rem;top:23.9375rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTi77gAQhpuSXm0dIXSldJWkulAyVQKr { width:20.3125rem;height:3rem;top:23.4375rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntavKgbF6TWP6fy471ImcHaJS6pCDS9e { width:15.125rem;height:7.5rem;top:31.5rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7IGlrDZFcwDRcKmKITOWoBOMP4RdiCo { top:32rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifXmwf1XFbyqtEF7ITtnm4VZdmW1l0xE { top:44rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG55zfDTqlZg2zo040mT7Gb6C6aoBPgB { width:15.0625rem;height:7.5rem;top:44rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXxyBGiqoVqp4Lk9nPVTEmOlLG7f3TJv { width:15.125rem;height:12rem;top:31.5rem;left:16.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzLm338zD2TTkryh7ec5OWAiPrVae5lM { top:31.4375rem;left:15.875rem;width:4.25rem;height:4.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4A3Uwt3ikF1LNWNfkVmMN22ZvwsI42p { top:44rem;left:15.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTC6nczGRTta2QScuLGgouNLN570CfF { width:15.375rem;height:9rem;top:44rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKlios33a0MCahGTnnRRpUCpnQgzEICt { top:55.3125rem;left:15.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqrsUTuvOUrZtTwZ7vc60HhtcMDKGtFi { width:15.125rem;height:12rem;top:55.3125rem;left:16.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpyG1MaT3rL29QD56MgK24TCwHEnB8hz { width:15.125rem;height:7.5rem;top:31.5rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTP91bO8HtZTgXgL138FyvwmvK8fN4Mu { top:32rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTFiQMhqw2qLNTWToq9ZqPx92fV79ni { top:43.9375rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQph0k9EA7g4V6aoE3pXPvwi15UEFKh4 { width:15.0625rem;height:10.5rem;top:43.9375rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyyRyfQHSqNVTl4ZXB0bzaTPXenyq68m { top:55.25rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLKILGNpOgtgIqB1kVHoEG061A4v332p { width:15.125rem;height:12rem;top:55.25rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlKTKEwZuIDX0ZQIfxRqFbugNLICmCEr { width:15.0625rem;height:7.5rem;top:55.3125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJEn0XPrWcpqwLecmvKTGTIG03iABy7H { top:55.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItUDclZXJ14ULoyTJLTgQg3nhF9yUbCz { display:block; }#ItUDclZXJ14ULoyTJLTgQg3nhF9yUbCz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duxvhTy8FGgbD8KsqBLBupI7Hyt1TiOe { top:2.4375rem;left:3.03125rem;width:41.6875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ZsWZQFwCyIVhKfcmDNTMRUzVdldOWE { width:47.75rem;height:1.6875rem;top:5.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elXE1TzoZpBwEAopsw94vRfJneuM8cFL { display:block; }#elXE1TzoZpBwEAopsw94vRfJneuM8cFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksdlS98QzXDhhNWFWbuRRDqf9WvUmIET { top:4.875rem;left:1.9375rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4UuP4Tt2PDCwV3yOkVLacLi0Abqxzqz { width:9.9375rem;height:5.625rem;top:4.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1p60poctTOXwlIKwXQXb4pT8xrIvmFb { top:5.1875rem;left:6.9375rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ1lAiD24U6TJO9s9NElKt9gaTMQzH5S { width:8.6875rem;height:2.5625rem;top:10.5rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTpnTHWkaguyT9DQGQZg9gpU5gCtnMa { top:2.3125rem;left:2.125rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxWcae6ynSAKKUwX6GpAhesn7FVRrCdI { width:10.5625rem;height:4.5rem;top:15.5625rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDbTrsz7blrkN0PIMuyAah90enwxPWJ7 { top:21.4375rem;left:2.125rem;width:9.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTDQUhtIPKOEFccHPGRNhrTJyeacBGCg { width:10rem;height:10rem;top:4.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPFJDet5HTCZFH6I1dm32VBw18JTlEVQ { display:block; }
 }@media only screen and (max-width: 763px) { #sF1WrdTGN9nV69k9Td0HtS6RNmrWnOmJ { top:4.875rem;left:13.875rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUHl4mUtSNrSWEo4ELO4yqpW0yWiFkKw { width:10.5625rem;height:4.5rem;top:15.5625rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ6gLEoRw4cGVDdxiqPva4MbaUqNGgRQ { top:21.4375rem;left:14.0625rem;width:9.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQzHwc63tTZGvJ8QbAtk3zRuPHuVV7V9 { width:10rem;height:10rem;top:4.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxIyRGAVFoRiuXWqQIEcUUtGa6Hqhiks { display:block; }
 }@media only screen and (max-width: 763px) { #oOAUgBsK7xFkhT8PDTA4T8wZHTELipTu { width:8.6875rem;height:2.5625rem;top:10.5rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZSmOD5B67TEm9onUQXdCNi90L6cGrNT { width:9.9375rem;height:5.625rem;top:4.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POICLe7VdpEqT7R1BsSFDsmrJmaOneT2 { top:5.1875rem;left:18.875rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfyWF2UODLszXCL8gbDFIAA2w40cTLk1 { top:2.3125rem;left:14.0625rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChISSshpTFeEZtBS74PaF1ixeEEoUHUo { top:2.3125rem;left:26rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtFABF0c6lnum5LhIcvqJoqtcJDaX1oE { top:4.9375rem;left:25.8125rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhPUNfc9ZTli3pm2CaEsJmI8qTUQxUKh { width:9.9375rem;height:5.625rem;top:4.875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAxEdlS3oJ5GWo1LrHmntDd6wByCdeBb { width:10rem;height:10rem;top:4.9375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRhy85Sx7WT9e8yOouIfqQt1Lq4rDxnZ { display:block; }
 }@media only screen and (max-width: 763px) { #riHwbTQv6w34uzJPAre2AH5L3S8Z8u3l { top:5.1875rem;left:30.875rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVKtAAmsVcpcgszmL9D8hw5dSm8RJopz { width:8.6875rem;height:2.1875rem;top:10.5rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v97poMaKA3U754nyUpPFaVWmoT2sQ9T3 { width:10.5625rem;height:4.5rem;top:15.5625rem;left:25.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxbwObgskdNKITdT92sD0ekqzJCgS0Uo { top:21.4375rem;left:26rem;width:9.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9boWThEhBnRDAJlGSJfJIIMTVhzviGa { display:block; }#L9boWThEhBnRDAJlGSJfJIIMTVhzviGa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqsEFBclQS0UKaoGbDKFPX4urVLWLMZP { top:19rem;left:14.0625rem;width:9.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTFhtnixIOS5G6mvZHi6FWI49AqHXUJO { width:10.5625rem;height:4.5rem;top:13.3125rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNQgMw7kFKMyPNr7wWi9VdzWORmhJor6 { top:3rem;left:13.9375rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyCnFfliiD2c34sJezz6lx97OfU6P0rD { width:10rem;height:10rem;top:3rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4ptcb2p5irFH7Svo4eI55mAV2HMMOb8 { display:block; }
 }@media only screen and (max-width: 763px) { #cXUBmoPU176BWHFrhfFU4MLAQA58ZkDh { width:8.6875rem;height:2.5625rem;top:8.3125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC3EmlL9ro52p7HrzbBcfzVUqLob1aBH { width:9.9375rem;height:5.625rem;top:2.9375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvleGKMpIE5mvS8a5bf09JsGqT5CHAKN { top:4rem;left:20.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INPqA9OwMvmrt2AgH5Zed0iKn065hubw { top:3rem;left:25.875rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPCn1lNDwFbpOABbMKhXurQD4oe5WK3l { width:10rem;height:10rem;top:3rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ3KgfdL6N2T1zALoHe9qEgsErfIrfFN { display:block; }
 }@media only screen and (max-width: 763px) { #zWZfTh91pzEmD6pQw5Ecpeib7lkC1RCT { width:9.9375rem;height:5.625rem;top:2.9375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO1H3q2G1tSlhc8Ra3DU03lwgO3I7ZUM { top:0.5625rem;left:26rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzcz9izpqNRi7sl7gJwXnHr5d93yO8s3 { width:8.6875rem;height:2.5625rem;top:8.625rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG09UKNXQNcL6PblRGvqnnBpq06lxmyS { width:10.5625rem;height:3.375rem;top:13.4375rem;left:25.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGScSlGp2tqggSKLMVFbic8MgopqyUic { top:4.1875rem;left:32.75rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8UXGxbQ2I3c1VyOCxfJ8JE9rFtzOchn { top:19.125rem;left:26rem;width:9.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrATZ3pQ2EeKVb4syCmd4rSZ09eP1iRx { top:19.625rem;left:2.125rem;width:9.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr2pKIDAdHR8n62lFlCmmloVT05pKq2B { width:10.5625rem;height:4.5rem;top:13.75rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkxMBEllVCQ7NxUeoybONSkemACTZyUD { top:3.0625rem;left:2rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4N1Zxf9xd2K5uXzkQU2rT3TPBMFBU2t { width:9.9375rem;height:5.625rem;top:3rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrZqrTypJenMQmKVJdlkxKmbX069gZqL { width:8.6875rem;height:3.875rem;top:8.6875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M25ZhWvOxM8gM0Ea93DilCmFyvy6aCFE { width:10rem;height:10rem;top:3.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9imtA0aqOgESXwKevZ1a2Dlfx7hqq9Z { display:block; }
 }@media only screen and (max-width: 763px) { #eaa2a3IEk1tTdNIAnu7C4P6WAefeuZOl { top:3.375rem;left:7rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBnvulbcBBHsrMM6TvCWOwBFkHZ6Fknp { top:0.4375rem;left:2.125rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATSWSuyhDRT46q4wvyP70TR3DgK6AgeG { top:0.4375rem;left:14.0625rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEplZILGXhgc8foT7LKK46EDL5dGgBQk { display:block; }#zEplZILGXhgc8foT7LKK46EDL5dGgBQk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFT2Ou7TPAx5H07wlpvBmdpxQmLulRGC { top:4.125rem;left:2rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTH4zhgnOqMXowpcc4ipsEMcIinOQ6vG { width:9.9375rem;height:5.625rem;top:4.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1WBtvcu4a5FPsmPnBC4kIZCsnGyeB4p { width:9.25rem;height:3.5625rem;top:9.9375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTsAuMXaxDHRtmIH1OMzi0eZiT1kpVQy { top:1.5rem;left:2.125rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFFcnOGwqgMbZxD2blTrbwBJPdg4R5k9 { width:10.5625rem;height:1.125rem;top:14.8125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0xDrnOPrFbFrs5zUaGWu3PwdatI7irs { width:10.5625rem;height:3.375rem;top:14.75rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBhA1EOPwwxUiNMu673haZuZEoqcwcgV { width:10rem;height:10rem;top:4.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtkTs2bPz2Z1q253bzIHVAdtCi5gl2IR { display:block; }
 }@media only screen and (max-width: 763px) { #apM1mZcJ14B1DZsWVTAvi9zSTGKuFOqi { top:20.625rem;left:2.125rem;width:9.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN0fZNfxFmrtopWBvBUJeA4fgpdENlFz { top:6.125rem;left:8.875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1xRCqiTux5nPrmlvGdsrdfR8Ve9QvwR { top:20.625rem;left:26rem;width:9.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp7mtCT8JAz81JWH7pbLOx0bV7DH5SlT { width:10.5625rem;height:3.375rem;top:14.75rem;left:25.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB69lrhZDqEcVSTCB8FQzrZMM7Lu4cZ4 { top:4.125rem;left:13.9375rem;width:9.9375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTPTsT7WSGCNLXMwyw4ZLkgVRxA7eRiV { width:10rem;height:10.1875rem;top:4.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #debsg2gqLhFpoh8BLaUDa3cK8Eo1bmfc { display:block; }
 }@media only screen and (max-width: 763px) { #bDe5ZFEuthrJnf1Id5OTG9IKE8NESnqW { width:10.3125rem;height:3.375rem;top:14.9375rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly5MrTk1sSmJq9K6s7JXiXa67ZlWSNcz { top:20.625rem;left:14.0625rem;width:9.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHoCAwUdo4bQ8QMEaHanxpZldIIDTAGG { top:4.125rem;left:25.875rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmJVWG8hZhAhKRmn9V7JMoH5KOLd2cG2 { width:10.0625rem;height:3.5625rem;top:9.875rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W68y94GWhJWgzN45yULRBX7TVSS2iLtQ { width:10.5625rem;height:1.125rem;top:14.8125rem;left:25.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARPyfvMRpxtNXrOKwNOxKE5hNc15oZyX { width:8.6875rem;height:3.25rem;top:10.125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QddIQxnW8yOFvP2Ac2qflrzK7TznQaM1 { width:10rem;height:10rem;top:4.0625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBU83QrWghRydGltoP3IVnfqZXe3elPH { display:block; }
 }@media only screen and (max-width: 763px) { #TzfzpzHNhCNy03wmS2y2OcvKU2MKJNEL { top:4.875rem;left:18.9375rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQshsrmvzZZ2Rl6NnuHgTx4mXAvJfHAk { width:9.9375rem;height:5.625rem;top:4.0625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTQ7aBeDcXH8r0OTRriWVrz2fi4Ew9lV { top:4.75rem;left:30.875rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIco7Kcr0gqSJnbHnB0DWWLNaRuX0u6b { width:9.9375rem;height:5.625rem;top:4.0625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtB4XhIabscNd11AOXfNh6F9tXR0Faai { top:1.5625rem;left:14.0625rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODnsrUVSCsgZ1fDfftWKnZRq6vaSBVOc { top:1.5rem;left:26rem;width:9.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHPdxRNMalNNkdLNMTbIdWJJmbudFdXi { display:block; }#uHPdxRNMalNNkdLNMTbIdWJJmbudFdXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEIeAeR3Z8t7Xu77OvutX2gQcolmZUms { top:6rem;left:12.25rem;width:11.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAlk39SlJ7nQCrTRc3JG5psFkhTyBA3T { display:block; }
 }@media only screen and (max-width: 763px) { #gAvng47qfCRl14JTJzaNM3aTrTH3PHyr { display:block; }#gAvng47qfCRl14JTJzaNM3aTrTH3PHyr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShvvEVESNDx6vNThhuylMnQGTbi2adfv { width:47.75rem;height:1.25rem;top:2.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UykevqsQKvTCunZIAgp0Xu4LSgS7ETlQ { display:block; }#UykevqsQKvTCunZIAgp0Xu4LSgS7ETlQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoWBDH81e4Owzw4Oi8oeO2bJS3KKIqKx { top:11.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRMSUl2ndOWisBfphoBv0OCB09T65z95 { top:14.875rem;left:0rem;width:8.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6hyHk32xZXLMkbsRG7D3oUeWa1Iia1c { top:11.0625rem;left:5.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7EMGc81UhMlTEq8Ga7MXpBEPTfKepNH { top:13.875rem;left:6.6875rem;width:9.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo0pT0vr7cEXf88RlKQTx3Km0GCtsNMt { top:11.0625rem;left:30.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMefO62K3wJEPWOykpRmPqwxM8Jn2d7c { top:13.9375rem;left:31.0625rem;width:10.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZTlZgxy6vdUEZx019lH7ZmtvhwaGq2k { top:11.0625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3e8aDGoibcoWCqz2phU1Kuy1DWuPwTX { top:14.5625rem;left:18.375rem;width:11rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbqADWF1wJKnapt8s1FtTMSUHXyLoWXl { top:11.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7ZFsVpRIoC9kSOqiq7MxoX0dOUsQbHV { top:16rem;left:39.75rem;width:8rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuPiFJQ1ELQuxPzgA1oSRBXR7pFqDTlW { top:23.625rem;left:30.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3pBMqRINnL2LD8Vrgh32OdeFzpmcAO2 { top:28.75rem;left:32.03125rem;width:8.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLMmwnyFVi1IbOsM4vTedbMW8Izyx7Zh { top:23.625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4S5RPk8dAgaMBTmnWohslD4WKtNommh { top:27.0625rem;left:19.4375rem;width:8.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfpOaLahTF84c50ELdy4dziE4twIx1Sx { top:23.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hav1m4Hd4dD08GD6kl7UbiQgDw8lLrCU { top:25.9375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #kffXRdnBErMW30FW4E6Hk3eDCfFqwm2S { top:23.625rem;left:5.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkbiq97JIoXTXFeBbl4grVLTuW8G3Cct { top:25.9375rem;left:7.375rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwqPDKaMPXcB1dsAFMI1tSSKe7KhCXTM { top:23.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzw0HRd1Euu2obgJQg1dS7tFkxyTk8T6 { top:27.3125rem;left:0rem;width:8.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKNUiJ7DFUQoWRAZCyuz2O4K1gWzMx3m { top:36.1875rem;left:30.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE4TM9Wambo8MyKfRzcPs6TkbpWhd1eG { top:36.1875rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJwEKlH1ZyaNodFcDHhuQVtBukwRaiVv { top:36.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmOrt5ZLhKrUxEkBG3dVvlWcvmU2pORD { top:36.1875rem;left:5.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOLlR18nlZ92TREQC5i7BN61UixGltGe { top:36.1875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaoHDyHM2wU5sAeLJIkRBrzb9Gls4F8h { top:39.5625rem;left:30.875rem;width:11.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKDrHaE9v8bOMKDyyvzrnOd3m3zx8biF { top:40.3125rem;left:19.4375rem;width:8.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du1QC6oBJP3PUwMtxX1PVFO25R1QxdTi { top:38.5rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9SNIyqlC0yL5PQw0fZocC7TVdTwXGSz { top:39.5625rem;left:7.375rem;width:8rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO5Oaeveh5tM3GrlxsIOVzmalGXlTmMd { top:39.875rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwTb50SMIT3mVsRTpAKmK211HZ7t8XD9 { top:4.125rem;left:6.6875rem;width:34.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBTcHWrHlphRcZ9FUlM3gfePsikr52he { display:block; }#iBTcHWrHlphRcZ9FUlM3gfePsikr52he > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6rcX8h6Izmw1Czhkv5lLOx7J4zxdnIe { top:2.3125rem;left:8.78125rem;width:30.1875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZd6kRnlgxSNvrmI3sAVmZBttBrVq7C3 { top:15.375rem;left:6.25rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8AVUzAEJTOirTFbUnVuR0ZLh8d9rOm { top:15.375rem;left:0rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZURlGTxBhTMTU6cLDJPXuKIdA2sF4RcR { top:15.375rem;left:24.75rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAwWZFZrPsxf0BcDRfqvUVIblCmzEWQc { top:15.375rem;left:30.75rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDNyNiQOpJAIBNEMpZ4qCikaQoEtR0kG { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBkW9o8NTpXdA8kwcDIN8JlvLEig9KzI { top:17.1875rem;left:0rem;width:6.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5oqWL6LU2WDAzAd4byCf6fBBzaS959F { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhtKJuRREFQX2mKkHWAbXcNgqQutNtPt { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZplnGy06qJ6lxKM39GO43XH8Ik7x95TX { top:17.4375rem;left:15.4375rem;width:6.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpzA6GbUwWKrAy1KeTLGvxOBioItQQTu { width:14.125rem;height:0.1875rem;top:24.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHeKyAAasQE71741BA2nIpb1HK3e1diq { width:14.125rem;height:0.1875rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qat0Zrvw0cO8r0NBm7BcATq1hFnebx3S { width:14.125rem;height:0.1875rem;top:24.625rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhHdsbgxzDTmxSyKBKqep5w0U9kUrFer { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEbRVKUIpcswyNXGMBJR9hbSIDQQFOk4 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVCEWFCpu2hqvqJyuzkXfLyKTBLPKuPJ { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHdDZmoATIQTdXHfSECgaXazPWplF44G { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkrTGRToEDtLTuEZo59e1U3bnOf5Qnci { top:17.0625rem;left:37.8125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5e86WTkqdiXWdIFUThbqgMWaT69a6Xe { width:14.125rem;height:0.1875rem;top:24.625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJVfoSaHGJKMcGdDit4Wp4QQtPcn3mTZ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P85cpfg0NOFPrV9FKhiioAq2UX0mDLUE { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBVGNnyLT5R19QFUOMelBQ3G9IOOGtU9 { top:17.1875rem;left:42.375rem;width:5.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTE9TMNk63PD3b89LUQ3T1bdvtzShmht { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzvV7riCGNpCnsbroon8Jvev4to0Jdit { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ETat7XcxfdATz7UbgZQP5NH3p7c3IK { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIebTttUiqQSCCyJ8N5esDorQwhdN865 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKlCbq60xULIb3T2VtDtFVFiQGKtShua { display:block; }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFwb7dLryiZXV3CmMVhlDFurzHHSpcPr { top:2.0625rem;left:0rem;width:24.375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpzpASJMWLdV5w0UVeHsv9aFeyTbuxMW { top:7rem;left:0rem;width:20.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-input-text {padding-top: 0; padding-bottom: 0;}#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-input-select {padding-top: 0; padding-bottom: 0;}#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC  { width:21.875rem;height:auto;top:8.75rem;left:0rem; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC {display:block;}#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC { width:21.875rem;height:auto;top:8.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #irQMi9UUJ95eqQ3aTL4kzPL0IiEEaPkE {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #CFE4xDn9oC5JARDpnP6OoW43IfyHGwyy { display:block; }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #yCCwkaU2DP8ucWg18f2WZFTgOyVdsDHE {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #aapWqp1ozi3l006sk4LCg7bvpdH0IyDl {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #K27fOaTvi7me9rRzdEuLfan7fcExVxTK { display:block; }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #rZM8qzu2dswEZ9SWx3DOdsbWGUqkKA56 {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #XJn3kpRTsJotT4GkeSXLpqXpb4HnmGkx {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #OmKOXnvMbkl5Vv93eOJfsOm8O5aSWAbb { display:block; }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #hMZ0A9c6ynmKwmZN5lS4fZDMqduIIMxT {  }
 }@media only screen and (max-width: 763px) { #sqLORhyw4G8BFWWL6v1EfwFvc4paeV8Q { display:block; }
 }@media only screen and (max-width: 763px) { #zk4Pz2Vcri0VUTSzAWJ22dOTc1QVXxWa { display:block; }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #XFyIVfrom00cT2EFJKHdSIseqBcaO3g3 {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #GDLBTLefhT1m8VUaPeoomxr5rkAa9qqi {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #pLweMlgUft1izWwTopl36eWbLgAOw4tn {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #EkHnqI7zQpgKs7DynynITO9LNs9wtiVr {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #oRNSh2ry4C6oIC3124JTnHUg9w6MM451 {  }
 }@media only screen and (max-width: 763px) { #RSuMVPBWb8AmtGh9ac2l3dPU5iMoeCQo { top:6.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ883keETWpIVBf2m9M2uDP86970NbQ2 { top:3.3125rem;left:5.9375rem;width:41.8125rem;height:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz { display:block; }#cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHqdk63aaOnSlLQdIQJr27VhVdBza2GT { width:25.1875rem;height:7.75rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX1XCVfsgg2VbRBgxPJteg5yLA6oqOro { width:16.0625rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQNLp0oWIhQkT1D3uDihi1OTIRAtcUyg { 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) { #oTdIuJQZowuo8Ua5oGuyuZBMKpsy4rBn { 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) { #Nl525JaP30kTIhCR5PdyP4vwvL9vgLiQ { 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) { #dwtuxxAfREHbf5kFMOB6PXx9RCJePMEE { top:6.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8m5PmiAVIw9EvlvmrRu2kRR8CTTCUIM { 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) { #PBX5swfOp4ltlVM08oIknpd2PMLihCVo { position:relative;z-index:auto;display:block; }#PBX5swfOp4ltlVM08oIknpd2PMLihCVo > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuCaShDS52U3T8PrzyVblBdsH3z2l2Kf { width:6.875rem;height:1rem;top:1.6875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8VqxAu0879fHsGoH3Tvb1ZRH5VK31mk { display:block; }
 }@media only screen and (max-width: 763px) { #NVMvElm3BoAvo6wSaeV667WeQ9QoF57C { width:6.5rem;height:1rem;top:1.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXpEMGTxX7tL0s8Z2tbETklFS0CWDgAb { display:block; }
 }@media only screen and (max-width: 763px) { #fbzIyP3XMbrkHgOWTBD9rIJe4K1WcBer { width:5.25rem;height:1rem;top:1.6875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaUlZScDHlQrWmIKGyTrV6qLXbi6uov9 { display:block; }
 }@media only screen and (max-width: 763px) { #WsF7qKyrz5eQbmVQo76FwveHCEtSEG3U { 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) { #il8P1CtPXxTazyOJVwNQAvflbFclg3fT { 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) { #JZfGC00tNXSN1y5XZ2WRLhLkSRAdVf1f { width:10.625rem;height:3.5625rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD7fqXdruc4EGLTmH7xBaMdzhW6cQK7o { display:block; }
 }@media only screen and (max-width: 763px) { #bEQC6LuglVeE0MxIRFQJJCDc6uLn8oTD { width:9.375rem;height:2.3125rem;top:1.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoasNhDA43L8tSKLStn33Fh3eFZZm3LW { position:relative;z-index:auto;display:block; }#xoasNhDA43L8tSKLStn33Fh3eFZZm3LW > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIlJkGRrnfZk7vWyQHr38H5wNdizfB8r { width:20rem;height:2.79948125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyBhCz3NPGXyRqcSnK4sl3fmbOq9dld6 { position:relative;z-index:auto;display:block; }#JyBhCz3NPGXyRqcSnK4sl3fmbOq9dld6 > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACQHmTRRQevvvAhCvU1UKLIUpaE8gxFh { width:18.0625rem;height:5.5rem;top:18.162109375rem;left:0.96875rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ND2WIPSsp6HmvDlTost6kGntvAEQCMGE { width:17.6875rem;height:6.497375rem;top:27.9375rem;left:1.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtGdkPbf6hUugv8hWN7WyWU3G0ywe20y { width:13.875rem;height:2.5rem;top:35.8125rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae2O4qVVUvtLknP3nOeAlKg3TpuhBi44 { display:block; }
 }@media only screen and (max-width: 763px) { #GzvqUwbazcB6SvRhFs0TCRLxWxWCqrcW { width:17.0625rem;height:17.0625rem;top:0rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnT1HwFQnkJJOPLE5XStlUZ7OHVsiWe4 { width:20rem;height:1.29980625rem;top:24.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JwPXE15XLizgCz6ao29MTSN3Wf20htDM { display:block; }#JwPXE15XLizgCz6ao29MTSN3Wf20htDM > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZ6MazxyrxMPUy2OKfVkiPliahdSfGT2 { height:8.4375rem;width:14.125rem;top:16.125rem;left:2.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgguhltp9mvmq8f3rtZQAMo3X3IK8VkE { width:20rem;height:5.19921875rem;top:1.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1n4Q0Nm7F0OLuKhT10WMIOuqKPTvysw { width:20rem;height:3rem;top:8.08984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRAHpkr1AvFuhuMWNFmBaaTiORkKZ1WF { width:17.5rem;height:16.625rem;top:12.8125rem;left:0.96875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLsJtEEfDsrWl4hLWgwA2w6Su7lJat8c { display:block; }#vLsJtEEfDsrWl4hLWgwA2w6Su7lJat8c > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLPqORqNtRpoysF7E41lI7nmy32vXwpJ { width:20rem;height:5.19921875rem;top:0.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEWxHWQ5L3KvO272SS0IJs04XPFsbcl3 { display:block; }#BEWxHWQ5L3KvO272SS0IJs04XPFsbcl3 > .row .container { width:20rem;height:175rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jy1LM5BaDOwhCPTlmlwrGMPe00eBQ6g3 { width:8rem;height:6.25rem;top:3.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo92OVhGE5670TlmqwOEbqp5DkE2pJz6 { width:20rem;height:52.6875rem;top:0.216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLGORC6gsonkiBicKVDto6eEhyVCU4pp { width:8rem;height:6.25rem;top:57.466796875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPfyDz02snnLpyo12feGFKOKShgJT78v { width:20rem;height:63.75rem;top:54.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD5Menhz2cEUKXBZJMeR441XECcPBwNB { width:8rem;height:6.25rem;top:122.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdzNp2ZwH47Vb2fIxN45lcbNV3HKMp0I { width:20rem;height:54.375rem;top:119.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAcdme5XtD35ZFz9ZnZZ2B1D9KJH1K8h { width:20rem;height:2.5996125rem;top:13.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucMM2lIXun3gZgMfZisTxzPO7w8LDlIw { width:20rem;height:5.19921875rem;top:67.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4Kk2ld0vxiqr4BasIrgctuzE5yaHplJ { width:20rem;height:2.5996125rem;top:131rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WNlb9ixtKku9dpUSVVc5zQhPZfu0ly1W { width:20rem;height:6rem;top:17.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMaancMxlnqRStaTBXMX3SHK6xfKI0FA { width:20rem;height:3rem;top:73.8125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTi77gAQhpuSXm0dIXSldJWkulAyVQKr { width:20rem;height:3rem;top:135.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntavKgbF6TWP6fy471ImcHaJS6pCDS9e { width:15.125rem;height:7.5rem;top:25.8125rem;left:4.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7IGlrDZFcwDRcKmKITOWoBOMP4RdiCo { width:3.125rem;height:3.125rem;top:25.8125rem;left:0.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifXmwf1XFbyqtEF7ITtnm4VZdmW1l0xE { width:3.125rem;height:3.125rem;top:34.625rem;left:0.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG55zfDTqlZg2zo040mT7Gb6C6aoBPgB { width:15.0625rem;height:7.5rem;top:34.625rem;left:4.9375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXxyBGiqoVqp4Lk9nPVTEmOlLG7f3TJv { width:14.5rem;height:12rem;top:79rem;left:4.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzLm338zD2TTkryh7ec5OWAiPrVae5lM { width:4.25rem;height:4.25rem;top:79rem;left:0.6875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4A3Uwt3ikF1LNWNfkVmMN22ZvwsI42p { width:3.125rem;height:3.125rem;top:91.5rem;left:0.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTC6nczGRTta2QScuLGgouNLN570CfF { width:15.0625rem;height:9rem;top:91.5rem;left:4.5625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKlios33a0MCahGTnnRRpUCpnQgzEICt { width:3.125rem;height:3.125rem;top:102.8125rem;left:0.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqrsUTuvOUrZtTwZ7vc60HhtcMDKGtFi { width:14.625rem;height:12rem;top:102.8125rem;left:4.5rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpyG1MaT3rL29QD56MgK24TCwHEnB8hz { width:15.125rem;height:7.5rem;top:140.375rem;left:4.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTP91bO8HtZTgXgL138FyvwmvK8fN4Mu { width:3.125rem;height:3.125rem;top:140.375rem;left:0.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTFiQMhqw2qLNTWToq9ZqPx92fV79ni { width:3.125rem;height:3.125rem;top:149.3125rem;left:0.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQph0k9EA7g4V6aoE3pXPvwi15UEFKh4 { width:15.0625rem;height:10.5rem;top:149.3125rem;left:4.9375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyyRyfQHSqNVTl4ZXB0bzaTPXenyq68m { width:3.125rem;height:3.125rem;top:161.6875rem;left:1.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLKILGNpOgtgIqB1kVHoEG061A4v332p { width:15.125rem;height:12rem;top:161.6875rem;left:4.875rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlKTKEwZuIDX0ZQIfxRqFbugNLICmCEr { width:14.625rem;height:7.5rem;top:43.5rem;left:4.9375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJEn0XPrWcpqwLecmvKTGTIG03iABy7H { width:3.125rem;height:3.125rem;top:43.5rem;left:0.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItUDclZXJ14ULoyTJLTgQg3nhF9yUbCz { display:block; }#ItUDclZXJ14ULoyTJLTgQg3nhF9yUbCz > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duxvhTy8FGgbD8KsqBLBupI7Hyt1TiOe { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ZsWZQFwCyIVhKfcmDNTMRUzVdldOWE { width:20rem;height:3rem;top:10.71875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elXE1TzoZpBwEAopsw94vRfJneuM8cFL { display:block; }#elXE1TzoZpBwEAopsw94vRfJneuM8cFL > .row .container { width:20rem;height:115rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksdlS98QzXDhhNWFWbuRRDqf9WvUmIET { width:10rem;height:10rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4UuP4Tt2PDCwV3yOkVLacLi0Abqxzqz { width:10rem;height:5.625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1p60poctTOXwlIKwXQXb4pT8xrIvmFb { width:5rem;height:5rem;top:3.0625rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ1lAiD24U6TJO9s9NElKt9gaTMQzH5S { width:8.75rem;height:3rem;top:8.3197917938231rem;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) { #qzTpnTHWkaguyT9DQGQZg9gpU5gCtnMa { width:9.8125rem;height:2.5996125rem;top:11.25rem;left:5.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxWcae6ynSAKKUwX6GpAhesn7FVRrCdI { width:15.625rem;height:2.625rem;top:13.849609375rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDbTrsz7blrkN0PIMuyAah90enwxPWJ7 { width:9.8125rem;height:1.29980625rem;top:17rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTDQUhtIPKOEFccHPGRNhrTJyeacBGCg { width:10rem;height:10rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPFJDet5HTCZFH6I1dm32VBw18JTlEVQ { display:block; }
 }@media only screen and (max-width: 763px) { #sF1WrdTGN9nV69k9Td0HtS6RNmrWnOmJ { width:9.9375rem;height:9.9375rem;top:39.812503814698rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUHl4mUtSNrSWEo4ELO4yqpW0yWiFkKw { width:10.5625rem;height:0;top:62.250003814698rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ6gLEoRw4cGVDdxiqPva4MbaUqNGgRQ { width:9.8125rem;height:0;top:68.0490100647rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQzHwc63tTZGvJ8QbAtk3zRuPHuVV7V9 { width:10rem;height:10rem;top:51.000003814698rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxIyRGAVFoRiuXWqQIEcUUtGa6Hqhiks { display:block; }
 }@media only screen and (max-width: 763px) { #oOAUgBsK7xFkhT8PDTA4T8wZHTELipTu { width:8.6875rem;height:0;top:45.437503814698rem;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) { #dZSmOD5B67TEm9onUQXdCNi90L6cGrNT { width:9.9375rem;height:5.625rem;top:39.812503814698rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POICLe7VdpEqT7R1BsSFDsmrJmaOneT2 { width:4.9375rem;height:4.9375rem;top:40.125003814698rem;left:7.5rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfyWF2UODLszXCL8gbDFIAA2w40cTLk1 { width:9.8125rem;height:0;top:37.249469757081rem;left:5.0621452331543rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChISSshpTFeEZtBS74PaF1ixeEEoUHUo { width:9.8125rem;height:2.5996125rem;top:31.625rem;left:5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtFABF0c6lnum5LhIcvqJoqtcJDaX1oE { width:10rem;height:10rem;top:21.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhPUNfc9ZTli3pm2CaEsJmI8qTUQxUKh { width:10rem;height:5.625rem;top:21.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAxEdlS3oJ5GWo1LrHmntDd6wByCdeBb { width:10rem;height:10rem;top:21.624642014504rem;left:4.9991121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRhy85Sx7WT9e8yOouIfqQt1Lq4rDxnZ { display:block; }
 }@media only screen and (max-width: 763px) { #riHwbTQv6w34uzJPAre2AH5L3S8Z8u3l { width:5rem;height:5rem;top:23.6875rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVKtAAmsVcpcgszmL9D8hw5dSm8RJopz { width:8.75rem;height:3rem;top:28.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) { #v97poMaKA3U754nyUpPFaVWmoT2sQ9T3 { width:15.625rem;height:2.625rem;top:34.224609375rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxbwObgskdNKITdT92sD0ekqzJCgS0Uo { width:9.8125rem;height:1.29980625rem;top:37.3125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9boWThEhBnRDAJlGSJfJIIMTVhzviGa { display:block; }#L9boWThEhBnRDAJlGSJfJIIMTVhzviGa > .row .container { width:20rem;height:94.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqsEFBclQS0UKaoGbDKFPX4urVLWLMZP { width:9.8125rem;height:1.3rem;top:42.6875rem;left:5.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTFhtnixIOS5G6mvZHi6FWI49AqHXUJO { width:10.625rem;height:5.25rem;top:35.5625rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNQgMw7kFKMyPNr7wWi9VdzWORmhJor6 { width:10rem;height:10rem;top:22.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyCnFfliiD2c34sJezz6lx97OfU6P0rD { width:10rem;height:10rem;top:46.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4ptcb2p5irFH7Svo4eI55mAV2HMMOb8 { display:block; }
 }@media only screen and (max-width: 763px) { #cXUBmoPU176BWHFrhfFU4MLAQA58ZkDh { width:8.75rem;height:3.8984375rem;top:28.482292175293rem;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) { #AC3EmlL9ro52p7HrzbBcfzVUqLob1aBH { width:10rem;height:5.625rem;top:22.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvleGKMpIE5mvS8a5bf09JsGqT5CHAKN { width:3.125rem;height:3.125rem;top:24.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INPqA9OwMvmrt2AgH5Zed0iKn065hubw { width:10rem;height:10rem;top:74.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPCn1lNDwFbpOABbMKhXurQD4oe5WK3l { width:10rem;height:10rem;top:74.0375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ3KgfdL6N2T1zALoHe9qEgsErfIrfFN { display:block; }
 }@media only screen and (max-width: 763px) { #zWZfTh91pzEmD6pQw5Ecpeib7lkC1RCT { width:10rem;height:5.625rem;top:74.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO1H3q2G1tSlhc8Ra3DU03lwgO3I7ZUM { width:9.8125rem;height:2.6rem;top:84.12499809265rem;left:5.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzcz9izpqNRi7sl7gJwXnHr5d93yO8s3 { width:8.75rem;height:3.8984375rem;top:79.6875rem;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) { #bG09UKNXQNcL6PblRGvqnnBpq06lxmyS { width:10.625rem;height:3.9375rem;top:86.75rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGScSlGp2tqggSKLMVFbic8MgopqyUic { width:3.125rem;height:3.125rem;top:75.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8UXGxbQ2I3c1VyOCxfJ8JE9rFtzOchn { width:9.8125rem;height:1.3rem;top:91.9375rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrATZ3pQ2EeKVb4syCmd4rSZ09eP1iRx { width:9.8125rem;height:1.29980625rem;top:81.6875rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr2pKIDAdHR8n62lFlCmmloVT05pKq2B { width:15.625rem;height:3.9375rem;top:77.224609375rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkxMBEllVCQ7NxUeoybONSkemACTZyUD { width:10rem;height:10rem;top:64.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4N1Zxf9xd2K5uXzkQU2rT3TPBMFBU2t { width:10rem;height:5.625rem;top:64.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrZqrTypJenMQmKVJdlkxKmbX069gZqL { width:8.75rem;height:2.5989625rem;top:71.6875rem;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) { #M25ZhWvOxM8gM0Ea93DilCmFyvy6aCFE { width:10rem;height:10rem;top:64.624478459356rem;left:5.0616121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9imtA0aqOgESXwKevZ1a2Dlfx7hqq9Z { display:block; }
 }@media only screen and (max-width: 763px) { #eaa2a3IEk1tTdNIAnu7C4P6WAefeuZOl { width:5rem;height:5rem;top:66.1875rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBnvulbcBBHsrMM6TvCWOwBFkHZ6Fknp { width:9.8125rem;height:2.5996125rem;top:74.625rem;left:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATSWSuyhDRT46q4wvyP70TR3DgK6AgeG { width:9.8125rem;height:2.6rem;top:32.4375rem;left:5.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEplZILGXhgc8foT7LKK46EDL5dGgBQk { display:block; }#zEplZILGXhgc8foT7LKK46EDL5dGgBQk > .row .container { width:20rem;height:94.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFT2Ou7TPAx5H07wlpvBmdpxQmLulRGC { width:10rem;height:10rem;top:42.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTH4zhgnOqMXowpcc4ipsEMcIinOQ6vG { width:10rem;height:5.625rem;top:42.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1WBtvcu4a5FPsmPnBC4kIZCsnGyeB4p { width:8.75rem;height:3.59960625rem;top:47.625000953674rem;left:5.625rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTsAuMXaxDHRtmIH1OMzi0eZiT1kpVQy { width:9.8125rem;height:2.6rem;top:52.312500953674rem;left:5.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFFcnOGwqgMbZxD2blTrbwBJPdg4R5k9 { width:10.625rem;height:1.3125rem;top:59.375rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0xDrnOPrFbFrs5zUaGWu3PwdatI7irs { width:15.625rem;height:3.9375rem;top:55.5rem;left:2.3125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBhA1EOPwwxUiNMu673haZuZEoqcwcgV { width:10rem;height:10rem;top:42.312500953674rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtkTs2bPz2Z1q253bzIHVAdtCi5gl2IR { display:block; }
 }@media only screen and (max-width: 763px) { #apM1mZcJ14B1DZsWVTAvi9zSTGKuFOqi { width:9.8125rem;height:1.29980625rem;top:59.8125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN0fZNfxFmrtopWBvBUJeA4fgpdENlFz { display:flex;width:3.0625rem;height:3.0625rem;top:62.312503814698rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #s1xRCqiTux5nPrmlvGdsrdfR8Ve9QvwR { width:9.8125rem;height:1.29980625rem;top:59.8125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp7mtCT8JAz81JWH7pbLOx0bV7DH5SlT { width:15.625rem;height:3.9375rem;top:55.5rem;left:2.3125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB69lrhZDqEcVSTCB8FQzrZMM7Lu4cZ4 { width:10rem;height:10rem;top:1.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTPTsT7WSGCNLXMwyw4ZLkgVRxA7eRiV { width:10.0625rem;height:10.0625rem;top:1.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #debsg2gqLhFpoh8BLaUDa3cK8Eo1bmfc { display:block; }
 }@media only screen and (max-width: 763px) { #bDe5ZFEuthrJnf1Id5OTG9IKE8NESnqW { width:15.625rem;height:2.625rem;top:14.9375rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly5MrTk1sSmJq9K6s7JXiXa67ZlWSNcz { width:9.8125rem;height:1.3rem;top:19.125rem;left:5.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHoCAwUdo4bQ8QMEaHanxpZldIIDTAGG { width:10rem;height:10rem;top:42.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmJVWG8hZhAhKRmn9V7JMoH5KOLd2cG2 { width:8.75rem;height:3.59960625rem;top:47.625000953674rem;left:5.625rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W68y94GWhJWgzN45yULRBX7TVSS2iLtQ { width:10.625rem;height:1.3125rem;top:59.375rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARPyfvMRpxtNXrOKwNOxKE5hNc15oZyX { width:8.75rem;height:1.5rem;top:9.0625rem;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) { #QddIQxnW8yOFvP2Ac2qflrzK7TznQaM1 { width:10rem;height:10rem;top:42.312500953674rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBU83QrWghRydGltoP3IVnfqZXe3elPH { display:block; }
 }@media only screen and (max-width: 763px) { #TzfzpzHNhCNy03wmS2y2OcvKU2MKJNEL { width:5rem;height:5rem;top:3.25rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQshsrmvzZZ2Rl6NnuHgTx4mXAvJfHAk { width:10rem;height:5.625rem;top:1.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTQ7aBeDcXH8r0OTRriWVrz2fi4Ew9lV { width:5rem;height:5rem;top:42.625000953674rem;left:7.5697908401487rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIco7Kcr0gqSJnbHnB0DWWLNaRuX0u6b { width:10rem;height:5.625rem;top:42.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtB4XhIabscNd11AOXfNh6F9tXR0Faai { width:9.8125rem;height:2.6rem;top:11.187488555908rem;left:5.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODnsrUVSCsgZ1fDfftWKnZRq6vaSBVOc { width:9.8125rem;height:2.6rem;top:52.312500953674rem;left:5.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHPdxRNMalNNkdLNMTbIdWJJmbudFdXi { display:block; }#uHPdxRNMalNNkdLNMTbIdWJJmbudFdXi > .row .container { width:20rem;height:77.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEIeAeR3Z8t7Xu77OvutX2gQcolmZUms { top:72.1875rem;left:4.0625rem;width:11.875rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAlk39SlJ7nQCrTRc3JG5psFkhTyBA3T { display:block; }
 }@media only screen and (max-width: 763px) { #gAvng47qfCRl14JTJzaNM3aTrTH3PHyr { display:block; }#gAvng47qfCRl14JTJzaNM3aTrTH3PHyr > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShvvEVESNDx6vNThhuylMnQGTbi2adfv { width:20rem;height:3.375rem;top:0rem;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) { #UykevqsQKvTCunZIAgp0Xu4LSgS7ETlQ { display:block; }#UykevqsQKvTCunZIAgp0Xu4LSgS7ETlQ > .row .container { width:20rem;height:221.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoWBDH81e4Owzw4Oi8oeO2bJS3KKIqKx { width:12.5rem;height:12.5rem;top:8.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRMSUl2ndOWisBfphoBv0OCB09T65z95 { width:9.6875rem;height:5.0625rem;top:11.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6hyHk32xZXLMkbsRG7D3oUeWa1Iia1c { width:12.5rem;height:12.5rem;top:21.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7EMGc81UhMlTEq8Ga7MXpBEPTfKepNH { width:9.4375rem;height:7.0625rem;top:24.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo0pT0vr7cEXf88RlKQTx3Km0GCtsNMt { width:12.5rem;height:12.5rem;top:49.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMefO62K3wJEPWOykpRmPqwxM8Jn2d7c { width:10.9375rem;height:6.875rem;top:52.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZTlZgxy6vdUEZx019lH7ZmtvhwaGq2k { width:12.5rem;height:12.5rem;top:35.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3e8aDGoibcoWCqz2phU1Kuy1DWuPwTX { width:11rem;height:5.625rem;top:39.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbqADWF1wJKnapt8s1FtTMSUHXyLoWXl { width:12.5rem;height:12.5rem;top:63.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7ZFsVpRIoC9kSOqiq7MxoX0dOUsQbHV { width:8rem;height:2.8125rem;top:68.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuPiFJQ1ELQuxPzgA1oSRBXR7pFqDTlW { width:12.5rem;height:12.5rem;top:119rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3pBMqRINnL2LD8Vrgh32OdeFzpmcAO2 { width:8.9375rem;height:1.625rem;top:122.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLMmwnyFVi1IbOsM4vTedbMW8Izyx7Zh { width:12.5rem;height:12.5rem;top:105.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4S5RPk8dAgaMBTmnWohslD4WKtNommh { width:8.9375rem;height:5.8125rem;top:108.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfpOaLahTF84c50ELdy4dziE4twIx1Sx { width:12.5rem;height:12.5rem;top:132.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hav1m4Hd4dD08GD6kl7UbiQgDw8lLrCU { width:8rem;height:8rem;top:135.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #kffXRdnBErMW30FW4E6Hk3eDCfFqwm2S { width:12.5rem;height:12.5rem;top:91.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkbiq97JIoXTXFeBbl4grVLTuW8G3Cct { width:8rem;height:8rem;top:93.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwqPDKaMPXcB1dsAFMI1tSSKe7KhCXTM { width:12.5rem;height:12.5rem;top:77.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzw0HRd1Euu2obgJQg1dS7tFkxyTk8T6 { width:8.9375rem;height:5.3125rem;top:81.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKNUiJ7DFUQoWRAZCyuz2O4K1gWzMx3m { width:12.5rem;height:12.5rem;top:188.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE4TM9Wambo8MyKfRzcPs6TkbpWhd1eG { width:12.5rem;height:12.5rem;top:174.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJwEKlH1ZyaNodFcDHhuQVtBukwRaiVv { width:12.5rem;height:12.5rem;top:202.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmOrt5ZLhKrUxEkBG3dVvlWcvmU2pORD { width:12.5rem;height:12.5rem;top:160.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOLlR18nlZ92TREQC5i7BN61UixGltGe { width:12.5rem;height:12.5rem;top:146.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaoHDyHM2wU5sAeLJIkRBrzb9Gls4F8h { width:11.3125rem;height:5.875rem;top:191.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKDrHaE9v8bOMKDyyvzrnOd3m3zx8biF { width:8.9375rem;height:4.4375rem;top:178.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du1QC6oBJP3PUwMtxX1PVFO25R1QxdTi { width:8rem;height:8rem;top:204.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9SNIyqlC0yL5PQw0fZocC7TVdTwXGSz { width:8rem;height:5.9375rem;top:164rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO5Oaeveh5tM3GrlxsIOVzmalGXlTmMd { width:5.3125rem;height:5.3125rem;top:150.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwTb50SMIT3mVsRTpAKmK211HZ7t8XD9 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBTcHWrHlphRcZ9FUlM3gfePsikr52he { display:none; }#iBTcHWrHlphRcZ9FUlM3gfePsikr52he > .row .container { width:20rem;height:118rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U6rcX8h6Izmw1Czhkv5lLOx7J4zxdnIe { width:12.8125rem;height:7.7988125rem;top:1.9375rem;left:3.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZd6kRnlgxSNvrmI3sAVmZBttBrVq7C3 { width:17rem;height:22.1875rem;top:45.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8AVUzAEJTOirTFbUnVuR0ZLh8d9rOm { width:17rem;height:22.1875rem;top:22.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZURlGTxBhTMTU6cLDJPXuKIdA2sF4RcR { width:17rem;height:22.1875rem;top:69rem;left:1.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #IAwWZFZrPsxf0BcDRfqvUVIblCmzEWQc { width:17rem;height:22.1875rem;top:92.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDNyNiQOpJAIBNEMpZ4qCikaQoEtR0kG { width:20rem;height:7.5rem;top:11.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBkW9o8NTpXdA8kwcDIN8JlvLEig9KzI { width:6.5rem;height:2.1875rem;top:24.28125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5oqWL6LU2WDAzAd4byCf6fBBzaS959F { width:14.5rem;height:2.03125rem;top:51.75rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhtKJuRREFQX2mKkHWAbXcNgqQutNtPt { width:14.5rem;height:2.03125rem;top:28.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZplnGy06qJ6lxKM39GO43XH8Ik7x95TX { width:6.5rem;height:1.6875rem;top:48.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpzA6GbUwWKrAy1KeTLGvxOBioItQQTu { width:14.125rem;height:0.1875rem;top:54.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHeKyAAasQE71741BA2nIpb1HK3e1diq { width:14.125rem;height:0.1875rem;top:30.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qat0Zrvw0cO8r0NBm7BcATq1hFnebx3S { width:14.125rem;height:0.1875rem;top:77.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhHdsbgxzDTmxSyKBKqep5w0U9kUrFer { width:14.5rem;height:4.0625rem;top:73.125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEbRVKUIpcswyNXGMBJR9hbSIDQQFOk4 { width:14.8125rem;height:5.68359375rem;top:55.625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LVCEWFCpu2hqvqJyuzkXfLyKTBLPKuPJ { width:14.25rem;height:4.5rem;top:31.6875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHdDZmoATIQTdXHfSECgaXazPWplF44G { width:14.25rem;height:6.9970625rem;top:78.5625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkrTGRToEDtLTuEZo59e1U3bnOf5Qnci { width:2.4375rem;height:2.4375rem;top:70rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5e86WTkqdiXWdIFUThbqgMWaT69a6Xe { width:14.125rem;height:0.1875rem;top:101.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJVfoSaHGJKMcGdDit4Wp4QQtPcn3mTZ { width:14.5rem;height:2.03125rem;top:98.625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P85cpfg0NOFPrV9FKhiioAq2UX0mDLUE { width:14.25rem;height:6rem;top:102rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBVGNnyLT5R19QFUOMelBQ3G9IOOGtU9 { width:5.375rem;height:2.5625rem;top:94.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTE9TMNk63PD3b89LUQ3T1bdvtzShmht { width:17.5rem;height:1.7871125rem;top:62.75rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wzvV7riCGNpCnsbroon8Jvev4to0Jdit { width:14.5rem;height:1.7871125rem;top:40.375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ETat7XcxfdATz7UbgZQP5NH3p7c3IK { width:14.5rem;height:1.7871125rem;top:87.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIebTttUiqQSCCyJ8N5esDorQwhdN865 { width:14.5rem;height:1.7871125rem;top:110.6875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKlCbq60xULIb3T2VtDtFVFiQGKtShua { background-color:#437ceb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;display:block; }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row .container { background-color: transparent; background-image: none; }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row .container > .video-iframe-container { display: none; }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row > .video-iframe-container { display: none; }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .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); }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row .container { border-width: 0; border-radius: 0; }#vKlCbq60xULIb3T2VtDtFVFiQGKtShua > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFwb7dLryiZXV3CmMVhlDFurzHHSpcPr { 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) { #xpzpASJMWLdV5w0UVeHsv9aFeyTbuxMW { width:13rem;height:1.70605625rem;top:5.5380859375rem;left:3.6865234375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-input-text {padding-top: 0; padding-bottom: 0;}#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .widget-input-select {padding-top: 0; padding-bottom: 0;}#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .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;color:#000000; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .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; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC  { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC {display:block;}#qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #irQMi9UUJ95eqQ3aTL4kzPL0IiEEaPkE {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #CFE4xDn9oC5JARDpnP6OoW43IfyHGwyy { display:block; }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #yCCwkaU2DP8ucWg18f2WZFTgOyVdsDHE {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #aapWqp1ozi3l006sk4LCg7bvpdH0IyDl {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #K27fOaTvi7me9rRzdEuLfan7fcExVxTK { display:block; }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #rZM8qzu2dswEZ9SWx3DOdsbWGUqkKA56 {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #XJn3kpRTsJotT4GkeSXLpqXpb4HnmGkx {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #OmKOXnvMbkl5Vv93eOJfsOm8O5aSWAbb { display:block; }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #hMZ0A9c6ynmKwmZN5lS4fZDMqduIIMxT {  }
 }@media only screen and (max-width: 763px) { #sqLORhyw4G8BFWWL6v1EfwFvc4paeV8Q { display:block; }
 }@media only screen and (max-width: 763px) { #zk4Pz2Vcri0VUTSzAWJ22dOTc1QVXxWa { display:block; }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #XFyIVfrom00cT2EFJKHdSIseqBcaO3g3 {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #GDLBTLefhT1m8VUaPeoomxr5rkAa9qqi {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #pLweMlgUft1izWwTopl36eWbLgAOw4tn {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #EkHnqI7zQpgKs7DynynITO9LNs9wtiVr {  }
 }@media only screen and (max-width: 763px) { #qX4MUZETtv9G0LoW3Pt6TPqzNGe6R5mC #oRNSh2ry4C6oIC3124JTnHUg9w6MM451 {  }
 }@media only screen and (max-width: 763px) { #RSuMVPBWb8AmtGh9ac2l3dPU5iMoeCQo { 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) { #sJ883keETWpIVBf2m9M2uDP86970NbQ2 { width:16.75rem;height:16.75rem;top:40.25rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz { display:block; }#cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz > .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; }#cX60vBGwOtvOMZOTlbapu7zNzXa5SSvz > .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) { #dHqdk63aaOnSlLQdIQJr27VhVdBza2GT { 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) { #kX1XCVfsgg2VbRBgxPJteg5yLA6oqOro { 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) { #CQNLp0oWIhQkT1D3uDihi1OTIRAtcUyg { width:2.375rem;height:2.375rem;top:15.6875rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTdIuJQZowuo8Ua5oGuyuZBMKpsy4rBn { width:2.375rem;height:2.375rem;top:15.6875rem;left:9.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl525JaP30kTIhCR5PdyP4vwvL9vgLiQ { width:2.375rem;height:2.375rem;top:15.5rem;left:13.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwtuxxAfREHbf5kFMOB6PXx9RCJePMEE { width:6.31225rem;height:1.29980625rem;top:13.25rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8m5PmiAVIw9EvlvmrRu2kRR8CTTCUIM { width:3.125rem;height:3.125rem;top:1.1230466365814rem;left:8.4374997019769rem;font-size:2.1875rem;display:block; }
 }