.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/ulDLARHU/pathwork_lite.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.19); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.19); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { background-color: transparent; background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { border-width: 0; border-radius: 0; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container {  }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { background-color:rgba(227,255,248,0.5);background-image:none;width:60rem;height:52.75rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { color:#000000;display:block;width:46.9375rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:6rem;left:5.8125rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { background-color:#0c424d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;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-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:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:4.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:39.625rem;left:18.8125rem;display:block; }
#i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PSMmHTc8Hc13rvtGqCCrNrWvaTOgr6im { color:#0c424d;display:block;width:58.375rem;position:absolute;font-family:lato;font-size:6.6875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:14.6875rem;left:0.65625rem;height:16.0488125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#AhzqANW9d8bygBCxCmQf8xyAumgB7Sbu { color:#0c424d;display:block;width:57.25rem;position:absolute;font-family:lato;font-size:3.3125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:30.1875rem;left:0.65625rem;height:3.9746125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lt0c2cv618eUrZxeNtpqZ4gN6RPNVULt { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.1);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;height:23.75rem;width:0.0625rem;top:0rem;left:-50rem;display:block; }
#yRTRmX4hB1MRppKHGcDNhPG3MT10Cf10 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:7.6875rem;top:0.96875rem;left:25.4375rem;overflow:hidden;display:block; }
#iz0u3Kq7sh0yEC9yawXyF8HgghJx7NhV { color:#1d41a2;display:block;width:44rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:46.8125rem;left:7.28125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sHJeUxF2aoAQxH6EilnnDARcaW7d5AAF { color:#0c424d;display:block;width:58.375rem;position:absolute;font-family:lato;font-size:3.8125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:22.375rem;left:0.65625rem;height:4.57421875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#LhxwZVaP2HDg2L4ywGHSHamdwA7Joorc { position:relative;display:block; }#LhxwZVaP2HDg2L4ywGHSHamdwA7Joorc { background-color: transparent; background-image: none; }#LhxwZVaP2HDg2L4ywGHSHamdwA7Joorc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhxwZVaP2HDg2L4ywGHSHamdwA7Joorc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhxwZVaP2HDg2L4ywGHSHamdwA7Joorc > .row .container > .video-iframe-container { display: none; }#LhxwZVaP2HDg2L4ywGHSHamdwA7Joorc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhxwZVaP2HDg2L4ywGHSHamdwA7Joorc > .row > .video-iframe-container { display: none; }#LhxwZVaP2HDg2L4ywGHSHamdwA7Joorc > .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); }#LhxwZVaP2HDg2L4ywGHSHamdwA7Joorc { border-width: 0; border-radius: 0; }#LhxwZVaP2HDg2L4ywGHSHamdwA7Joorc > .row .container > .video-iframe-container {  }#LhxwZVaP2HDg2L4ywGHSHamdwA7Joorc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.4);background-image:none;font-size:0.875rem;font-family:arial;height:56.0625rem;width:60rem;position:relative;display:block; }#Ei5atWZsGQhnK8tkLieHfCP372VE9p2f { color:#000000;display:block;width:53rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:5.5625rem;left:3.5rem;height:77.68555rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t7LWDTBirQEbTdPMH64904AKFg3EAZFz { position:relative;display:block; }#t7LWDTBirQEbTdPMH64904AKFg3EAZFz { background-color: transparent; background-image: none; }#t7LWDTBirQEbTdPMH64904AKFg3EAZFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7LWDTBirQEbTdPMH64904AKFg3EAZFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7LWDTBirQEbTdPMH64904AKFg3EAZFz > .row .container > .video-iframe-container { display: none; }#t7LWDTBirQEbTdPMH64904AKFg3EAZFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7LWDTBirQEbTdPMH64904AKFg3EAZFz > .row > .video-iframe-container { display: none; }#t7LWDTBirQEbTdPMH64904AKFg3EAZFz > .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); }#t7LWDTBirQEbTdPMH64904AKFg3EAZFz { border-width: 0; border-radius: 0; }#t7LWDTBirQEbTdPMH64904AKFg3EAZFz > .row .container > .video-iframe-container {  }#t7LWDTBirQEbTdPMH64904AKFg3EAZFz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.4);background-image:none;font-size:0.875rem;font-family:arial;height:153.3125rem;width:60rem;position:relative;display:block; }#GemvfyOH7JDFTmEfRvxn2iEyVNnVBaan { color:#000000;display:block;width:53rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:21.125rem;left:3.5rem;height:13.496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GemvfyOH7JDFTmEfRvxn2iEyVNnVBaan li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GemvfyOH7JDFTmEfRvxn2iEyVNnVBaan li:before{  }
#zFCGwnlUF35DEgT349uum59duRTowr7D { color:#000000;display:block;width:53rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:67.25rem;left:3.5rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TEKkBJF8vZKJ6bUWPxNCQWehvpJg9mfF { color:#000000;display:block;width:53rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:71.75rem;left:2.875rem;height:13.496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TEKkBJF8vZKJ6bUWPxNCQWehvpJg9mfF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TEKkBJF8vZKJ6bUWPxNCQWehvpJg9mfF li:before{  }
#hdNG5VBTKFNpikvsfZrikf1IJGFUTAx5 { color:#000000;display:block;width:53rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:36.6875rem;left:3.5rem;height:29.39456875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nUtrIy9KoNtsmi8534PNT72e2weehpPA { color:#000000;display:block;width:53rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:88rem;left:3.5rem;height:65.08786875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rIJTRgQTUNeibFnCTLh3JfG0D3ATxXZT { position:relative;display:block; }#rIJTRgQTUNeibFnCTLh3JfG0D3ATxXZT { background-color: transparent; background-image: none; }#rIJTRgQTUNeibFnCTLh3JfG0D3ATxXZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIJTRgQTUNeibFnCTLh3JfG0D3ATxXZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIJTRgQTUNeibFnCTLh3JfG0D3ATxXZT > .row .container > .video-iframe-container { display: none; }#rIJTRgQTUNeibFnCTLh3JfG0D3ATxXZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIJTRgQTUNeibFnCTLh3JfG0D3ATxXZT > .row > .video-iframe-container { display: none; }#rIJTRgQTUNeibFnCTLh3JfG0D3ATxXZT > .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); }#rIJTRgQTUNeibFnCTLh3JfG0D3ATxXZT { border-width: 0; border-radius: 0; }#rIJTRgQTUNeibFnCTLh3JfG0D3ATxXZT > .row .container > .video-iframe-container {  }#rIJTRgQTUNeibFnCTLh3JfG0D3ATxXZT > .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:39.125rem;width:60rem;position:relative;display:block; }#xh3TdwNpbTSdeRsPwO2VyTQf5TdXnGLR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.875rem;width:56.875rem;top:4.875rem;left:1.5625rem;display:block; }
#QHEsyw5H5n1P5Rke16qNVLGLvTICc2Es { color:#000000;display:block;width:53rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:0rem;left:3.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gVfDTTqEG8Ph4gc2IhpuxtOo5FvgXyJl { position:relative;display:block; }#gVfDTTqEG8Ph4gc2IhpuxtOo5FvgXyJl { background-color: transparent; background-image: none; }#gVfDTTqEG8Ph4gc2IhpuxtOo5FvgXyJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVfDTTqEG8Ph4gc2IhpuxtOo5FvgXyJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVfDTTqEG8Ph4gc2IhpuxtOo5FvgXyJl > .row .container > .video-iframe-container { display: none; }#gVfDTTqEG8Ph4gc2IhpuxtOo5FvgXyJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVfDTTqEG8Ph4gc2IhpuxtOo5FvgXyJl > .row > .video-iframe-container { display: none; }#gVfDTTqEG8Ph4gc2IhpuxtOo5FvgXyJl > .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); }#gVfDTTqEG8Ph4gc2IhpuxtOo5FvgXyJl { border-width: 0; border-radius: 0; }#gVfDTTqEG8Ph4gc2IhpuxtOo5FvgXyJl > .row .container > .video-iframe-container {  }#gVfDTTqEG8Ph4gc2IhpuxtOo5FvgXyJl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.65);background-image:none;font-size:0.875rem;font-family:arial;height:67.6875rem;width:60rem;position:relative;display:block; }#CLTRHR8rb86R9H3OrWWcbK0ZGGt5EZfN { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.3125rem;height:11.69825rem;display:block; }
#w2yQRihN7eeQtCPqvOAGV6mqwedCqb3B { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:31.09375rem;height:14.297875rem;display:block; }
#yCZO54dagnteMl112pqoV79TW6oQ9NNb { color:#000000;display:block;width:26rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:37rem;left:2.375rem;height:12.9980625rem;display:block; }
#uD1U9LuS2CdVcLWcrzLnT7xVs8yBiVuf { color:#000000;display:block;width:26.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.875rem;left:31.0625rem;height:14.297875rem;display:block; }
#uZSlnHLSOUfdPVphTCkeOBgVrsMkerGI { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.53125rem;left:2.3125rem;height:19.4970625rem;display:block; }
#a1buWOueEUbTgEXqfoabhyqfpQGquvhB { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33.5rem;left:5.1875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#G5s3Xxd35wobcZ6x2NeTLcVwKe1ysaS0 { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.5rem;left:33.8125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#JD19mW7zLuKtB7KG4c3aanrSWsNvE7Zk { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.25rem;left:33.5rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#eUpkQ5RCIRB5mCwTPqHAvS7cXGFXGaBG { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:48.3125rem;left:5.5625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#PL3dbTToKb4I7nCXL8i5vba4FzCbwHLR { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5625rem;left:5.1875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#CoAnszNGUTEX89qz1iHV4cC2c7lRlo7R { color:#000000;display:block;width:26rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:51rem;left:2.3125rem;height:15.597625rem;display:block; }
#EiAGgPDQT0gn0ZH0WJacDNyhTOfZBtzV { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:64.1875rem;left:5.5625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#yeB9X3UlURBPqSOmX5X7FZg8ZKio2VAH { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:42.25rem;left:33.5rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#VLHQgqVa35GVrbn4qgSTuu3KtC6C3izK { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34.75rem;left:31.84375rem;height:7.7988125rem;display:block; }
#wFXIuIImli1O4tn6L5Cuu6rlGCrqM2L8 { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:62.3125rem;left:33.5rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#TcbyLrXz8p1pNP3QfbJaR53W5Bm0Zvxp { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:47rem;left:31.09375rem;height:16.8974375rem;display:block; }
#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { background-color: transparent; background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .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); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { border-width: 0; border-radius: 0; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container {  }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { font-size:0.875rem;font-family:arial;height:114.375rem;width:60rem;position:relative;display:block; }#iNk9yyVNeVNPThlJwpTfhcA6BcGxPIBS { color:#ffffff;display:block;width:34.1875rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.03125rem;left:12.90625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lqPHuW1fyh5pCQ0gZr2i2wBmX77JHelZ { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;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;height:0.0625rem;width:28.5625rem;top:7rem;left:2.0625rem;display:block; }
#brAmoJhWe4SxAK2aR3UnbsoZ2fPeERqh { color:#ffffff;display:block;width:52.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:42.65625rem;left:2.0625rem;height:66.625rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#vm7dUU9oOGbLlBgNgKfNJBP1OAhA0Poz { position:absolute;display:block;z-index:15004;background-color:#1d41a2;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;height:0.1875rem;width:4.25rem;top:6.9375rem;left:2.0625rem;display:block; }
#C1BPAdffWm2aGFbfWR5zfA4qTOvQcZTo { position:absolute;display:block;z-index:14999;background-color:#0c424d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:104.125rem;width:57.0625rem;top:8.28125rem;left:1.083984375rem;display:block; }
#yzdS7MEVHVsygZ4JTI3htnXLasxZ8Mu0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:26.125rem;width:19.5625rem;top:13.71875rem;left:33.125rem;overflow:hidden;display:block; }
#n5GxdzOGwTuEB1Ka2vQuFeiiZPExFhyT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:26.125rem;width:19.5625rem;top:13.71875rem;left:6.5625rem;overflow:hidden;display:block; }
#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { position:relative;display:none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { border-width: 0; border-radius: 0; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container > .video-iframe-container {  }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:none; }#rTUkao1MK7Srnad3ysohprNQIsEaiReC { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { position:relative;display:none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { border-width: 0; border-radius: 0; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container > .video-iframe-container {  }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:none; }#PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { position:absolute;display:block;z-index:15000;background-color:#6fdbf2;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;height:4.25rem;width:2.5rem;top:1.25rem;left:5.3125rem;display:block; }
#RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.62553024292rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { color:#707b8b;display:block;width:11.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:10.060367584229rem;left:1.6548290252686rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { color:#707b8b;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:10.057704925537rem;left:16.280181884766rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.625rem;left:16.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { position:absolute;display:block;z-index:15004;background-color:#e4e352;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;height:4.25rem;width:2.5rem;top:1.25rem;left:20.1875rem;display:block; }
#gJ1V45rPIVXQ9Nb07uf70Z68q4zU7uHp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.625rem;left:31.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { position:absolute;display:block;z-index:15008;background-color:#e4e352;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;height:4.25rem;width:2.5rem;top:1.25rem;left:35.5rem;display:block; }
#Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { color:#707b8b;display:block;width:11.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:10.057704925537rem;left:31.529651641846rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { color:#707b8b;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:10.057704925537rem;left:46.218040466309rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#yH3JaShEdznD8rpaDNaVcgZUaotK5bbi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.625rem;left:46.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { position:absolute;display:block;z-index:15012;background-color:#e4e352;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;height:4.25rem;width:2.5rem;top:1.25rem;left:50.375rem;display:block; }
#QTKSrrFBgxPfLerkSptAtpshPqD7uVGa { box-sizing:content-box;color:#1d41a2;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:1.8125rem;left:5.9375rem;display:block; }
#KSvdKSQd3sat5UvV4Z5tOPuqrRUdyF8x { box-sizing:content-box;color:#b21d00;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:15018;top:1.8125rem;left:20.9375rem;display:block; }
#TM0DaTZWBrEmuMMggQRVDJ5Fztv4KgSF { box-sizing:content-box;color:#b21d00;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:1.5rem;left:35.6875rem;display:block; }
#Cki7FML2mBwswmNGDKyFObcMLnvZGKln { box-sizing:content-box;color:#b21d00;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:1.625rem;left:50.875rem;display:block; }
#LCapRLv7lHW0FFF707g6pg2Wtc2UATfi { position:relative;display:none; }#LCapRLv7lHW0FFF707g6pg2Wtc2UATfi { border-width: 0; border-radius: 0; }#LCapRLv7lHW0FFF707g6pg2Wtc2UATfi > .row .container > .video-iframe-container {  }#LCapRLv7lHW0FFF707g6pg2Wtc2UATfi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:none; }#AFtrqNBtTuSwQheDM3ovEV47M2eHfiRT { position:absolute;display:block;z-index:15000;background-color:#e4e352;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;height:4.25rem;width:2.5rem;top:1.25rem;left:5.3125rem;display:block; }
#NdwGhQOF3gvVtVFaIBzh07Ga6ziuk7Lc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.62553024292rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#riEsEGPHw8M1Hqm69nNkIxAckRqAHCRu { color:#707b8b;display:block;width:11.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:10.060367584229rem;left:1.6548290252686rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#TCkgqGM1h9onrAwBWRQb2cQrx6uSQ4Xo { color:#707b8b;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:10.057704925537rem;left:16.280181884766rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#PJSiTEKVBA59Hb1XRyo93yOZSwztsHJ4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.625rem;left:16.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qE4eFgcmRQFII6AsvzokASXTDNwsUUng { position:absolute;display:block;z-index:15004;background-color:#e4e352;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;height:4.25rem;width:2.5rem;top:1.25rem;left:20.1875rem;display:block; }
#gFsC6kqzoENTG1bECsdBiTp8aCAZJovB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.625rem;left:31.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KwBJMvcMaoUJpTrZ8tdgFewT7vzsVMtK { position:absolute;display:block;z-index:15008;background-color:#e4e352;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;height:4.25rem;width:2.5rem;top:1.25rem;left:35.5rem;display:block; }
#knKNtH7xSG5UoE2WlqSK4L7Hd4o0uSzW { color:#707b8b;display:block;width:11.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:10.057704925537rem;left:31.529651641846rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#TtpRUz40hvZO5Vk3EG8o8PZygusKnbrg { color:#707b8b;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:10.057704925537rem;left:46.218040466309rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#qVg3hfIxueKr1L9XW6H3EM1TXs8bD9in { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.625rem;left:46.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JXaRMvq8F3x8v1ppB5MBr4mTvhI5B2tx { position:absolute;display:block;z-index:15012;background-color:#e4e352;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;height:4.25rem;width:2.5rem;top:1.25rem;left:50.375rem;display:block; }
#QFUHnLn1sklJmxNCo248hNhM8u1lmfRx { box-sizing:content-box;color:#b21d00;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:1.8125rem;left:5.9375rem;display:block; }
#OqeStq7XV32f4fhW7oFuhzo435aEOUam { box-sizing:content-box;color:#b21d00;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:15018;top:1.8125rem;left:20.9375rem;display:block; }
#O5blDLCB9cpqhou9ULCQl1WyBfgmh1VV { box-sizing:content-box;color:#b21d00;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:1.5rem;left:35.6875rem;display:block; }
#NWdC2cRxLr26HUAOmKlTH04X6OOBJJVS { box-sizing:content-box;color:#b21d00;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:1.625rem;left:50.875rem;display:block; }
#lJHuischAQMEBBgS3oTzH2dRe4NWV9xT { position:relative;display:block; }#lJHuischAQMEBBgS3oTzH2dRe4NWV9xT { background-color: transparent; background-image: none; }#lJHuischAQMEBBgS3oTzH2dRe4NWV9xT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJHuischAQMEBBgS3oTzH2dRe4NWV9xT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJHuischAQMEBBgS3oTzH2dRe4NWV9xT > .row .container > .video-iframe-container { display: none; }#lJHuischAQMEBBgS3oTzH2dRe4NWV9xT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJHuischAQMEBBgS3oTzH2dRe4NWV9xT > .row > .video-iframe-container { display: none; }#lJHuischAQMEBBgS3oTzH2dRe4NWV9xT > .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); }#lJHuischAQMEBBgS3oTzH2dRe4NWV9xT { border-width: 0; border-radius: 0; }#lJHuischAQMEBBgS3oTzH2dRe4NWV9xT > .row .container > .video-iframe-container {  }#lJHuischAQMEBBgS3oTzH2dRe4NWV9xT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.8);background-image:none;font-size:0.875rem;font-family:arial;height:121.25rem;width:60rem;position:relative;display:block; }#FJ6SwycMU8LvChcZVKrZFiOWt6IksO73 { color:#763406;display:block;width:52.6875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:2.21875rem;left:3rem;height:15.09375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vexmvwGulGO7ccsVMu7AV9dt15qyF9Do { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.5rem;left:12.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D1n46gni05dABrJpsaThDK47y8O78Zd3 { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.5625rem;left:2.375rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WMJng4PSxXRDguFAU07OoXMGpnQ6kv5p { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:29rem;left:2.3125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DQEVdvTF8spA343Tub8WBVuxKJvTkCpV { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:43.125rem;left:2.3125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nGHg0tXP3I529LWh2WdcgbaNKcTLzKQT { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:46.9375rem;left:3.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#nGHg0tXP3I529LWh2WdcgbaNKcTLzKQT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nGHg0tXP3I529LWh2WdcgbaNKcTLzKQT li:before{  }
#kyZZR9fWlXlKUAavIX1wWK8hrD0QZAb7 { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:31.6875rem;left:3.8125rem;height:6.472625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kyZZR9fWlXlKUAavIX1wWK8hrD0QZAb7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kyZZR9fWlXlKUAavIX1wWK8hrD0QZAb7 li:before{  }
#g1GvpNWi3dubnUc6GbZUrGiHrNtJvMi2 { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:78.5625rem;left:3.0625rem;height:6.472625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#g1GvpNWi3dubnUc6GbZUrGiHrNtJvMi2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g1GvpNWi3dubnUc6GbZUrGiHrNtJvMi2 li:before{  }
#d5kmfOA0yaPOXTLMRrAa40MitZBSOfQ5 { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:74.75rem;left:1.5625rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wte0vdZV8cweG0yZzW3u5lXPgGQOIBiW { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:63.3125rem;left:3.0625rem;height:8.734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wte0vdZV8cweG0yZzW3u5lXPgGQOIBiW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wte0vdZV8cweG0yZzW3u5lXPgGQOIBiW li:before{  }
#NBXXtmSOhwGn5Z2IofUZ8Ut9x1CPAW9F { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:60.625rem;left:1.5625rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v4T7meZuuhOHV9CqkK7CE3IgKhSdABFm { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:56.5625rem;left:1.65625rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OtElzexpsXsgKfWVeWTJnoNGoKDVUTzK { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:112.9375rem;left:3.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#OtElzexpsXsgKfWVeWTJnoNGoKDVUTzK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OtElzexpsXsgKfWVeWTJnoNGoKDVUTzK li:before{  }
#axi78OhJCsmPFGeekfoIvH6sOkIArkzk { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:109.125rem;left:1.5625rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HBLJy1izVbTPV7qwqXwAk5tmEqkA9ezf { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:94.5625rem;left:3.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#HBLJy1izVbTPV7qwqXwAk5tmEqkA9ezf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HBLJy1izVbTPV7qwqXwAk5tmEqkA9ezf li:before{  }
#K7rESJkkUay4AqDsqKCnTKLtzwPgGnAE { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:91.875rem;left:1.625rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HNTTv86CnT0nA0XPNzOgLLGF5cETA09S { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:87.8125rem;left:1.75rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kN2roSsu4sw3vl7XH38sGnsITsb9zPdK { position:relative;display:block; }#kN2roSsu4sw3vl7XH38sGnsITsb9zPdK { background-color: transparent; background-image: none; }#kN2roSsu4sw3vl7XH38sGnsITsb9zPdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kN2roSsu4sw3vl7XH38sGnsITsb9zPdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kN2roSsu4sw3vl7XH38sGnsITsb9zPdK > .row .container > .video-iframe-container { display: none; }#kN2roSsu4sw3vl7XH38sGnsITsb9zPdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kN2roSsu4sw3vl7XH38sGnsITsb9zPdK > .row > .video-iframe-container { display: none; }#kN2roSsu4sw3vl7XH38sGnsITsb9zPdK > .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); }#kN2roSsu4sw3vl7XH38sGnsITsb9zPdK { border-width: 0; border-radius: 0; }#kN2roSsu4sw3vl7XH38sGnsITsb9zPdK > .row .container > .video-iframe-container {  }#kN2roSsu4sw3vl7XH38sGnsITsb9zPdK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.8);background-image:none;font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#aNHTQzTsKC28euBkd6PlFpW9pDOs9rla { color:#763406;display:block;width:51.25rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:0rem;left:4.375rem;height:2.71875rem;text-align:left;text-align-last:left;display:block; }
#LVKmTNoP15DbhXVQ3iHotx2haoANT6n1 { color:#000000;display:block;width:51.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:4rem;left:4.125rem;height:;display:block; }#LVKmTNoP15DbhXVQ3iHotx2haoANT6n1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LVKmTNoP15DbhXVQ3iHotx2haoANT6n1 li:before{  }
#zD9qOfgOWx2J3c73nUHqi31LwGvr0sPN { position:relative;display:block; }#zD9qOfgOWx2J3c73nUHqi31LwGvr0sPN { background-color: transparent; background-image: none; }#zD9qOfgOWx2J3c73nUHqi31LwGvr0sPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zD9qOfgOWx2J3c73nUHqi31LwGvr0sPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zD9qOfgOWx2J3c73nUHqi31LwGvr0sPN > .row .container > .video-iframe-container { display: none; }#zD9qOfgOWx2J3c73nUHqi31LwGvr0sPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zD9qOfgOWx2J3c73nUHqi31LwGvr0sPN > .row > .video-iframe-container { display: none; }#zD9qOfgOWx2J3c73nUHqi31LwGvr0sPN > .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); }#zD9qOfgOWx2J3c73nUHqi31LwGvr0sPN { border-width: 0; border-radius: 0; }#zD9qOfgOWx2J3c73nUHqi31LwGvr0sPN > .row .container > .video-iframe-container {  }#zD9qOfgOWx2J3c73nUHqi31LwGvr0sPN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4e352;background-image:none;font-size:0.875rem;font-family:arial;height:34.5rem;width:60rem;position:relative;display:block; }#lTUL1O7XgAXTmhwIR6hriPJ7HDfiZlEE { color:#000000;display:block;width:59.8125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH .widget-text.counter-number { border-top:0.171875rem solid #012f94;border-left:0.175rem solid #012f94;border-right:0.175rem solid #012f94;border-bottom:0.171875rem solid #012f94;background-color:#ffffff;background-image:none;color:#012f94;padding-top:0.688125rem;padding-right:0.6125rem;padding-bottom:0.688125rem;padding-left:0.6125rem;display:block;align-items:center;width:3.67625rem;min-width:3.67625rem;height:3.699375rem;position:relative;font-family:"open sans";font-size:2.753125rem;font-weight:400;line-height:59.19px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH .widget-text.counter-label { background-color:;background-image:none;color:#012f94;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.43rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.90125rem;height:1.4625rem;position:relative;font-family:"open sans";font-size:1.0325rem;font-weight:700;line-height:23.4px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:26.625rem;height:7.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:23.4375rem;left:16.6875rem;z-index:15001; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #IKTUvMPOuCNn5PwDaXPZQQaW9JAywHth { display:flex;position:relative;top:0rem;left:0rem; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #bt8LayKGQoNEx5t7aswiDdsdsNL4q9Kv { width:auto; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #mT3AgSZVK4uuaWBpFk6DFaZBQVP2WGet {  }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #cNQI4JQ2qABymZHkUnTsaBqPspUdblUZ { display:flex;position:relative;top:0rem;left:0rem; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #Sr1pC1N0tsgi02mqg4qkkgd28NHRV0LA {  }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #dI4CgELnkDCzuRTyUSrScoTChrXITlP3 {  }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #OsTzNbT49GJwsXubFKCLQmZibH7fVhZx { display:flex;position:relative;top:0rem;left:0rem; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #FsTZr4XgwbOSJL7U5Fw6dL3UZ5gsZOyC {  }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #WU9yDT7tlR51ddZBVnOwUCIlW2ZCDhTB {  }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #DOTua577OWKuO49e6GySsrPlo28T4DcW { display:flex;position:relative;top:0rem;left:0rem; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #rCRhv6Q8MaD1T4saEFDyEEapP6mbtlfW {  }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #r2WtqlRaIrsTzrFwNqBomnkJ84hDSEAu {  }
#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT { position:relative;display:block; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT { background-color: transparent; background-image: none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container > .video-iframe-container { display: none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row > .video-iframe-container { display: none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .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); }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT { border-width: 0; border-radius: 0; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container > .video-iframe-container {  }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:none;font-size:0.875rem;font-family:arial;height:113.9375rem;width:60rem;position:relative;display:block; }#XqssgKfpf3yI3aJvOhuxWyUgak6rMTXl { color:#ebeff5;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:8.6875rem;left:33.5625rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt { position:absolute;display:block;z-index:15025;background-color:#0c424d;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:8.125rem;top:6.9375rem;left:35.75rem;display:block; }#d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt.adaptive-delivery-prevent-bg, #d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt.lazyload, #d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt.lazyloading { background-image: none; }
#tOTC8gyxQRi6OZfb0Cg9JgTxnTT94mxT { position:absolute;display:block;z-index:15026;background-color:#0c424d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;height:3.375rem;width:15.4375rem;top:13.1875rem;left:32.1875rem;display:block; }
#RNQnlaEmSiKLx5fG49IXTkpUzfsWNeEd { color:#e4e352;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:13.9375rem;left:33.5625rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uon1mXP9uX5IolyIyCsFTJdCwLmTqTML { background-color:#0c424d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0c424d;border-left:0.125rem solid #0c424d;border-right:0.125rem solid #0c424d;border-bottom:0.125rem solid #0c424d;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-sizing:border-box;color:#e3fff8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:43.125rem;left:32.3125rem;display:block; }
#aQqf4vSpygWi8eUaAypGt9gU1FbPICV5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MK03TJ6ooSRewZ0phJztvt2Tv9RXckIi { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:17.8125rem;top:74.5rem;left:20.875rem;overflow:hidden;display:block; }
#IMtk8nND9eDasw77TpLTgd3mNKBO6x9y { color:#000814;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:30.875rem;left:34.75rem;height:2.5996125rem;display:block; }
#M03K15FwEtC8pEQxLF0109mF29CuF8bG { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;height:41.125rem;width:18.75rem;top:6.9375rem;left:10.9375rem;display:block; }
#LpIukeAd0p9OEnEH6Kd1mJTaeFfzk5ut { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:78.3125rem;left:10.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qcF47vOBPPR1wgqEBuXdh3zdGS1KSTRJ { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.6875rem solid #0c424d;border-left:0.6875rem solid #0c424d;border-right:0.6875rem solid #0c424d;border-bottom:0.6875rem solid #0c424d;height:39.9375rem;width:18.75rem;top:6.9375rem;left:29.75rem;display:block; }
#a9y890RADtJV52kFnZ2gm7t9C0O2HmuE { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;height:40.75rem;width:18.75rem;top:6.9375rem;left:30.375rem;display:block; }
#SQTXHNzIn4UC4iwk2Em1SAGFuDNHflA7 { color:#000814;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:26.5rem;left:15.9375rem;height:1.29980625rem;display:block; }
#LrtInksKccyAJDRbberR2OkEFEwMUQhs { color:#000814;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:28.9375rem;left:15.9375rem;height:1.29980625rem;display:block; }
#OLOuCUJg4UaM2zZrQGkPXiIIIHAmbuLC { color:#000814;display:block;width:13rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:21.0625rem;left:15.9375rem;height:1.29980625rem;display:block; }
#cShPTwNC0GtVDMtFapaTs5PMPzNSM3zB { color:#000814;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:23.3125rem;left:15.9375rem;height:2.5996125rem;display:block; }
#aFITT5PXiraob1VhaBymqzZZsQoKFWif { color:#000814;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:18.5625rem;left:15.9375rem;height:1.29980625rem;display:block; }
#wdD3JHDa50L8XRZPf8SxHwKi4sTCnB1v { position:absolute;display:block;z-index:15074;background-color:#0c424d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;height:3.375rem;width:15.4375rem;top:13.25rem;left:12.375rem;display:block; }
#R22cXSmbdo5q0eU7wJhTZPuSkNtIZI1L { color:#e4e352;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:14rem;left:13.75rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edy9gxBCrrRkikQu3AowuG1vnT5CtXGW { color:#ebeff5;display:block;width:13.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:8.6875rem;left:13.375rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GnpTUWSoLV8x6tZVN7XuHVddJfSTDvCp { position:absolute;display:block;z-index:15073;background-color:#0c424d;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:8.125rem;top:6.9375rem;left:16.25rem;display:block; }#GnpTUWSoLV8x6tZVN7XuHVddJfSTDvCp.adaptive-delivery-prevent-bg, #GnpTUWSoLV8x6tZVN7XuHVddJfSTDvCp.lazyload, #GnpTUWSoLV8x6tZVN7XuHVddJfSTDvCp.lazyloading { background-image: none; }
#ym5x5Ph9nNaiQhdmh2hrXJr5odPW4pv2 { position:absolute;display:block;z-index:15074;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:18.375rem;left:13.0625rem;display:block; }
#gvaqB82lwSyF9LzIapV7nQu3tidkGl1V { position:absolute;display:block;z-index:15077;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:20.875rem;left:13.0625rem;display:block; }
#krFg4hoZod6KhUmCvyb7Wf2d2GSDMlQd { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15079;top:21.0625rem;left:13.3125rem;display:block; }
#MEcSXGl18TJNrFOaWRflftCVQXG0PdRA { position:absolute;display:block;z-index:15080;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:23.375rem;left:13.0625rem;display:block; }
#ecPmFFBG57n0M2klwslVrFQpNEUhF8h9 { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15082;top:23.5625rem;left:13.3125rem;display:block; }
#vXgDzDf2FJ7mFBJTBDsFTqdr0mTmaTzy { position:absolute;display:block;z-index:15083;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:25.875rem;left:13.0625rem;display:block; }
#wxro3vH8E8TmapmqTbmKlsTwaJR9CgTa { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15085;top:26.0625rem;left:13.3125rem;display:block; }
#V6Gpbw5JchgsbBop1TWuh3g3Jtuc0Lgz { position:absolute;display:block;z-index:15086;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:28.375rem;left:13.0625rem;display:block; }
#k7xDQmG7EH1mo0BFoaQyhNfXXFIENUsX { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15088;top:28.5625rem;left:13.3125rem;display:block; }
#QBEJvTv9BVB8h9b5ohsSxANzKkeAnfth { background-color:#0c424d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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-sizing:border-box;color:#e3fff8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:43.125rem;left:12.875rem;display:block; }
#E3sF2fPRoPm0g9tpuEQb9GdzeOOZEgf6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EUnlpJmzqmXASuZzZURyufe288Tn1GoW { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15076;top:19.9375rem;left:3.75rem;display:none; }
#RJl7bttJCWvHzPoJumDDaoEMEeia2kUb { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:34.5rem;left:34.9375rem;height:3.8994125rem;display:block; }
#st29I2s0J6bLlkpraOtvhnwCF51m9Q59 { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:19.0625rem;left:32.5rem;display:block; }
#fvmqJBRhfN17C5WoLyhQDuKhXPeQ8ybJ { color:#000814;display:block;width:13.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:21.5rem;left:34.875rem;height:1.29980625rem;display:block; }
#iTvyOy4DrEhnuTrE1aJ2wgZLMdePg0V8 { color:#000814;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:18.8125rem;left:34.75rem;height:1.29980625rem;display:block; }
#MnqqHTPgiyr7L5qMp8uHKP7d7UetR68N { position:absolute;display:block;z-index:15092;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:21.375rem;left:32.25rem;display:block; }
#OFTv0WrILdqKJJbK5VP9DJPnVHxOpAiv { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15094;top:21.40625rem;left:32.4375rem;display:block; }
#SPCSsWgffOSmVwQV6ALVZ9KqngqJySmo { color:#000814;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:23.375rem;left:34.875rem;height:2.5996125rem;display:block; }
#TrfAPI6Jcwa1o0WRpGfiXSDTOzOlCHmH { position:absolute;display:block;z-index:15095;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:23.875rem;left:32.25rem;display:block; }
#X2ggvppGlULp0yT0eTVJVckugg7vqmft { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15097;top:24.0625rem;left:32.5rem;display:block; }
#KJniK5bOT526wEJRrdPr9IO0y2KNuprh { position:absolute;display:block;z-index:15098;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:26.375rem;left:32.25rem;display:block; }
#ORualS5htc3Ur3KXyU81tvNNBiu53Ped { color:#000814;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:26.5625rem;left:34.875rem;height:1.29980625rem;display:block; }
#TKaJ9qmDO16qzHZcw2sAwBcs2gEUcvwc { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15100;top:26.5625rem;left:32.5rem;display:block; }
#JdXQo8roTl7k1IiEoE8CtU96CvwNwnsH { color:#000814;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:29.0625rem;left:34.75rem;height:1.29980625rem;display:block; }
#Kd4HzcTQxb3Nqd74tCREnoS4n6KwiDn2 { position:absolute;display:block;z-index:15101;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:28.875rem;left:32.25rem;display:block; }
#WlbcMaNMR1L0F9vapxICkAlW3NPOmK4c { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15103;top:29.0625rem;left:32.5rem;display:block; }
#mmhhJ1636TzwZ7Qonz0KFT3TLf8tMWTM { color:#000814;display:block;width:11.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:30.875rem;left:15.9375rem;height:2.5996125rem;display:block; }
#weU2Qgs2heqdiPAeBh5pGiGZQAobRPUp { color:#000814;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:34.5rem;left:15.9375rem;height:3.8994125rem;display:block; }
#JgTiJKTqRIOannQeUkic72ieDQOnvafy { position:absolute;display:block;z-index:15124;background-color:#9ea5b2;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:34.5rem;left:13.1875rem;display:block; }
#SrtL9VKfsD5Nz5bESR6vIhQehhR3K621 { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15126;top:34.6875rem;left:13.4375rem;display:block; }
#EHITb8WdyJAu9ZoSeyCMl1b6VJGp3UGw { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15079;top:21.0625rem;left:13.3125rem;display:block; }
#ZHs2WeKViVlPUirQE2QDkMW2fzyi3EAu { position:absolute;display:block;z-index:15077;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:20.875rem;left:13.0625rem;display:block; }
#mw1O2CKaT6x4CiGkMSOgSIvJydrUsruK { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15079;top:21.0625rem;left:13.3125rem;display:block; }
#Uo3zsHfNFKUnSuFncHGvRKVWgMnMzTJV { position:absolute;display:block;z-index:15077;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:20.875rem;left:13.0625rem;display:block; }
#RzSDSm9nWTQotC5DkKK63T6TXBzgNo4x { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15081;top:18.5625rem;left:13.3125rem;display:block; }
#AGmsITDsa0o5SMpGMZRE824B72HGi34B { position:absolute;display:block;z-index:15079;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:18.375rem;left:13.0625rem;display:block; }
#i62ivPAnkJomhm9Pdv585BKVK5QH9mfN { background-color:#2b84bf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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-sizing:border-box;color:#e3fff8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:49.5625rem;left:22.5rem;display:none; }
#bNa2ViFz6wMR8RFDw6bJy4P8f6GeIg2f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cPV60hQGcUA9h5hFuJdfPpFZsfi3X1XW { position:absolute;display:block;z-index:15080;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:24.3125rem;left:3.25rem;display:none; }
#DQNWBbfIciIeczZiV7aPIqiitkLB9Oyt { position:absolute;display:block;z-index:15083;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:26.8125rem;left:3.25rem;display:none; }
#dAqbgdLxyrQrkcpFIxcGmNK29CMuk7Ay { position:absolute;display:block;z-index:15074;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:19.75rem;left:3.5rem;display:none; }
#pkOMzIuIIEfedVoo5pb799VSasHXqaid { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15076;top:19.9375rem;left:3.75rem;display:none; }
#T4dzGQiVD7hCl2GyvEvs5EG5V0KTJL38 { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15082;top:24.5rem;left:3.5rem;display:none; }
#NSnE3ogct35VQI7wEqfo8SrHGBAwR8EG { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15085;top:27rem;left:3.5rem;display:none; }
#Gp0iXaT3UBTDONR74sOO7VRdbQVLbpLz { position:absolute;display:block;z-index:15086;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:29.3125rem;left:3.25rem;display:none; }
#JOUFFmtQXWmBp6C1eWmbRdEGT2uZSsed { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15088;top:29.5rem;left:3.5rem;display:none; }
#TzIora5imQDkE4033abcnBl13Nb5xf2m { position:absolute;display:block;z-index:15089;background-color:#9ea5b2;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:31.8125rem;left:3.25rem;display:none; }
#XufywsfEICZan1lpmUrTBQbbikGa9a3s { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:32rem;left:3.5rem;display:none; }
#QQ1uttRn9H8QzVrTyIJyx8rBMJN4ccRh { position:absolute;display:block;z-index:15074;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:19.75rem;left:3.5rem;display:none; }
#nREEl2Bw1uO7s74zsUoe5Di0qorA9QVO { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15076;top:19.9375rem;left:3.75rem;display:none; }
#vah437pfyr4y9fIwQWpaOM49PUErVpLt { position:absolute;display:block;z-index:15089;background-color:#9ea5b2;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:31.8125rem;left:3.25rem;display:none; }
#kIAoAnTtzxSg9LoCFJTsUCM2x1ouAoDU { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:32rem;left:3.5rem;display:none; }
#reMkqtszmEowIJv0Nl4QH3AOMKq8izqf { position:absolute;display:block;z-index:15089;background-color:#9ea5b2;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:31.8125rem;left:3.25rem;display:none; }
#knMyG6aDkmzwaeG3QHiQlBGJDew4o8qW { position:absolute;display:block;z-index:15074;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:19.75rem;left:3.5rem;display:none; }
#HbxKrck93PFoId0reIkk9gZeeh1CAPIt { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15076;top:19.9375rem;left:3.75rem;display:none; }
#xPgT7gpLHvScN5rZooDLo4RBehzTRU5L { position:absolute;display:block;z-index:15074;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:19.75rem;left:3.5rem;display:none; }
#NkHksmC3ZKT5o0xasN0r7Ike0l8vfzPd { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15076;top:19.9375rem;left:3.75rem;display:none; }
#IorlIOb4kf8kSPRPbTEW2EsTT1laSXtA { position:absolute;display:block;z-index:15080;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:24.3125rem;left:3.25rem;display:none; }
#rr2cdDgyPwMsUIs3RXXlmrKXMMAlNFoM { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15082;top:24.5rem;left:3.5rem;display:none; }
#c0BodtTJbcI3TV1dfyzfTK8JKzqXxPAH { position:absolute;display:block;z-index:15083;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:26.8125rem;left:3.25rem;display:none; }
#lKFIwDS9V1f5oeMbJFTqEGIvvlNpROIs { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15085;top:27rem;left:3.5rem;display:none; }
#pnZfNNOeQCXoUgRIGXAduZGiimiNPSbG { position:absolute;display:block;z-index:15086;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:29.3125rem;left:3.25rem;display:none; }
#JNvvGVMJVikPXqLmETyPk0eb1C0xUzbq { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15088;top:29.5rem;left:3.5rem;display:none; }
#ZHyNyIvHgdfXNXInoDTgCg7RAgfUDcdU { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:32rem;left:3.5rem;display:none; }
#R6Xfbm7t9JAK0s82kuz6Pfzb5UyhJvPQ { position:absolute;display:block;z-index:15089;background-color:#9ea5b2;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:31.8125rem;left:3.25rem;display:none; }
#b1Sn9nWEWzE95pZgvo6scrkmfffl5FF9 { box-sizing:content-box;color:#e4e352;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15109;top:34.6875rem;left:32.4375rem;display:block; }
#fmzul8HZ3FVh3AnQfy6TwVpyHRt42HHW { position:absolute;display:block;z-index:15107;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:34.5rem;left:32.1875rem;display:block; }
#ppNgTVKbmA2DwBXo5KuM1burJdrRtXLA { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:2.1875rem;left:11.71875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dr80fn3THUPcaVH0zNQbAFsrfVSerlTz { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.125rem;width:55.4375rem;top:81.625rem;left:2.28125rem;display:block; }
#PwLpTEFWfHRUAtvHQJq2xTztnBt6VfGm { position:absolute;display:block;z-index:15090;background-color:#011b41;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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.625rem;width:1.625rem;top:18.8125rem;left:32.1875rem;display:block; }
#Sakorwy15smmqgsVEyvUAJwKxDQZg5U3 { position:absolute;display:block;z-index:15026;background-color:#0c424d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;height:3.375rem;width:15.4375rem;top:13.1875rem;left:32.1875rem;display:block; }
#LdBoiR8hcoTRXpkb1zWq1liiTDDyt6JH { position:absolute;display:block;z-index:15026;background-color:#0c424d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;height:3.375rem;width:15.4375rem;top:13.1875rem;left:32.1875rem;display:block; }
#a8XSoktTUlmpTHwDfSdWFXnM98UmgkRl { position:relative;display:none; }#a8XSoktTUlmpTHwDfSdWFXnM98UmgkRl { border-width: 0; border-radius: 0; }#a8XSoktTUlmpTHwDfSdWFXnM98UmgkRl > .row .container > .video-iframe-container {  }#a8XSoktTUlmpTHwDfSdWFXnM98UmgkRl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.65);background-image:none;font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:none; }#RhlQ548eTy59100UFsPsSR0nLcXIgsBh { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.3125rem;height:8.75rem;display:block; }
#az6KX94cKmMwx5Qdy686LTGykRsqMiGC { color:#000000;display:block;width:25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.125rem;left:31.75rem;height:6.25rem;display:block; }
#LxRlT7Lf1RGTsd8sksKsSQk2XFxXEi4E { color:#000000;display:block;width:24.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.5625rem;left:2.3125rem;height:5rem;display:block; }
#SLBT56CwH3KCnsdx5UrDwAWliWHXWTc1 { color:#000000;display:block;width:25.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:31.6875rem;height:2.5rem;display:block; }
#GPEeLKrUftupgNbLkW5ycPVJ8yptShr6 { color:#000000;display:block;width:24.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.84375rem;left:31.6875rem;height:5rem;display:block; }
#OeFUNXrMJnoGGZuxCvTMIvaC1ogA2HBv { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.53125rem;left:2.3125rem;height:2.5rem;display:block; }
#v5FBE7y93BONT46s9mgTy3sZ370HlZpo { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.75rem;left:5.1875rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#KcJnWHr8ml9TEMQqAS4SnX8tEqDaSIwT { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.15625rem;left:32.75rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#bdfQS6KpbzTWUoq0aB7RmpHFFoTsRth4 { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3125rem;left:32.75rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#lMXnnZwBA5OA4fg34oCdscGJRavIx2t3 { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.9375rem;left:5.1875rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#v7axriMFTnu5yNEgXBbNOladGA84QJlQ { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25.9375rem;left:32.75rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#iVcTab10tJI4ETNaWCtuXrBJ501EmTvd { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.3125rem;left:5.1875rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#x3cMHGIU1yOZMC5AI0EEKZsouKNtObpb { position:relative;display:none; }#x3cMHGIU1yOZMC5AI0EEKZsouKNtObpb { border-width: 0; border-radius: 0; }#x3cMHGIU1yOZMC5AI0EEKZsouKNtObpb > .row .container > .video-iframe-container {  }#x3cMHGIU1yOZMC5AI0EEKZsouKNtObpb > .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:43rem;width:60rem;position:relative;display:none; }#VlukgHLhmuRGP04gzoihffh9pphTguS1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.5) ;height:39.8125rem;width:27.8125rem;top:1.75rem;left:2.0625rem;overflow:hidden;display:block; }
#T9nAKMbvxxXEFxqTrJhx1BO46qFRB0Tw { color:#000814;display:block;width:25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:1.75rem;left:32.5rem;height:31.25rem;display:block; }
#x73PPuTgtFq0bv8BUfJVxqTcZmU5Jbgw { background-color:#0e9ae5;background-image:none;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-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.75rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:38.875rem;left:32.5rem;display:block; }
#FSWqmHtETlbBGkKpi0mD7GPTa0CTKxDO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJphaBTWUdEkLvMeirIPkukwD60fy0f0 { background-color:#0e9ae5;background-image:none;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-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.75rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:38.875rem;left:46rem;display:block; }
#UkkXZV20tN56bfOQplJr6vvNg56rPLzL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { background-color: transparent; background-image: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container > .video-iframe-container { display: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container { display: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .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); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { border-width: 0; border-radius: 0; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container {  }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#Whnak8McmIuSahQO2hemdGnlORBFtGlr { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.21875rem;left:0rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uhp3TGxcy1rqmKoGl9L2MIF8KD15moVy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Uhp3TGxcy1rqmKoGl9L2MIF8KD15moVy > .row .container { background-color: transparent; background-image: none; }#Uhp3TGxcy1rqmKoGl9L2MIF8KD15moVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhp3TGxcy1rqmKoGl9L2MIF8KD15moVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhp3TGxcy1rqmKoGl9L2MIF8KD15moVy > .row .container > .video-iframe-container { display: none; }#Uhp3TGxcy1rqmKoGl9L2MIF8KD15moVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhp3TGxcy1rqmKoGl9L2MIF8KD15moVy > .row > .video-iframe-container { display: none; }#Uhp3TGxcy1rqmKoGl9L2MIF8KD15moVy > .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); }#Uhp3TGxcy1rqmKoGl9L2MIF8KD15moVy > .row .container { border-width: 0; border-radius: 0; }#Uhp3TGxcy1rqmKoGl9L2MIF8KD15moVy > .row > .video-iframe-container {  }#Uhp3TGxcy1rqmKoGl9L2MIF8KD15moVy > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:60rem;position:relative;display:block; }#Juk5ELbDLGfZBbPRf6TXT7GXDXf2om0F { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.875rem;width:44.5625rem;top:0rem;left:9.6671388101981rem;overflow:hidden;display:block; }
#nZwo7Q33bMdE1dZD1rUUDiusC4gM4z93 { background-color:#b21d00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;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: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.4375rem;left:19rem;display:block; }
#e95848P6fwS9TTFw5HqfzkPCISCwWKTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { background-color: transparent; background-image: none; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container > .video-iframe-container { display: none; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row > .video-iframe-container { display: none; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .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); }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { border-width: 0; border-radius: 0; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row > .video-iframe-container {  }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#IkOQVppRyLLBbeSAR10ZhCKmfJrTkL9b { color:#000000;display:block;width:36.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.1875rem;left:11.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TiJahbz9t4m20C8JzSuoRHgyrkdu2xKT { color:#000000;display:block;width:36.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:11.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/ulDLARHU/pathwork_lite.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); } }@media only screen and (max-width: 959px) { #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { width:37.625rem;height:3rem;top:1.599609375rem;left:5.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { width:20.9375rem;height:4.3125rem;top:28.3125rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 959px) { #i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block; }
 }@media only screen and (max-width: 959px) { #PSMmHTc8Hc13rvtGqCCrNrWvaTOgr6im { width:47.75rem;height:12rem;top:5.8125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 959px) { #AhzqANW9d8bygBCxCmQf8xyAumgB7Sbu { width:47.75rem;height:2.69921875rem;top:16.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #lt0c2cv618eUrZxeNtpqZ4gN6RPNVULt { width:0.0625rem;height:23.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #yRTRmX4hB1MRppKHGcDNhPG3MT10Cf10 { width:7.6875rem;height:4.4375rem;top:0.88125038146975rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iz0u3Kq7sh0yEC9yawXyF8HgghJx7NhV { width:37.625rem;height:2.5rem;top:21.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #sHJeUxF2aoAQxH6EilnnDARcaW7d5AAF { width:47.75rem;height:3.75rem;top:11.412109375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LhxwZVaP2HDg2L4ywGHSHamdwA7Joorc { display:block; }#LhxwZVaP2HDg2L4ywGHSHamdwA7Joorc > .row .container { width:47.75rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Ei5atWZsGQhnK8tkLieHfCP372VE9p2f { width:47.75rem;height:50.37503125rem;top:1.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #t7LWDTBirQEbTdPMH64904AKFg3EAZFz { display:block; }#t7LWDTBirQEbTdPMH64904AKFg3EAZFz > .row .container { width:47.75rem;height:95.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GemvfyOH7JDFTmEfRvxn2iEyVNnVBaan { width:47.75rem;height:9.121125rem;top:8.53125rem;left:0rem;font-size:1.125rem;display:block; }#GemvfyOH7JDFTmEfRvxn2iEyVNnVBaan li:before{  }
 }@media only screen and (max-width: 959px) { #zFCGwnlUF35DEgT349uum59duRTowr7D { width:47.75rem;height:1.57421875rem;top:37.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TEKkBJF8vZKJ6bUWPxNCQWehvpJg9mfF { width:47.75rem;height:9.121125rem;top:40.4375rem;left:0rem;font-size:1.125rem;display:block; }#TEKkBJF8vZKJ6bUWPxNCQWehvpJg9mfF li:before{  }
 }@media only screen and (max-width: 959px) { #hdNG5VBTKFNpikvsfZrikf1IJGFUTAx5 { width:47.75rem;height:17.31640625rem;top:18.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nUtrIy9KoNtsmi8534PNT72e2weehpPA { width:47.75rem;height:42.50390625rem;top:51.40625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #rIJTRgQTUNeibFnCTLh3JfG0D3ATxXZT { display:block; }#rIJTRgQTUNeibFnCTLh3JfG0D3ATxXZT > .row .container { width:47.75rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xh3TdwNpbTSdeRsPwO2VyTQf5TdXnGLR { width:47.75rem;height:26.80859375rem;top:5.939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #QHEsyw5H5n1P5Rke16qNVLGLvTICc2Es { width:47.75rem;height:4.0234375rem;top:1.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gVfDTTqEG8Ph4gc2IhpuxtOo5FvgXyJl { display:block; }#gVfDTTqEG8Ph4gc2IhpuxtOo5FvgXyJl > .row .container { width:47.75rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CLTRHR8rb86R9H3OrWWcbK0ZGGt5EZfN { width:22.375rem;height:9.09375rem;top:2.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #w2yQRihN7eeQtCPqvOAGV6mqwedCqb3B { width:21.375rem;height:12.503875rem;top:2.5625rem;left:25.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #yCZO54dagnteMl112pqoV79TW6oQ9NNb { width:21.75rem;height:10.2305rem;top:13.625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uD1U9LuS2CdVcLWcrzLnT7xVs8yBiVuf { width:22.75rem;height:11.3671875rem;top:47rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uZSlnHLSOUfdPVphTCkeOBgVrsMkerGI { width:22.0625rem;height:15.9140625rem;top:28.25rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #a1buWOueEUbTgEXqfoabhyqfpQGquvhB { width:23rem;height:1.29980625rem;top:33.25rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #G5s3Xxd35wobcZ6x2NeTLcVwKe1ysaS0 { width:23rem;height:1.29980625rem;top:59.25rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #JD19mW7zLuKtB7KG4c3aanrSWsNvE7Zk { width:23rem;height:1.29980625rem;top:14.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #eUpkQ5RCIRB5mCwTPqHAvS7cXGFXGaBG { width:23rem;height:1.29980625rem;top:24.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PL3dbTToKb4I7nCXL8i5vba4FzCbwHLR { width:23rem;height:1.29980625rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #CoAnszNGUTEX89qz1iHV4cC2c7lRlo7R { width:21.75rem;height:11.3671875rem;top:47.6875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #EiAGgPDQT0gn0ZH0WJacDNyhTOfZBtzV { width:23rem;height:1.29980625rem;top:60.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #yeB9X3UlURBPqSOmX5X7FZg8ZKio2VAH { width:23rem;height:1.29980625rem;top:44rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #VLHQgqVa35GVrbn4qgSTuu3KtC6C3izK { width:21.375rem;height:6.8203125rem;top:36rem;left:25.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wFXIuIImli1O4tn6L5Cuu6rlGCrqM2L8 { width:23rem;height:1.29980625rem;top:44.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TcbyLrXz8p1pNP3QfbJaR53W5Bm0Zvxp { width:21.375rem;height:14.777375rem;top:18.0625rem;left:25.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { width:47.75rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iNk9yyVNeVNPThlJwpTfhcA6BcGxPIBS { width:29.0625rem;height:2.4375rem;top:10.625rem;left:8.8125rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #lqPHuW1fyh5pCQ0gZr2i2wBmX77JHelZ { width:28.5625rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #brAmoJhWe4SxAK2aR3UnbsoZ2fPeERqh { width:29.8125rem;height:52.65820625rem;top:14.625rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 959px) { #vm7dUU9oOGbLlBgNgKfNJBP1OAhA0Poz { width:4.25rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #C1BPAdffWm2aGFbfWR5zfA4qTOvQcZTo { width:47.75rem;height:63.75rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #yzdS7MEVHVsygZ4JTI3htnXLasxZ8Mu0 { width:13.5rem;height:18.125rem;top:17.4375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #n5GxdzOGwTuEB1Ka2vQuFeiiZPExFhyT { width:13.625rem;height:18.3125rem;top:38.75rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { display:none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #rTUkao1MK7Srnad3ysohprNQIsEaiReC { width:47.75rem;height:2.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { width:2.5rem;height:4.25rem;top:1.25rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { width:12.5rem;height:1.625rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { width:11.75rem;height:6.75rem;top:10rem;left:0.123046875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { width:12.3125rem;height:6.75rem;top:10rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { width:12.5rem;height:1.625rem;top:7.625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { width:2.5rem;height:4.25rem;top:1.25rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gJ1V45rPIVXQ9Nb07uf70Z68q4zU7uHp { width:12.5rem;height:1.625rem;top:7.625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { width:2.5rem;height:4.25rem;top:1.25rem;left:27.84375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { width:11.9375rem;height:3.375rem;top:10rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { width:12.4375rem;height:5.0625rem;top:10rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #yH3JaShEdznD8rpaDNaVcgZUaotK5bbi { width:12.5rem;height:1.625rem;top:7.625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { width:2.5rem;height:4.25rem;top:1.25rem;left:39.65625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QTKSrrFBgxPfLerkSptAtpshPqD7uVGa { width:3.125rem;height:3.125rem;top:1.8125rem;left:4.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KSvdKSQd3sat5UvV4Z5tOPuqrRUdyF8x { width:3.125rem;height:3.125rem;top:1.8125rem;left:16.34375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TM0DaTZWBrEmuMMggQRVDJ5Fztv4KgSF { width:3.75rem;height:3.75rem;top:1.5rem;left:28.03125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Cki7FML2mBwswmNGDKyFObcMLnvZGKln { width:3.5rem;height:3.5rem;top:1.625rem;left:40.15625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LCapRLv7lHW0FFF707g6pg2Wtc2UATfi { display:none; }#LCapRLv7lHW0FFF707g6pg2Wtc2UATfi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #AFtrqNBtTuSwQheDM3ovEV47M2eHfiRT { width:2.5rem;height:4.25rem;top:1.25rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NdwGhQOF3gvVtVFaIBzh07Ga6ziuk7Lc { width:12.5rem;height:1.625rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #riEsEGPHw8M1Hqm69nNkIxAckRqAHCRu { width:11.75rem;height:6.75rem;top:10rem;left:0.123046875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TCkgqGM1h9onrAwBWRQb2cQrx6uSQ4Xo { width:12.3125rem;height:5.0625rem;top:10rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #PJSiTEKVBA59Hb1XRyo93yOZSwztsHJ4 { width:12.5rem;height:1.625rem;top:7.625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #qE4eFgcmRQFII6AsvzokASXTDNwsUUng { width:2.5rem;height:4.25rem;top:1.25rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gFsC6kqzoENTG1bECsdBiTp8aCAZJovB { width:12.5rem;height:1.625rem;top:7.625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KwBJMvcMaoUJpTrZ8tdgFewT7vzsVMtK { width:2.5rem;height:4.25rem;top:1.25rem;left:27.84375rem;display:block; }
 }@media only screen and (max-width: 959px) { #knKNtH7xSG5UoE2WlqSK4L7Hd4o0uSzW { width:11.9375rem;height:8.4375rem;top:10rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TtpRUz40hvZO5Vk3EG8o8PZygusKnbrg { width:12.4375rem;height:3.375rem;top:10rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qVg3hfIxueKr1L9XW6H3EM1TXs8bD9in { width:12.5rem;height:1.625rem;top:7.625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #JXaRMvq8F3x8v1ppB5MBr4mTvhI5B2tx { width:2.5rem;height:4.25rem;top:1.25rem;left:39.65625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QFUHnLn1sklJmxNCo248hNhM8u1lmfRx { width:3.125rem;height:3.125rem;top:1.8125rem;left:4.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OqeStq7XV32f4fhW7oFuhzo435aEOUam { width:3.125rem;height:3.125rem;top:1.8125rem;left:16.34375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #O5blDLCB9cpqhou9ULCQl1WyBfgmh1VV { width:3.75rem;height:3.75rem;top:1.5rem;left:28.03125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NWdC2cRxLr26HUAOmKlTH04X6OOBJJVS { width:3.5rem;height:3.5rem;top:1.625rem;left:40.15625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #lJHuischAQMEBBgS3oTzH2dRe4NWV9xT { display:block; }#lJHuischAQMEBBgS3oTzH2dRe4NWV9xT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FJ6SwycMU8LvChcZVKrZFiOWt6IksO73 { width:47.0625rem;height:15.09375rem;top:2.21875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vexmvwGulGO7ccsVMu7AV9dt15qyF9Do { width:33.4375rem;height:1.625rem;top:19.5rem;left:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #D1n46gni05dABrJpsaThDK47y8O78Zd3 { width:47.75rem;height:1.625rem;top:25.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #WMJng4PSxXRDguFAU07OoXMGpnQ6kv5p { width:47.75rem;height:1.94921875rem;top:29.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #DQEVdvTF8spA343Tub8WBVuxKJvTkCpV { width:47.75rem;height:1.94921875rem;top:41.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #nGHg0tXP3I529LWh2WdcgbaNKcTLzKQT { width:47.75rem;height:8.421875rem;top:44.5625rem;left:0rem;font-size:1.5rem;display:block; }#nGHg0tXP3I529LWh2WdcgbaNKcTLzKQT li:before{  }
 }@media only screen and (max-width: 959px) { #kyZZR9fWlXlKUAavIX1wWK8hrD0QZAb7 { width:47.75rem;height:6.472625rem;top:33.0625rem;left:0rem;font-size:1.5rem;display:block; }#kyZZR9fWlXlKUAavIX1wWK8hrD0QZAb7 li:before{  }
 }@media only screen and (max-width: 959px) { #g1GvpNWi3dubnUc6GbZUrGiHrNtJvMi2 { width:47.75rem;height:5.01074375rem;top:78.5625rem;left:0rem;font-size:1.125rem;display:block; }#g1GvpNWi3dubnUc6GbZUrGiHrNtJvMi2 li:before{  }
 }@media only screen and (max-width: 959px) { #d5kmfOA0yaPOXTLMRrAa40MitZBSOfQ5 { width:47.75rem;height:1.625rem;top:74.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #wte0vdZV8cweG0yZzW3u5lXPgGQOIBiW { width:47.75rem;height:6.785125rem;top:63.3125rem;left:0rem;font-size:1.125rem;display:block; }#wte0vdZV8cweG0yZzW3u5lXPgGQOIBiW li:before{  }
 }@media only screen and (max-width: 959px) { #NBXXtmSOhwGn5Z2IofUZ8Ut9x1CPAW9F { width:47.75rem;height:1.4619125rem;top:60.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #v4T7meZuuhOHV9CqkK7CE3IgKhSdABFm { width:47.75rem;height:1.625rem;top:56.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #OtElzexpsXsgKfWVeWTJnoNGoKDVUTzK { width:47.75rem;height:;top:112.9375rem;left:0rem;font-size:1.125rem;display:block; }#OtElzexpsXsgKfWVeWTJnoNGoKDVUTzK li:before{  }
 }@media only screen and (max-width: 959px) { #axi78OhJCsmPFGeekfoIvH6sOkIArkzk { width:47.75rem;height:1.4619125rem;top:109.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HBLJy1izVbTPV7qwqXwAk5tmEqkA9ezf { width:47.75rem;height:;top:94.5625rem;left:0rem;font-size:1.125rem;display:block; }#HBLJy1izVbTPV7qwqXwAk5tmEqkA9ezf li:before{  }
 }@media only screen and (max-width: 959px) { #K7rESJkkUay4AqDsqKCnTKLtzwPgGnAE { width:47.75rem;height:1.4619125rem;top:91.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HNTTv86CnT0nA0XPNzOgLLGF5cETA09S { width:47.75rem;height:1.625rem;top:87.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #kN2roSsu4sw3vl7XH38sGnsITsb9zPdK { display:block; }#kN2roSsu4sw3vl7XH38sGnsITsb9zPdK > .row .container { width:47.75rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aNHTQzTsKC28euBkd6PlFpW9pDOs9rla { width:44.8125rem;height:2.71875rem;top:0.75rem;left:0.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LVKmTNoP15DbhXVQ3iHotx2haoANT6n1 { width:47.75rem;height:20.21875rem;top:4.46875rem;left:0rem;font-size:1.3125rem;display:block; }#LVKmTNoP15DbhXVQ3iHotx2haoANT6n1 li:before{  }
 }@media only screen and (max-width: 959px) { #zD9qOfgOWx2J3c73nUHqi31LwGvr0sPN { display:block; }#zD9qOfgOWx2J3c73nUHqi31LwGvr0sPN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lTUL1O7XgAXTmhwIR6hriPJ7HDfiZlEE { width:47.75rem;height:;top:1.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH .widget-text.counter-number { padding-top:0.65875rem;padding-right:0.58625rem;padding-bottom:0.65875rem;padding-left:0.58625rem;width:3.51875rem;min-width:3.51875rem;height:3.54125rem;font-size:2.635rem;line-height:56.66px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.22625rem solid #012f94;border-right:0.234375rem solid #012f94;border-bottom:0.22625rem solid #012f94;border-left:0.234375rem solid #012f94; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.411875rem;margin-right:0;margin-bottom:0;margin-left:0;width:4.691875rem;height:1.27625rem;font-size:0.988125rem;line-height:20.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH { width:25.5rem;height:7rem;display:flex;top:22.6875rem;left:11.125rem;z-index:15001;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 959px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #IKTUvMPOuCNn5PwDaXPZQQaW9JAywHth { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #bt8LayKGQoNEx5t7aswiDdsdsNL4q9Kv {  }
 }@media only screen and (max-width: 959px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #mT3AgSZVK4uuaWBpFk6DFaZBQVP2WGet {  }
 }@media only screen and (max-width: 959px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #cNQI4JQ2qABymZHkUnTsaBqPspUdblUZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #Sr1pC1N0tsgi02mqg4qkkgd28NHRV0LA {  }
 }@media only screen and (max-width: 959px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #dI4CgELnkDCzuRTyUSrScoTChrXITlP3 {  }
 }@media only screen and (max-width: 959px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #OsTzNbT49GJwsXubFKCLQmZibH7fVhZx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #FsTZr4XgwbOSJL7U5Fw6dL3UZ5gsZOyC {  }
 }@media only screen and (max-width: 959px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #WU9yDT7tlR51ddZBVnOwUCIlW2ZCDhTB {  }
 }@media only screen and (max-width: 959px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #DOTua577OWKuO49e6GySsrPlo28T4DcW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #rCRhv6Q8MaD1T4saEFDyEEapP6mbtlfW {  }
 }@media only screen and (max-width: 959px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #r2WtqlRaIrsTzrFwNqBomnkJ84hDSEAu {  }
 }@media only screen and (max-width: 959px) { #E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT { display:block; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { width:47.75rem;height:91.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XqssgKfpf3yI3aJvOhuxWyUgak6rMTXl { width:12.5rem;height:3.4121125rem;top:7.9375rem;left:27.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt { width:8.125rem;height:0.625rem;top:6.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #tOTC8gyxQRi6OZfb0Cg9JgTxnTT94mxT { width:12rem;height:3.375rem;top:11.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #RNQnlaEmSiKLx5fG49IXTkpUzfsWNeEd { width:13.1875rem;height:1.94921875rem;top:12.1875rem;left:27.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #Uon1mXP9uX5IolyIyCsFTJdCwLmTqTML { width:12.3125rem;height:3.125rem;top:42.0625rem;left:28rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aQqf4vSpygWi8eUaAypGt9gU1FbPICV5 { display:block; }
 }@media only screen and (max-width: 959px) { #MK03TJ6ooSRewZ0phJztvt2Tv9RXckIi { width:23.625rem;height:3.25rem;top:49.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #IMtk8nND9eDasw77TpLTgd3mNKBO6x9y { width:11.375rem;height:2.5996125rem;top:28.5625rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #M03K15FwEtC8pEQxLF0109mF29CuF8bG { width:19.9375rem;height:40.8125rem;top:6.4375rem;left:23.8125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 959px) { #LpIukeAd0p9OEnEH6Kd1mJTaeFfzk5ut { width:39.0625rem;height:1.70605625rem;top:56.1875rem;left:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qcF47vOBPPR1wgqEBuXdh3zdGS1KSTRJ { width:19.875rem;height:40.5625rem;top:6rem;left:23.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 959px) { #a9y890RADtJV52kFnZ2gm7t9C0O2HmuE { width:18.8125rem;height:40.75rem;top:6.5rem;left:4.3125rem;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 959px) { #SQTXHNzIn4UC4iwk2Em1SAGFuDNHflA7 { width:11.375rem;height:1.13671875rem;top:24.3125rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LrtInksKccyAJDRbberR2OkEFEwMUQhs { width:11.375rem;height:1.29980625rem;top:26.5625rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #OLOuCUJg4UaM2zZrQGkPXiIIIHAmbuLC { width:12.75rem;height:1.29980625rem;top:18.75rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #cShPTwNC0GtVDMtFapaTs5PMPzNSM3zB { width:11.375rem;height:2.5996125rem;top:21.1875rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #aFITT5PXiraob1VhaBymqzZZsQoKFWif { width:11.375rem;height:2.4375rem;top:16.375rem;left:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #wdD3JHDa50L8XRZPf8SxHwKi4sTCnB1v { width:12rem;height:3.375rem;top:11.3125rem;left:27.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 959px) { #R22cXSmbdo5q0eU7wJhTZPuSkNtIZI1L { width:13.1875rem;height:1.94921875rem;top:12.25rem;left:7.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #edy9gxBCrrRkikQu3AowuG1vnT5CtXGW { width:12.5rem;height:3.25rem;top:8rem;left:7.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #GnpTUWSoLV8x6tZVN7XuHVddJfSTDvCp { width:8.125rem;height:0.625rem;top:6.4375rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ym5x5Ph9nNaiQhdmh2hrXJr5odPW4pv2 { width:1.625rem;height:1.625rem;top:21.0625rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gvaqB82lwSyF9LzIapV7nQu3tidkGl1V { width:1.625rem;height:1.625rem;top:21.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #krFg4hoZod6KhUmCvyb7Wf2d2GSDMlQd { width:1.1875rem;height:1.3125rem;top:21.75rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #MEcSXGl18TJNrFOaWRflftCVQXG0PdRA { width:1.625rem;height:1.625rem;top:32.5rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ecPmFFBG57n0M2klwslVrFQpNEUhF8h9 { width:1.1875rem;height:1.3125rem;top:32.6875rem;left:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vXgDzDf2FJ7mFBJTBDsFTqdr0mTmaTzy { width:1.625rem;height:1.625rem;top:26.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wxro3vH8E8TmapmqTbmKlsTwaJR9CgTa { width:1.1875rem;height:1.3125rem;top:26.5625rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #V6Gpbw5JchgsbBop1TWuh3g3Jtuc0Lgz { width:1.625rem;height:1.625rem;top:29.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #k7xDQmG7EH1mo0BFoaQyhNfXXFIENUsX { width:1.1875rem;height:1.3125rem;top:29.25rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QBEJvTv9BVB8h9b5ohsSxANzKkeAnfth { width:13.125rem;height:3.125rem;top:42.0625rem;left:7.25rem;font-size:0.875rem;z-index:15090;background-color:#0c424d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 959px) { #E3sF2fPRoPm0g9tpuEQb9GdzeOOZEgf6 { display:block; }
 }@media only screen and (max-width: 959px) { #EUnlpJmzqmXASuZzZURyufe288Tn1GoW { width:1.1875rem;height:1.3125rem;top:19.3125rem;left:16.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #RJl7bttJCWvHzPoJumDDaoEMEeia2kUb { width:11.375rem;height:3.8994125rem;top:32.5rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #st29I2s0J6bLlkpraOtvhnwCF51m9Q59 { width:1.1875rem;height:1.3125rem;top:21.25rem;left:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #fvmqJBRhfN17C5WoLyhQDuKhXPeQ8ybJ { width:12.375rem;height:1.29980625rem;top:18.8125rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #iTvyOy4DrEhnuTrE1aJ2wgZLMdePg0V8 { width:11.375rem;height:2.4375rem;top:16.0625rem;left:29.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #MnqqHTPgiyr7L5qMp8uHKP7d7UetR68N { width:1.625rem;height:1.625rem;top:29rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OFTv0WrILdqKJJbK5VP9DJPnVHxOpAiv { width:1.1875rem;height:1.3125rem;top:29.1875rem;left:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #SPCSsWgffOSmVwQV6ALVZ9KqngqJySmo { width:11.375rem;height:2.5996125rem;top:21.0625rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TrfAPI6Jcwa1o0WRpGfiXSDTOzOlCHmH { width:1.625rem;height:1.625rem;top:26.375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #X2ggvppGlULp0yT0eTVJVckugg7vqmft { width:1.1875rem;height:1.3125rem;top:26.5625rem;left:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KJniK5bOT526wEJRrdPr9IO0y2KNuprh { width:1.625rem;height:1.625rem;top:24.0625rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ORualS5htc3Ur3KXyU81tvNNBiu53Ped { width:11.375rem;height:1.13671875rem;top:24.25rem;left:29.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TKaJ9qmDO16qzHZcw2sAwBcs2gEUcvwc { width:1.1875rem;height:1.3125rem;top:24.25rem;left:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #JdXQo8roTl7k1IiEoE8CtU96CvwNwnsH { width:11.375rem;height:1.29980625rem;top:26.5rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Kd4HzcTQxb3Nqd74tCREnoS4n6KwiDn2 { width:1.625rem;height:1.625rem;top:16.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #WlbcMaNMR1L0F9vapxICkAlW3NPOmK4c { width:1.1875rem;height:1.3125rem;top:16.5625rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mmhhJ1636TzwZ7Qonz0KFT3TLf8tMWTM { width:11.375rem;height:2.5996125rem;top:28.75rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #weU2Qgs2heqdiPAeBh5pGiGZQAobRPUp { width:11.375rem;height:3.8994125rem;top:32.5rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #JgTiJKTqRIOannQeUkic72ieDQOnvafy { width:1.625rem;height:1.625rem;top:32.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #SrtL9VKfsD5Nz5bESR6vIhQehhR3K621 { width:1.1875rem;height:1.3125rem;top:32.75rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #EHITb8WdyJAu9ZoSeyCMl1b6VJGp3UGw { width:1.1875rem;height:1.3125rem;top:19.4375rem;left:8rem;font-size:0.875rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 959px) { #ZHs2WeKViVlPUirQE2QDkMW2fzyi3EAu { width:1.625rem;height:1.625rem;top:19.25rem;left:7.625rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 959px) { #mw1O2CKaT6x4CiGkMSOgSIvJydrUsruK { width:1.1875rem;height:1.3125rem;top:24.25rem;left:8rem;font-size:0.875rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 959px) { #Uo3zsHfNFKUnSuFncHGvRKVWgMnMzTJV { width:1.625rem;height:1.625rem;top:24.0625rem;left:7.625rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 959px) { #RzSDSm9nWTQotC5DkKK63T6TXBzgNo4x { width:1.1875rem;height:1.3125rem;top:24.25rem;left:8rem;font-size:0.875rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 959px) { #AGmsITDsa0o5SMpGMZRE824B72HGi34B { width:1.625rem;height:1.625rem;top:24.0625rem;left:7.625rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 959px) { #i62ivPAnkJomhm9Pdv585BKVK5QH9mfN { width:12.3125rem;height:3.125rem;top:49.25rem;left:17.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #bNa2ViFz6wMR8RFDw6bJy4P8f6GeIg2f { display:block; }
 }@media only screen and (max-width: 959px) { #cPV60hQGcUA9h5hFuJdfPpFZsfi3X1XW { width:1.625rem;height:1.625rem;top:38.625rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 959px) { #DQNWBbfIciIeczZiV7aPIqiitkLB9Oyt { width:1.625rem;height:1.625rem;top:26.3125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #dAqbgdLxyrQrkcpFIxcGmNK29CMuk7Ay { width:1.625rem;height:1.625rem;top:19.125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #pkOMzIuIIEfedVoo5pb799VSasHXqaid { width:1.1875rem;height:1.3125rem;top:19.3125rem;left:16.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #T4dzGQiVD7hCl2GyvEvs5EG5V0KTJL38 { width:1.1875rem;height:1.3125rem;top:38.8125rem;left:32.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #NSnE3ogct35VQI7wEqfo8SrHGBAwR8EG { width:1.1875rem;height:1.3125rem;top:26.5rem;left:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #Gp0iXaT3UBTDONR74sOO7VRdbQVLbpLz { width:1.625rem;height:1.625rem;top:29rem;left:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #JOUFFmtQXWmBp6C1eWmbRdEGT2uZSsed { width:1.1875rem;height:1.3125rem;top:29.1875rem;left:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #TzIora5imQDkE4033abcnBl13Nb5xf2m { width:1.625rem;height:1.625rem;top:38.625rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #XufywsfEICZan1lpmUrTBQbbikGa9a3s { width:1.1875rem;height:1.3125rem;top:38.8125rem;left:16.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #QQ1uttRn9H8QzVrTyIJyx8rBMJN4ccRh { width:1.625rem;height:1.625rem;top:19.125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #nREEl2Bw1uO7s74zsUoe5Di0qorA9QVO { width:1.1875rem;height:1.3125rem;top:19.3125rem;left:16.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #vah437pfyr4y9fIwQWpaOM49PUErVpLt { width:1.625rem;height:1.625rem;top:38.625rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #kIAoAnTtzxSg9LoCFJTsUCM2x1ouAoDU { width:1.1875rem;height:1.3125rem;top:38.8125rem;left:16.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #reMkqtszmEowIJv0Nl4QH3AOMKq8izqf { width:1.625rem;height:1.625rem;top:38.625rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #knMyG6aDkmzwaeG3QHiQlBGJDew4o8qW { width:1.625rem;height:1.625rem;top:19.125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #HbxKrck93PFoId0reIkk9gZeeh1CAPIt { width:1.1875rem;height:1.3125rem;top:19.3125rem;left:16.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #xPgT7gpLHvScN5rZooDLo4RBehzTRU5L { width:1.625rem;height:1.625rem;top:19.125rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #NkHksmC3ZKT5o0xasN0r7Ike0l8vfzPd { width:1.1875rem;height:1.3125rem;top:19.3125rem;left:16.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #IorlIOb4kf8kSPRPbTEW2EsTT1laSXtA { width:1.625rem;height:1.625rem;top:38.625rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 959px) { #rr2cdDgyPwMsUIs3RXXlmrKXMMAlNFoM { width:1.1875rem;height:1.3125rem;top:38.8125rem;left:32.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #c0BodtTJbcI3TV1dfyzfTK8JKzqXxPAH { width:1.625rem;height:1.625rem;top:26.3125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #lKFIwDS9V1f5oeMbJFTqEGIvvlNpROIs { width:1.1875rem;height:1.3125rem;top:26.5rem;left:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #pnZfNNOeQCXoUgRIGXAduZGiimiNPSbG { width:1.625rem;height:1.625rem;top:29rem;left:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #JNvvGVMJVikPXqLmETyPk0eb1C0xUzbq { width:1.1875rem;height:1.3125rem;top:29.1875rem;left:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #ZHyNyIvHgdfXNXInoDTgCg7RAgfUDcdU { width:1.1875rem;height:1.3125rem;top:38.8125rem;left:16.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #R6Xfbm7t9JAK0s82kuz6Pfzb5UyhJvPQ { width:1.625rem;height:1.625rem;top:38.625rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #b1Sn9nWEWzE95pZgvo6scrkmfffl5FF9 { width:1.1875rem;height:1.3125rem;top:16.375rem;left:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #fmzul8HZ3FVh3AnQfy6TwVpyHRt42HHW { width:1.625rem;height:1.625rem;top:16.1875rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ppNgTVKbmA2DwBXo5KuM1burJdrRtXLA { width:39.0625rem;height:2.2744125rem;top:1.875rem;left:4.34375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dr80fn3THUPcaVH0zNQbAFsrfVSerlTz { width:47.75rem;height:26.808625rem;top:60.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #PwLpTEFWfHRUAtvHQJq2xTztnBt6VfGm { width:1.625rem;height:1.625rem;top:29rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Sakorwy15smmqgsVEyvUAJwKxDQZg5U3 { width:12rem;height:3.375rem;top:41.75rem;left:7.625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 959px) { #LdBoiR8hcoTRXpkb1zWq1liiTDDyt6JH { width:12rem;height:3.375rem;top:43.6875rem;left:27.9375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 959px) { #a8XSoktTUlmpTHwDfSdWFXnM98UmgkRl { display:none; }#a8XSoktTUlmpTHwDfSdWFXnM98UmgkRl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #RhlQ548eTy59100UFsPsSR0nLcXIgsBh { width:22.375rem;height:7.875rem;top:2.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #az6KX94cKmMwx5Qdy686LTGykRsqMiGC { width:21.375rem;height:5.625rem;top:18.125rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LxRlT7Lf1RGTsd8sksKsSQk2XFxXEi4E { width:21.75rem;height:3.375rem;top:20.5625rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #SLBT56CwH3KCnsdx5UrDwAWliWHXWTc1 { width:22.9375rem;height:2.25rem;top:2.5625rem;left:24.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GPEeLKrUftupgNbLkW5ycPVJ8yptShr6 { width:22.75rem;height:4.5rem;top:8.8125rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OeFUNXrMJnoGGZuxCvTMIvaC1ogA2HBv { width:22.0625rem;height:2.25rem;top:14.5rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #v5FBE7y93BONT46s9mgTy3sZ370HlZpo { width:23rem;height:1.25rem;top:16.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #KcJnWHr8ml9TEMQqAS4SnX8tEqDaSIwT { width:23rem;height:1.25rem;top:15.125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #bdfQS6KpbzTWUoq0aB7RmpHFFoTsRth4 { width:23rem;height:1.25rem;top:5.875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #lMXnnZwBA5OA4fg34oCdscGJRavIx2t3 { width:23rem;height:1.25rem;top:24.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #v7axriMFTnu5yNEgXBbNOladGA84QJlQ { width:23rem;height:1.25rem;top:24.75rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #iVcTab10tJI4ETNaWCtuXrBJ501EmTvd { width:23rem;height:1.25rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #x3cMHGIU1yOZMC5AI0EEKZsouKNtObpb { display:none; }#x3cMHGIU1yOZMC5AI0EEKZsouKNtObpb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #VlukgHLhmuRGP04gzoihffh9pphTguS1 { width:22.1875rem;height:31.8125rem;top:2.15625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #T9nAKMbvxxXEFxqTrJhx1BO46qFRB0Tw { width:21.5rem;height:28.125rem;top:1.75rem;left:24.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #x73PPuTgtFq0bv8BUfJVxqTcZmU5Jbgw { width:11.5625rem;height:2.75rem;top:36.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #FSWqmHtETlbBGkKpi0mD7GPTa0CTKxDO { display:block; }
 }@media only screen and (max-width: 959px) { #zJphaBTWUdEkLvMeirIPkukwD60fy0f0 { width:11.5625rem;height:2.75rem;top:36.875rem;left:29.65625rem;display:block; }
 }@media only screen and (max-width: 959px) { #UkkXZV20tN56bfOQplJr6vvNg56rPLzL { display:block; }
 }@media only screen and (max-width: 959px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:block; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:47.75rem;height:1.3808625rem;top:1.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Uhp3TGxcy1rqmKoGl9L2MIF8KD15moVy { display:block; }#Uhp3TGxcy1rqmKoGl9L2MIF8KD15moVy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Juk5ELbDLGfZBbPRf6TXT7GXDXf2om0F { width:44.5625rem;height:24.875rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nZwo7Q33bMdE1dZD1rUUDiusC4gM4z93 { width:15rem;height:3.1875rem;top:14.4375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #e95848P6fwS9TTFw5HqfzkPCISCwWKTX { display:block; }
 }@media only screen and (max-width: 959px) { #ylfiEtdlGlke9LetxImXMoQS6mCbWcbx { display:block; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #IkOQVppRyLLBbeSAR10ZhCKmfJrTkL9b { width:36.875rem;height:1.29980625rem;top:11.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TiJahbz9t4m20C8JzSuoRHgyrkdu2xKT { width:36.875rem;height:1.29980625rem;top:8.625rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/ulDLARHU/pathwork_lite.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); } }@media only screen and (max-width: 763px) { #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { background-color:transparent;background-image:url("https://images.assets-landingi.com/ulDLARHU/pathwork_lite.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.adaptive-delivery-prevent-bg, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyload, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyloading { background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { background-color: transparent; background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.28); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.28); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { width:20rem;height:1.5996125rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { width:15rem;height:3.25rem;top:23.625rem;left:1.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block; }
 }@media only screen and (max-width: 763px) { #PSMmHTc8Hc13rvtGqCCrNrWvaTOgr6im { width:20rem;height:6.2988125rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhzqANW9d8bygBCxCmQf8xyAumgB7Sbu { width:20rem;height:3.75rem;top:13.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt0c2cv618eUrZxeNtpqZ4gN6RPNVULt { width:0.0625rem;height:16.25rem;top:2.6875rem;left:9.9374998211863rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #yRTRmX4hB1MRppKHGcDNhPG3MT10Cf10 { width:2.5rem;height:1.4375rem;top:0.875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz0u3Kq7sh0yEC9yawXyF8HgghJx7NhV { width:20rem;height:1.5996125rem;top:19.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHJeUxF2aoAQxH6EilnnDARcaW7d5AAF { width:20rem;height:1.79980625rem;top:8.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhxwZVaP2HDg2L4ywGHSHamdwA7Joorc { display:block; }#LhxwZVaP2HDg2L4ywGHSHamdwA7Joorc > .row .container { width:20rem;height:88.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ei5atWZsGQhnK8tkLieHfCP372VE9p2f { width:20rem;height:87rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #t7LWDTBirQEbTdPMH64904AKFg3EAZFz { display:block; }#t7LWDTBirQEbTdPMH64904AKFg3EAZFz > .row .container { width:20rem;height:131.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GemvfyOH7JDFTmEfRvxn2iEyVNnVBaan { width:20rem;height:8.75rem;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }#GemvfyOH7JDFTmEfRvxn2iEyVNnVBaan li:before{  }
 }@media only screen and (max-width: 763px) { #zFCGwnlUF35DEgT349uum59duRTowr7D { width:18.5rem;height:1.5rem;top:12.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TEKkBJF8vZKJ6bUWPxNCQWehvpJg9mfF { width:20rem;height:8.75rem;top:14.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }#TEKkBJF8vZKJ6bUWPxNCQWehvpJg9mfF li:before{  }
 }@media only screen and (max-width: 763px) { #hdNG5VBTKFNpikvsfZrikf1IJGFUTAx5 { width:20rem;height:31.5rem;top:25.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nUtrIy9KoNtsmi8534PNT72e2weehpPA { width:20rem;height:72rem;top:58.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rIJTRgQTUNeibFnCTLh3JfG0D3ATxXZT { display:block; }#rIJTRgQTUNeibFnCTLh3JfG0D3ATxXZT > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xh3TdwNpbTSdeRsPwO2VyTQf5TdXnGLR { height:11.228515625rem;width:20rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHEsyw5H5n1P5Rke16qNVLGLvTICc2Es { width:20rem;height:3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gVfDTTqEG8Ph4gc2IhpuxtOo5FvgXyJl { display:block; }#gVfDTTqEG8Ph4gc2IhpuxtOo5FvgXyJl > .row .container { width:20rem;height:138rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLTRHR8rb86R9H3OrWWcbK0ZGGt5EZfN { width:20rem;height:10.2305rem;top:38.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2yQRihN7eeQtCPqvOAGV6mqwedCqb3B { width:20rem;height:12.503875rem;top:70.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCZO54dagnteMl112pqoV79TW6oQ9NNb { width:20rem;height:11.3671875rem;top:23.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uD1U9LuS2CdVcLWcrzLnT7xVs8yBiVuf { width:20rem;height:12.503875rem;top:52.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZSlnHLSOUfdPVphTCkeOBgVrsMkerGI { width:20rem;height:17.05075rem;top:1.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1buWOueEUbTgEXqfoabhyqfpQGquvhB { width:20rem;height:1.29980625rem;top:122.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5s3Xxd35wobcZ6x2NeTLcVwKe1ysaS0 { width:20rem;height:1.29980625rem;top:66.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JD19mW7zLuKtB7KG4c3aanrSWsNvE7Zk { width:20rem;height:1.29980625rem;top:84.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eUpkQ5RCIRB5mCwTPqHAvS7cXGFXGaBG { width:20rem;height:1.29980625rem;top:36.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PL3dbTToKb4I7nCXL8i5vba4FzCbwHLR { width:20rem;height:1.29980625rem;top:49.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CoAnszNGUTEX89qz1iHV4cC2c7lRlo7R { width:20rem;height:13.640625rem;top:87.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiAGgPDQT0gn0ZH0WJacDNyhTOfZBtzV { width:20rem;height:1.29980625rem;top:101.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yeB9X3UlURBPqSOmX5X7FZg8ZKio2VAH { width:20rem;height:1.29980625rem;top:134.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLHQgqVa35GVrbn4qgSTuu3KtC6C3izK { width:20rem;height:6.8203125rem;top:126.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wFXIuIImli1O4tn6L5Cuu6rlGCrqM2L8 { width:20rem;height:1.29980625rem;top:19.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcbyLrXz8p1pNP3QfbJaR53W5Bm0Zvxp { width:20rem;height:15.9140625rem;top:105.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { background-color:#f5f5f5;background-image:none;display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { background-color: transparent; background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .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); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { width:20rem;height:143.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNk9yyVNeVNPThlJwpTfhcA6BcGxPIBS { width:16.5rem;height:4.048825rem;top:1.1875rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lqPHuW1fyh5pCQ0gZr2i2wBmX77JHelZ { width:15.625rem;height:0.0625rem;top:6.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brAmoJhWe4SxAK2aR3UnbsoZ2fPeERqh { width:18.9375rem;height:82.6875rem;top:28.875rem;left:0.53125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm7dUU9oOGbLlBgNgKfNJBP1OAhA0Poz { width:4.25rem;height:0.1875rem;top:6.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1BPAdffWm2aGFbfWR5zfA4qTOvQcZTo { width:20rem;height:142.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzdS7MEVHVsygZ4JTI3htnXLasxZ8Mu0 { width:15.5rem;height:20.8125rem;top:7.4375rem;left:2.2115384615384rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5GxdzOGwTuEB1Ka2vQuFeiiZPExFhyT { width:19.5625rem;height:26.125rem;top:114.5rem;left:0rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { display:none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { width:20rem;height:6.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rTUkao1MK7Srnad3ysohprNQIsEaiReC { width:14.125rem;height:4.5rem;top:1.3125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:20rem;height:56.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { width:2.5rem;height:4.25rem;top:0.21875rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { width:12.5rem;height:1.625rem;top:5.625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { width:16.625rem;height:4.4375rem;top:8.4375rem;left:1.6875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { width:16.375rem;height:6rem;top:22.5rem;left:1.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { width:12.5rem;height:1.5625rem;top:20.1875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { width:2.5rem;height:4.25rem;top:14.3125rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ1V45rPIVXQ9Nb07uf70Z68q4zU7uHp { width:12.5rem;height:1.5625rem;top:34rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { width:2.5rem;height:4.25rem;top:28.5rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { width:17.0625rem;height:6rem;top:36.5rem;left:1.46875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { width:15.4375rem;height:5.9375rem;top:50rem;left:2.28125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yH3JaShEdznD8rpaDNaVcgZUaotK5bbi { width:12.5rem;height:1.5625rem;top:47rem;left:4.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { width:2.5rem;height:4.25rem;top:41.1875rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTKSrrFBgxPfLerkSptAtpshPqD7uVGa { width:3.125rem;height:3.125rem;top:0.78125rem;left:8.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSvdKSQd3sat5UvV4Z5tOPuqrRUdyF8x { width:3.125rem;height:3.125rem;top:14.875rem;left:8.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM0DaTZWBrEmuMMggQRVDJ5Fztv4KgSF { width:3.75rem;height:3.75rem;top:28.5rem;left:8.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cki7FML2mBwswmNGDKyFObcMLnvZGKln { width:3.5rem;height:3.5rem;top:41.5625rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCapRLv7lHW0FFF707g6pg2Wtc2UATfi { display:none; }#LCapRLv7lHW0FFF707g6pg2Wtc2UATfi > .row .container { width:20rem;height:63.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AFtrqNBtTuSwQheDM3ovEV47M2eHfiRT { width:2.5rem;height:4.25rem;top:2.53125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdwGhQOF3gvVtVFaIBzh07Ga6ziuk7Lc { width:12.5rem;height:1.625rem;top:8.375rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #riEsEGPHw8M1Hqm69nNkIxAckRqAHCRu { width:16.625rem;height:4.4375rem;top:10.8125rem;left:1.6875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TCkgqGM1h9onrAwBWRQb2cQrx6uSQ4Xo { width:16.375rem;height:6rem;top:26.125rem;left:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PJSiTEKVBA59Hb1XRyo93yOZSwztsHJ4 { width:12.5rem;height:1.5625rem;top:24.125rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qE4eFgcmRQFII6AsvzokASXTDNwsUUng { width:2.5rem;height:4.25rem;top:18.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFsC6kqzoENTG1bECsdBiTp8aCAZJovB { width:12.5rem;height:1.5625rem;top:39.3125rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwBJMvcMaoUJpTrZ8tdgFewT7vzsVMtK { width:2.5rem;height:4.25rem;top:34.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #knKNtH7xSG5UoE2WlqSK4L7Hd4o0uSzW { width:17.0625rem;height:6rem;top:41.25rem;left:1.46875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TtpRUz40hvZO5Vk3EG8o8PZygusKnbrg { width:15.4375rem;height:5.9375rem;top:57.0625rem;left:2.65625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qVg3hfIxueKr1L9XW6H3EM1TXs8bD9in { width:12.5rem;height:1.5625rem;top:55.125rem;left:4.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXaRMvq8F3x8v1ppB5MBr4mTvhI5B2tx { width:2.5rem;height:4.25rem;top:49.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFUHnLn1sklJmxNCo248hNhM8u1lmfRx { width:3.125rem;height:3.125rem;top:3.09375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqeStq7XV32f4fhW7oFuhzo435aEOUam { width:3.125rem;height:3.125rem;top:19.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5blDLCB9cpqhou9ULCQl1WyBfgmh1VV { width:3.75rem;height:3.75rem;top:34.375rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWdC2cRxLr26HUAOmKlTH04X6OOBJJVS { width:3.5rem;height:3.5rem;top:49.625rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJHuischAQMEBBgS3oTzH2dRe4NWV9xT { display:block; }#lJHuischAQMEBBgS3oTzH2dRe4NWV9xT > .row .container { width:20rem;height:130.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJ6SwycMU8LvChcZVKrZFiOWt6IksO73 { width:17.8125rem;height:23.625rem;top:0.4375rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vexmvwGulGO7ccsVMu7AV9dt15qyF9Do { width:20rem;height:1.625rem;top:25.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1n46gni05dABrJpsaThDK47y8O78Zd3 { width:20rem;height:4.875rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMJng4PSxXRDguFAU07OoXMGpnQ6kv5p { width:20rem;height:1.4619125rem;top:38.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQEVdvTF8spA343Tub8WBVuxKJvTkCpV { width:17.0625rem;height:1.4619125rem;top:50.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGHg0tXP3I529LWh2WdcgbaNKcTLzKQT { width:20rem;height:9.3965rem;top:54.375rem;left:0rem;font-size:1.125rem;display:block; }#nGHg0tXP3I529LWh2WdcgbaNKcTLzKQT li:before{  }
 }@media only screen and (max-width: 763px) { #kyZZR9fWlXlKUAavIX1wWK8hrD0QZAb7 { width:20rem;height:5.01074375rem;top:43.25rem;left:0rem;font-size:1.125rem;display:block; }#kyZZR9fWlXlKUAavIX1wWK8hrD0QZAb7 li:before{  }
 }@media only screen and (max-width: 763px) { #g1GvpNWi3dubnUc6GbZUrGiHrNtJvMi2 { width:20rem;height:10.858375rem;top:87.625rem;left:0rem;font-size:1.125rem;display:block; }#g1GvpNWi3dubnUc6GbZUrGiHrNtJvMi2 li:before{  }
 }@media only screen and (max-width: 763px) { #d5kmfOA0yaPOXTLMRrAa40MitZBSOfQ5 { width:20rem;height:1.625rem;top:83.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wte0vdZV8cweG0yZzW3u5lXPgGQOIBiW { width:20rem;height:6.785125rem;top:74.5rem;left:0rem;font-size:1.125rem;display:block; }#wte0vdZV8cweG0yZzW3u5lXPgGQOIBiW li:before{  }
 }@media only screen and (max-width: 763px) { #NBXXtmSOhwGn5Z2IofUZ8Ut9x1CPAW9F { width:20rem;height:1.4619125rem;top:70.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4T7meZuuhOHV9CqkK7CE3IgKhSdABFm { width:20rem;height:3.25rem;top:65.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtElzexpsXsgKfWVeWTJnoNGoKDVUTzK { width:20rem;height:5.01074375rem;top:123.75rem;left:0rem;font-size:1.125rem;display:block; }#OtElzexpsXsgKfWVeWTJnoNGoKDVUTzK li:before{  }
 }@media only screen and (max-width: 763px) { #axi78OhJCsmPFGeekfoIvH6sOkIArkzk { width:20rem;height:1.4619125rem;top:120rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBLJy1izVbTPV7qwqXwAk5tmEqkA9ezf { width:20rem;height:11.795875rem;top:106.625rem;left:0rem;font-size:1.125rem;display:block; }#HBLJy1izVbTPV7qwqXwAk5tmEqkA9ezf li:before{  }
 }@media only screen and (max-width: 763px) { #K7rESJkkUay4AqDsqKCnTKLtzwPgGnAE { width:20rem;height:1.4619125rem;top:103.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNTTv86CnT0nA0XPNzOgLLGF5cETA09S { width:20rem;height:1.625rem;top:100.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN2roSsu4sw3vl7XH38sGnsITsb9zPdK { display:block; }#kN2roSsu4sw3vl7XH38sGnsITsb9zPdK > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNHTQzTsKC28euBkd6PlFpW9pDOs9rla { width:20rem;height:2.71875rem;top:0.515625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVKmTNoP15DbhXVQ3iHotx2haoANT6n1 { width:20rem;height:29.59375rem;top:4.25rem;left:0rem;font-size:1.0625rem;display:block; }#LVKmTNoP15DbhXVQ3iHotx2haoANT6n1 li:before{  }
 }@media only screen and (max-width: 763px) { #zD9qOfgOWx2J3c73nUHqi31LwGvr0sPN { display:block; }#zD9qOfgOWx2J3c73nUHqi31LwGvr0sPN > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTUL1O7XgAXTmhwIR6hriPJ7HDfiZlEE { width:20rem;height:23.0625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH { width:19rem;height:5.3125rem;display:flex;top:25.5625rem;left:0.375rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #IKTUvMPOuCNn5PwDaXPZQQaW9JAywHth { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #bt8LayKGQoNEx5t7aswiDdsdsNL4q9Kv {  }
 }@media only screen and (max-width: 763px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #mT3AgSZVK4uuaWBpFk6DFaZBQVP2WGet {  }
 }@media only screen and (max-width: 763px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #cNQI4JQ2qABymZHkUnTsaBqPspUdblUZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #Sr1pC1N0tsgi02mqg4qkkgd28NHRV0LA {  }
 }@media only screen and (max-width: 763px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #dI4CgELnkDCzuRTyUSrScoTChrXITlP3 {  }
 }@media only screen and (max-width: 763px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #OsTzNbT49GJwsXubFKCLQmZibH7fVhZx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #FsTZr4XgwbOSJL7U5Fw6dL3UZ5gsZOyC {  }
 }@media only screen and (max-width: 763px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #WU9yDT7tlR51ddZBVnOwUCIlW2ZCDhTB {  }
 }@media only screen and (max-width: 763px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #DOTua577OWKuO49e6GySsrPlo28T4DcW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #rCRhv6Q8MaD1T4saEFDyEEapP6mbtlfW {  }
 }@media only screen and (max-width: 763px) { #c276Qkw7pxFFVHmcfH7wUTRefdBLqQDH #r2WtqlRaIrsTzrFwNqBomnkJ84hDSEAu {  }
 }@media only screen and (max-width: 763px) { #E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT { display:block; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT { background-color: transparent; background-image: none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container > .video-iframe-container { display: none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row > .video-iframe-container { display: none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .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); }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { width:20rem;height:114.8125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqssgKfpf3yI3aJvOhuxWyUgak6rMTXl { width:12.5rem;height:3.4121125rem;top:49.25rem;left:4.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt { width:8.125rem;height:0.625rem;top:7.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOTC8gyxQRi6OZfb0Cg9JgTxnTT94mxT { width:14.375rem;height:3.375rem;top:11.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNQnlaEmSiKLx5fG49IXTkpUzfsWNeEd { width:12.75rem;height:1.94921875rem;top:52.5rem;left:4.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uon1mXP9uX5IolyIyCsFTJdCwLmTqTML { width:15rem;height:3.125rem;top:81.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqf4vSpygWi8eUaAypGt9gU1FbPICV5 { display:block; }
 }@media only screen and (max-width: 763px) { #MK03TJ6ooSRewZ0phJztvt2Tv9RXckIi { width:20rem;height:2.75rem;top:93.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMtk8nND9eDasw77TpLTgd3mNKBO6x9y { width:11.375rem;height:2.5996125rem;top:71.5625rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1rem;color:#9ea5b2;display:block; }
 }@media only screen and (max-width: 763px) { #M03K15FwEtC8pEQxLF0109mF29CuF8bG { width:18.8125rem;height:39.375rem;top:7.375rem;left:0.53125rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #LpIukeAd0p9OEnEH6Kd1mJTaeFfzk5ut { width:20rem;height:1.70605625rem;top:98.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qcF47vOBPPR1wgqEBuXdh3zdGS1KSTRJ { width:18.625rem;height:42.125rem;top:47.375rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #a9y890RADtJV52kFnZ2gm7t9C0O2HmuE { width:17.9375rem;height:37.25rem;top:48.0625rem;left:1.25rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #SQTXHNzIn4UC4iwk2Em1SAGFuDNHflA7 { width:11.3125rem;height:1.29980625rem;top:25.625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrtInksKccyAJDRbberR2OkEFEwMUQhs { width:11.3125rem;height:1.29980625rem;top:28.09375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLOuCUJg4UaM2zZrQGkPXiIIIHAmbuLC { width:13.4375rem;height:1.29980625rem;top:19.59375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cShPTwNC0GtVDMtFapaTs5PMPzNSM3zB { width:11.375rem;height:2.5996125rem;top:21.9375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;color:#9ea5b2;display:block; }
 }@media only screen and (max-width: 763px) { #aFITT5PXiraob1VhaBymqzZZsQoKFWif { width:11.9375rem;height:1.21875rem;top:57.1875rem;left:5.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdD3JHDa50L8XRZPf8SxHwKi4sTCnB1v { width:15.4375rem;height:3.375rem;top:51.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #R22cXSmbdo5q0eU7wJhTZPuSkNtIZI1L { width:13.1875rem;height:1.94921875rem;top:12.03125rem;left:3.40625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #edy9gxBCrrRkikQu3AowuG1vnT5CtXGW { width:12.5rem;height:3.4121125rem;top:8.9384765625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnpTUWSoLV8x6tZVN7XuHVddJfSTDvCp { width:8.125rem;height:0.625rem;top:47.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym5x5Ph9nNaiQhdmh2hrXJr5odPW4pv2 { width:1.625rem;height:1.625rem;top:75.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvaqB82lwSyF9LzIapV7nQu3tidkGl1V { width:1.625rem;height:1.625rem;top:86.125rem;left:1.0625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #krFg4hoZod6KhUmCvyb7Wf2d2GSDMlQd { width:1.1875rem;height:1.3125rem;top:80.1875rem;left:3.3125rem;font-size:0.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #MEcSXGl18TJNrFOaWRflftCVQXG0PdRA { width:1.625rem;height:1.625rem;top:88.625rem;left:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ecPmFFBG57n0M2klwslVrFQpNEUhF8h9 { width:1.1875rem;height:1.3125rem;top:88.8125rem;left:1.4375rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #vXgDzDf2FJ7mFBJTBDsFTqdr0mTmaTzy { width:1.625rem;height:1.625rem;top:71.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxro3vH8E8TmapmqTbmKlsTwaJR9CgTa { width:1.1875rem;height:1.3125rem;top:71.75rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6Gpbw5JchgsbBop1TWuh3g3Jtuc0Lgz { width:1.625rem;height:1.625rem;top:87.75rem;left:3.3125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #k7xDQmG7EH1mo0BFoaQyhNfXXFIENUsX { width:1.1875rem;height:1.3125rem;top:88.5rem;left:5.5rem;font-size:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #QBEJvTv9BVB8h9b5ohsSxANzKkeAnfth { width:15rem;height:3.125rem;top:42.875rem;left:2.5rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #E3sF2fPRoPm0g9tpuEQb9GdzeOOZEgf6 { display:block; }
 }@media only screen and (max-width: 763px) { #EUnlpJmzqmXASuZzZURyufe288Tn1GoW { width:1.1875rem;height:1.3125rem;top:86.3125rem;left:1.375rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #RJl7bttJCWvHzPoJumDDaoEMEeia2kUb { width:12.5rem;height:3.8994125rem;top:75.4375rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #st29I2s0J6bLlkpraOtvhnwCF51m9Q59 { width:1.1875rem;height:1.3125rem;top:75.625rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvmqJBRhfN17C5WoLyhQDuKhXPeQ8ybJ { width:12.5625rem;height:1.29980625rem;top:60.375rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTvyOy4DrEhnuTrE1aJ2wgZLMdePg0V8 { width:12.5rem;height:1.21875rem;top:16.40625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnqqHTPgiyr7L5qMp8uHKP7d7UetR68N { width:1.625rem;height:1.625rem;top:107.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFTv0WrILdqKJJbK5VP9DJPnVHxOpAiv { width:1.1875rem;height:1.3125rem;top:107.8125rem;left:7.4375rem;font-size:0.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #SPCSsWgffOSmVwQV6ALVZ9KqngqJySmo { width:11.375rem;height:2.5996125rem;top:63.3125rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1rem;color:#9ea5b2;display:block; }
 }@media only screen and (max-width: 763px) { #TrfAPI6Jcwa1o0WRpGfiXSDTOzOlCHmH { width:1.625rem;height:1.625rem;top:108.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2ggvppGlULp0yT0eTVJVckugg7vqmft { width:1.1875rem;height:1.3125rem;top:105.4375rem;left:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJniK5bOT526wEJRrdPr9IO0y2KNuprh { width:1.625rem;height:1.625rem;top:108.0625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORualS5htc3Ur3KXyU81tvNNBiu53Ped { width:11.375rem;height:1.29980625rem;top:66.4375rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKaJ9qmDO16qzHZcw2sAwBcs2gEUcvwc { width:1.1875rem;height:1.3125rem;top:105.375rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdXQo8roTl7k1IiEoE8CtU96CvwNwnsH { width:11.375rem;height:1.29980625rem;top:68.9375rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd4HzcTQxb3Nqd74tCREnoS4n6KwiDn2 { width:1.625rem;height:1.625rem;top:105.125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlbcMaNMR1L0F9vapxICkAlW3NPOmK4c { width:1.1875rem;height:1.3125rem;top:105.3125rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmhhJ1636TzwZ7Qonz0KFT3TLf8tMWTM { width:11.375rem;height:2.5996125rem;top:30.21875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;color:#9ea5b2;display:block; }
 }@media only screen and (max-width: 763px) { #weU2Qgs2heqdiPAeBh5pGiGZQAobRPUp { width:12.3125rem;height:3.8994125rem;top:33.5625rem;left:3.84375rem;text-align:left;text-align-last:left;font-size:1rem;color:#9ea5b2;display:block; }
 }@media only screen and (max-width: 763px) { #JgTiJKTqRIOannQeUkic72ieDQOnvafy { width:1.625rem;height:1.625rem;top:107.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrtL9VKfsD5Nz5bESR6vIhQehhR3K621 { width:1.1875rem;height:1.3125rem;top:107.8125rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHITb8WdyJAu9ZoSeyCMl1b6VJGp3UGw { width:1.1875rem;height:1.3125rem;top:105.375rem;left:10.4375rem;font-size:0.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ZHs2WeKViVlPUirQE2QDkMW2fzyi3EAu { width:1.625rem;height:1.625rem;top:106.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw1O2CKaT6x4CiGkMSOgSIvJydrUsruK { width:1.1875rem;height:1.3125rem;top:105.4375rem;left:11.125rem;font-size:0.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #Uo3zsHfNFKUnSuFncHGvRKVWgMnMzTJV { width:1.625rem;height:1.625rem;top:108.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzSDSm9nWTQotC5DkKK63T6TXBzgNo4x { width:1.1875rem;height:1.3125rem;top:107.8125rem;left:13.0625rem;font-size:0.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #AGmsITDsa0o5SMpGMZRE824B72HGi34B { width:1.625rem;height:1.625rem;top:107.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i62ivPAnkJomhm9Pdv585BKVK5QH9mfN { width:15rem;height:3.125rem;top:42.875rem;left:2.5rem;z-index:15042;background-color:#0c424d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bNa2ViFz6wMR8RFDw6bJy4P8f6GeIg2f { display:block; }
 }@media only screen and (max-width: 763px) { #cPV60hQGcUA9h5hFuJdfPpFZsfi3X1XW { width:1.625rem;height:1.625rem;top:22.375rem;left:1.0625rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #DQNWBbfIciIeczZiV7aPIqiitkLB9Oyt { width:1.625rem;height:1.625rem;top:25.5rem;left:1.0625rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #dAqbgdLxyrQrkcpFIxcGmNK29CMuk7Ay { width:1.625rem;height:1.625rem;top:19.4375rem;left:1.0625rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #pkOMzIuIIEfedVoo5pb799VSasHXqaid { width:1.1875rem;height:1.3125rem;top:19.625rem;left:1.3125rem;font-size:0.875rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #T4dzGQiVD7hCl2GyvEvs5EG5V0KTJL38 { width:1.1875rem;height:1.3125rem;top:22.5625rem;left:1.3125rem;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #NSnE3ogct35VQI7wEqfo8SrHGBAwR8EG { width:1.1875rem;height:1.3125rem;top:25.6875rem;left:1.3125rem;font-size:0.875rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #Gp0iXaT3UBTDONR74sOO7VRdbQVLbpLz { width:1.625rem;height:1.625rem;top:28rem;left:1.0625rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #JOUFFmtQXWmBp6C1eWmbRdEGT2uZSsed { width:1.1875rem;height:1.3125rem;top:28.1875rem;left:1.3125rem;font-size:0.875rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #TzIora5imQDkE4033abcnBl13Nb5xf2m { width:1.625rem;height:1.625rem;top:30.5rem;left:1.0625rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #XufywsfEICZan1lpmUrTBQbbikGa9a3s { width:1.1875rem;height:1.3125rem;top:30.6875rem;left:1.3125rem;font-size:0.875rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #QQ1uttRn9H8QzVrTyIJyx8rBMJN4ccRh { width:1.625rem;height:1.625rem;top:16.8125rem;left:1.0625rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #nREEl2Bw1uO7s74zsUoe5Di0qorA9QVO { width:1.1875rem;height:1.3125rem;top:17rem;left:1.3125rem;font-size:0.875rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #vah437pfyr4y9fIwQWpaOM49PUErVpLt { width:1.625rem;height:1.625rem;top:33.5625rem;left:1.0625rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #kIAoAnTtzxSg9LoCFJTsUCM2x1ouAoDU { width:1.1875rem;height:1.3125rem;top:33.75rem;left:1.3125rem;font-size:0.875rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #reMkqtszmEowIJv0Nl4QH3AOMKq8izqf { width:1.625rem;height:1.625rem;top:38.0625rem;left:1.0625rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #knMyG6aDkmzwaeG3QHiQlBGJDew4o8qW { width:1.625rem;height:1.625rem;top:57.5625rem;left:2.9375rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #HbxKrck93PFoId0reIkk9gZeeh1CAPIt { width:1.1875rem;height:1.3125rem;top:57.75rem;left:3.1875rem;font-size:0.875rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #xPgT7gpLHvScN5rZooDLo4RBehzTRU5L { width:1.625rem;height:1.625rem;top:60.1875rem;left:2.9375rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #NkHksmC3ZKT5o0xasN0r7Ike0l8vfzPd { width:1.1875rem;height:1.3125rem;top:60.375rem;left:3.1875rem;font-size:0.875rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #IorlIOb4kf8kSPRPbTEW2EsTT1laSXtA { width:1.625rem;height:1.625rem;top:63.125rem;left:2.9375rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #rr2cdDgyPwMsUIs3RXXlmrKXMMAlNFoM { width:1.1875rem;height:1.3125rem;top:63.3125rem;left:3.1875rem;font-size:0.875rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #c0BodtTJbcI3TV1dfyzfTK8JKzqXxPAH { width:1.625rem;height:1.625rem;top:66.25rem;left:2.9375rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #lKFIwDS9V1f5oeMbJFTqEGIvvlNpROIs { width:1.1875rem;height:1.3125rem;top:66.4375rem;left:3.1875rem;font-size:0.875rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #pnZfNNOeQCXoUgRIGXAduZGiimiNPSbG { width:1.625rem;height:1.625rem;top:68.75rem;left:2.9375rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #JNvvGVMJVikPXqLmETyPk0eb1C0xUzbq { width:1.1875rem;height:1.3125rem;top:68.9375rem;left:3.1875rem;font-size:0.875rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #ZHyNyIvHgdfXNXInoDTgCg7RAgfUDcdU { width:1.1875rem;height:1.3125rem;top:79.4375rem;left:3.1875rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #R6Xfbm7t9JAK0s82kuz6Pfzb5UyhJvPQ { width:1.625rem;height:1.625rem;top:79.25rem;left:2.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #b1Sn9nWEWzE95pZgvo6scrkmfffl5FF9 { width:1.1875rem;height:1.3125rem;top:106.375rem;left:10.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmzul8HZ3FVh3AnQfy6TwVpyHRt42HHW { width:1.625rem;height:1.625rem;top:106.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppNgTVKbmA2DwBXo5KuM1burJdrRtXLA { width:20rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dr80fn3THUPcaVH0zNQbAFsrfVSerlTz { height:11.228515625rem;width:20rem;top:101.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwLpTEFWfHRUAtvHQJq2xTztnBt6VfGm { width:1.625rem;height:1.625rem;top:107.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sakorwy15smmqgsVEyvUAJwKxDQZg5U3 { width:14.375rem;height:3.375rem;top:85.0625rem;left:2.625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #LdBoiR8hcoTRXpkb1zWq1liiTDDyt6JH { width:14.375rem;height:3.375rem;top:84.625rem;left:2.625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #a8XSoktTUlmpTHwDfSdWFXnM98UmgkRl { display:none; }#a8XSoktTUlmpTHwDfSdWFXnM98UmgkRl > .row .container { width:20rem;height:51.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RhlQ548eTy59100UFsPsSR0nLcXIgsBh { width:20rem;height:7.875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #az6KX94cKmMwx5Qdy686LTGykRsqMiGC { width:20rem;height:5.625rem;top:41.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LxRlT7Lf1RGTsd8sksKsSQk2XFxXEi4E { width:20rem;height:4.5rem;top:18.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLBT56CwH3KCnsdx5UrDwAWliWHXWTc1 { width:20rem;height:2.25rem;top:27.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPEeLKrUftupgNbLkW5ycPVJ8yptShr6 { width:20rem;height:4.5rem;top:33.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OeFUNXrMJnoGGZuxCvTMIvaC1ogA2HBv { width:20rem;height:2.25rem;top:12.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5FBE7y93BONT46s9mgTy3sZ370HlZpo { width:20rem;height:1.25rem;top:16.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcJnWHr8ml9TEMQqAS4SnX8tEqDaSIwT { width:20rem;height:1.25rem;top:38.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdfQS6KpbzTWUoq0aB7RmpHFFoTsRth4 { width:20rem;height:1.25rem;top:30.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lMXnnZwBA5OA4fg34oCdscGJRavIx2t3 { width:20rem;height:1.25rem;top:24.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v7axriMFTnu5yNEgXBbNOladGA84QJlQ { width:20rem;height:1.25rem;top:48.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iVcTab10tJI4ETNaWCtuXrBJ501EmTvd { width:20rem;height:1.25rem;top:10.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3cMHGIU1yOZMC5AI0EEKZsouKNtObpb { display:none; }#x3cMHGIU1yOZMC5AI0EEKZsouKNtObpb > .row .container { width:20rem;height:76.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VlukgHLhmuRGP04gzoihffh9pphTguS1 { width:20rem;height:28.629213483146rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9nAKMbvxxXEFxqTrJhx1BO46qFRB0Tw { width:20rem;height:30.375rem;top:35.1904296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#9ea5b2;display:block; }
 }@media only screen and (max-width: 763px) { #x73PPuTgtFq0bv8BUfJVxqTcZmU5Jbgw { width:11.5625rem;height:2.75rem;top:31.1904296875rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSWqmHtETlbBGkKpi0mD7GPTa0CTKxDO { display:block; }
 }@media only screen and (max-width: 763px) { #zJphaBTWUdEkLvMeirIPkukwD60fy0f0 { width:11.5625rem;height:2.75rem;top:72.378875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkkXZV20tN56bfOQplJr6vvNg56rPLzL { display:block; }
 }@media only screen and (max-width: 763px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:block; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:20rem;height:2.76171875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhp3TGxcy1rqmKoGl9L2MIF8KD15moVy { display:block; }#Uhp3TGxcy1rqmKoGl9L2MIF8KD15moVy > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Juk5ELbDLGfZBbPRf6TXT7GXDXf2om0F { width:20rem;height:11.125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZwo7Q33bMdE1dZD1rUUDiusC4gM4z93 { width:15rem;height:3.1875rem;top:0rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e95848P6fwS9TTFw5HqfzkPCISCwWKTX { display:block; }
 }@media only screen and (max-width: 763px) { #ylfiEtdlGlke9LetxImXMoQS6mCbWcbx { display:block; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkOQVppRyLLBbeSAR10ZhCKmfJrTkL9b { width:20rem;height:2.5996125rem;top:9.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiJahbz9t4m20C8JzSuoRHgyrkdu2xKT { width:20rem;height:1.29980625rem;top:6.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }