.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); }#RxIOBcxC86y5bPVnv0U6fTCfmA12IPZ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#RxIOBcxC86y5bPVnv0U6fTCfmA12IPZ4 > .row .container { background-color: transparent; background-image: none; }#RxIOBcxC86y5bPVnv0U6fTCfmA12IPZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxIOBcxC86y5bPVnv0U6fTCfmA12IPZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxIOBcxC86y5bPVnv0U6fTCfmA12IPZ4 > .row .container > .video-iframe-container { display: none; }#RxIOBcxC86y5bPVnv0U6fTCfmA12IPZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxIOBcxC86y5bPVnv0U6fTCfmA12IPZ4 > .row > .video-iframe-container { display: none; }#RxIOBcxC86y5bPVnv0U6fTCfmA12IPZ4 > .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); }#RxIOBcxC86y5bPVnv0U6fTCfmA12IPZ4 > .row .container { border-width: 0; border-radius: 0; }#RxIOBcxC86y5bPVnv0U6fTCfmA12IPZ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RxIOBcxC86y5bPVnv0U6fTCfmA12IPZ4 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#J2ikmOxgkOsrRhP1bJRXISv2NEPmTRHt { 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:11.25rem;height:1.06228125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.6558160781861rem;left:36.623264312744rem;display:block; }
#osDMVHwkgsuih6iuOvOrK8HOLkEHn9Ib { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#INa1H7Nhd1xrShyTQ1b1Gsd66bndMFbo { 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:16.25rem;height:1.06228125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.6547310352326rem;left:49.997829437256rem;display:block; }
#Ck66CvUA7mI6JFvQAZIyKneUOKFsk4Kb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6JgqPiiOcU8hsKJL1y6S66FbRT9hmwd { 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; }
#pLaQeS6tU6iE5rJAa5LTexwguugdNwTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CWicFhK3U1psCBMokRSORubTPuntU6nR { 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; }
#pIZx3Ta9AP8vlZNQp3Pf7XdTUIgubhHb { 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; }
#ME3lnt80V1OqUEZJzNkLFys61Lz0Zg15 { 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; }
#dRJL0qwK6gxRF87uuvSbtBtT4TyTgIim { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IkfHV3N10bbf5vOPUdf4hQ5WxscJ40Z7 { 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; }
#zglnGGXLf258e8K6QbW15X1TphhmTKdn { 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;display:block; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container { background-color: transparent; background-image: none; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container > .video-iframe-container { display: none; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row > .video-iframe-container { display: none; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .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); }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container { border-width: 0; border-radius: 0; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#xyQ2BkwiPz8zGZcg9Z0eZHN9889sCl7d { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:"titillium web";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:5rem;left:13.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r9AfSsZvAvh99EWrFzeWVBau8M2KLoa2 { position:relative;display:block; }#r9AfSsZvAvh99EWrFzeWVBau8M2KLoa2 { background-color: transparent; background-image: none; }#r9AfSsZvAvh99EWrFzeWVBau8M2KLoa2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9AfSsZvAvh99EWrFzeWVBau8M2KLoa2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9AfSsZvAvh99EWrFzeWVBau8M2KLoa2 > .row .container > .video-iframe-container { display: none; }#r9AfSsZvAvh99EWrFzeWVBau8M2KLoa2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9AfSsZvAvh99EWrFzeWVBau8M2KLoa2 > .row > .video-iframe-container { display: none; }#r9AfSsZvAvh99EWrFzeWVBau8M2KLoa2 > .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); }#r9AfSsZvAvh99EWrFzeWVBau8M2KLoa2 { border-width: 0; border-radius: 0; }#r9AfSsZvAvh99EWrFzeWVBau8M2KLoa2 > .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; }#r9AfSsZvAvh99EWrFzeWVBau8M2KLoa2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LrTU65wGZ0rFcJFoVyhXTLsLfmwA3PIH { color:#000000;display:block;width:43.9375rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.9375rem;left:15.53125rem;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; }
#ySUg2DHVzf7GwXz58MQBzpWEmiVJZQKv { position:absolute;display:block;z-index:15013;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:38.6875rem;width:40.625rem;top:13.6875rem;left:17.1875rem;overflow:hidden;display:block; }
#xsGQBzquqW3XSbvTv21J1z7XpwSALx3x { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.3125rem;width:30.9375rem;top:22.1875rem;left:21.75rem;display:block; }
#DWab6oI6gvkZyz9MS6IoEfv0DfFeOBlH { position:relative;display:block; }#DWab6oI6gvkZyz9MS6IoEfv0DfFeOBlH { background-color: transparent; background-image: none; }#DWab6oI6gvkZyz9MS6IoEfv0DfFeOBlH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWab6oI6gvkZyz9MS6IoEfv0DfFeOBlH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWab6oI6gvkZyz9MS6IoEfv0DfFeOBlH > .row .container > .video-iframe-container { display: none; }#DWab6oI6gvkZyz9MS6IoEfv0DfFeOBlH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWab6oI6gvkZyz9MS6IoEfv0DfFeOBlH > .row > .video-iframe-container { display: none; }#DWab6oI6gvkZyz9MS6IoEfv0DfFeOBlH > .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); }#DWab6oI6gvkZyz9MS6IoEfv0DfFeOBlH { border-width: 0; border-radius: 0; }#DWab6oI6gvkZyz9MS6IoEfv0DfFeOBlH > .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; }#DWab6oI6gvkZyz9MS6IoEfv0DfFeOBlH > .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:24.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; }#AabXB9KZuDTUB1gqdivEBxZ0zzKbx8Xn { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eiT84LRnz3zhWoJDNH04pJMVShKFJnby { color:#437ceb;display:block;width:5.18555rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:1.5rem;left:10.8125rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#G0Fl9eTvTRWyexG1ExPl3uvxHMcTgqW3 { position:absolute;display:block;z-index:15015;background-color:#437ceb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:9.5615rem;top:2.0625rem;left:0rem;display:block; }
#hDzy2BnfB3MOg3JyHONuBNcdHF6M6i8h { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:3.4375rem;left:26.5625rem;height:;text-align:left;text-align-last:left;display:block; }#hDzy2BnfB3MOg3JyHONuBNcdHF6M6i8h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hDzy2BnfB3MOg3JyHONuBNcdHF6M6i8h li:before{  }
#Irdt5T1hAOM3tSyULS41Iv8AHL8ACVR0 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:3.4375rem;left:51.5625rem;height:;text-align:left;text-align-last:left;display:block; }#Irdt5T1hAOM3tSyULS41Iv8AHL8ACVR0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Irdt5T1hAOM3tSyULS41Iv8AHL8ACVR0 li:before{  }
#zUH5CCwqSuUsc0HM39091W6GbMBzapiV { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.4375rem;width:49.8125rem;top:2.0625rem;left:25.0625rem;display:block; }
#PUpeIB4kH4Fp6164ddV6Z0gJDdBhqE3P { 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; }#PUpeIB4kH4Fp6164ddV6Z0gJDdBhqE3P > .row .container { background-color: transparent; background-image: none; }#PUpeIB4kH4Fp6164ddV6Z0gJDdBhqE3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUpeIB4kH4Fp6164ddV6Z0gJDdBhqE3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUpeIB4kH4Fp6164ddV6Z0gJDdBhqE3P > .row .container > .video-iframe-container { display: none; }#PUpeIB4kH4Fp6164ddV6Z0gJDdBhqE3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUpeIB4kH4Fp6164ddV6Z0gJDdBhqE3P > .row > .video-iframe-container { display: none; }#PUpeIB4kH4Fp6164ddV6Z0gJDdBhqE3P > .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); }#PUpeIB4kH4Fp6164ddV6Z0gJDdBhqE3P > .row .container { border-width: 0; border-radius: 0; }#PUpeIB4kH4Fp6164ddV6Z0gJDdBhqE3P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PUpeIB4kH4Fp6164ddV6Z0gJDdBhqE3P > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#xkiKTTkHuIimhqBDtb1IrX81rCdTlpRg { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:5.6875rem;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; }
#SMePo2O3nTTgVTCLmfgcs2prXPnn8cT4 { color:#437ceb;display:block;width:5.18555rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.9375rem;left:10.8125rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dOK6EsfiZ0QO51mwNK7oVdsuJwtysLWc { position:absolute;display:block;z-index:15012;background-color:#437ceb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186631875rem;width:9.561625rem;top:1.5rem;left:0rem;display:block; }
#uTifFCFhDgG1J6mZgNJRSQEGgmOrvhIa { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:2.875rem;left:26.5625rem;height:;text-align:left;text-align-last:left;display:block; }#uTifFCFhDgG1J6mZgNJRSQEGgmOrvhIa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uTifFCFhDgG1J6mZgNJRSQEGgmOrvhIa li:before{  }
#XsKA5V1PWlK2TQbnLLIrpmEAmFoPrFoT { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:2.875rem;left:51.5625rem;height:;text-align:left;text-align-last:left;display:block; }#XsKA5V1PWlK2TQbnLLIrpmEAmFoPrFoT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XsKA5V1PWlK2TQbnLLIrpmEAmFoPrFoT li:before{  }
#TXSvLpRAXJBTey1rTaDfzTZZt6BG1fZV { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.75rem;width:49.8125rem;top:1.5rem;left:25rem;display:block; }
#pnyybX0zL7w6Mt74Lpg5Lc438uAk93mm { position:relative;display:block; }#pnyybX0zL7w6Mt74Lpg5Lc438uAk93mm { background-color: transparent; background-image: none; }#pnyybX0zL7w6Mt74Lpg5Lc438uAk93mm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnyybX0zL7w6Mt74Lpg5Lc438uAk93mm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnyybX0zL7w6Mt74Lpg5Lc438uAk93mm > .row .container > .video-iframe-container { display: none; }#pnyybX0zL7w6Mt74Lpg5Lc438uAk93mm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnyybX0zL7w6Mt74Lpg5Lc438uAk93mm > .row > .video-iframe-container { display: none; }#pnyybX0zL7w6Mt74Lpg5Lc438uAk93mm > .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); }#pnyybX0zL7w6Mt74Lpg5Lc438uAk93mm { border-width: 0; border-radius: 0; }#pnyybX0zL7w6Mt74Lpg5Lc438uAk93mm > .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; }#pnyybX0zL7w6Mt74Lpg5Lc438uAk93mm > .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:22.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NbnXkeldeTqNE6cm6qziyV9AXEeAuB6M { z-index:15018;top:6.75rem;left:31.6875rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uaDRRWyFc7QrkfLy1qa0udbwIbgLtpp1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ya9qtlChlJ8bAMZ5h6v6g7WXlPCZUbzb { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.4375rem;left:32.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M31uTOLqZ8u8iydyAh3weokRLfmiRN7s { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X3qQA7rWELnJi9PeGxuDiFKkstm1WHZn { color:#437ceb;display:block;width:5.186525rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:0rem;left:10.375rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cOFqawMDnWG9Qa3tMXkqtm2vNM0PB4Rn { position:absolute;display:block;z-index:15010;background-color:#437ceb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:9.5625rem;top:0.5625rem;left:0rem;display:block; }
#Ik3ZhzXH9KxEELbJe9bwIy8UpS0Vdd95 { position:absolute;display:block;z-index:15027;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: none;height:6.5rem;width:0.1875rem;top:2.3125rem;left:49.875rem;display:block; }
#Htef6Wwtgo6vICqDiBltaS66W1TgRqyy { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #437ceb;border-left:0.0625rem solid #437ceb;border-right:0.0625rem solid #437ceb;border-bottom:0.0625rem solid #437ceb;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:49.9370625rem;top:0.1875rem;left:24.9375rem;display:block; }
#LFW0VIO0r8GbTxhk44fWshr0AMCD0tX6 { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:55.0625rem;height:1.13725rem;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; }
#FpoR6OCCDmGabkPJ4HddPX2nsVzI8n8o { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.625rem;top:5.0625rem;left:56.4375rem;overflow:hidden;display:block; }
#xlxIQRk3xsVHzhBS5OcSoBcOUstbFIoZ { color:#000000;display:block;width:49.9375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:11.1875rem;left:25.0625rem;height:1.275rem;text-align:center;text-align-last:center;display:block; }
#H0UGJN9AoLhwHNLIpT7VDndUpNhxsS2B { 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; }#H0UGJN9AoLhwHNLIpT7VDndUpNhxsS2B > .row .container { background-color: transparent; background-image: none; }#H0UGJN9AoLhwHNLIpT7VDndUpNhxsS2B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0UGJN9AoLhwHNLIpT7VDndUpNhxsS2B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0UGJN9AoLhwHNLIpT7VDndUpNhxsS2B > .row .container > .video-iframe-container { display: none; }#H0UGJN9AoLhwHNLIpT7VDndUpNhxsS2B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0UGJN9AoLhwHNLIpT7VDndUpNhxsS2B > .row > .video-iframe-container { display: none; }#H0UGJN9AoLhwHNLIpT7VDndUpNhxsS2B > .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); }#H0UGJN9AoLhwHNLIpT7VDndUpNhxsS2B > .row .container { border-width: 0; border-radius: 0; }#H0UGJN9AoLhwHNLIpT7VDndUpNhxsS2B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0UGJN9AoLhwHNLIpT7VDndUpNhxsS2B > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#ZOy0q04gvZv1UwpwZe427zkR6AQZTMhU { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:62.5rem;display:block; }
#HSbuESTUqA2OrhfElveGnwoOc5tsTQ30 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:8.9375rem;top:42rem;left:64.375rem;overflow:hidden;display:block; }
#E2rBNTKwwDuivwMzGvAhFEsGLzxah2m6 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:24.8125rem;display:block; }
#mpkxJWOT7SyEqGgLzbzwngJANDSIRxAJ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:9.4375rem;top:3.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#d6NX90K6D1KZShUqHFO9VkshU0nGd9W5 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:49.9375rem;display:block; }
#ALvkrQE21bIJ2NEhfGzCLRsOS8kRpzDn { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:10.9375rem;top:3.375rem;left:50.8125rem;overflow:hidden;display:block; }
#bKDBdbrQ8930tfyMOdZDUNO9Zh44pelA { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:37.375rem;display:block; }
#JuLNlsq8VGFsDi8r2qvfGDEos0Um1eft { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11rem;top:4rem;left:38.125rem;overflow:hidden;display:block; }
#sI3EVFxI4GGBMHVrE5Do27Lf22uauzTz { position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:62.5rem;display:block; }
#sx9ieRK9PaT2TBfx9tDLzxEzb2ZAOu7T { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8rem;top:5.4375rem;left:64.8125rem;overflow:hidden;display:block; }
#OVqxaO2BvwF3ts5ZA5krG1qcohGVbvim { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:49.9375rem;display:block; }
#iI3WCCGH3PLZGJ68UCZXn05J8HQlSNBS { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:8.9375rem;top:18.5625rem;left:51.781253814698rem;overflow:hidden;display:block; }
#zOd9cpAd2L5WL54WXyTIJbgTI6E4xExF { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:37.375rem;display:block; }
#tsaL30MSQFKSJWkU9tG0xwC8yz9HwR7E { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:8.9375rem;top:16.5rem;left:39.1875rem;overflow:hidden;display:block; }
#LAiruRiqRdDW2a0DhcuTbMZDzlCGlc8J { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:62.5rem;display:block; }
#rs1uVWlV8WSNzv0wrEDFkdehoRNTQSyK { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:15.375rem;left:64.8125rem;overflow:hidden;display:block; }
#K1965dTwz5325tBLu0Tr9GZiQmFdRNMw { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:24.8125rem;display:block; }
#cGGVaRuaGaS26w1qL01NA7UzIuVJdbPA { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:15.375rem;left:27.125rem;overflow:hidden;display:block; }
#iB4BrtPewvUkS1MxtD58sCRRiNo9zBpv { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:49.9375rem;display:block; }
#VdVz0FvEUTfJ24i3P02owVFAHQeHvHTJ { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:8.9375rem;top:41.875rem;left:51.8125rem;overflow:hidden;display:block; }
#TV9TAnC6H33hO3TmHJEF1fk2b7KzXfpP { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:49.9375rem;display:block; }
#ZJpZy4vk9io3FsCrRBoB7zH1tePxGDK8 { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:37.375rem;display:block; }
#vvefI5Rmoo1zeXTlEGTMZPFP8hLrftHL { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:62.5rem;display:block; }
#DdfPD9GLTS3DIwBLeJU7bvMWGxCG75of { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:24.8125rem;display:block; }
#pSWcRIaRCaLsK8xdyydZZr56QPsToCKG { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:37.375rem;display:block; }
#NuRiTDuVvIZfAt60K0vXg34NQiS9L6wC { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:11.3125rem;top:29rem;left:50.625rem;overflow:hidden;display:block; }
#V9358DIlkzImG67ZMuSUxplPDUnWatPg { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.9375rem;top:29.75rem;left:39.1875rem;overflow:hidden;display:block; }
#ouuTtbH8MKNumXdc1dcnP96UbNinQEm0 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:27.9375rem;left:64.8125rem;overflow:hidden;display:block; }
#bM1zF4mD6NinfSBB5G8cLTGDLeWWv2da { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:8rem;top:29rem;left:27.125rem;overflow:hidden;display:block; }
#XTlMcc0KspoQiC8sN7fvwtoIUnuFS71C { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:41.875rem;left:41.0625rem;overflow:hidden;display:block; }
#nlLH9EI2tEbE4VU9nyXAI6NNBvAL3Vqi { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r56KPB4w96pxaV0P1U7ToWxhfqvBTCBt { color:#437ceb;display:block;width:5.875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:0rem;left:10.375rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rEOp5PZT8oFG8uWCwEfT9tg29HdTTbCA { position:absolute;display:block;z-index:15013;background-color:#437ceb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:9.5625rem;top:0.5625rem;left:0rem;display:block; }
#z1ZycsgGOmRMNMqK03iVpDNLDrwF6ASd { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:24.8125rem;display:block; }
#InCzGo9WVC8gFPdR5lURuHTqgd5nRAO8 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.5625rem;top:43.75rem;left:25.875rem;overflow:hidden;display:block; }
#qwZy2xJW2nXQZpcavTk3U5orvMNa4MB8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(237,239,241,0.65);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; }#qwZy2xJW2nXQZpcavTk3U5orvMNa4MB8 > .row .container { border-width: 0; border-radius: 0; }#qwZy2xJW2nXQZpcavTk3U5orvMNa4MB8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwZy2xJW2nXQZpcavTk3U5orvMNa4MB8 > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:none; }#EUX5HTT346mQfrREETdp2TIqV7vVLDEW { color:#000000;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:5.6875rem;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; }
#Ae7Vis18rgmKoBuKelouaWw8xuTlht4W { color:#437ceb;display:block;width:5.186525rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:3.25rem;left:10.375rem;height:1.2246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZAsbX0AtCE2cP6edRTzyF4iKESFtOcHE { position:absolute;display:block;z-index:15013;background-color:#437ceb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:9.5625rem;top:3.8125rem;left:0rem;display:block; }
#Dm1swWMOxnQfxgsEfF6RX8nJazm3wSvc { 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:28.875rem;left:21.0625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#pP1LInpJlfiZX4VV3Bs5Mcz470tMQuBn { 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:19.3125rem;left:21.25rem;display:block; }
#TiyaSLSagcaALrJ7Xycxb0SNQzrOgDkh { 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:16.9375rem;left:21.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#Dpy0uycsgzxKn6hiqRRRbOGFVppGqNsq { 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:10.625rem;left:19.875rem;display:block; }
#WQ1o9q1mc05gIaPRm642QU2ETq6bwuz7 { 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:20.1875rem;left:21.25rem;height:7.347625rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#qvy5Fez4PWFPTiy5f7QRo1AOfh6qNalT { 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:28.875rem;left:2.4375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#Bkr4XZuJo9kyymwz18BR8xhxUQJyswLc { 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:19.3125rem;left:2.625rem;display:block; }
#PBmCwBtwc6DJI84n77eR3mR7Whzt2sFV { 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:16.9375rem;left:2.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#Uo3NwhFORnw3i0wu7KFkvoqzmpcSVo4u { 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:10.625rem;left:1.25rem;display:block; }
#wnhHItQBA3BWQUzIIpGoyGOzQ59sSwED { 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:20.1875rem;left:2.625rem;height:4.5rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#tThSEIrQuZBkWX4db4naT3fhbSvUl9Mc { 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:10.625rem;left:38.375rem;display:block; }
#pKR39O64NruOZKLgvOD8ta9GS03NDr4X { 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:19.3125rem;left:39.75rem;display:block; }
#cyvWUs2VduLC28MJ7fUMQqB6kaOyT3U2 { 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:16.9375rem;left:39.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#Htv7lMaP1rgeT77ZthJ1NeOAJayy0IU5 { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:20.1875rem;left:39.75rem;height:6rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#yvC4nfQawZShCTKnbLCiTxUv13LASWvL { 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:28.875rem;left:39.5625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#AxMVt4aW8k7sgtzxGEzCDnDIV4RyJ7Fi { 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:28.875rem;left:58rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#SOmdHWMmXixMu1Z1zMxmJ35AcWQqAIQw { 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:19.3125rem;left:58.1875rem;display:block; }
#KpHGI1EDJr7spSPQWETE9t5HgRPuNXUA { 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:16.9375rem;left:58.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#Ul1p2Q2A5EIdqvzsZdAbSPaCp87ObBUg { 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:10.625rem;left:56.8125rem;display:block; }
#lz95NFApR1ecVqwFHU8XoEXrbD1OTTyJ { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.1875rem;left:58.1875rem;height:7.347625rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 { 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; }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row .container { background-color: transparent; background-image: none; }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row .container > .video-iframe-container { display: none; }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row > .video-iframe-container { display: none; }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .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); }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row .container { border-width: 0; border-radius: 0; }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#m3SEalTdLzq9cTgp0soy0RC4ullx5MTs { 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; }
#FUpdQv9rBqrDL6OOFvUVmcukD2J7Nlst { 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; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-form-header { font-size:1rem; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .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; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .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; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-input-text {padding-top: 0; padding-bottom: 0;}#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .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; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .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; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-input-select {padding-top: 0; padding-bottom: 0;}#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .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; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .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) ; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy [class*="-text"]:-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy [class*="-text"]::-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .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.3125rem;overflow:hidden;font-style:normal;float:none; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .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; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .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; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-container:first-of-type{padding-top:0;}#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-container:last-of-type{padding-bottom:0;}#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5610790252686rem;font-size:1rem; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .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; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy {display:block;}#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5610790252686rem;font-size:1rem; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #pRwmvJOA3T0vnNwSed4NerwLqKGmIXzo { position:relative; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #izAE66HvF8ImRHMsGVX2l5LApb7PhNBu { position:relative;display:block; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #NiTIgJA5MRs6KyBBzLdQVv0qHJwzKNks { position:relative; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #wHmvd8z97lqbXpOh5fU7rpZbNfGJXkvM { position:relative; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #oA2WXKoTMHnMq8yHiIaQhLJHri0xaEsC { position:relative;display:block; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #EffcI360PGpTGVzxvrTKV4bgiBEBnncp { position:relative; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #XDH25eJTKhEGDKzy0xVuwHsAvpIrtNMD { position:relative; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #gTQaIzF58bsZ7d3gpBLGXBf0Pbbi0PTT { position:relative;display:block; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #unNKh8gIb7USCH3uz7b6nGPhRVQDGlZi { position:relative; }
#ET6VA1aeXkzTHZ0anfGP1590LwT1JtCg { position:relative;display:block;z-index:100000;display:block; }
#H0qzXRIp8XqDbkPk0V2b4TzmdugFc48n { position:relative;display:block;z-index:100000;display:block; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #K6t10sDPAwHVIndMsS5nqnvUm1u5dLTG { position:relative; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #GAPCwNhEqv4U6OWbLb30MToT3pCb9TcP { position:relative;z-index:2; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #nt0Ia3mqwdmm7TpAF3Pm0ER516qTli7W { position:relative; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #vNDVqG1azkTurdmutUwyUrGJQINCH8X2 { position:relative; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #mfyQmLpy62q4B0PHx8uHgwIfpnNJ1IHL { position:relative; }
#GLrTW9ANzbaAUxpBTXTARv979eXugP5c { 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; }
#LMF0TTQcZ2zhT0bP4kobBcZXAqftL6Vf { 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.625rem;overflow:hidden;display:block; }
#LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV { 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; }#LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV > .row .container { background-color: transparent; background-image: none; }#LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV > .row .container > .video-iframe-container { display: none; }#LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV > .row > .video-iframe-container { display: none; }#LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV > .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); }#LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV > .row .container { border-width: 0; border-radius: 0; }#LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV > .row .container { font-size:0.875rem;font-family:arial;height:14.875488125rem;width:75rem;position:relative;display:block; }#TQSOuCmTeBRQZodneANmgHhbO7xAA7Uq { 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; }
#V9FT4dvDlTELPTzwOob3rpPrQ3Tidy4a { 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; }
#zS2uLBRnMlaFtMEtNPAM3WpmyawKdJnG { 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; }
#euGAO8o4wTHE6rCx65CKJW8CGVyVTZJT { 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; }
#fmm9l0t8IyNUgB4zou0mU7aB5vlgVMsi { 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; }
#ck2ImXmVOvgzmQfeTKWnuqhatrI1qmsE { 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; }
#GIbHq9qryWnIbfIozATEzdxa6vIuMFIo { 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) { #RxIOBcxC86y5bPVnv0U6fTCfmA12IPZ4 { display:block; }#RxIOBcxC86y5bPVnv0U6fTCfmA12IPZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2ikmOxgkOsrRhP1bJRXISv2NEPmTRHt { width:11.25rem;height:1rem;top:1.625rem;left:22.998264312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #osDMVHwkgsuih6iuOvOrK8HOLkEHn9Ib { display:block; }
 }@media only screen and (max-width: 763px) { #INa1H7Nhd1xrShyTQ1b1Gsd66bndMFbo { width:16.25rem;height:1rem;top:1.625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck66CvUA7mI6JFvQAZIyKneUOKFsk4Kb { display:block; }
 }@media only screen and (max-width: 763px) { #J6JgqPiiOcU8hsKJL1y6S66FbRT9hmwd { width:5.25rem;height:1rem;top:1.6875rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLaQeS6tU6iE5rJAa5LTexwguugdNwTs { display:block; }
 }@media only screen and (max-width: 763px) { #CWicFhK3U1psCBMokRSORubTPuntU6nR { top:4.375rem;left:0rem;width:12.5rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIZx3Ta9AP8vlZNQp3Pf7XdTUIgubhHb { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ME3lnt80V1OqUEZJzNkLFys61Lz0Zg15 { width:10.625rem;height:3.5625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRJL0qwK6gxRF87uuvSbtBtT4TyTgIim { display:block; }
 }@media only screen and (max-width: 763px) { #IkfHV3N10bbf5vOPUdf4hQ5WxscJ40Z7 { top:1rem;left:0rem;width:9.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zglnGGXLf258e8K6QbW15X1TphhmTKdn { display:block; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyQ2BkwiPz8zGZcg9Z0eZHN9889sCl7d { top:5rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9AfSsZvAvh99EWrFzeWVBau8M2KLoa2 { display:block; }#r9AfSsZvAvh99EWrFzeWVBau8M2KLoa2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrTU65wGZ0rFcJFoVyhXTLsLfmwA3PIH { top:4.9375rem;left:1.90625rem;width:43.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySUg2DHVzf7GwXz58MQBzpWEmiVJZQKv { top:13.6875rem;left:3.5625rem;width:40.625rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsGQBzquqW3XSbvTv21J1z7XpwSALx3x { top:22.1875rem;left:8.125rem;width:30.9375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWab6oI6gvkZyz9MS6IoEfv0DfFeOBlH { display:block; }#DWab6oI6gvkZyz9MS6IoEfv0DfFeOBlH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AabXB9KZuDTUB1gqdivEBxZ0zzKbx8Xn { top:3.4375rem;left:0rem;width:19.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiT84LRnz3zhWoJDNH04pJMVShKFJnby { width:5.125rem;height:1.1875rem;top:1.5rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Fl9eTvTRWyexG1ExPl3uvxHMcTgqW3 { width:9.5rem;height:0.125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDzy2BnfB3MOg3JyHONuBNcdHF6M6i8h { top:3.4375rem;left:9.875rem;width:21.875rem;height:9rem;font-size:1rem;display:block; }#hDzy2BnfB3MOg3JyHONuBNcdHF6M6i8h li:before{  }
 }@media only screen and (max-width: 763px) { #Irdt5T1hAOM3tSyULS41Iv8AHL8ACVR0 { top:3.4375rem;left:25.75rem;width:21.875rem;height:9rem;font-size:1rem;display:block; }#Irdt5T1hAOM3tSyULS41Iv8AHL8ACVR0 li:before{  }
 }@media only screen and (max-width: 763px) { #zUH5CCwqSuUsc0HM39091W6GbMBzapiV { top:2.0625rem;left:0rem;width:47.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUpeIB4kH4Fp6164ddV6Z0gJDdBhqE3P { display:block; }#PUpeIB4kH4Fp6164ddV6Z0gJDdBhqE3P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkiKTTkHuIimhqBDtb1IrX81rCdTlpRg { top:2.8125rem;left:0rem;width:19rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMePo2O3nTTgVTCLmfgcs2prXPnn8cT4 { width:5.125rem;height:1.125rem;top:0.9375rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOK6EsfiZ0QO51mwNK7oVdsuJwtysLWc { width:9.5rem;height:0.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTifFCFhDgG1J6mZgNJRSQEGgmOrvhIa { top:2.875rem;left:9.875rem;width:21.875rem;height:13.25rem;font-size:1rem;display:block; }#uTifFCFhDgG1J6mZgNJRSQEGgmOrvhIa li:before{  }
 }@media only screen and (max-width: 763px) { #XsKA5V1PWlK2TQbnLLIrpmEAmFoPrFoT { top:2.875rem;left:25.75rem;width:21.875rem;height:11.4375rem;font-size:1rem;display:block; }#XsKA5V1PWlK2TQbnLLIrpmEAmFoPrFoT li:before{  }
 }@media only screen and (max-width: 763px) { #TXSvLpRAXJBTey1rTaDfzTZZt6BG1fZV { top:1.5rem;left:0rem;width:47.625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnyybX0zL7w6Mt74Lpg5Lc438uAk93mm { display:block; }#pnyybX0zL7w6Mt74Lpg5Lc438uAk93mm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbnXkeldeTqNE6cm6qziyV9AXEeAuB6M { top:6.75rem;left:18.0625rem;width:11.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaDRRWyFc7QrkfLy1qa0udbwIbgLtpp1 { display:block; }
 }@media only screen and (max-width: 763px) { #ya9qtlChlJ8bAMZ5h6v6g7WXlPCZUbzb { top:2.4375rem;left:18.75rem;width:10.25rem;height:3.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M31uTOLqZ8u8iydyAh3weokRLfmiRN7s { top:1.875rem;left:0rem;width:19rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3qQA7rWELnJi9PeGxuDiFKkstm1WHZn { width:5.125rem;height:1.1875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOFqawMDnWG9Qa3tMXkqtm2vNM0PB4Rn { width:9.5625rem;height:0.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik3ZhzXH9KxEELbJe9bwIy8UpS0Vdd95 { top:2.3125rem;left:36.25rem;width:0.125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htef6Wwtgo6vICqDiBltaS66W1TgRqyy { top:0.1875rem;left:0rem;width:47.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFW0VIO0r8GbTxhk44fWshr0AMCD0tX6 { top:2.4375rem;left:31.6875rem;width:16.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpoR6OCCDmGabkPJ4HddPX2nsVzI8n8o { top:5.0625rem;left:36.125rem;width:11.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlxIQRk3xsVHzhBS5OcSoBcOUstbFIoZ { width:47.75rem;height:1.25rem;top:11.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0UGJN9AoLhwHNLIpT7VDndUpNhxsS2B { display:block; }#H0UGJN9AoLhwHNLIpT7VDndUpNhxsS2B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOy0q04gvZv1UwpwZe427zkR6AQZTMhU { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSbuESTUqA2OrhfElveGnwoOc5tsTQ30 { top:42rem;left:38.8125rem;width:8.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2rBNTKwwDuivwMzGvAhFEsGLzxah2m6 { top:0.5rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpkxJWOT7SyEqGgLzbzwngJANDSIRxAJ { top:3.3125rem;left:12.8125rem;width:9.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6NX90K6D1KZShUqHFO9VkshU0nGd9W5 { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALvkrQE21bIJ2NEhfGzCLRsOS8kRpzDn { top:3.375rem;left:36.8125rem;width:10.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDBdbrQ8930tfyMOdZDUNO9Zh44pelA { top:0.5rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuLNlsq8VGFsDi8r2qvfGDEos0Um1eft { top:4rem;left:24.5rem;width:11rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI3EVFxI4GGBMHVrE5Do27Lf22uauzTz { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx9ieRK9PaT2TBfx9tDLzxEzb2ZAOu7T { top:5.4375rem;left:39.75rem;width:8rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVqxaO2BvwF3ts5ZA5krG1qcohGVbvim { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI3WCCGH3PLZGJ68UCZXn05J8HQlSNBS { top:18.5625rem;left:38.156253814698rem;width:8.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOd9cpAd2L5WL54WXyTIJbgTI6E4xExF { top:13.0625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsaL30MSQFKSJWkU9tG0xwC8yz9HwR7E { top:16.5rem;left:25.5625rem;width:8.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAiruRiqRdDW2a0DhcuTbMZDzlCGlc8J { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs1uVWlV8WSNzv0wrEDFkdehoRNTQSyK { top:15.375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1965dTwz5325tBLu0Tr9GZiQmFdRNMw { top:13.0625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGGVaRuaGaS26w1qL01NA7UzIuVJdbPA { top:15.375rem;left:13.5rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB4BrtPewvUkS1MxtD58sCRRiNo9zBpv { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdVz0FvEUTfJ24i3P02owVFAHQeHvHTJ { top:41.875rem;left:38.1875rem;width:8.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV9TAnC6H33hO3TmHJEF1fk2b7KzXfpP { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJpZy4vk9io3FsCrRBoB7zH1tePxGDK8 { top:25.625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvefI5Rmoo1zeXTlEGTMZPFP8hLrftHL { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdfPD9GLTS3DIwBLeJU7bvMWGxCG75of { top:25.625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSWcRIaRCaLsK8xdyydZZr56QPsToCKG { top:38.1875rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuRiTDuVvIZfAt60K0vXg34NQiS9L6wC { top:29rem;left:36.4375rem;width:11.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9358DIlkzImG67ZMuSUxplPDUnWatPg { top:29.75rem;left:25.5625rem;width:8.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouuTtbH8MKNumXdc1dcnP96UbNinQEm0 { top:27.9375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM1zF4mD6NinfSBB5G8cLTGDLeWWv2da { top:29rem;left:13.5rem;width:8rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTlMcc0KspoQiC8sN7fvwtoIUnuFS71C { top:41.875rem;left:27.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlLH9EI2tEbE4VU9nyXAI6NNBvAL3Vqi { top:1.9375rem;left:0rem;width:20.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r56KPB4w96pxaV0P1U7ToWxhfqvBTCBt { width:5.875rem;height:1.1875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEOp5PZT8oFG8uWCwEfT9tg29HdTTbCA { width:9.5625rem;height:0.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ZycsgGOmRMNMqK03iVpDNLDrwF6ASd { top:38.1875rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #InCzGo9WVC8gFPdR5lURuHTqgd5nRAO8 { top:43.75rem;left:12.25rem;width:10.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwZy2xJW2nXQZpcavTk3U5orvMNa4MB8 { display:block; }#qwZy2xJW2nXQZpcavTk3U5orvMNa4MB8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUX5HTT346mQfrREETdp2TIqV7vVLDEW { top:5.1875rem;left:0rem;width:25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae7Vis18rgmKoBuKelouaWw8xuTlht4W { width:5.125rem;height:1.1875rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAsbX0AtCE2cP6edRTzyF4iKESFtOcHE { width:9.5625rem;height:0.1875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm1swWMOxnQfxgsEfF6RX8nJazm3wSvc { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP1LInpJlfiZX4VV3Bs5Mcz470tMQuBn { width:14.125rem;height:0.1875rem;top:19.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiyaSLSagcaALrJ7Xycxb0SNQzrOgDkh { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpy0uycsgzxKn6hiqRRRbOGFVppGqNsq { top:10.625rem;left:6.25rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ1o9q1mc05gIaPRm642QU2ETq6bwuz7 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvy5Fez4PWFPTiy5f7QRo1AOfh6qNalT { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkr4XZuJo9kyymwz18BR8xhxUQJyswLc { width:14.125rem;height:0.1875rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBmCwBtwc6DJI84n77eR3mR7Whzt2sFV { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo3NwhFORnw3i0wu7KFkvoqzmpcSVo4u { top:10.625rem;left:0rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnhHItQBA3BWQUzIIpGoyGOzQ59sSwED { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tThSEIrQuZBkWX4db4naT3fhbSvUl9Mc { top:10.625rem;left:24.75rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKR39O64NruOZKLgvOD8ta9GS03NDr4X { width:14.125rem;height:0.1875rem;top:19.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyvWUs2VduLC28MJ7fUMQqB6kaOyT3U2 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htv7lMaP1rgeT77ZthJ1NeOAJayy0IU5 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvC4nfQawZShCTKnbLCiTxUv13LASWvL { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxMVt4aW8k7sgtzxGEzCDnDIV4RyJ7Fi { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOmdHWMmXixMu1Z1zMxmJ35AcWQqAIQw { width:14.125rem;height:0.1875rem;top:19.3125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpHGI1EDJr7spSPQWETE9t5HgRPuNXUA { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul1p2Q2A5EIdqvzsZdAbSPaCp87ObBUg { top:10.625rem;left:30.75rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz95NFApR1ecVqwFHU8XoEXrbD1OTTyJ { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 { display:block; }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3SEalTdLzq9cTgp0soy0RC4ullx5MTs { top:2.0625rem;left:0rem;width:24.375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUpdQv9rBqrDL6OOFvUVmcukD2J7Nlst { top:7rem;left:0rem;width:20.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-input-text {padding-top: 0; padding-bottom: 0;}#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-input-select {padding-top: 0; padding-bottom: 0;}#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-input-button { width:8.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy  { width:21.5625rem;height:auto;top:8.75rem;left:0rem; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy {display:block;}#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy { width:21.5625rem;height:auto;top:8.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #pRwmvJOA3T0vnNwSed4NerwLqKGmIXzo {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #izAE66HvF8ImRHMsGVX2l5LApb7PhNBu { display:block; }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #NiTIgJA5MRs6KyBBzLdQVv0qHJwzKNks {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #wHmvd8z97lqbXpOh5fU7rpZbNfGJXkvM {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #oA2WXKoTMHnMq8yHiIaQhLJHri0xaEsC { display:block; }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #EffcI360PGpTGVzxvrTKV4bgiBEBnncp {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #XDH25eJTKhEGDKzy0xVuwHsAvpIrtNMD {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #gTQaIzF58bsZ7d3gpBLGXBf0Pbbi0PTT { display:block; }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #unNKh8gIb7USCH3uz7b6nGPhRVQDGlZi {  }
 }@media only screen and (max-width: 763px) { #ET6VA1aeXkzTHZ0anfGP1590LwT1JtCg { display:block; }
 }@media only screen and (max-width: 763px) { #H0qzXRIp8XqDbkPk0V2b4TzmdugFc48n { display:block; }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #K6t10sDPAwHVIndMsS5nqnvUm1u5dLTG {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #GAPCwNhEqv4U6OWbLb30MToT3pCb9TcP {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #nt0Ia3mqwdmm7TpAF3Pm0ER516qTli7W {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #vNDVqG1azkTurdmutUwyUrGJQINCH8X2 {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #mfyQmLpy62q4B0PHx8uHgwIfpnNJ1IHL {  }
 }@media only screen and (max-width: 763px) { #GLrTW9ANzbaAUxpBTXTARv979eXugP5c { top:6.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMF0TTQcZ2zhT0bP4kobBcZXAqftL6Vf { top:3.3125rem;left:5.9375rem;width:41.8125rem;height:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV { display:block; }#LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQSOuCmTeBRQZodneANmgHhbO7xAA7Uq { width:25.1875rem;height:7.75rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9FT4dvDlTELPTzwOob3rpPrQ3Tidy4a { width:16.0625rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS2uLBRnMlaFtMEtNPAM3WpmyawKdJnG { 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) { #euGAO8o4wTHE6rCx65CKJW8CGVyVTZJT { 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) { #fmm9l0t8IyNUgB4zou0mU7aB5vlgVMsi { 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) { #ck2ImXmVOvgzmQfeTKWnuqhatrI1qmsE { top:6.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIbHq9qryWnIbfIozATEzdxa6vIuMFIo { 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) { #RxIOBcxC86y5bPVnv0U6fTCfmA12IPZ4 { position:relative;z-index:auto;display:block; }#RxIOBcxC86y5bPVnv0U6fTCfmA12IPZ4 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2ikmOxgkOsrRhP1bJRXISv2NEPmTRHt { width:11.25rem;height:1rem;top:1.625rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #osDMVHwkgsuih6iuOvOrK8HOLkEHn9Ib { display:block; }
 }@media only screen and (max-width: 763px) { #INa1H7Nhd1xrShyTQ1b1Gsd66bndMFbo { width:16.25rem;height:1rem;top:1.625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ck66CvUA7mI6JFvQAZIyKneUOKFsk4Kb { display:block; }
 }@media only screen and (max-width: 763px) { #J6JgqPiiOcU8hsKJL1y6S66FbRT9hmwd { width:5.25rem;height:1rem;top:1.6875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLaQeS6tU6iE5rJAa5LTexwguugdNwTs { display:block; }
 }@media only screen and (max-width: 763px) { #CWicFhK3U1psCBMokRSORubTPuntU6nR { 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) { #pIZx3Ta9AP8vlZNQp3Pf7XdTUIgubhHb { 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) { #ME3lnt80V1OqUEZJzNkLFys61Lz0Zg15 { width:10.625rem;height:3.5625rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRJL0qwK6gxRF87uuvSbtBtT4TyTgIim { display:block; }
 }@media only screen and (max-width: 763px) { #IkfHV3N10bbf5vOPUdf4hQ5WxscJ40Z7 { width:9.375rem;height:2.3125rem;top:1.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zglnGGXLf258e8K6QbW15X1TphhmTKdn { display:block; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyQ2BkwiPz8zGZcg9Z0eZHN9889sCl7d { width:20rem;height:4.1232625rem;top:1.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9AfSsZvAvh99EWrFzeWVBau8M2KLoa2 { display:block; }#r9AfSsZvAvh99EWrFzeWVBau8M2KLoa2 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrTU65wGZ0rFcJFoVyhXTLsLfmwA3PIH { width:20rem;height:4.125rem;top:1.7900390625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySUg2DHVzf7GwXz58MQBzpWEmiVJZQKv { width:20rem;height:19.046153846154rem;top:8.0625rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #xsGQBzquqW3XSbvTv21J1z7XpwSALx3x { height:9.0625rem;width:14.6875rem;top:12.4375rem;left:2.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #DWab6oI6gvkZyz9MS6IoEfv0DfFeOBlH { display:block; }#DWab6oI6gvkZyz9MS6IoEfv0DfFeOBlH > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AabXB9KZuDTUB1gqdivEBxZ0zzKbx8Xn { width:19.0625rem;height:2.5996125rem;top:4.5859375rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiT84LRnz3zhWoJDNH04pJMVShKFJnby { width:5.125rem;height:1.3997375rem;top:1.75rem;left:11.875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #G0Fl9eTvTRWyexG1ExPl3uvxHMcTgqW3 { width:9.5rem;height:0.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDzy2BnfB3MOg3JyHONuBNcdHF6M6i8h { width:18.75rem;height:9.099375rem;top:9.4150390625rem;left:0.625rem;font-size:1rem;line-height:1.3;z-index:15004;text-align:left;text-align-last:left;display:block; }#hDzy2BnfB3MOg3JyHONuBNcdHF6M6i8h li:before{  }
 }@media only screen and (max-width: 763px) { #Irdt5T1hAOM3tSyULS41Iv8AHL8ACVR0 { width:18.75rem;height:9.099375rem;top:18.63671875rem;left:0.625rem;font-size:1rem;line-height:1.3;z-index:15004;text-align:left;text-align-last:left;display:block; }#Irdt5T1hAOM3tSyULS41Iv8AHL8ACVR0 li:before{  }
 }@media only screen and (max-width: 763px) { #zUH5CCwqSuUsc0HM39091W6GbMBzapiV { width:19.875rem;height:20.5625rem;top:8.4833984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUpeIB4kH4Fp6164ddV6Z0gJDdBhqE3P { display:block; }#PUpeIB4kH4Fp6164ddV6Z0gJDdBhqE3P > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkiKTTkHuIimhqBDtb1IrX81rCdTlpRg { width:19.0625rem;height:5.19748125rem;top:2.62451171875rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMePo2O3nTTgVTCLmfgcs2prXPnn8cT4 { width:5.4370125rem;height:1.3997375rem;top:0.772705078125rem;left:11.93603515625rem;text-align:right;text-align-last:right;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dOK6EsfiZ0QO51mwNK7oVdsuJwtysLWc { width:9.5rem;height:0.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTifFCFhDgG1J6mZgNJRSQEGgmOrvhIa { width:18.75rem;height:11.7118125rem;top:9.1357421875rem;left:0.625rem;font-size:1rem;line-height:1.3;z-index:15004;display:block; }#uTifFCFhDgG1J6mZgNJRSQEGgmOrvhIa li:before{  }
 }@media only screen and (max-width: 763px) { #XsKA5V1PWlK2TQbnLLIrpmEAmFoPrFoT { width:18.75rem;height:10.036875rem;top:20.9716796875rem;left:0.625rem;font-size:1rem;line-height:1.3;z-index:15004;display:block; }#XsKA5V1PWlK2TQbnLLIrpmEAmFoPrFoT li:before{  }
 }@media only screen and (max-width: 763px) { #TXSvLpRAXJBTey1rTaDfzTZZt6BG1fZV { width:19.875rem;height:23.4375rem;top:8.443359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnyybX0zL7w6Mt74Lpg5Lc438uAk93mm { display:block; }#pnyybX0zL7w6Mt74Lpg5Lc438uAk93mm > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbnXkeldeTqNE6cm6qziyV9AXEeAuB6M { top:14.466796875rem;left:4.1865234375rem;width:11.624rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaDRRWyFc7QrkfLy1qa0udbwIbgLtpp1 { display:block; }
 }@media only screen and (max-width: 763px) { #ya9qtlChlJ8bAMZ5h6v6g7WXlPCZUbzb { width:10.2485rem;height:3.087025rem;top:9.68533039093rem;left:4.8752170205116rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M31uTOLqZ8u8iydyAh3weokRLfmiRN7s { width:14.4375rem;height:2.5996125rem;top:3.5625rem;left:2.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3qQA7rWELnJi9PeGxuDiFKkstm1WHZn { width:5.125rem;height:1.3997375rem;top:1.03125rem;left:11.6875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOFqawMDnWG9Qa3tMXkqtm2vNM0PB4Rn { width:9.5625rem;height:0.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik3ZhzXH9KxEELbJe9bwIy8UpS0Vdd95 { width:9.9375rem;height:0.125rem;top:18.685546875rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htef6Wwtgo6vICqDiBltaS66W1TgRqyy { width:19.9375rem;height:22.5rem;top:7.4359812736513rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFW0VIO0r8GbTxhk44fWshr0AMCD0tX6 { width:16.0625rem;height:1.13671875rem;top:27.25rem;left:1.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpoR6OCCDmGabkPJ4HddPX2nsVzI8n8o { width:11.625rem;height:2.9375rem;top:22rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlxIQRk3xsVHzhBS5OcSoBcOUstbFIoZ { width:20rem;height:3.37239375rem;top:31.324862871094rem;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) { #H0UGJN9AoLhwHNLIpT7VDndUpNhxsS2B { display:block; }#H0UGJN9AoLhwHNLIpT7VDndUpNhxsS2B > .row .container { width:20rem;height:233.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOy0q04gvZv1UwpwZe427zkR6AQZTMhU { width:12.5rem;height:12.5rem;top:8.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSbuESTUqA2OrhfElveGnwoOc5tsTQ30 { width:9.6875rem;height:5.0625rem;top:11.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2rBNTKwwDuivwMzGvAhFEsGLzxah2m6 { width:12.5rem;height:12.5rem;top:21.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpkxJWOT7SyEqGgLzbzwngJANDSIRxAJ { width:9.4375rem;height:7.0625rem;top:24.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6NX90K6D1KZShUqHFO9VkshU0nGd9W5 { width:12.5rem;height:12.5rem;top:49.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALvkrQE21bIJ2NEhfGzCLRsOS8kRpzDn { width:10.9375rem;height:6.875rem;top:52.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDBdbrQ8930tfyMOdZDUNO9Zh44pelA { width:12.5rem;height:12.5rem;top:35.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuLNlsq8VGFsDi8r2qvfGDEos0Um1eft { width:11rem;height:5.625rem;top:39.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI3EVFxI4GGBMHVrE5Do27Lf22uauzTz { width:12.5rem;height:12.5rem;top:63.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx9ieRK9PaT2TBfx9tDLzxEzb2ZAOu7T { width:8rem;height:2.8125rem;top:68.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVqxaO2BvwF3ts5ZA5krG1qcohGVbvim { width:12.5rem;height:12.5rem;top:119rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI3WCCGH3PLZGJ68UCZXn05J8HQlSNBS { width:8.9375rem;height:1.625rem;top:122.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOd9cpAd2L5WL54WXyTIJbgTI6E4xExF { width:12.5rem;height:12.5rem;top:105.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsaL30MSQFKSJWkU9tG0xwC8yz9HwR7E { width:8.9375rem;height:5.8125rem;top:108.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAiruRiqRdDW2a0DhcuTbMZDzlCGlc8J { width:12.5rem;height:12.5rem;top:132.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs1uVWlV8WSNzv0wrEDFkdehoRNTQSyK { width:8rem;height:8rem;top:135.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1965dTwz5325tBLu0Tr9GZiQmFdRNMw { width:12.5rem;height:12.5rem;top:91.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGGVaRuaGaS26w1qL01NA7UzIuVJdbPA { width:8rem;height:8rem;top:93.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB4BrtPewvUkS1MxtD58sCRRiNo9zBpv { width:12.5rem;height:12.5rem;top:77.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdVz0FvEUTfJ24i3P02owVFAHQeHvHTJ { width:8.9375rem;height:5.3125rem;top:81.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV9TAnC6H33hO3TmHJEF1fk2b7KzXfpP { width:12.5rem;height:12.5rem;top:188.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJpZy4vk9io3FsCrRBoB7zH1tePxGDK8 { width:12.5rem;height:12.5rem;top:174.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvefI5Rmoo1zeXTlEGTMZPFP8hLrftHL { width:12.5rem;height:12.5rem;top:202.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdfPD9GLTS3DIwBLeJU7bvMWGxCG75of { width:12.5rem;height:12.5rem;top:160.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSWcRIaRCaLsK8xdyydZZr56QPsToCKG { width:12.5rem;height:12.5rem;top:146.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuRiTDuVvIZfAt60K0vXg34NQiS9L6wC { width:11.3125rem;height:5.875rem;top:191.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9358DIlkzImG67ZMuSUxplPDUnWatPg { width:8.9375rem;height:4.4375rem;top:178.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouuTtbH8MKNumXdc1dcnP96UbNinQEm0 { width:8rem;height:8rem;top:204.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM1zF4mD6NinfSBB5G8cLTGDLeWWv2da { width:8rem;height:5.9375rem;top:164rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTlMcc0KspoQiC8sN7fvwtoIUnuFS71C { width:5.3125rem;height:5.3125rem;top:150.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlLH9EI2tEbE4VU9nyXAI6NNBvAL3Vqi { width:12.8125rem;height:2.5996125rem;top:3.90625rem;left:3.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r56KPB4w96pxaV0P1U7ToWxhfqvBTCBt { width:5.125rem;height:1.3994125rem;top:1.21875rem;left:11.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEOp5PZT8oFG8uWCwEfT9tg29HdTTbCA { width:9.5625rem;height:0.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ZycsgGOmRMNMqK03iVpDNLDrwF6ASd { width:12.5rem;height:12.5rem;top:216.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InCzGo9WVC8gFPdR5lURuHTqgd5nRAO8 { width:10.5625rem;height:1.5rem;top:221.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwZy2xJW2nXQZpcavTk3U5orvMNa4MB8 { display:none; }#qwZy2xJW2nXQZpcavTk3U5orvMNa4MB8 > .row .container { width:20rem;height:106.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EUX5HTT346mQfrREETdp2TIqV7vVLDEW { width:12.8125rem;height:5.19921875rem;top:4.09375rem;left:3.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ae7Vis18rgmKoBuKelouaWw8xuTlht4W { width:5.125rem;height:1.3994125rem;top:1.21875rem;left:11.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAsbX0AtCE2cP6edRTzyF4iKESFtOcHE { width:9.5625rem;height:0.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm1swWMOxnQfxgsEfF6RX8nJazm3wSvc { width:17.5rem;height:1.7871125rem;top:52.46875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pP1LInpJlfiZX4VV3Bs5Mcz470tMQuBn { width:14.125rem;height:0.1875rem;top:43.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiyaSLSagcaALrJ7Xycxb0SNQzrOgDkh { width:14.5rem;height:2.03125rem;top:40.75rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpy0uycsgzxKn6hiqRRRbOGFVppGqNsq { width:17rem;height:22.1875rem;top:34.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ1o9q1mc05gIaPRm642QU2ETq6bwuz7 { width:14.8125rem;height:6.8203125rem;top:44.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) { #qvy5Fez4PWFPTiy5f7QRo1AOfh6qNalT { width:14.5rem;height:1.7871125rem;top:29.375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkr4XZuJo9kyymwz18BR8xhxUQJyswLc { width:14.125rem;height:0.1875rem;top:19.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBmCwBtwc6DJI84n77eR3mR7Whzt2sFV { width:14.5rem;height:2.03125rem;top:17.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo3NwhFORnw3i0wu7KFkvoqzmpcSVo4u { width:17rem;height:22.1875rem;top:11.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnhHItQBA3BWQUzIIpGoyGOzQ59sSwED { width:14.25rem;height:2.5996125rem;top:23.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tThSEIrQuZBkWX4db4naT3fhbSvUl9Mc { width:17rem;height:22.1875rem;top:58rem;left:1.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #pKR39O64NruOZKLgvOD8ta9GS03NDr4X { width:14.125rem;height:0.1875rem;top:66.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyvWUs2VduLC28MJ7fUMQqB6kaOyT3U2 { width:14.5rem;height:2.03125rem;top:62.125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htv7lMaP1rgeT77ZthJ1NeOAJayy0IU5 { width:14.25rem;height:5.19921875rem;top:68.625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yvC4nfQawZShCTKnbLCiTxUv13LASWvL { width:14.5rem;height:1.7871125rem;top:76.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxMVt4aW8k7sgtzxGEzCDnDIV4RyJ7Fi { width:14.5rem;height:1.7871125rem;top:99.6875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOmdHWMmXixMu1Z1zMxmJ35AcWQqAIQw { width:14.125rem;height:0.1875rem;top:90.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpHGI1EDJr7spSPQWETE9t5HgRPuNXUA { width:14.5rem;height:2.03125rem;top:87.625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul1p2Q2A5EIdqvzsZdAbSPaCp87ObBUg { width:17rem;height:22.1875rem;top:81.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz95NFApR1ecVqwFHU8XoEXrbD1OTTyJ { width:14.25rem;height:7.7988125rem;top:91rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 { background-color:#437ceb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;display:block; }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row .container { background-color: transparent; background-image: none; }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row .container > .video-iframe-container { display: none; }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row > .video-iframe-container { display: none; }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .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); }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row .container { border-width: 0; border-radius: 0; }#hb30vBeudvBU9k1Jq6D2w8UZvI2kBen2 > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3SEalTdLzq9cTgp0soy0RC4ullx5MTs { 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) { #FUpdQv9rBqrDL6OOFvUVmcukD2J7Nlst { width:13rem;height:1.7693125rem;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) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-input-text {padding-top: 0; padding-bottom: 0;}#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-input-select {padding-top: 0; padding-bottom: 0;}#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:7rem;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:1rem;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .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; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy  { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy {display:block;}#HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #pRwmvJOA3T0vnNwSed4NerwLqKGmIXzo {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #izAE66HvF8ImRHMsGVX2l5LApb7PhNBu { display:block; }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #NiTIgJA5MRs6KyBBzLdQVv0qHJwzKNks {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #wHmvd8z97lqbXpOh5fU7rpZbNfGJXkvM {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #oA2WXKoTMHnMq8yHiIaQhLJHri0xaEsC { display:block; }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #EffcI360PGpTGVzxvrTKV4bgiBEBnncp {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #XDH25eJTKhEGDKzy0xVuwHsAvpIrtNMD {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #gTQaIzF58bsZ7d3gpBLGXBf0Pbbi0PTT { display:block; }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #unNKh8gIb7USCH3uz7b6nGPhRVQDGlZi {  }
 }@media only screen and (max-width: 763px) { #ET6VA1aeXkzTHZ0anfGP1590LwT1JtCg { display:block; }
 }@media only screen and (max-width: 763px) { #H0qzXRIp8XqDbkPk0V2b4TzmdugFc48n { display:block; }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #K6t10sDPAwHVIndMsS5nqnvUm1u5dLTG {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #GAPCwNhEqv4U6OWbLb30MToT3pCb9TcP {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #nt0Ia3mqwdmm7TpAF3Pm0ER516qTli7W {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #vNDVqG1azkTurdmutUwyUrGJQINCH8X2 {  }
 }@media only screen and (max-width: 763px) { #HFmVJTQoftbzB2x6upOPNpPMdbgMPbhy #mfyQmLpy62q4B0PHx8uHgwIfpnNJ1IHL {  }
 }@media only screen and (max-width: 763px) { #GLrTW9ANzbaAUxpBTXTARv979eXugP5c { 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) { #LMF0TTQcZ2zhT0bP4kobBcZXAqftL6Vf { width:16.75rem;height:16.75rem;top:40.25rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV { display:block; }#LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV > .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; }#LXEPLdF8B9J1y3XUaxKkJo3EdM9IVriV > .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) { #TQSOuCmTeBRQZodneANmgHhbO7xAA7Uq { width:20rem;height:5.8463625rem;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) { #V9FT4dvDlTELPTzwOob3rpPrQ3Tidy4a { width:16.1246875rem;height:1.600475rem;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) { #zS2uLBRnMlaFtMEtNPAM3WpmyawKdJnG { 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) { #euGAO8o4wTHE6rCx65CKJW8CGVyVTZJT { 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) { #fmm9l0t8IyNUgB4zou0mU7aB5vlgVMsi { 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) { #ck2ImXmVOvgzmQfeTKWnuqhatrI1qmsE { width:6.31225rem;height:1.2999125rem;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) { #GIbHq9qryWnIbfIozATEzdxa6vIuMFIo { width:3.125rem;height:3.125rem;top:1.1230466365814rem;left:8.4374997019769rem;font-size:2.1875rem;display:block; }
 }