.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(9,42,70,0.85);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#bEmEx8ERwAX9TOMWNP4UO9eSO5QudHzP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.1231689453125rem;left:41.937501907349rem;display:block; }
#Z1EsdlUZTp58m2UyoT521nXgibr3mcya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbyt82SqgKZciRr27r5zP3GJwZy88fyD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.1231689453125rem;left:49.249795913696rem;display:block; }
#kXML2ywLNU8yQCtKkx6aZg5UotekLR5l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GksDK3nmsMdBDBqBprkop9ECCddmIJxL { background-color:#a2dc3b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#092a46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.061279296875rem;left:56.312501907349rem;display:block; }
#LeOxh5Pb4uwFgsSzHRJ4gWqX5OON1iIf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQbSz8z8SZubC4lpsiDGHtPlgzHlxI07 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.1231689453125rem;left:66.499177932737rem;display:block; }
#qFIW2ozMR7TeAifFhTxpC5oKy7XPWXoD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MCDKZs8SLMygu1wUQGvTeUnH7oUZWgvP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:14.375rem;top:0.74981689453125rem;left:2.9358501434326rem;overflow:hidden;display:block; }
#wJnpRx5Bt4HSLtTrghaOPRxBVRG84xZ0 { background-color:#00616a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.34375rem;left:56.375rem;display:none; }
#U3vFnTf0ck7aDDycWeO18SMoQwmUUTq1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NZWMgygJhdp3cenzd1G0k9EhhT91eAAI { color:#ffffff;display:block;width:15rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.0433168411255rem;left:22.193687438965rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#yQfKwvvfzVMh5loUJpvF8JTPTAhbip4g { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:2.8125rem;top:2.4310023784638rem;left:30.90769372912rem;overflow:hidden;display:block; }
#XMr3U7zZdqPLDdsAyxe2GEsLXakMGycs { color:#ffffff;display:block;width:15rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.0433168411255rem;left:22.193687438965rem;height:2.5990125rem;text-align:center;text-align-last:center;display:none; }
#FAsO3mQ9rNuwZqZ7wMR72KC2STeTrCx8 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.0433168411255rem;left:22.193687438965rem;height:2.5990125rem;text-align:center;text-align-last:center;display:none; }
#wzDPofkF06hm5lHoJCAzts6IJlUJBPcG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#092a46;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wzDPofkF06hm5lHoJCAzts6IJlUJBPcG > .row .container { background-color: transparent; background-image: none; }#wzDPofkF06hm5lHoJCAzts6IJlUJBPcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzDPofkF06hm5lHoJCAzts6IJlUJBPcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzDPofkF06hm5lHoJCAzts6IJlUJBPcG > .row .container > .video-iframe-container { display: none; }#wzDPofkF06hm5lHoJCAzts6IJlUJBPcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzDPofkF06hm5lHoJCAzts6IJlUJBPcG > .row > .video-iframe-container { display: none; }#wzDPofkF06hm5lHoJCAzts6IJlUJBPcG > .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); }#wzDPofkF06hm5lHoJCAzts6IJlUJBPcG > .row .container { border-width: 0; border-radius: 0; }#wzDPofkF06hm5lHoJCAzts6IJlUJBPcG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzDPofkF06hm5lHoJCAzts6IJlUJBPcG > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc { background-color:transparent;background-image: -webkit-linear-gradient(193deg, #0c5389, #092a46);background-image: -moz-linear-gradient(193deg, #0c5389, #092a46);background-image: -ms-linear-gradient(193deg, #0c5389, #092a46);background-image: -o-linear-gradient(193deg, #0c5389, #092a46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5389', endColorstr='#092a46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5389', endColorstr='#092a46' );";background-image: linear-gradient(193deg, #0c5389, #092a46);background-size:initial !important;z-index:;border-top:0.125rem solid #11e50e;border-left:0.125rem solid #11e50e;border-right:0.125rem solid #11e50e;border-bottom:0.125rem solid #11e50e;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc > .row .container { background-color: transparent; background-image: none; }#eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc > .row .container > .video-iframe-container { display: none; }#eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc > .row > .video-iframe-container { display: none; }#eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc > .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); }#eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc > .row .container { border-width: 0; border-radius: 0; }#eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc > .row .container { font-size:0.875rem;font-family:arial;height:42.49298625rem;width:75rem;overflow:visible;position:relative;display:block; }#vSIhUp1MraZOQ8WfBwHa7IsrOKi8GpUN { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:avalon;font-size:1.5625rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:10.124071121216rem;left:6.6246891021731rem;height:;text-align:left;text-align-last:left;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; }
#CNrKSguioHFvHIgyCuZhXlWqssEn5G7G { color:#a2dc3b;display:block;width:45.6875rem;position:absolute;font-family:avalon;font-size:4.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(255,255,255,0.5);top:1.2489686012268rem;left:3.6249980926514rem;height:5.443575rem;text-align:left;text-align-last:left;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; }
#XnCX99ego2PWa2ou9itb7MU1mwNd3sCP { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:avalon;font-size:1.625rem;font-weight:400;z-index:14998;line-height:1.4;letter-spacing:0;top:15.374070167541rem;left:6.6246891021731rem;height:4.5486125rem;text-align:left;text-align-last:left;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; }
#krDi1EpPwwHO2fiX8Mrevw0DE3H7BZUv { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:10.124794006347rem;left:3.3124980926514rem;display:block; }
#TTLcN72KsTVRzoa1PQdMEtO2PFFwO4Ak { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:15.374382019043rem;left:3.3124980926514rem;display:block; }
#T2HkgNAdTNVb5S7lc88VTs6hTPrqTXzR { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:23.4375rem;top:10.49275rem;left:47.3125rem;overflow:hidden;display:block; }
#qayFG1IeKR0qLgdq2i0td0FgFwT9nweG { color:#a2dc3b;display:block;width:11.25rem;position:absolute;font-family:avalon;font-size:1.4375rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:26.93025rem;left:59.9375rem;height:;text-align:right;text-align-last:right;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; }
#AFoTe419tSB8Wc8OLbsOEdrUeJcyVocu { color:#dfc280;display:block;width:15.625rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:400;z-index:15023;line-height:1;letter-spacing:0;top:2.3714933395386rem;left:51.250001907349rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gFS1rnpNrcGJeJTS1miC4uorbLDTek1r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#hfKLvgXA8eREaTKAxb47oQ9TNL5hooql { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#H2gLzh7p1T4mCPURBzc5PKPRJ9gqNaur { color:#ffffff;display:block;width:56rem;position:absolute;font-family:avalon;font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13rem;left:10.625rem;height:;text-align:left;text-align-last:left;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:none; }
#JneM5XGLPTNTwWHTF38CZvJVVrRTdglp { color:#a2dc3b;display:block;width:41.25rem;position:absolute;font-family:avalon;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.2448434829712rem;left:3.6249980926514rem;height:1.95041875rem;text-align:left;text-align-last:left;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; }
#Hox3QID7z58LcDLOBN5xzRvJI3teTg9K { box-sizing:content-box;height:15.25rem;width:17.5625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:25.312194824219rem;left:3.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.25rem solid #e3000f;border-left:0.25rem solid #e3000f;border-right:0.25rem solid #e3000f;border-bottom:0.25rem solid #e3000f;display:block; }
#rLP3mGgNM833hRlLOs39rGilylgH8ktr { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:avalon;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:28.437194824219rem;left:5.3118801116943rem;height:11.25rem;text-align:left;text-align-last:left;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; }
#HwFMEkPAEakZHyfDMOh5nbJNh6hGpCOF { box-sizing:content-box;height:18.625rem;width:17.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:21.874694824219rem;left:23.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.25rem solid #a2dc3b;border-left:0.25rem solid #a2dc3b;border-right:0.25rem solid #a2dc3b;border-bottom:0.25rem solid #a2dc3b;display:block; }
#WMpRP3F9DLo0F7Tr7rTVxK9n3UszpqPA { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:avalon;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:25.061889648438rem;left:24.561878204346rem;height:14.625rem;text-align:left;text-align-last:left;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; }
#JWLNial56cSp0TP0ySDCeVBu4rE8KOgE { box-sizing:content-box;height:4.249175rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:19.624694824219rem;left:29.625rem;border-top:0.25rem solid #a2dc3b;border-left:0.25rem solid #a2dc3b;border-right:0.25rem solid #a2dc3b;border-bottom:0.25rem solid #a2dc3b;display:block; }
#OTQrNPz1e0b87nxvZMULHTm0orkZ7M1z { box-sizing:content-box;height:4.249175rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:23.062194824219rem;left:10.3125rem;border-top:0.25rem solid #e3000f;border-left:0.25rem solid #e3000f;border-right:0.25rem solid #e3000f;border-bottom:0.25rem solid #e3000f;display:block; }
#qiU3BM2yitcRsGwSgSzpG1N1zcBtFwRT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:20.624389648438rem;left:30.75rem; }
#Vo3diiU87lXeyl11k0D0JMnH8Ad79Fmw { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:24.13427734375rem;left:11.446781158448rem; }
#X5hP9opLdmCTzsXdda56A2a14NbUSM4N { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:34.9375rem;left:40.562496185302rem; }
#d7QOsuGVNQBTV61TIC1h4TETPASyF1I3 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:34.6875rem;left:40.3125rem;display:none; }
#LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y { background-color:transparent;background-image: -webkit-linear-gradient(193deg, #0c5389, #092a46);background-image: -moz-linear-gradient(193deg, #0c5389, #092a46);background-image: -ms-linear-gradient(193deg, #0c5389, #092a46);background-image: -o-linear-gradient(193deg, #0c5389, #092a46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5389', endColorstr='#092a46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5389', endColorstr='#092a46' );";background-image: linear-gradient(193deg, #0c5389, #092a46);background-size:initial !important;z-index:;border-top:0.125rem solid #11e50e;border-left:0.125rem solid #11e50e;border-right:0.125rem solid #11e50e;border-bottom:0.125rem solid #11e50e;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y > .row .container { border-width: 0; border-radius: 0; }#LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y > .row .container { font-size:0.875rem;font-family:arial;height:9.69987625rem;width:75rem;overflow:visible;position:relative;display:none; }#CZiGg595tfo9CCPL4sOKiQc2DHCO38eD { color:#a2dc3b;display:block;width:45.6875rem;position:absolute;font-family:avalon;font-size:4.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(255,255,255,0.5);top:1.2489686012268rem;left:3.6249980926514rem;height:5.44325rem;text-align:left;text-align-last:left;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; }
#qXgGoFN9RS67SwP54aq9bR0b9x64zanE { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:10.124794006347rem;left:3.3124980926514rem;display:none; }
#dSh2JRmNoULf6OQGw4nCiLokAce45yaL { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:15.374382019043rem;left:3.3124980926514rem;display:none; }
#sRAXsKGAxos4NkyTtd2yl5h0VzpKvos8 { color:#dfc280;display:block;width:15.625rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:400;z-index:15023;line-height:1;letter-spacing:0;top:2.3714933395386rem;left:51.250001907349rem;height:3.5004375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x14HzsLuLOTCSQVVO229d6co8NNdmtVu { color:#a2dc3b;display:block;width:41.25rem;position:absolute;font-family:avalon;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.2448434829712rem;left:3.6249980926514rem;height:1.9501875rem;text-align:left;text-align-last:left;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; }
#QccGXvTiEkkPafoa7W5ANcCXRhRHJwEn { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:34.9375rem;left:40.562496185302rem;display:none; }
#NJl2FeL4T17euQee4OePScUukqzDXTaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(162,220,59,0.15);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NJl2FeL4T17euQee4OePScUukqzDXTaC > .row .container { border-width: 0; border-radius: 0; }#NJl2FeL4T17euQee4OePScUukqzDXTaC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJl2FeL4T17euQee4OePScUukqzDXTaC > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:none; }#Nxp3yTbIRU9N7NZd0UNnGWNnRRrQF5uP { color:#0c5389;display:block;width:75rem;position:absolute;font-family:avalon;font-size:2.6875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.46875rem;left:0rem;height:3.493925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M41T9cRd785hH1T13VfrdHktqAvWSGQB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:6.2809371948244rem;left:17.499691009521rem;display:block; }
#aTNaEA0V8zBZDrdT1yUEZLTWNpqel9W0 { position:relative;display:block; }#aTNaEA0V8zBZDrdT1yUEZLTWNpqel9W0 { background-color: transparent; background-image: none; }#aTNaEA0V8zBZDrdT1yUEZLTWNpqel9W0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTNaEA0V8zBZDrdT1yUEZLTWNpqel9W0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTNaEA0V8zBZDrdT1yUEZLTWNpqel9W0 > .row .container > .video-iframe-container { display: none; }#aTNaEA0V8zBZDrdT1yUEZLTWNpqel9W0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTNaEA0V8zBZDrdT1yUEZLTWNpqel9W0 > .row > .video-iframe-container { display: none; }#aTNaEA0V8zBZDrdT1yUEZLTWNpqel9W0 > .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); }#aTNaEA0V8zBZDrdT1yUEZLTWNpqel9W0 { border-width: 0; border-radius: 0; }#aTNaEA0V8zBZDrdT1yUEZLTWNpqel9W0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aTNaEA0V8zBZDrdT1yUEZLTWNpqel9W0 > .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:19.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RFwZN9ExvD9KqI72z3MMUKEOOVrmRn6p { color:#000000;display:block;width:55rem;position:absolute;font-family:avalon;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:2;letter-spacing:0;top:5.9071807861328rem;left:10.248453140259rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#RFwZN9ExvD9KqI72z3MMUKEOOVrmRn6p li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#RFwZN9ExvD9KqI72z3MMUKEOOVrmRn6p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9707b239-b685-4ae9-a31d-31ef4eb02796/punkt2.png); }
#fkvofvpXk5DnsA7TeNRGqEisRGFBIbQe { color:#0c5389;display:block;width:46.5625rem;position:absolute;font-family:avalon;font-size:2.6875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.2478332519531rem;left:10.246906280517rem;height:3.49335rem;font-style:normal;display:block; }
#cDWAvnpcP3eJebmcwb0eUINLGnmP8u0d { position:absolute;display:block;z-index:15026;background-color:#a2dc3b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:54.375rem;top:19.374382019043rem;left:10.25rem;display:block; }
#IW4UubvSS2AhzTWJMGfIOhPPa8WMaapS { position:relative;display:block; }#IW4UubvSS2AhzTWJMGfIOhPPa8WMaapS { background-color: transparent; background-image: none; }#IW4UubvSS2AhzTWJMGfIOhPPa8WMaapS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IW4UubvSS2AhzTWJMGfIOhPPa8WMaapS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IW4UubvSS2AhzTWJMGfIOhPPa8WMaapS > .row .container > .video-iframe-container { display: none; }#IW4UubvSS2AhzTWJMGfIOhPPa8WMaapS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IW4UubvSS2AhzTWJMGfIOhPPa8WMaapS > .row > .video-iframe-container { display: none; }#IW4UubvSS2AhzTWJMGfIOhPPa8WMaapS > .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); }#IW4UubvSS2AhzTWJMGfIOhPPa8WMaapS { border-width: 0; border-radius: 0; }#IW4UubvSS2AhzTWJMGfIOhPPa8WMaapS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IW4UubvSS2AhzTWJMGfIOhPPa8WMaapS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UXBlfnMwyHhJEVn49sxshuT9tkix8P1O { color:#000000;display:block;width:54.5rem;position:absolute;font-family:avalon;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:2;letter-spacing:0;top:5.9111938476562rem;left:10.25rem;height:14.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#UXBlfnMwyHhJEVn49sxshuT9tkix8P1O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UXBlfnMwyHhJEVn49sxshuT9tkix8P1O li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9707b239-b685-4ae9-a31d-31ef4eb02796/punkt2.png); }
#dZG7PxJDCA5vimbM13rVApWtDQhMFn60 { color:#0c5389;display:block;width:46.5625rem;position:absolute;font-family:avalon;font-size:2.6875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.2493782043457rem;left:10.24845123291rem;height:3.49335rem;font-style:normal;display:block; }
#BDWaTFPT1HGCTFSBX5BQq5wMvRo0w9lT { position:absolute;display:block;z-index:15027;background-color:#a2dc3b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24956625rem;width:54.375rem;top:21.874374389649rem;left:10.25rem;display:block; }
#nsyLCgihbDxzHH6qC4zrBpNFspbeC8Ti { position:relative;display:block; }#nsyLCgihbDxzHH6qC4zrBpNFspbeC8Ti { background-color: transparent; background-image: none; }#nsyLCgihbDxzHH6qC4zrBpNFspbeC8Ti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsyLCgihbDxzHH6qC4zrBpNFspbeC8Ti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsyLCgihbDxzHH6qC4zrBpNFspbeC8Ti > .row .container > .video-iframe-container { display: none; }#nsyLCgihbDxzHH6qC4zrBpNFspbeC8Ti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsyLCgihbDxzHH6qC4zrBpNFspbeC8Ti > .row > .video-iframe-container { display: none; }#nsyLCgihbDxzHH6qC4zrBpNFspbeC8Ti > .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); }#nsyLCgihbDxzHH6qC4zrBpNFspbeC8Ti { border-width: 0; border-radius: 0; }#nsyLCgihbDxzHH6qC4zrBpNFspbeC8Ti > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nsyLCgihbDxzHH6qC4zrBpNFspbeC8Ti > .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:33.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X1NzosR9HP72Z0yQ0Op6HHPOhlUTwRl8 { color:#000000;display:block;width:54.4998125rem;position:absolute;font-family:avalon;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:2;letter-spacing:0;top:9.348388671875rem;left:10.25rem;height:22.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#X1NzosR9HP72Z0yQ0Op6HHPOhlUTwRl8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X1NzosR9HP72Z0yQ0Op6HHPOhlUTwRl8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9707b239-b685-4ae9-a31d-31ef4eb02796/punkt2.png); }
#xoGzImSNB6EPmvMNLTfJ2BIh0FVvzGan { color:#0c5389;display:block;width:46.5625rem;position:absolute;font-family:avalon;font-size:2.6875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.249382019043rem;left:10.24845123291rem;height:6.986125rem;font-style:normal;display:block; }
#vpPi5x3TgEQVFKFoxTCw9cf3seudarNE { background-color:transparent;background-image: -webkit-linear-gradient(193deg, #0c5389, #092a46);background-image: -moz-linear-gradient(193deg, #0c5389, #092a46);background-image: -ms-linear-gradient(193deg, #0c5389, #092a46);background-image: -o-linear-gradient(193deg, #0c5389, #092a46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5389', endColorstr='#092a46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5389', endColorstr='#092a46' );";background-image: linear-gradient(193deg, #0c5389, #092a46);background-size:initial !important;z-index:;border-top:0.125rem solid #11e50e;border-left:0.125rem solid #11e50e;border-right:0.125rem solid #11e50e;border-bottom:0.125rem solid #11e50e;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#vpPi5x3TgEQVFKFoxTCw9cf3seudarNE > .row .container { border-width: 0; border-radius: 0; }#vpPi5x3TgEQVFKFoxTCw9cf3seudarNE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vpPi5x3TgEQVFKFoxTCw9cf3seudarNE > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;overflow:visible;position:relative;display:none; }#O5hWPL4kbfTI6fEB9e9GsxSAkoVLDctN { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:avalon;font-size:1.5625rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:1.8125rem;left:6.875rem;height:4.3737625rem;text-align:left;text-align-last:left;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; }
#UFiX3BaqZ4NTvSkqpqITkK8KtIq1uewz { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:avalon;font-size:1.625rem;font-weight:400;z-index:14998;line-height:1.4;letter-spacing:0;top:7.0625rem;left:6.875rem;height:4.550125rem;text-align:left;text-align-last:left;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; }
#hHmRP67zLBZ4rWpVtF9znzDW4FqtZvoH { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.8125rem;left:3.5625rem;display:block; }
#nIKD4zOdU2EykeAr0POlP23EQFENb7hu { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:7.0625rem;left:3.5625rem;display:block; }
#VbiTvyI9qcnZmfJbW5DdiU7e2TPQPsBh { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:23.4375rem;top:2.1875rem;left:47.5625rem;overflow:hidden;display:block; }
#Ozl18efrtPXmKJHMCn2pAZ1nE4y8G90p { color:#a2dc3b;display:block;width:11.25rem;position:absolute;font-family:avalon;font-size:1.4375rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:18.625rem;left:60.1875rem;height:3.44925625rem;text-align:right;text-align-last:right;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; }
#oNUOsP0ix85SQ9t9wDZdfK1Z2vobHXvN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#dpTB3UrR1TaRpSlkZbkzBMv6n5tzvNIP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#BoIey5vVFQZQy7l0TtpKphWquEeESmEU { color:#ffffff;display:block;width:56rem;position:absolute;font-family:avalon;font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13rem;left:10.625rem;height:;text-align:left;text-align-last:left;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:none; }
#tf3iOza6vezpQvhJB5CB7IgDkfzza7Wz { box-sizing:content-box;height:15.25rem;width:17.5625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:17rem;left:4rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.25rem solid #e3000f;border-left:0.25rem solid #e3000f;border-right:0.25rem solid #e3000f;border-bottom:0.25rem solid #e3000f;display:block; }
#RhfmWqGvOX7rHqqGCDm9T4Itq6mTJhAg { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:avalon;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:20.125rem;left:5.5625rem;height:11.25rem;text-align:left;text-align-last:left;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; }
#ZPxJZgk9suJTfXfUOFN03pcgnwaGEpQg { box-sizing:content-box;height:18.625rem;width:17.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:13.5625rem;left:23.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.25rem solid #a2dc3b;border-left:0.25rem solid #a2dc3b;border-right:0.25rem solid #a2dc3b;border-bottom:0.25rem solid #a2dc3b;display:block; }
#dJbKDTDIoH076Slte2PpSgvT60m4qmrp { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:avalon;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:16.75rem;left:24.8125rem;height:14.625rem;text-align:left;text-align-last:left;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; }
#ROTBp8gWc0uRVDEMtlOgZ0HuwifTJmTI { box-sizing:content-box;height:4.249175rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:11.3125rem;left:29.875rem;border-top:0.25rem solid #a2dc3b;border-left:0.25rem solid #a2dc3b;border-right:0.25rem solid #a2dc3b;border-bottom:0.25rem solid #a2dc3b;display:block; }
#WILbk4pupsdtzAfwS30NkdFEn8F49i4e { box-sizing:content-box;height:4.249175rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:14.75rem;left:10.5625rem;border-top:0.25rem solid #e3000f;border-left:0.25rem solid #e3000f;border-right:0.25rem solid #e3000f;border-bottom:0.25rem solid #e3000f;display:block; }
#qqg6TVqHbdQTzAUEKnivUzZ5CJDmN2PZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:12.3125rem;left:31rem; }
#bgE7LF5ScOcyZZpvrdCXaL9Ek8clzR9H { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:15.8125rem;left:11.6875rem; }
#voaXChZc1tuQCcrQ00S0S6ZUy9LgoZT6 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:26.625rem;left:40.8125rem; }
#MHE90rbTMxByTuRuk5knl2bI5sFFL4v9 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:34.6875rem;left:40.3125rem;display:none; }
#zU9s72FXanr1ToVT3XliLLe3vmeJtUK5 { position:absolute;display:block;z-index:15027;background-color:#a2dc3b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24956625rem;width:54.375rem;top:21.874374389649rem;left:10.25rem;display:none; }
#WLZ5mTlWRhn7uyvrXwGk0DVplr2xCOtF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(162,220,59,0.15);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WLZ5mTlWRhn7uyvrXwGk0DVplr2xCOtF > .row .container { background-color: transparent; background-image: none; }#WLZ5mTlWRhn7uyvrXwGk0DVplr2xCOtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLZ5mTlWRhn7uyvrXwGk0DVplr2xCOtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLZ5mTlWRhn7uyvrXwGk0DVplr2xCOtF > .row .container > .video-iframe-container { display: none; }#WLZ5mTlWRhn7uyvrXwGk0DVplr2xCOtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLZ5mTlWRhn7uyvrXwGk0DVplr2xCOtF > .row > .video-iframe-container { display: none; }#WLZ5mTlWRhn7uyvrXwGk0DVplr2xCOtF > .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); }#WLZ5mTlWRhn7uyvrXwGk0DVplr2xCOtF > .row .container { border-width: 0; border-radius: 0; }#WLZ5mTlWRhn7uyvrXwGk0DVplr2xCOtF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WLZ5mTlWRhn7uyvrXwGk0DVplr2xCOtF > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#lVsezFGz5cgveJpit73OgqmoiOOHx7kP { color:#0c5389;display:block;width:75rem;position:absolute;font-family:avalon;font-size:2.6875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.46875rem;left:0rem;height:3.49335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AIGl0aUh2ngPW3uGUUqzGTb8sTCkoS7S { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:6.2809371948244rem;left:17.499691009521rem;display:block; }
#MHFOFMXgzei3mJ8iUf57SlRP3uGQEmbx { position:relative;display:block; }#MHFOFMXgzei3mJ8iUf57SlRP3uGQEmbx { background-color: transparent; background-image: none; }#MHFOFMXgzei3mJ8iUf57SlRP3uGQEmbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHFOFMXgzei3mJ8iUf57SlRP3uGQEmbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHFOFMXgzei3mJ8iUf57SlRP3uGQEmbx > .row .container > .video-iframe-container { display: none; }#MHFOFMXgzei3mJ8iUf57SlRP3uGQEmbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHFOFMXgzei3mJ8iUf57SlRP3uGQEmbx > .row > .video-iframe-container { display: none; }#MHFOFMXgzei3mJ8iUf57SlRP3uGQEmbx > .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); }#MHFOFMXgzei3mJ8iUf57SlRP3uGQEmbx { border-width: 0; border-radius: 0; }#MHFOFMXgzei3mJ8iUf57SlRP3uGQEmbx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MHFOFMXgzei3mJ8iUf57SlRP3uGQEmbx > .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:60.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TwgauEiX4HLAc7KOweNsE4JygeWrXU6D { color:#000000;display:block;width:49.6875rem;position:absolute;font-family:avalon;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:6.3495025634762rem;left:11.937391281128rem;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; }
#NFlo6S5trc2w4OMcKriBSBDB8relvJEJ { color:#0c5389;display:block;width:15.9375rem;position:absolute;font-family:avalon;font-size:2.6875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.186882019043rem;left:3.4371910095215rem;height:3.49305625rem;font-style:normal;display:block; }
#uOBzuUkPidRTt2fVA6lzhZ8eGOTu2VKC { position:absolute;display:block;z-index:15026;background-color:#a2dc3b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:15.625rem;top:4.4931945800781rem;left:3.4371910095215rem;display:block; }
#e7utL0hi6q75fVF4HMbvvb0wqWFZNGXo { position:relative;display:block; }#e7utL0hi6q75fVF4HMbvvb0wqWFZNGXo { background-color: transparent; background-image: none; }#e7utL0hi6q75fVF4HMbvvb0wqWFZNGXo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7utL0hi6q75fVF4HMbvvb0wqWFZNGXo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7utL0hi6q75fVF4HMbvvb0wqWFZNGXo > .row .container > .video-iframe-container { display: none; }#e7utL0hi6q75fVF4HMbvvb0wqWFZNGXo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7utL0hi6q75fVF4HMbvvb0wqWFZNGXo > .row > .video-iframe-container { display: none; }#e7utL0hi6q75fVF4HMbvvb0wqWFZNGXo > .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); }#e7utL0hi6q75fVF4HMbvvb0wqWFZNGXo { border-width: 0; border-radius: 0; }#e7utL0hi6q75fVF4HMbvvb0wqWFZNGXo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e7utL0hi6q75fVF4HMbvvb0wqWFZNGXo > .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:17.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AKgQbDbQzH7ALSGVQfrz77JKHQxZTgkW { color:#000000;display:block;width:49.6875rem;position:absolute;font-family:avalon;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:6.3483905792238rem;left:12.65625rem;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; }
#TyKXfByMUHvDQwwzBca3bq44kvPw4R0i { color:#0c5389;display:block;width:37.5rem;position:absolute;font-family:avalon;font-size:2.6875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.1859436035156rem;left:3.4371910095215rem;height:3.49305625rem;font-style:normal;display:block; }
#GP7CSi5OdzpF6hNmyIWgQobVzZisCogJ { position:absolute;display:block;z-index:15026;background-color:#a2dc3b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:37.1875rem;top:4.4931945800781rem;left:3.4371910095215rem;display:block; }
#Duu5olGTOW6s7TTEdOkwWCm8elwrKreh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Duu5olGTOW6s7TTEdOkwWCm8elwrKreh > .row .container { background-color: transparent; background-image: none; }#Duu5olGTOW6s7TTEdOkwWCm8elwrKreh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Duu5olGTOW6s7TTEdOkwWCm8elwrKreh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Duu5olGTOW6s7TTEdOkwWCm8elwrKreh > .row .container > .video-iframe-container { display: none; }#Duu5olGTOW6s7TTEdOkwWCm8elwrKreh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Duu5olGTOW6s7TTEdOkwWCm8elwrKreh > .row > .video-iframe-container { display: none; }#Duu5olGTOW6s7TTEdOkwWCm8elwrKreh > .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); }#Duu5olGTOW6s7TTEdOkwWCm8elwrKreh > .row .container { border-width: 0; border-radius: 0; }#Duu5olGTOW6s7TTEdOkwWCm8elwrKreh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Duu5olGTOW6s7TTEdOkwWCm8elwrKreh > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#vGpuLKem0H63FIwiavIL0vprz0JPxGUq { color:#a2dc3b;display:block;width:45.685875rem;position:absolute;font-family:avalon;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.6893310546875rem;left:3.4371910095215rem;height:3.49319375rem;text-align:left;text-align-last:left;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; }
#KivTR6nEo4XQJXcV5EoB7kIt6ItKD9ex { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(245,250,241,0.8);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KivTR6nEo4XQJXcV5EoB7kIt6ItKD9ex > .row .container { background-color: transparent; background-image: none; }#KivTR6nEo4XQJXcV5EoB7kIt6ItKD9ex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KivTR6nEo4XQJXcV5EoB7kIt6ItKD9ex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KivTR6nEo4XQJXcV5EoB7kIt6ItKD9ex > .row .container > .video-iframe-container { display: none; }#KivTR6nEo4XQJXcV5EoB7kIt6ItKD9ex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KivTR6nEo4XQJXcV5EoB7kIt6ItKD9ex > .row > .video-iframe-container { display: none; }#KivTR6nEo4XQJXcV5EoB7kIt6ItKD9ex > .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); }#KivTR6nEo4XQJXcV5EoB7kIt6ItKD9ex > .row .container { border-width: 0; border-radius: 0; }#KivTR6nEo4XQJXcV5EoB7kIt6ItKD9ex > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KivTR6nEo4XQJXcV5EoB7kIt6ItKD9ex > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#RnqR2KgIuABrWNzSi7TEhD4DIXnThZce { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:31.5rem;top:2.5606536865234rem;left:19.936260223389rem;overflow:hidden;display:block; }
#h3tNo593QHV2BNPVepdTD8nT3BdErTgt { color:#000000;display:block;width:17.5rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:3.2487487792969rem;left:2.1862621307373rem;height:8.75rem;text-align:right;text-align-last:right;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; }
#bJsdNtTb2dLL0TNuJfR9q3dtIpJmqsTl { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:15.682250976562rem;left:3.1228332519531rem;height:7rem;text-align:right;text-align-last:right;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; }
#TDOFC155mQCGpZqCM8HmOCS9PDU7cZqs { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:3.2487487792969rem;left:51.748760223389rem;height:;text-align:left;text-align-last:left;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; }
#vUq2aIZ65HvqV9K2OJL91asun59SiMxf { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:6.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:10.561264038086rem;left:32.497833251953rem;display:block; }
#lTbTOVQnTwSFebSpyG9kBApmFAizQs2s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DZdQwS8vJOqb65oPlOqaCeQS0I7CgWTC { color:#a2dc3b;display:block;width:27.5rem;position:absolute;font-family:avalon;font-size:1.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:20.773529052734rem;left:41.432548522949rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#guuao3q038JnofeybGXz3pgzNBBQSFnl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a2dc3b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#guuao3q038JnofeybGXz3pgzNBBQSFnl > .row .container { background-color: transparent; background-image: none; }#guuao3q038JnofeybGXz3pgzNBBQSFnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuao3q038JnofeybGXz3pgzNBBQSFnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuao3q038JnofeybGXz3pgzNBBQSFnl > .row .container > .video-iframe-container { display: none; }#guuao3q038JnofeybGXz3pgzNBBQSFnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuao3q038JnofeybGXz3pgzNBBQSFnl > .row > .video-iframe-container { display: none; }#guuao3q038JnofeybGXz3pgzNBBQSFnl > .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); }#guuao3q038JnofeybGXz3pgzNBBQSFnl > .row .container { border-width: 0; border-radius: 0; }#guuao3q038JnofeybGXz3pgzNBBQSFnl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guuao3q038JnofeybGXz3pgzNBBQSFnl > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#sIWPfKRzK53RBdJBt6m2ZituQKQM6eAA { color:#0c5389;display:block;width:45.685875rem;position:absolute;font-family:avalon;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.75185775756838rem;left:3.4375rem;height:3.49335rem;text-align:left;text-align-last:left;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; }
#a4wk7C0TwfATV6U0IBqCuyrQ21C1a9Td { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a4wk7C0TwfATV6U0IBqCuyrQ21C1a9Td > .row .container { background-color: transparent; background-image: none; }#a4wk7C0TwfATV6U0IBqCuyrQ21C1a9Td::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4wk7C0TwfATV6U0IBqCuyrQ21C1a9Td > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4wk7C0TwfATV6U0IBqCuyrQ21C1a9Td > .row .container > .video-iframe-container { display: none; }#a4wk7C0TwfATV6U0IBqCuyrQ21C1a9Td > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4wk7C0TwfATV6U0IBqCuyrQ21C1a9Td > .row > .video-iframe-container { display: none; }#a4wk7C0TwfATV6U0IBqCuyrQ21C1a9Td > .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); }#a4wk7C0TwfATV6U0IBqCuyrQ21C1a9Td > .row .container { border-width: 0; border-radius: 0; }#a4wk7C0TwfATV6U0IBqCuyrQ21C1a9Td > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4wk7C0TwfATV6U0IBqCuyrQ21C1a9Td > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#eSs8QBQq5LQ0IQXkeefspTaSJsXdhsNy { color:#a2dc3b;display:block;width:10rem;position:absolute;font-family:avalon;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:5.1856384277344rem;left:11rem;height:;text-align:left;text-align-last:left;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; }
#qd1TUrT65TKfBTFu5PmDTewORkDpRBGm { box-sizing:content-box;color:#a2dc3b;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:4.7483520507812rem;left:8.125rem;display:block; }
#QEOAvOZ6MddH6QkT31s56ENEKfKT9uFc { color:#a2dc3b;display:block;width:11.375rem;position:absolute;font-family:avalon;font-size:2.5625rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:1.18603515625rem;left:8.75rem;height:3.58680625rem;text-align:left;text-align-last:left;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; }
#KZh1MoiXLNBmPekd6JsCF10mdznQSxik { color:#a2dc3b;display:block;width:57.5rem;position:absolute;font-family:avalon;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.7489624023438rem;left:8.75rem;height:2.10009375rem;text-align:left;text-align-last:left;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; }
#LKgJfazexsJTw3Hibh8y4FeIR5CoEa4h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LKgJfazexsJTw3Hibh8y4FeIR5CoEa4h > .row .container { background-color: transparent; background-image: none; }#LKgJfazexsJTw3Hibh8y4FeIR5CoEa4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKgJfazexsJTw3Hibh8y4FeIR5CoEa4h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKgJfazexsJTw3Hibh8y4FeIR5CoEa4h > .row .container > .video-iframe-container { display: none; }#LKgJfazexsJTw3Hibh8y4FeIR5CoEa4h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKgJfazexsJTw3Hibh8y4FeIR5CoEa4h > .row > .video-iframe-container { display: none; }#LKgJfazexsJTw3Hibh8y4FeIR5CoEa4h > .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); }#LKgJfazexsJTw3Hibh8y4FeIR5CoEa4h > .row .container { border-width: 0; border-radius: 0; }#LKgJfazexsJTw3Hibh8y4FeIR5CoEa4h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LKgJfazexsJTw3Hibh8y4FeIR5CoEa4h > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#KQl5xrrv0u232IzZ3FizKSG6CQBxoa6D { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:1.248966217041rem;left:10.875rem;height:;text-align:left;text-align-last:left;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; }
#meOt1QOT1tTyB8ZdXJFBy9mwn0tUQOSI { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:5.936466217041rem;left:11.5rem;height:;text-align:left;text-align-last:left;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; }
#gc2wkXOF8Ro3UyDETi0118k5aJTrDCdO { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:0.9375rem;left:8rem;display:block; }
#n9OhgSiIuGdftnUG1ewKhphayUK6sI0N { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:5.8745880126953rem;left:8.5rem;display:block; }
#eeICUc5PLG4eAw2ElwZXAhpA7rAm9308 { position:absolute;display:block;z-index:15027;background-color:#a9d635;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:0.0625rem;top:1.9987602233887rem;left:9.375rem;display:block; }
#ZUtPBqKcRypJsAvvOC0iNxDgNn8giBun { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:12.623760223389rem;left:10.875rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#tlaQZQKfTLvvTQ0RNGn5H1iXp1eLICg1 { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:15.436260223389rem;left:11.5rem;height:3.14930625rem;text-align:left;text-align-last:left;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; }
#kh8FDdHc66poMK8zqwxAW5r06q1tIVTH { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:15.436260223389rem;left:8.5rem;display:block; }
#HcyBFl8uaFivaxe3UTrMe5EM09Eq6JN8 { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:12.249378204346rem;left:8rem;display:block; }
#oClWUNqLCN4CM8vadIaGm1Fbzt54GK4U { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:23.436466217041rem;left:11.5rem;height:;text-align:left;text-align-last:left;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; }
#iaazieFlA0Ca3Zd68VUPRuHcZaxJiamL { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:20.623966217041rem;left:10.875rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#UexJSp6dmWBeNEb5I0wJz7FhK5CiaTN9 { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:20.249584197998rem;left:8rem;display:block; }
#TiAHRlGkwmDHNTfRxzS9TurzbPAd82HP { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:23.436466217041rem;left:8.5rem;display:block; }
#UZPIwdU8nlxGLMiCHvSvkCT4KqeI5uR3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UZPIwdU8nlxGLMiCHvSvkCT4KqeI5uR3 > .row .container { background-color: transparent; background-image: none; }#UZPIwdU8nlxGLMiCHvSvkCT4KqeI5uR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZPIwdU8nlxGLMiCHvSvkCT4KqeI5uR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZPIwdU8nlxGLMiCHvSvkCT4KqeI5uR3 > .row .container > .video-iframe-container { display: none; }#UZPIwdU8nlxGLMiCHvSvkCT4KqeI5uR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZPIwdU8nlxGLMiCHvSvkCT4KqeI5uR3 > .row > .video-iframe-container { display: none; }#UZPIwdU8nlxGLMiCHvSvkCT4KqeI5uR3 > .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); }#UZPIwdU8nlxGLMiCHvSvkCT4KqeI5uR3 > .row .container { border-width: 0; border-radius: 0; }#UZPIwdU8nlxGLMiCHvSvkCT4KqeI5uR3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZPIwdU8nlxGLMiCHvSvkCT4KqeI5uR3 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#HTyPHVaD5In6QIp8g1BGDyW7vxssAupW { color:#a2dc3b;display:block;width:10rem;position:absolute;font-family:avalon;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:5.1864776611328rem;left:11rem;height:;text-align:left;text-align-last:left;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; }
#hN2umb2wFE9dKymssNK9ikvVpZ4R3xJZ { box-sizing:content-box;color:#a2dc3b;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:4.7491760253906rem;left:8.125rem;display:block; }
#T5XQTNTpsJyUe1NtB6zn2H4CdcSoZPZp { color:#a2dc3b;display:block;width:11.375rem;position:absolute;font-family:avalon;font-size:2.5625rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:1.1866760253906rem;left:8.625rem;height:;text-align:left;text-align-last:left;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; }
#n1P3hnG0rTMONgXseDtEQ0oHAvf58Lay { color:#a2dc3b;display:block;width:57.5rem;position:absolute;font-family:avalon;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.7491760253906rem;left:8.75rem;height:4.2001875rem;text-align:left;text-align-last:left;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; }
#Fen4RM06o6isQ1o8gtD32nNT4cSbDpVy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fen4RM06o6isQ1o8gtD32nNT4cSbDpVy > .row .container { background-color: transparent; background-image: none; }#Fen4RM06o6isQ1o8gtD32nNT4cSbDpVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fen4RM06o6isQ1o8gtD32nNT4cSbDpVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fen4RM06o6isQ1o8gtD32nNT4cSbDpVy > .row .container > .video-iframe-container { display: none; }#Fen4RM06o6isQ1o8gtD32nNT4cSbDpVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fen4RM06o6isQ1o8gtD32nNT4cSbDpVy > .row > .video-iframe-container { display: none; }#Fen4RM06o6isQ1o8gtD32nNT4cSbDpVy > .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); }#Fen4RM06o6isQ1o8gtD32nNT4cSbDpVy > .row .container { border-width: 0; border-radius: 0; }#Fen4RM06o6isQ1o8gtD32nNT4cSbDpVy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fen4RM06o6isQ1o8gtD32nNT4cSbDpVy > .row .container { font-size:0.875rem;font-family:arial;height:91.875rem;width:75rem;position:relative;display:block; }#yFJ22aaxob1Ql4qkQhnzTFb0x8zP7I07 { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:1.25rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#lwb4BHwo6QiMt2k2xLcmZnBTaxBOeCJt { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:11.5625rem;height:6.298625rem;text-align:left;text-align-last:left;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; }
#UWAy7IaB0Ogq5Hrz6Z2LHdEgE0PkbFBm { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:0.9375rem;left:8.0625rem;display:block; }
#XaVJN5chsVNzqGwXs6tUfnv8pJbbdHaB { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:4rem;left:8.5625rem;display:block; }
#Ftombd1JVdzELKyV1y8gThOXQqqu6Iry { position:absolute;display:block;z-index:15027;background-color:#a9d635;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:85.625rem;width:0.0625rem;top:2rem;left:9.375rem;display:block; }
#mRuXthxs6UvOw9MBhPUsTsr3HSwB1bIT { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:12.3125rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#wgPXescWrTH4ITfBkV4mAwqyMMpR7h8w { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:15.125rem;left:11.5625rem;height:4.72395625rem;text-align:left;text-align-last:left;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; }
#n8Wr46ClriZKyW98MHkxmeoEz0iGqkdl { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:15.125rem;left:8.5625rem;display:block; }
#fSANGJFbqZ0l49kTXv18ah34uJs613RT { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:11.9375rem;left:8.0625rem;display:block; }
#wmrC3wW3GSpkMi2y5xqC2FyeDR8DLMox { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:24.625rem;left:11.5625rem;height:3.14930625rem;text-align:left;text-align-last:left;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; }
#ruTu2zGJkpf16ea4IdgCfEfdT0aRGqT9 { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:21.8125rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#RFS17wpvgT62KRC4xkt3QE0Cww7fAML5 { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:21.4375rem;left:8.0625rem;display:block; }
#LbUJ2fmmpZlPi6wMDTpXCvddBrC4AGdd { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:24.625rem;left:8.5625rem;display:block; }
#WbyMGoDwe3GivtTvtDhNBkIs2xRXRAEO { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:32.5625rem;left:11.5625rem;height:;text-align:left;text-align-last:left;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; }
#rJnzOBd2Az8JFAdC8TyWwysLLz19UnB7 { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:29.75rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#gIgIEbP5o7bVNmkCiy6klOpCPaZ81qOp { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:29.375rem;left:8.0625rem;display:block; }
#bn6qlFXGDxEseLBDkT1A4X9ivrJBxXJI { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:32.5625rem;left:8.5625rem;display:block; }
#znq6C1qLFdRXo9l0JRp7EsB5DywuDssL { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:42rem;left:11.5625rem;height:4.72395625rem;text-align:left;text-align-last:left;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; }
#i4PWClDrEsWXKHS1wkJSXqBBruNwutXS { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:38.8125rem;left:8.0625rem;display:block; }
#cw8qT97oF62KEUXfD4HbQ3eiVZ6MToDL { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:42rem;left:8.5625rem;display:block; }
#o7Q7Vorbt7gmpVQ2kg4M5dVbtkwyLbZ8 { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:39.1875rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#y7Xsl69UU5XfqnHUz7FmzA5xNXqqeSk1 { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:51.6875rem;left:11.5625rem;height:;text-align:left;text-align-last:left;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; }
#gSeiZlmH0JgJCZCXGHyx3C6Qu1zNsDf5 { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15054;top:51.6875rem;left:8.5625rem;display:block; }
#Z1Bp7CVh7Waw6TeQTdTItDP2BVZcHvkm { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:48.5rem;left:8.0625rem;display:block; }
#tPavnZqEGtDVdxyeFnGyNldhb10wKQNN { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:48.875rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#hDHm4BaO9VNVBS9xRU4Bnfz4ZtovuTgR { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:61.1875rem;left:11.5625rem;height:4.72395625rem;text-align:left;text-align-last:left;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; }
#WWMtJQmDNXESE0cMNTGuZCWzsrt1lTFE { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:58.375rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#zZUpQNSwTDCFOPCCVKknQHQH9G3VH1ZB { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:58rem;left:8.0625rem;display:block; }
#wA4LTxeUIy8ylJbzIRHPezQCESEiBE5y { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:61.1875rem;left:8.5625rem;display:block; }
#y6A1No8iRsNX8MM158SMVqSrL9wbc5XO { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:70.75rem;left:11.5625rem;height:;text-align:left;text-align-last:left;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; }
#VoTz6VRvanApGEF23iJvShWVvoopNFeT { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15062;top:70.75rem;left:8.5625rem;display:block; }
#FLf8RnlftJKrMOxseSTVTcnmKTWuUwSh { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15055;top:67.5625rem;left:8.0625rem;display:block; }
#IN1nqZg5WCgSUsdUiMhEh0GEWFRXioln { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:67.9375rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#pNeaUhuGrDVRKmpJaLPG1fxUoZXAifHF { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:78.625rem;left:11.5625rem;height:3.14930625rem;text-align:left;text-align-last:left;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; }
#viuWGV8CefHV6iUdTRb3ox6bGfOX0stC { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:78.625rem;left:8.5625rem;display:block; }
#GqOEGTCJ9EdOV2pHmgdRvsMG5dsyfo6M { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:75.4375rem;left:8.0625rem;display:block; }
#mrKzVBRd6X1eD21MTEzueTgATAkSgKyx { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:75.8125rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#zkak2BHfXTXLkQgyXLXcWxicSg3WNuiK { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:86.75rem;left:11.5625rem;height:3.14930625rem;text-align:left;text-align-last:left;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; }
#ecGf4sWTiqK7Z4zT5WHB5Mbhgdl9haxM { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:86.75rem;left:8.5625rem;display:block; }
#Mnqi1MeDTGlps0H2oWdPrqWaynTmVmfP { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:83.5625rem;left:8.0625rem;display:block; }
#Bc5pi2t8U3IDQ2zln9JJuCuIETnENDnv { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:83.9375rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#K7GAB9TGvzSdcHpd6e9LutyS5e39HWVQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K7GAB9TGvzSdcHpd6e9LutyS5e39HWVQ > .row .container { background-color: transparent; background-image: none; }#K7GAB9TGvzSdcHpd6e9LutyS5e39HWVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7GAB9TGvzSdcHpd6e9LutyS5e39HWVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7GAB9TGvzSdcHpd6e9LutyS5e39HWVQ > .row .container > .video-iframe-container { display: none; }#K7GAB9TGvzSdcHpd6e9LutyS5e39HWVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7GAB9TGvzSdcHpd6e9LutyS5e39HWVQ > .row > .video-iframe-container { display: none; }#K7GAB9TGvzSdcHpd6e9LutyS5e39HWVQ > .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); }#K7GAB9TGvzSdcHpd6e9LutyS5e39HWVQ > .row .container { border-width: 0; border-radius: 0; }#K7GAB9TGvzSdcHpd6e9LutyS5e39HWVQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7GAB9TGvzSdcHpd6e9LutyS5e39HWVQ > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#BGxlmkMvtLQFZSlLXwQUlJ0Ql2KTiqDB { color:#a2dc3b;display:block;width:10rem;position:absolute;font-family:avalon;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:1.4984531402588rem;left:10.999380111694rem;height:;text-align:left;text-align-last:left;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; }
#RP18hrWednJ68y3fVsuhqz751SdnbGI9 { box-sizing:content-box;color:#a2dc3b;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:1.0612621307373rem;left:8.1246891021731rem;display:block; }
#DZXmwBVKhnQf6PNEBXc6KoCQkyVEA3xD { color:#a2dc3b;display:block;width:57.5rem;position:absolute;font-family:avalon;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:4.9981536865234rem;left:8.7484531402587rem;height:2.10009375rem;text-align:left;text-align-last:left;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; }
#g2owx6rvTD6O7BUs2omoIryysXmD7Uy3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g2owx6rvTD6O7BUs2omoIryysXmD7Uy3 > .row .container { background-color: transparent; background-image: none; }#g2owx6rvTD6O7BUs2omoIryysXmD7Uy3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2owx6rvTD6O7BUs2omoIryysXmD7Uy3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2owx6rvTD6O7BUs2omoIryysXmD7Uy3 > .row .container > .video-iframe-container { display: none; }#g2owx6rvTD6O7BUs2omoIryysXmD7Uy3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2owx6rvTD6O7BUs2omoIryysXmD7Uy3 > .row > .video-iframe-container { display: none; }#g2owx6rvTD6O7BUs2omoIryysXmD7Uy3 > .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); }#g2owx6rvTD6O7BUs2omoIryysXmD7Uy3 > .row .container { border-width: 0; border-radius: 0; }#g2owx6rvTD6O7BUs2omoIryysXmD7Uy3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2owx6rvTD6O7BUs2omoIryysXmD7Uy3 > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#b6M4zKgFRZl6NApJCN0PMlbi9KiwPdqT { color:#a2dc3b;display:block;width:10rem;position:absolute;font-family:avalon;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:5.1864776611328rem;left:11rem;height:;text-align:left;text-align-last:left;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; }
#vgWrAnizZDsq8vDsMOef8p9fqkgOiwat { box-sizing:content-box;color:#a2dc3b;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:4.7491760253906rem;left:8.125rem;display:block; }
#iliVwm9EdqbDQZLDIQ5yANs0v3zXdlGQ { color:#a2dc3b;display:block;width:11.375rem;position:absolute;font-family:avalon;font-size:2.5625rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:1.1866760253906rem;left:8.625rem;height:3.58680625rem;text-align:left;text-align-last:left;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; }
#UKPtfFz0oma6sLcNFE900rAVM5Mvh6Un { color:#a2dc3b;display:block;width:57.5rem;position:absolute;font-family:avalon;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.7491760253906rem;left:8.75rem;height:2.10009375rem;text-align:left;text-align-last:left;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; }
#GO1U30qnoiMbzsK1UXP9e4yhEPUXk49s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GO1U30qnoiMbzsK1UXP9e4yhEPUXk49s > .row .container { background-color: transparent; background-image: none; }#GO1U30qnoiMbzsK1UXP9e4yhEPUXk49s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GO1U30qnoiMbzsK1UXP9e4yhEPUXk49s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GO1U30qnoiMbzsK1UXP9e4yhEPUXk49s > .row .container > .video-iframe-container { display: none; }#GO1U30qnoiMbzsK1UXP9e4yhEPUXk49s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GO1U30qnoiMbzsK1UXP9e4yhEPUXk49s > .row > .video-iframe-container { display: none; }#GO1U30qnoiMbzsK1UXP9e4yhEPUXk49s > .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); }#GO1U30qnoiMbzsK1UXP9e4yhEPUXk49s > .row .container { border-width: 0; border-radius: 0; }#GO1U30qnoiMbzsK1UXP9e4yhEPUXk49s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GO1U30qnoiMbzsK1UXP9e4yhEPUXk49s > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#bnBHLVaFL0KCz9fueagh883TfSfihzUy { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:1.25rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#LpHL6epWmczhTawcI5VLERdHF68gmFuX { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:4.125rem;left:11.5625rem;height:3.14930625rem;text-align:left;text-align-last:left;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; }
#K1Zggz57GxMRJD8d7p4CfJLmwdvKXpr9 { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:0.9375rem;left:8.0625rem;display:block; }
#S9AKmFeEOsTdaDzoGPEKpq2uCNclEKKQ { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:4.0625rem;left:8.5625rem;display:block; }
#A2Cw4rTkVzxkkl929HBHLiFbJPyfITmp { position:absolute;display:block;z-index:15027;background-color:#a9d635;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:0.0625rem;top:2.0625rem;left:9.375rem;display:block; }
#VCiByZe1LuZrdl7TsQAS3ppJhkix5zSv { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:9.3125rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#wlcXXR8PsLhvWlccgrm6QQqD4XX1T7rH { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:12.125rem;left:11.5625rem;height:3.14930625rem;text-align:left;text-align-last:left;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; }
#vN8TVi6Xm9ZFdT9oRZsAmivFLNByXa0Z { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.125rem;left:8.5625rem;display:block; }
#FpLfUSvmFspS3u2M0zDO7qQMGcsohTTO { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:8.9375rem;left:8.0625rem;display:block; }
#XTVgh882g3aoIc1nTsQOiyrwAT2POicS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XTVgh882g3aoIc1nTsQOiyrwAT2POicS > .row .container { background-color: transparent; background-image: none; }#XTVgh882g3aoIc1nTsQOiyrwAT2POicS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTVgh882g3aoIc1nTsQOiyrwAT2POicS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTVgh882g3aoIc1nTsQOiyrwAT2POicS > .row .container > .video-iframe-container { display: none; }#XTVgh882g3aoIc1nTsQOiyrwAT2POicS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTVgh882g3aoIc1nTsQOiyrwAT2POicS > .row > .video-iframe-container { display: none; }#XTVgh882g3aoIc1nTsQOiyrwAT2POicS > .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); }#XTVgh882g3aoIc1nTsQOiyrwAT2POicS > .row .container { border-width: 0; border-radius: 0; }#XTVgh882g3aoIc1nTsQOiyrwAT2POicS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTVgh882g3aoIc1nTsQOiyrwAT2POicS > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#IAmtup1IE0U8zMFsIMZEQ1RIkGqo2CMu { color:#a2dc3b;display:block;width:10rem;position:absolute;font-family:avalon;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:5.1864776611328rem;left:11rem;height:;text-align:left;text-align-last:left;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; }
#N7wvkkiFo9MyDRuQomU02AlmBXqJHDzg { box-sizing:content-box;color:#a2dc3b;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:4.7491760253906rem;left:8.125rem;display:block; }
#LeN9OBZJVyTLhC4zCdkvWp60HqXHb7Gh { color:#a2dc3b;display:block;width:11.375rem;position:absolute;font-family:avalon;font-size:2.5625rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:1.1866760253906rem;left:8.625rem;height:;text-align:left;text-align-last:left;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; }
#Q1pihcTrRaL0HT55eNFwR7ZGxw2saHPE { color:#a2dc3b;display:block;width:57.5rem;position:absolute;font-family:avalon;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.7491760253906rem;left:8.75rem;height:4.2001875rem;text-align:left;text-align-last:left;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; }
#Kl1HOivqB5izvPMPq7yO0BPbTTGzJJJc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kl1HOivqB5izvPMPq7yO0BPbTTGzJJJc > .row .container { background-color: transparent; background-image: none; }#Kl1HOivqB5izvPMPq7yO0BPbTTGzJJJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kl1HOivqB5izvPMPq7yO0BPbTTGzJJJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kl1HOivqB5izvPMPq7yO0BPbTTGzJJJc > .row .container > .video-iframe-container { display: none; }#Kl1HOivqB5izvPMPq7yO0BPbTTGzJJJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kl1HOivqB5izvPMPq7yO0BPbTTGzJJJc > .row > .video-iframe-container { display: none; }#Kl1HOivqB5izvPMPq7yO0BPbTTGzJJJc > .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); }#Kl1HOivqB5izvPMPq7yO0BPbTTGzJJJc > .row .container { border-width: 0; border-radius: 0; }#Kl1HOivqB5izvPMPq7yO0BPbTTGzJJJc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kl1HOivqB5izvPMPq7yO0BPbTTGzJJJc > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#enrvo9FgpEisSzvyREhAgsB4lyT31NEN { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:1.25rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#A6SkZnpTRIzaOWJBudTgsZ42EGo8UA8k { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:4.125rem;left:11.5625rem;height:6.298625rem;text-align:left;text-align-last:left;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; }
#iPc3GVQp4TuqQyeT2g7FqnSBrFDDD1E0 { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:0.9375rem;left:8.0625rem;display:block; }
#GtstTpc5WGDbzny5QpCWtvF5iumA5T0A { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:4.0625rem;left:8.5625rem;display:block; }
#qQF6yWJWDdg3fN2oqiewwuIkrfJRvtFo { position:absolute;display:block;z-index:15027;background-color:#a9d635;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:0.0625rem;top:2rem;left:9.375rem;display:block; }
#lC8IouDH4deHLKgCVv4M1u75AwZRDbhD { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:12.375rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#MVkV3OETUM4OvWIfEcLvZtVTImRF0cMU { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:15.1875rem;left:11.5625rem;height:3.14930625rem;text-align:left;text-align-last:left;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; }
#vUEK2FyhIbKRiimJRIC3Ewl0AHTQ1QfW { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:15.1875rem;left:8.5625rem;display:block; }
#XONm0tcUZaoIHkDZ75Q2TBGzdomzd4UO { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:12rem;left:8.0625rem;display:block; }
#yc4D2VqM8F5lcAqNiMeyM8lgoiBQZlIG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yc4D2VqM8F5lcAqNiMeyM8lgoiBQZlIG > .row .container { background-color: transparent; background-image: none; }#yc4D2VqM8F5lcAqNiMeyM8lgoiBQZlIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yc4D2VqM8F5lcAqNiMeyM8lgoiBQZlIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yc4D2VqM8F5lcAqNiMeyM8lgoiBQZlIG > .row .container > .video-iframe-container { display: none; }#yc4D2VqM8F5lcAqNiMeyM8lgoiBQZlIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yc4D2VqM8F5lcAqNiMeyM8lgoiBQZlIG > .row > .video-iframe-container { display: none; }#yc4D2VqM8F5lcAqNiMeyM8lgoiBQZlIG > .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); }#yc4D2VqM8F5lcAqNiMeyM8lgoiBQZlIG > .row .container { border-width: 0; border-radius: 0; }#yc4D2VqM8F5lcAqNiMeyM8lgoiBQZlIG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yc4D2VqM8F5lcAqNiMeyM8lgoiBQZlIG > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#wkTme9AzWm1IP3fL3wZqMDc8qv7oHapb { color:#a2dc3b;display:block;width:10rem;position:absolute;font-family:avalon;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:5.1864776611328rem;left:11rem;height:;text-align:left;text-align-last:left;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; }
#i1NFV46tRotal1aHznwVbzDKLFr6u0tx { box-sizing:content-box;color:#a2dc3b;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:4.7491760253906rem;left:8.125rem;display:block; }
#TONEb7hxCuZ90ATstyTGfwvMKh1edycG { color:#a2dc3b;display:block;width:11.375rem;position:absolute;font-family:avalon;font-size:2.5625rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:1.1866760253906rem;left:8.625rem;height:;text-align:left;text-align-last:left;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; }
#f321BT3FeNlWWUTy55hXTP7qM2aCIcoq { color:#a2dc3b;display:block;width:57.5rem;position:absolute;font-family:avalon;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.7491760253906rem;left:8.75rem;height:;text-align:left;text-align-last:left;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; }
#u9vvvsVs9taGIQlNPLcmimlynOFZuo59 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u9vvvsVs9taGIQlNPLcmimlynOFZuo59 > .row .container { background-color: transparent; background-image: none; }#u9vvvsVs9taGIQlNPLcmimlynOFZuo59::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9vvvsVs9taGIQlNPLcmimlynOFZuo59 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9vvvsVs9taGIQlNPLcmimlynOFZuo59 > .row .container > .video-iframe-container { display: none; }#u9vvvsVs9taGIQlNPLcmimlynOFZuo59 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9vvvsVs9taGIQlNPLcmimlynOFZuo59 > .row > .video-iframe-container { display: none; }#u9vvvsVs9taGIQlNPLcmimlynOFZuo59 > .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); }#u9vvvsVs9taGIQlNPLcmimlynOFZuo59 > .row .container { border-width: 0; border-radius: 0; }#u9vvvsVs9taGIQlNPLcmimlynOFZuo59 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u9vvvsVs9taGIQlNPLcmimlynOFZuo59 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#PZx5yJNASKdyoor8eHbN5lgCHLXllfPM { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:1.25rem;left:10.9375rem;height:;text-align:left;text-align-last:left;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; }
#eqewIpPM2nfhTgdr1MZSvq0VZ3FyMAQO { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:4.125rem;left:11.5625rem;height:;text-align:left;text-align-last:left;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; }
#mx3BshyZW6KFawiBufkUWaXofQt1E62O { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:0.9375rem;left:8.0625rem;display:block; }
#pvn1J2OWRDJ9WxZsdSLelqueKACEGGOt { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:4.0625rem;left:8.5625rem;display:block; }
#fXQZ5zwykdzqtQgrX740CFSHZLNi3Snp { position:absolute;display:block;z-index:15027;background-color:#a9d635;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:0.0625rem;top:2rem;left:9.375rem;display:block; }
#B4rwfyc0QvlmTAPfTiI2XiCTKKDkaMci { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:9.2491760253906rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#LbbiGeKEoSSE2GBU0PTmZ4TWCPeAbChy { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:12.061676025391rem;left:11.5625rem;height:;text-align:left;text-align-last:left;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; }
#ae39K4Tu90xK4vv7MC7h6IDhB9qIg3yV { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.061248779297rem;left:8.5621891021731rem;display:block; }
#QQP7CxAGVK2eGMZ5dMS3doqcHb7LPcFK { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:8.8747940063475rem;left:8rem;display:block; }
#vP1T0JXSFGSLr1ZGV9vmQ2Z2FsdGmSpz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vP1T0JXSFGSLr1ZGV9vmQ2Z2FsdGmSpz > .row .container { background-color: transparent; background-image: none; }#vP1T0JXSFGSLr1ZGV9vmQ2Z2FsdGmSpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vP1T0JXSFGSLr1ZGV9vmQ2Z2FsdGmSpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vP1T0JXSFGSLr1ZGV9vmQ2Z2FsdGmSpz > .row .container > .video-iframe-container { display: none; }#vP1T0JXSFGSLr1ZGV9vmQ2Z2FsdGmSpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vP1T0JXSFGSLr1ZGV9vmQ2Z2FsdGmSpz > .row > .video-iframe-container { display: none; }#vP1T0JXSFGSLr1ZGV9vmQ2Z2FsdGmSpz > .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); }#vP1T0JXSFGSLr1ZGV9vmQ2Z2FsdGmSpz > .row .container { border-width: 0; border-radius: 0; }#vP1T0JXSFGSLr1ZGV9vmQ2Z2FsdGmSpz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vP1T0JXSFGSLr1ZGV9vmQ2Z2FsdGmSpz > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#FnzT0iy9OzqgTaONopiDiqI6pUxh8F7U { color:#a2dc3b;display:block;width:10rem;position:absolute;font-family:avalon;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:5.1864776611328rem;left:11rem;height:;text-align:left;text-align-last:left;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; }
#bxiiKF8ylFaMqUmbzPvhhRa4k2P9Apd7 { box-sizing:content-box;color:#a2dc3b;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:4.7491760253906rem;left:8.125rem;display:block; }
#HdPNEFAsK6qiMPV5bVQb0oI5Kdm5qt3n { color:#a2dc3b;display:block;width:11.375rem;position:absolute;font-family:avalon;font-size:2.5625rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:1.1866760253906rem;left:8.625rem;height:;text-align:left;text-align-last:left;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; }
#RQ4PgdXC7hEcDJ6ZLEtMQPleMUNzZQXZ { color:#a2dc3b;display:block;width:57.5rem;position:absolute;font-family:avalon;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.7491760253906rem;left:8.75rem;height:2.10009375rem;text-align:left;text-align-last:left;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; }
#Mqb4JdTQRO9C0IqkDdTpUr504Gte20Tm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mqb4JdTQRO9C0IqkDdTpUr504Gte20Tm > .row .container { background-color: transparent; background-image: none; }#Mqb4JdTQRO9C0IqkDdTpUr504Gte20Tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mqb4JdTQRO9C0IqkDdTpUr504Gte20Tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mqb4JdTQRO9C0IqkDdTpUr504Gte20Tm > .row .container > .video-iframe-container { display: none; }#Mqb4JdTQRO9C0IqkDdTpUr504Gte20Tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mqb4JdTQRO9C0IqkDdTpUr504Gte20Tm > .row > .video-iframe-container { display: none; }#Mqb4JdTQRO9C0IqkDdTpUr504Gte20Tm > .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); }#Mqb4JdTQRO9C0IqkDdTpUr504Gte20Tm > .row .container { border-width: 0; border-radius: 0; }#Mqb4JdTQRO9C0IqkDdTpUr504Gte20Tm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mqb4JdTQRO9C0IqkDdTpUr504Gte20Tm > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#KAo2RI3EieoLPNKnE3u937y2ZJdUBEFm { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:1.25rem;left:10.9375rem;height:1.75rem;text-align:left;text-align-last:left;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; }
#Bz3R1RJ44t9GbV99UMKCh3QcfLzMzeTi { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:4.125rem;left:11.5625rem;height:3.14930625rem;text-align:left;text-align-last:left;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; }
#h7BCuOIZUhboFxcT5oNJ0a1VsbguyQF0 { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:0.9375rem;left:8.0625rem;display:block; }
#fstmx2OVvRr7H8tnAgmA6IqXtPr80CXv { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:4.0625rem;left:8.5625rem;display:block; }
#ZpiW8oMibKcz67hlTBTrD779Dh0TSw4n { position:absolute;display:block;z-index:15027;background-color:#a9d635;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:0.0625rem;top:2rem;left:9.375rem;display:block; }
#bTo8yTpNCSq18S0xkqCxXB5TbhwGQWsZ { color:#a2dc3b;display:block;width:46.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:9.2491760253906rem;left:10.9375rem;height:;text-align:left;text-align-last:left;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; }
#yyWkFLkH7SC8JcLqG78TWpbdP3RniAh9 { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:12.061676025391rem;left:11.5625rem;height:3.14930625rem;text-align:left;text-align-last:left;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; }
#zJboL2b0TSrxwbSTcgoVnS7LKBhR4AQi { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.061279296875rem;left:8.5621891021731rem;display:block; }
#H0Ky7JdcB1GF67hHkO0ShJwkZPyXovFW { box-sizing:content-box;color:#a2dc3b;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:8.8747940063475rem;left:8rem;display:block; }
#AEzeMps85NohGxIq9sxqsePhhbJWtKWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AEzeMps85NohGxIq9sxqsePhhbJWtKWv > .row .container { background-color: transparent; background-image: none; }#AEzeMps85NohGxIq9sxqsePhhbJWtKWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEzeMps85NohGxIq9sxqsePhhbJWtKWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEzeMps85NohGxIq9sxqsePhhbJWtKWv > .row .container > .video-iframe-container { display: none; }#AEzeMps85NohGxIq9sxqsePhhbJWtKWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEzeMps85NohGxIq9sxqsePhhbJWtKWv > .row > .video-iframe-container { display: none; }#AEzeMps85NohGxIq9sxqsePhhbJWtKWv > .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); }#AEzeMps85NohGxIq9sxqsePhhbJWtKWv > .row .container { border-width: 0; border-radius: 0; }#AEzeMps85NohGxIq9sxqsePhhbJWtKWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEzeMps85NohGxIq9sxqsePhhbJWtKWv > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#dRB1RCihnDX5gFn8C3xGD5LxiDfuaSRc { color:#a2dc3b;display:block;width:10rem;position:absolute;font-family:avalon;font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:5.1864776611328rem;left:11rem;height:;text-align:left;text-align-last:left;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; }
#hDG8QJnqZDyHiWLm8ql9pvRyMcusQqWS { box-sizing:content-box;color:#a2dc3b;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:4.7491760253906rem;left:8.125rem;display:block; }
#v4H8TZJbh2xe77RAL3TSA78sxyBbty4K { color:#a2dc3b;display:block;width:11.375rem;position:absolute;font-family:avalon;font-size:2.5625rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:1.1866760253906rem;left:8.625rem;height:;text-align:left;text-align-last:left;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; }
#ybEJLEW9OofnrzKRyTaNTQ9By6hk8wxZ { color:#a2dc3b;display:block;width:57.5rem;position:absolute;font-family:avalon;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.7491760253906rem;left:8.75rem;height:2.10009375rem;text-align:left;text-align-last:left;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; }
#dR4Xqd7bT3QJqrP8eK5zdh5ODBgwh7f6 { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:11.997526168823rem;left:11.5625rem;height:;text-align:left;text-align-last:left;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; }
#xuUTGF9czKfPcyJFuwEA8Ap9Dq95sIut { box-sizing:content-box;color:#a2dc3b;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:11.961633682251rem;left:8.5625rem;display:block; }
#i4FBpJVl4Tdn3RLN2V9SZNSTnZ23aDP2 { position:relative;display:block; }#i4FBpJVl4Tdn3RLN2V9SZNSTnZ23aDP2 { background-color: transparent; background-image: none; }#i4FBpJVl4Tdn3RLN2V9SZNSTnZ23aDP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4FBpJVl4Tdn3RLN2V9SZNSTnZ23aDP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4FBpJVl4Tdn3RLN2V9SZNSTnZ23aDP2 > .row .container > .video-iframe-container { display: none; }#i4FBpJVl4Tdn3RLN2V9SZNSTnZ23aDP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4FBpJVl4Tdn3RLN2V9SZNSTnZ23aDP2 > .row > .video-iframe-container { display: none; }#i4FBpJVl4Tdn3RLN2V9SZNSTnZ23aDP2 > .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); }#i4FBpJVl4Tdn3RLN2V9SZNSTnZ23aDP2 { border-width: 0; border-radius: 0; }#i4FBpJVl4Tdn3RLN2V9SZNSTnZ23aDP2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i4FBpJVl4Tdn3RLN2V9SZNSTnZ23aDP2 > .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:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZGacBDGm8ENGdcmbkTBrdCaf3Vti3uTA { color:#0c5389;display:block;width:20.4373125rem;position:absolute;font-family:avalon;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.75185585021975rem;left:3.4375rem;height:3.49335rem;text-align:left;text-align-last:left;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; }
#otN7UsC7t6WyFFnNFSayXyVNKsLNsTym { position:relative;display:block; }#otN7UsC7t6WyFFnNFSayXyVNKsLNsTym { background-color: transparent; background-image: none; }#otN7UsC7t6WyFFnNFSayXyVNKsLNsTym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otN7UsC7t6WyFFnNFSayXyVNKsLNsTym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otN7UsC7t6WyFFnNFSayXyVNKsLNsTym > .row .container > .video-iframe-container { display: none; }#otN7UsC7t6WyFFnNFSayXyVNKsLNsTym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otN7UsC7t6WyFFnNFSayXyVNKsLNsTym > .row > .video-iframe-container { display: none; }#otN7UsC7t6WyFFnNFSayXyVNKsLNsTym > .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); }#otN7UsC7t6WyFFnNFSayXyVNKsLNsTym { border-width: 0; border-radius: 0; }#otN7UsC7t6WyFFnNFSayXyVNKsLNsTym > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#otN7UsC7t6WyFFnNFSayXyVNKsLNsTym > .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:19rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NafDSpkWFTfdNRI9KyqF5HO0pqkn3WHb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.062375rem;width:17.1875rem;top:1.4992418289184rem;left:54.654296875rem;overflow:hidden;display:block; }
#D3BqL0CW1ZGsCrLyxS6E0LrlvXmsdU7v { color:#0c5389;display:block;width:40rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:4.1074829101562rem;left:3.4375rem;height:13.5rem;text-align:left;text-align-last:left;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; }
#tkl4Smn69THBP3IPCXQLxSen31s82LCe { position:absolute;display:block;z-index:15026;background-color:#a2dc3b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.187174375rem;width:16.4995625rem;top:16.553820610046rem;left:54.749351501465rem;display:block; }
#zovmQpPdAkH8tnLxI5KTpoqy8c2zTAsz { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:avalon;font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:1.4071710375977rem;left:3.4375rem;height:2.0316375rem;font-style:normal;display:block; }
#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 { background-color:rgba(217,237,250,0.5);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .row .container { background-color: transparent; background-image: none; }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .row .container > .video-iframe-container { display: none; }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .row > .video-iframe-container { display: none; }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .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); }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .row .container { border-width: 0; border-radius: 0; }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#VQqfAicpNTTvht1rSiqvQ3P7p689Uzix { color:#a2dc3b;display:block;width:45.6875rem;position:absolute;font-family:avalon;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8741455078125rem;left:3.4375rem;height:2.76215rem;text-align:left;text-align-last:left;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; }
#xAhQP0BHUHzOzJUnBekxXectxsXGzMIG { box-sizing:content-box;color:#a2dc3b;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:6.4371948242188rem;left:5.3121891021729rem;display:block; }
#TLe49o9RGgmRNRkqFWuOqpoZDizvXqm5 { color:#002a84;display:block;width:16.5rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.2874755859375rem;left:11.8125rem;height:1.46180625rem;font-style:normal;display:block; }
#IwOMvEqQEcWWm0dTgEPCtOgCNFoLbk9Z { color:#002a84;display:block;width:14.375rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9rem;left:11.8125rem;height:3.25rem;font-style:normal;display:block; }
#DswTL1PZqXIrSbFAhsmgvvnyDq7CVgep { box-sizing:content-box;color:#a2dc3b;font-size:3.3125rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:15.499389648438rem;left:5.5618801116943rem;display:block; }
#Gb8QeHwKZ0KHgCk8MwCTSqkDohLGKMUk { color:#002a84;display:block;width:12.5rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.249389648438rem;left:11.8125rem;height:1.46180625rem;font-style:normal;display:block; }
#oToTgv24SPhGXfnqRqpfyuXk8N6rtdQ4 { color:#002a84;display:block;width:12.5rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:17.936889648438rem;left:11.810642242432rem;height:3.25rem;font-style:normal;display:block; }
#xBTQrVTZDTBbloKHdgAdu6gKuG4Jk5A3 { box-sizing:content-box;color:#a2dc3b;font-size:4.25rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:6.0621948242188rem;left:34.999378204346rem;display:block; }
#xw9XF5wQclobObm1Tyt69OJpqt1G5qo7 { color:#002a84;display:block;width:22rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:7.3746948242188rem;left:41.936878204346rem;height:1.46180625rem;font-style:normal;display:block; }
#nqnWAFxPTNDrShLl0pNx8TtUxV3UKVsL { color:#002a84;display:block;width:20.625rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.0621948242188rem;left:41.937187194824rem;height:3.25rem;font-style:normal;display:block; }
#Hkui7EqA8HfZyymc4gzuhZSA3K7SpbhT { box-sizing:content-box;color:#a2dc3b;font-size:3.5625rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:15.499389648438rem;left:35.561878204346rem;display:block; }
#ESRW5loS5bhW9BbQifuxcd6rhWKLs2uN { color:#002a84;display:block;width:14.6875rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:16.3125rem;left:41.936878204346rem;height:1.46180625rem;font-style:normal;display:block; }
#KTEfNBxasv8RTuwfGXJLnvHGkkzeMego { color:#002a84;display:block;width:26.875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:17.999084472656rem;left:41.936878204346rem;height:4.875rem;font-style:normal;display:block; }
#KTHTyToZqSXleK95kt57NTHMLwLyZceh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KTHTyToZqSXleK95kt57NTHMLwLyZceh > .row .container { background-color: transparent; background-image: none; }#KTHTyToZqSXleK95kt57NTHMLwLyZceh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTHTyToZqSXleK95kt57NTHMLwLyZceh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTHTyToZqSXleK95kt57NTHMLwLyZceh > .row .container > .video-iframe-container { display: none; }#KTHTyToZqSXleK95kt57NTHMLwLyZceh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTHTyToZqSXleK95kt57NTHMLwLyZceh > .row > .video-iframe-container { display: none; }#KTHTyToZqSXleK95kt57NTHMLwLyZceh > .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); }#KTHTyToZqSXleK95kt57NTHMLwLyZceh > .row .container { border-width: 0; border-radius: 0; }#KTHTyToZqSXleK95kt57NTHMLwLyZceh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTHTyToZqSXleK95kt57NTHMLwLyZceh > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#VE8Dpp9FvIffPdH1e65mdO2bx4Gikz9J { color:#a2dc3b;display:block;width:43.75rem;position:absolute;font-family:avalon;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.75082397460938rem;left:3.4375rem;height:3.49305625rem;text-align:left;text-align-last:left;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; }
#a5ZfFsrx11758WUqHT5CdqiIxxNzhsmz { position:relative;display:block; }#a5ZfFsrx11758WUqHT5CdqiIxxNzhsmz { background-color: transparent; background-image: none; }#a5ZfFsrx11758WUqHT5CdqiIxxNzhsmz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5ZfFsrx11758WUqHT5CdqiIxxNzhsmz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5ZfFsrx11758WUqHT5CdqiIxxNzhsmz > .row .container > .video-iframe-container { display: none; }#a5ZfFsrx11758WUqHT5CdqiIxxNzhsmz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5ZfFsrx11758WUqHT5CdqiIxxNzhsmz > .row > .video-iframe-container { display: none; }#a5ZfFsrx11758WUqHT5CdqiIxxNzhsmz > .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); }#a5ZfFsrx11758WUqHT5CdqiIxxNzhsmz { border-width: 0; border-radius: 0; }#a5ZfFsrx11758WUqHT5CdqiIxxNzhsmz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a5ZfFsrx11758WUqHT5CdqiIxxNzhsmz > .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:58.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZqB0TwyLO5cIO0sMVwZJaptvnf26qPKT { color:#002a84;display:block;width:16.3748125rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:11.87744140625rem;left:6.1262378692627rem;height:1.29948125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q950aOsEboJaVDTszaEr9Eqn1kv7G9Jp { color:#0c5389;display:block;width:10.1248125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3741750717163rem;left:24.843027114868rem;height:1.62530625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GwTDrt2IugZ7rUHcFaU6Pntt08T6PK22 { position:absolute;display:block;z-index:15002;background-color:#0c5389;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.125rem;width:10.6875rem;top:5.4981460571289rem;left:24.562501907349rem;display:block; }
#EIvDA4zuxQc5sLz3b3gAn11tPtVQkSel { color:#000000;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3727302551269rem;left:25.374174118042rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wbw90DfDA3g8GMHi2ZNixepLBWGUvlol { color:#134572;display:block;width:10.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.3741760253906rem;left:38.312089920044rem;height:1.62530625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LUFOBoTdWko4AeZN6ak8C30F1SGwoTeh { position:absolute;display:block;z-index:15020;background-color:#a2dc3b;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.125rem;width:10.6875rem;top:5.4971122741699rem;left:38.499795913696rem;display:block; }
#FEW8nXnlz2XomRgH5kx5X9X9xsNTTCL0 { color:#000000;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.3737640380863rem;left:39.312501907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VGe8QSKVgKKlM0xHVISFBRtk3L0mJV5a { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15053;top:11.123146057129rem;left:28.624380111694rem;display:block; }
#g73OcLH0ki7HMnvSOqJboAuJJSHuQhOy { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15071;top:11.12211227417rem;left:42.499177932739rem;display:block; }
#HJQuVk1pcvMr3exzEDNCH8FwyePLfgWQ { position:absolute;display:block;z-index:15010;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:14.499794006347rem;left:27.937086105347rem;display:none; }
#ZTeMxPEPcUvf7wTJ3qv7sMw6KyIoX7TX { position:absolute;display:block;z-index:15028;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:14.499794006347rem;left:41.874383926392rem;display:none; }
#nVXqUulZLMyvNDf5LD8tUcD7mEKOoTqc { position:absolute;display:block;z-index:15015;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:23.062088012695rem;left:27.937086105347rem;display:none; }
#wX59qLDNlOzkEyX8aBpgpbaP0h8xggnQ { position:absolute;display:block;z-index:15033;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:23.061056137085rem;left:41.874383926392rem;display:none; }
#gVzJTXly0coqSRqtxp2esNK6zNC72HCl { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15058;top:30.125rem;left:28.624378204346rem;display:block; }
#aOX3v4iZ7CWMZihqEGRxRdLkvMfKSOB7 { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15076;top:30.125rem;left:42.49845123291rem;display:block; }
#CgroW0mQrvsyU9XGU8h9sUXDKM8Zd7wK { color:#002a84;display:block;width:18rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:25.228031158448rem;left:4.5009269714356rem;height:2.5989625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XExsEOlrHNTWkPM7aN7xcTWibfmoAgFo { position:absolute;display:block;z-index:15020;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:27.061676025391rem;left:27.937086105347rem;display:none; }
#urogFsPN0IQZIPpM830DBM6SNwyH7Tay { position:absolute;display:block;z-index:15038;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:27.06064414978rem;left:41.874383926392rem;display:none; }
#BFxu2JpEgui5aIVGQEcU0XXmDKgeq1pK { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15081;top:35.75rem;left:42.49845123291rem;display:block; }
#QMqNdVBHrIrlpg9MNkZiwhcgahAIpxMp { color:#002a84;display:block;width:13.187375rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:20.291149139404rem;left:9.348081588745rem;height:2.5990125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#knAmi3kFVxbn3DzHBgVRMLNzydORmvRm { position:absolute;display:block;z-index:15030;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:32.560850143433rem;left:27.936880111694rem;display:none; }
#ttBJeC9w5tv2lMwrgX36ZPF60ocnlsVx { position:absolute;display:block;z-index:15048;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:32.560850143433rem;left:41.874589920044rem;display:none; }
#BTbgCc0A8HXsfu2mf0Eu6LVJxOCf4zCC { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15091;top:41.37345123291rem;left:42.49845123291rem;display:block; }
#TLCtzV82KF1eadz3V5pt8GsXDZ7Xbp2Q { color:#002a84;display:block;width:17.875rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:35.121597290039rem;left:4.5993194580078rem;height:3.8985125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kQQ5GlM7D2r7FwIdLVNGZAasXrQrVBVc { box-sizing:content-box;color:#c31f2d;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:15029;top:41.186573028564rem;left:28.499069213868rem;display:block; }
#zeRl4p8kup8rJrJiLHQykreSwESoJJKA { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:4.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:5.4971122741699rem;left:38.436883926392rem;display:block; }
#MWGC2ydgaJv4lwzOg8y2qqq31Uze2v3A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vddxLDllUQdDMZETvFeAa3kerkMsSnrc { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:4.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:5.4971122741699rem;left:38.436883926392rem;display:block; }
#Wffz6TuOs3odk63ZE1h1POCcJGNRAUTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mhLqL8VOLCdhKH6SmimkTA0c2XRH6fNn { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0c5389;border-left:0.125rem solid #0c5389;border-right:0.125rem solid #0c5389;border-bottom:0.125rem solid #0c5389;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:48.4375rem;width:12.6875rem;top:4.3718872070312rem;left:23.623142242432rem;display:block; }
#xbwF7J48JTTiy6lnZwG1pgTDfgSomFOw { position:absolute;display:block;z-index:14999;background-color:#f5faf1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0c5389;border-left:0.125rem solid #0c5389;border-right:0.125rem solid #0c5389;border-bottom:0.125rem solid #0c5389;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:48.4375rem;width:12.5625rem;top:4.372802734375rem;left:37.499069213868rem;display:block; }
#QOGf0N5gPuF8wTBPaU5a8PQ9TuNb0DxH { color:#002a84;display:block;width:20rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.831249237061rem;left:12.1875rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#K19IKbxtJyCoo4Ty1VQz7ZecLTeK7KB2 { position:absolute;display:block;z-index:15048;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:27.062501192093rem;left:52.5rem;display:none; }
#UWcrS5DeG6zdvo2TMODCdJxBtIgLn6hB { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15081;top:18.1875rem;left:53.375rem;display:none; }
#KOKmyUgnQS1DxhTDEriVtgTu9MW00ZDr { position:absolute;display:block;z-index:15038;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:21.5625rem;left:52.625rem;display:none; }
#UrodrH24fSm1ikclT8pRcMnGPFgmhTck { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15076;top:14.1875rem;left:53.375rem;display:none; }
#aRz4BXc8pvhEEha6lsTSS1XqBMAT5fHU { position:absolute;display:block;z-index:15033;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:17.5625rem;left:52.625rem;display:none; }
#IHB9n9wSVOI2SSXiefnrnD8g2IdgSipH { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15071;top:10.1875rem;left:53.375rem;display:none; }
#PG2frfE0Rt8MNSaSJH64vqNQPlpW5HfS { position:absolute;display:block;z-index:15028;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:13.5625rem;left:52.625rem;display:none; }
#TWsqhTwuSD2Lb8gTAd43ekcCgVowsPdZ { color:#000000;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.625rem;left:50.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AkKdOXdDATiSrXsGU1p61vTw645ATxon { color:#0c5389;display:block;width:7.4370625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.3741389513016rem;left:53.970094680786rem;height:1.62530625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R2T8VAW13TLpJsPtNGtr1bSSO5TLR9UL { position:absolute;display:block;z-index:15012;background-color:rgba(250,245,233,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0c5389;border-left:0.125rem solid #0c5389;border-right:0.125rem solid #0c5389;border-bottom:0.125rem solid #0c5389;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:48.4375rem;width:12.75rem;top:4.3746948242188rem;left:51.373142242432rem;display:block; }
#LTD3q5bQv8gcckGiKnXo4G1a1c7AQTOh { position:absolute;display:block;z-index:15014;background-color:#dfc280;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.125rem;width:10.6875rem;top:5.4991760253906rem;left:52.374589920044rem;display:block; }
#vCQe5GwIPRs5s5r6bKPNK2ydFOZf982c { color:#000000;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.3747940063475rem;left:53.062501907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QKKFCwOUWyT0lMJSMD2xiebyHfq9HRKV { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15065;top:35.749328613281rem;left:56.499691009521rem;display:block; }
#REyBHTleVk5q8yX50HT1OKv3AHXiqMy2 { position:absolute;display:block;z-index:15022;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:14.5rem;left:55.687295913696rem;display:none; }
#uvLcF1I8DJZldOMyZcmP9MTbKzFEUpJB { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15070;top:30.122497558594rem;left:56.499691009521rem;display:block; }
#di92EJuTmfsDrylEJa7m5K8u2K3T8tTG { position:absolute;display:block;z-index:15027;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:23.062294006347rem;left:55.687295913696rem;display:none; }
#KAe4HEU4iDMvDhfur2GCsqGMCZwKrsRB { position:absolute;display:block;z-index:15032;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:27.060850143432rem;left:55.687295913696rem;display:none; }
#R7KyXLHcu5PGaXOKB2QopnCO235vOSNE { position:absolute;display:block;z-index:15042;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:32.561056137085rem;left:55.687295913696rem;display:none; }
#dXQMQumKFQtaahTCaGeePs9OfV115aNi { color:#002a84;display:block;width:16.311875rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:16.189975738526rem;left:6.2153453826904rem;height:1.29948125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#i01Z2lFNZOGh3aTatyG4attyWRu0T1N4 { position:absolute;display:block;z-index:15017;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:18.811882019043rem;left:27.937086105347rem;display:none; }
#efxUeVEcI40T2UkuiLEz85RB3DxPN43e { position:absolute;display:block;z-index:15029;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:18.812088012695rem;left:55.686677932739rem;display:none; }
#TMlzJmAl4iogWCW9qRvBUn7ZiB5OJcOu { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15082;top:15.437194824219rem;left:56.497524261474rem;display:block; }
#HXCU4cR08fTQW550hAdND5LyrFq2okk9 { position:absolute;display:block;z-index:15035;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:18.811882019043rem;left:41.874383926392rem;display:none; }
#Qe7kNSgPagc9ydfJod1S63CukkhMguXT { box-sizing:content-box;color:#c31f2d;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:15042;top:15.242263793945rem;left:28.499069213868rem;display:block; }
#phauaAlrcuUEBMqxi6lhFFDz2mSwoyOP { box-sizing:content-box;color:#c31f2d;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:15042;top:15.272895812988rem;left:42.311878204346rem;display:block; }
#To55O2ctcLonA2LIpMWP5TL48Dgtleat { box-sizing:content-box;color:#c31f2d;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:15043;top:10.903747558594rem;left:56.312191009521rem;display:block; }
#M85vaOCyLILC620MDMeiqyxDPpFDR690 { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15081;top:23.6875rem;left:58.9375rem;display:none; }
#zshcdCSb1gXSkTHFD4xop401tTtLWEuU { position:absolute;display:block;z-index:15038;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:27.0625rem;left:58.1875rem;display:none; }
#cyMbvMilutoAIfko8XTKDxkOKV9g4uD8 { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15081;top:23.6875rem;left:58.9375rem;display:none; }
#TTdL8oJvZWoAbnqGwe9FdiKOIWki0XiP { position:absolute;display:block;z-index:15033;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:23.0625rem;left:58.1875rem;display:none; }
#TemplwOE05iV9BLkCsp0sienmfkScyhT { position:absolute;display:block;z-index:15033;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:23.0625rem;left:58.1875rem;display:none; }
#LzggwkI3vIpzwbW00PWlBvJiadN0ytr9 { color:#000000;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.625rem;left:50.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Go3dPe3uFd25gOEyxkXwwNKw0BC3VSHe { color:#0c5389;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.123263835907rem;left:42.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RFTGGn2b0ZJ9QqqIImPtU6ykUBf41GgO { color:#0c5389;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.123263835907rem;left:42.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bfPb3TvlGAnZeg6SGluaXu6g2GmfDtHW { color:#0c5389;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.123263835907rem;left:42.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#h5LTdsrCTWL2XZZ94RloJ7qna6MvpZQK { color:#0c5389;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.123263835907rem;left:42.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yhc4xWBOl4IQnwEAHpBe2hPB4rLrI6mp { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15092;top:41.373413085938rem;left:56.498760223389rem;display:block; }
#yUEATWdXw99pKo58RdmIFZl5myS8OJe5 { color:#000000;display:block;width:44.374375rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:54.670776367188rem;left:21.559715270996rem;height:1.46180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyVrHllISZ6FUsldpyGDzp0ph5x3itfy { color:#002a84;display:block;width:12.0625rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:30.1875rem;left:10.474008560181rem;height:2.5989625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zbCw4y2mUsz9IkDfeqXKR450VMZOXimk { color:#002a84;display:block;width:19.125rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:41.439044952392rem;left:3.4111995697021rem;height:2.5990125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#C7w64ZHVQGd3JygMZpeo12u2SdZfe7Mu { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15061;top:20.186882019043rem;left:28.624378204346rem;display:block; }
#SSOduc3g1NkBQ1ziShNSTqThJIWaopKL { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15079;top:20.186882019043rem;left:42.499378204346rem;display:block; }
#IuLla6B2Ol3Sxba9hW9i5x955M8GeHp7 { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15073;top:20.186828613281rem;left:56.499691009521rem;display:block; }
#KEtBgg855HS5nFmQu5VLcxpiOMqgCBEK { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15064;top:25.187191009521rem;left:28.624378204346rem;display:block; }
#hLCyHWFaBR4qxwH98qsqfW5B2TOFrUNF { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15082;top:25.187191009521rem;left:42.499378204346rem;display:block; }
#FL1uhZoI5po5nyIC0AKMJRZzuTOd2oCH { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15076;top:25.187194824219rem;left:56.499691009521rem;display:block; }
#CeZrZMOslnPXNnWy13bXvIMLTSpEfZx4 { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15079;top:20.186882019043rem;left:42.499378204346rem;display:none; }
#qc3ITxA5qHWwV2wT7GpyXZEoAcWOdREt { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15092;top:41.37345123291rem;left:56.311260223389rem;display:none; }
#vgTkv4mtvonqE9KzHk9g85VZBwzymwz5 { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15091;top:41.37345123291rem;left:42.49845123291rem;display:none; }
#I8HTzJ4CrbHHASPCOfQGXSvPomTZpcvI { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15079;top:20.186882019043rem;left:42.499378204346rem;display:none; }
#GbGQtTpZtdMs0sIFmpi92rU7FiwU59bU { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15092;top:41.37345123291rem;left:56.311260223389rem;display:none; }
#kqQkfNUnUMDWKr2L2mXJTHCZneXpWiUy { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15091;top:41.37345123291rem;left:42.49845123291rem;display:none; }
#hyDL9gTiwnRy0Whlcoxk3CpfMVeii53Z { box-sizing:content-box;color:#c31f2d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12438125rem;width:3.12438125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:35.468124389649rem;left:28.52970123291rem;display:block; }
#TGh3qMg2pFuLEER9g0GWBCzq5vTMeT45 { box-sizing:content-box;color:#c31f2d;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:15029;top:41.186573028564rem;left:28.499069213868rem;display:none; }
#QoCVdWdfwoymaf8CTTrtO7Ce0pcqM3cU { color:#000000;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.3737640380863rem;left:39.312501907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ju0SHNq23Ap06aCZ549ceIKAQPJzDgRT { color:#002a84;display:block;width:16.311875rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:47.5rem;left:6.1875rem;height:2.5990125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bki9v96aGJL7ToUHmI7iX9i3teZoCgef { box-sizing:content-box;color:#c31f2d;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:15046;top:46.5625rem;left:28.5rem;display:block; }
#vA5L0uJGX7HBk1QWBXLKqZKIU1FGcTSh { box-sizing:content-box;color:#c31f2d;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:15046;top:46.5625rem;left:42.3125rem;display:block; }
#T35J9NBK594GVhgSkBVXvp7Mfkg4vHUQ { box-sizing:content-box;color:#88b61d;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15086;top:46.75rem;left:56.5rem;display:block; }
#ZXnmxD8Ibkv7zfOKT26l6sfyau4ZAzNk { color:#002a84;display:block;width:10.3746875rem;position:absolute;font-family:avalon;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:49.480194091797rem;left:52.685642242432rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eEUuICSdQGGlJNgKcHFWTxTIpx1qm9K3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a2dc3b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eEUuICSdQGGlJNgKcHFWTxTIpx1qm9K3 > .row .container { background-color: transparent; background-image: none; }#eEUuICSdQGGlJNgKcHFWTxTIpx1qm9K3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEUuICSdQGGlJNgKcHFWTxTIpx1qm9K3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEUuICSdQGGlJNgKcHFWTxTIpx1qm9K3 > .row .container > .video-iframe-container { display: none; }#eEUuICSdQGGlJNgKcHFWTxTIpx1qm9K3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEUuICSdQGGlJNgKcHFWTxTIpx1qm9K3 > .row > .video-iframe-container { display: none; }#eEUuICSdQGGlJNgKcHFWTxTIpx1qm9K3 > .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); }#eEUuICSdQGGlJNgKcHFWTxTIpx1qm9K3 > .row .container { border-width: 0; border-radius: 0; }#eEUuICSdQGGlJNgKcHFWTxTIpx1qm9K3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eEUuICSdQGGlJNgKcHFWTxTIpx1qm9K3 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#TXF2L1J1IEQCLxrQmpcT4cPXsrN6qVT2 { color:#0c5389;display:block;width:36.25rem;position:absolute;font-family:avalon;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.75185585021975rem;left:3.4375rem;height:3.49319375rem;text-align:left;text-align-last:left;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; }
#NwgZ2mVGMAJziJ9cz1xVPlovbMrhFe2m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NwgZ2mVGMAJziJ9cz1xVPlovbMrhFe2m > .row .container { border-width: 0; border-radius: 0; }#NwgZ2mVGMAJziJ9cz1xVPlovbMrhFe2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwgZ2mVGMAJziJ9cz1xVPlovbMrhFe2m > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:none; }#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-form-header { font-size:0.9375rem; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;color:#000000;width:40.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.125rem;box-sizing:border-box;height:1.5rem;color:#000000;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-text {padding-top: 0; padding-bottom: 0;}#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.125rem;box-sizing:border-box;height:2.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-select {padding-top: 0; padding-bottom: 0;}#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#a2dc3b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:26.125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#0c5389;width:14rem;height:2.8125rem;font-family:avalon;overflow:hidden;box-shadow: 0rem 0.0625rem 0.0625rem #444b8f ; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx [class*="-text"]:-moz-placeholder { color:#000000;font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx [class*="-text"]::-moz-placeholder { color:#000000;font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:39.0625rem;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-container:first-of-type{padding-top:0;}#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-container:last-of-type{padding-bottom:0;}#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.241455078125rem;left:16.120822906494rem;font-size:0.9375rem; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:40.125rem;display:block;vertical-align:top; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:avalon;font-size:1.25rem;line-height:1.3;font-weight:700;color:#a2dc3b;vertical-align:top;overflow:hidden;font-style:normal; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx {display:block;}#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.241455078125rem;left:16.120822906494rem;font-size:0.9375rem; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #rNINwfeUq1bPvckGvvaa5xlaR0i0qDDf { position:relative;display:block;z-index:15000; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #DG6JeSDV3L50PqUbJStGnyMO2rHocuWX { position:relative;display:block;z-index:15000; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #T8DrwsPv0u83JLxXo8Qftr6Xr19gtioE { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #fT3cdOeWdWTGRER7mGbaeUTBpu8wmscK { position:relative;display:block; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #LaR6dTu4tCmBwUpQMZe8FlbBvf9592rF { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #Qt93sOEaEpztTO5bDnVfdUNNPpJvIvbR { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #PGL5bq5R27SNeZnL8gx2BX9idH70vJvi { position:relative;display:block; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #LVvos72WwbiWWTRhEWxV3nZ3QfPA8EcZ { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #ttnzDcIFUk9NWFhpyZUV9bt3rc9DGu73 { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #RhARk2g0eq4tzdGv6DKZ1O2O6p3RRdPO { position:relative;display:block; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #f2ywFqheVfFxs7sa2XVPvmoex8DNAtI7 { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #x2rdOIzvDRwnkdtZ07BhLe9Hwr8yA7FO { position:relative;display:block;z-index:15000; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #H5bMaTiFUZmaRbLDLPTowcpQ1JnFBaEM { position:relative;display:block;z-index:15000; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #KpZyz4lGPSJr0iabIE6d3DdMiaewgpqZ { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #tIkyMscOATrhGQ8dPyDgfgTSUln9x7L6 { position:relative;display:block; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #a6TnSTZRXg7B0Vt6mBdwzOLsLymOzAJb { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #WN6p5g3VLx5qt80izBTPMg9DKoTWZHUc { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #r41zbCavVQR6FGHkIa8b112HTSXAffFx { position:relative;display:block; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #wbDPIm3QmD0feovmVoT1JdMpcfsTl9Q4 { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #Tp2chTzIUrkChXGdaavRO1mgKo3hPgCK { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #I1Xr7ksk6by8TnCOUHAGn25hPfWvtnLf { position:relative;display:block; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #aGU0Jc33AsTmBNfnvTusZJuKH3TWkv7g { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #WyzHBD9vSNQZfZTTOzTDEMARMkZq8Wk4 { position:relative;display:block;z-index:15000; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #T0I7g3rdHHouromrr0RHAIbAOeOZ9eQl { position:relative;display:block;z-index:15000; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #w1xLbfnRUBZpLnlyNlKHx0r7gc8vUusB { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #wRC6lnWXh35L1vhIieLdEQTEzxhGrTqW { position:relative;display:none; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #iaaRgvuepaV6Ewuq4VQsINFANR7oXKmT { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #lhzphSvs94vqzb7Qm97KCud4u3Pn3S98 { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #v6KHEAt6L8kSUm5sXfEQRD6EhEq20GSg { position:relative;z-index:2; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #sHIF2dHsC7xvpzoiIkuk3sqtm8fT1tSJ { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #TCbuXuV5p3VD1UKtHx7Lo6w7PNlbtnTz { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #eh8U96gJuQOQz2Lg3uMqCnHiKgZnFVo0 { position:relative;z-index:2; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #zczqTxpEQEeFQXFSbsbsx14GLkeGUvub { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #RJADpFbJab97Dh0AJRFxB1VyuliP4HOZ { position:relative; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #oBvcVNCFP5oFTXy007WdlJ3tbRXeE8UN { position:relative; }
#MSbnVBMCT5c9CMdk9i5TOmXBa81OIIQh { color:#000000;display:block;width:17.184125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:46.571520805359rem;left:17.432857513427rem;height:1.056775rem;display:block; }
#R9NH6e2osIfvhiWdK05hZHT5u0IsUGVW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c5389;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R9NH6e2osIfvhiWdK05hZHT5u0IsUGVW > .row .container { background-color: transparent; background-image: none; }#R9NH6e2osIfvhiWdK05hZHT5u0IsUGVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9NH6e2osIfvhiWdK05hZHT5u0IsUGVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9NH6e2osIfvhiWdK05hZHT5u0IsUGVW > .row .container > .video-iframe-container { display: none; }#R9NH6e2osIfvhiWdK05hZHT5u0IsUGVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9NH6e2osIfvhiWdK05hZHT5u0IsUGVW > .row > .video-iframe-container { display: none; }#R9NH6e2osIfvhiWdK05hZHT5u0IsUGVW > .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); }#R9NH6e2osIfvhiWdK05hZHT5u0IsUGVW > .row .container { border-width: 0; border-radius: 0; }#R9NH6e2osIfvhiWdK05hZHT5u0IsUGVW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9NH6e2osIfvhiWdK05hZHT5u0IsUGVW > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#XMMOoT9Hcfz0yl5nTIiFRWyPb0L1Dee8 { color:#a2dc3b;display:block;width:9.4995rem;position:absolute;font-family:avalon;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.4371910095215rem;left:3.7496910095215rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SHVObtzSrQUxeTtNntruu2M52WcTD1gx { color:#ffffff;display:block;width:20.374375rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:7.7487621307375rem;left:3.7496910095215rem;height:2.00030625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ymI9gQNXLUbpWIm9iaVrCXdp1IDJMe2x { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:3.8294143676758rem;left:57.311883926392rem;height:1.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yryDiyX4RUTyIBcl67aLCFKOt87FDDPB { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.3737640380863rem;left:57.310846328736rem;height:3.2250125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CS6DiTezseWdxbTuhsuFJoN50ZMcKsrw { position:absolute;display:block;z-index:15012;border-top:0.25rem solid #a2dc3b;border-left:0.25rem solid #a2dc3b;border-right:0.25rem solid #a2dc3b;border-bottom:0.25rem solid #a2dc3b;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:7.5rem;width:7.5rem;top:2.625rem;left:47.875rem;overflow:hidden;display:block; }
#eJti4ExNMhlFJn80ywNKI2aMTd7sd6da { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eJti4ExNMhlFJn80ywNKI2aMTd7sd6da > .row .container { background-color: transparent; background-image: none; }#eJti4ExNMhlFJn80ywNKI2aMTd7sd6da::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJti4ExNMhlFJn80ywNKI2aMTd7sd6da > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJti4ExNMhlFJn80ywNKI2aMTd7sd6da > .row .container > .video-iframe-container { display: none; }#eJti4ExNMhlFJn80ywNKI2aMTd7sd6da > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJti4ExNMhlFJn80ywNKI2aMTd7sd6da > .row > .video-iframe-container { display: none; }#eJti4ExNMhlFJn80ywNKI2aMTd7sd6da > .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); }#eJti4ExNMhlFJn80ywNKI2aMTd7sd6da > .row .container { border-width: 0; border-radius: 0; }#eJti4ExNMhlFJn80ywNKI2aMTd7sd6da > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJti4ExNMhlFJn80ywNKI2aMTd7sd6da > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#rsUJLIF0fwBF1t9kfK3eFeZlTQe1CNOI { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:20.3125rem;top:0.61881256103516rem;left:27.341583251953rem;overflow:hidden;display:block; }
#kdPGQGSgpOEcSMfK8vNe3N3A66wG19Dn { color:#000000;display:block;width:41.25rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.968132019043rem;left:16.875rem;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; }
#T20mf8Jr90eXcCnIzJIcSIH58Skx6QUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#092a46;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T20mf8Jr90eXcCnIzJIcSIH58Skx6QUH > .row .container { background-color: transparent; background-image: none; }#T20mf8Jr90eXcCnIzJIcSIH58Skx6QUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T20mf8Jr90eXcCnIzJIcSIH58Skx6QUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T20mf8Jr90eXcCnIzJIcSIH58Skx6QUH > .row .container > .video-iframe-container { display: none; }#T20mf8Jr90eXcCnIzJIcSIH58Skx6QUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T20mf8Jr90eXcCnIzJIcSIH58Skx6QUH > .row > .video-iframe-container { display: none; }#T20mf8Jr90eXcCnIzJIcSIH58Skx6QUH > .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); }#T20mf8Jr90eXcCnIzJIcSIH58Skx6QUH > .row .container { border-width: 0; border-radius: 0; }#T20mf8Jr90eXcCnIzJIcSIH58Skx6QUH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T20mf8Jr90eXcCnIzJIcSIH58Skx6QUH > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:7.4375rem;width:75rem;position:relative;display:block; }#SEpczo5sTzVIlIxfPMTN0Ts1Xlas118h { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9366455078125rem;left:53.687110900879rem;height:1.381075rem;display:block; }
#VIB4TyDL17cXdkgeSyNKbTAbwKLBXLtr { color:#8faace;display:block;width:13.3125rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:2.1859741210938rem;left:33.874229431153rem;height:3.5625rem;display:block; }
#ZrREdtTkulPJBghi13Z7heVpltNSM7WM { box-sizing:content-box;color:#8faace;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.93634033203125rem;left:17.624614715576rem;display:block; }
#TECMJvd28Ai9ApLgUlC3gvGReTJaCLR2 { box-sizing:content-box;color:#8faace;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.8113403320312rem;left:17.749923706055rem;display:block; }
#EHVpRRuddnXQEuFp08Buc6TPBTBvDV1l { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:4.9984741210938rem;left:18.060874938965rem;overflow:hidden;display:block; }
#GGEsfTX2MBMIf7f9XDThO61AkuryPJfS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:0.625rem;top:2.8113403320312rem;left:32.499305725097rem;overflow:hidden;display:block; }
#XGTWW1AhiEtB4f8GgliPPyKpns18wvA1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.2484741210938rem;left:19.436958312988rem;display:block; }
#UENhuoKDT9XszDPyPkznm9VaEsBWK3cW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vuJqRSzTJb5ttJNo2wXySKaW52QILo62 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:3.0619506835938rem;left:19.499614715576rem;display:block; }
#WmLFkd7mON2SqHd4s2nTcsGLyDDuTbAh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Msw4aIWslHpB1rDHp3Eqa5AXDGdgMhEy { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:2.1859741210938rem;left:68.43672943115rem;display:block; }
#R1WpMKi0saBUiyJHTp5LpU1JQZ5a7EGT { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:2.0618286132812rem;left:64.935874938962rem;display:block; }
#zkNSnOSHdTbD9nadwo6HamtxBSeHh8Cz { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:2.0618286132812rem;left:61.311882019043rem;display:block; }
#ZGUvA1vAuhwe9TJW94Symvz2bQRcUC5T { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:7.25rem;top:2.5299072265625rem;left:3.4372940063476rem;overflow:hidden;display:block; }
#c2gGUfTVmtDkr4R51CbRpGHAIW3eNA9k { color:#8faace;display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:5.034423828125rem;left:19.686416625976rem;height:1.21875rem;display:block; }
#anXLhLuuy5d2PMNllkiqc0eyna8uxXMg { position:relative;display:none; }#anXLhLuuy5d2PMNllkiqc0eyna8uxXMg { border-width: 0; border-radius: 0; }#anXLhLuuy5d2PMNllkiqc0eyna8uxXMg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#anXLhLuuy5d2PMNllkiqc0eyna8uxXMg > .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:0.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL { position:relative;display:none; }#hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL { border-width: 0; border-radius: 0; }#hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL > .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:0.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UAUyFbIgguHsLEtZunPTHzh8Ur2B3zNJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UAUyFbIgguHsLEtZunPTHzh8Ur2B3zNJ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#rBoCSvUZfqC8lSOblaLwOik4pTmU4Hq8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#rBoCSvUZfqC8lSOblaLwOik4pTmU4Hq8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#AT7wbGyrDR7cralrTFWa8zeqXCA2qluS { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:14.1875rem;left:16.9375rem;display:none; }
#FzD0TW29CGWUK6OWEB51cxgeqeBPN7Z8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#FzD0TW29CGWUK6OWEB51cxgeqeBPN7Z8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#bfuowT0oggsLI3CIMwnlTTWesePDHqrP { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:4.9375rem;left:21.375rem;display:none; }
#ldSOBfmf5QkIa0Ez9An21m25JFGPF8Ah { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:4.875rem;left:14.3125rem;display:none; }
#mNhvZEgsMzikH9Hm5XTupwwclCkBp0tS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mNhvZEgsMzikH9Hm5XTupwwclCkBp0tS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Cl590EASP6Vuvs9h8cVcZMcVQXqCC23X { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:8.8125rem;left:7.9375rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEmEx8ERwAX9TOMWNP4UO9eSO5QudHzP { width:7.1875rem;height:2.5rem;top:1.0625rem;left:28.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1EsdlUZTp58m2UyoT521nXgibr3mcya { display:block; }
 }@media only screen and (max-width: 763px) { #lbyt82SqgKZciRr27r5zP3GJwZy88fyD { width:6.25rem;height:2.5rem;top:1.0625rem;left:35.624795913696rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXML2ywLNU8yQCtKkx6aZg5UotekLR5l { display:block; }
 }@media only screen and (max-width: 763px) { #GksDK3nmsMdBDBqBprkop9ECCddmIJxL { width:9.375rem;height:2.5rem;top:1rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeOxh5Pb4uwFgsSzHRJ4gWqX5OON1iIf { display:block; }
 }@media only screen and (max-width: 763px) { #zQbSz8z8SZubC4lpsiDGHtPlgzHlxI07 { width:5.9375rem;height:2.5rem;top:1.0625rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFIW2ozMR7TeAifFhTxpC5oKy7XPWXoD { display:block; }
 }@media only screen and (max-width: 763px) { #MCDKZs8SLMygu1wUQGvTeUnH7oUZWgvP { top:0.6875rem;left:0rem;width:14.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJnpRx5Bt4HSLtTrghaOPRxBVRG84xZ0 { width:10.625rem;height:3.4375rem;top:0rem;left:37.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3vFnTf0ck7aDDycWeO18SMoQwmUUTq1 { display:block; }
 }@media only screen and (max-width: 763px) { #NZWMgygJhdp3cenzd1G0k9EhhT91eAAI { top:1rem;left:8.568687438965rem;width:15rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQfKwvvfzVMh5loUJpvF8JTPTAhbip4g { top:2.375rem;left:17.28269372912rem;width:2.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMr3U7zZdqPLDdsAyxe2GEsLXakMGycs { top:5rem;left:0rem;width:15.75rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FAsO3mQ9rNuwZqZ7wMR72KC2STeTrCx8 { top:0.5625rem;left:0rem;width:4.875rem;height:1rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzDPofkF06hm5lHoJCAzts6IJlUJBPcG { display:block; }#wzDPofkF06hm5lHoJCAzts6IJlUJBPcG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc { display:block; }#eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSIhUp1MraZOQ8WfBwHa7IsrOKi8GpUN { width:44.625rem;height:;top:10.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNrKSguioHFvHIgyCuZhXlWqssEn5G7G { width:45.625rem;height:;top:1.1875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnCX99ego2PWa2ou9itb7MU1mwNd3sCP { width:38.4375rem;height:4.5625rem;top:15.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krDi1EpPwwHO2fiX8Mrevw0DE3H7BZUv { top:10.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLcN72KsTVRzoa1PQdMEtO2PFFwO4Ak { top:15.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2HkgNAdTNVb5S7lc88VTs6hTPrqTXzR { top:10.4375rem;left:24.3125rem;width:23.4375rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qayFG1IeKR0qLgdq2i0td0FgFwT9nweG { width:11.25rem;height:;top:26.875rem;left:36.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFoTe419tSB8Wc8OLbsOEdrUeJcyVocu { top:2.3125rem;left:32.125rem;width:15.625rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFS1rnpNrcGJeJTS1miC4uorbLDTek1r { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #hfKLvgXA8eREaTKAxb47oQ9TNL5hooql { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #H2gLzh7p1T4mCPURBzc5PKPRJ9gqNaur { width:19.9375rem;height:;top:32.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JneM5XGLPTNTwWHTF38CZvJVVrRTdglp { width:41.25rem;height:1.9375rem;top:6.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hox3QID7z58LcDLOBN5xzRvJI3teTg9K { top:25.25rem;left:0rem;width:17.5625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLP3mGgNM833hRlLOs39rGilylgH8ktr { width:15.3125rem;height:12.375rem;top:28.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwFMEkPAEakZHyfDMOh5nbJNh6hGpCOF { top:21.8125rem;left:9.4375rem;width:17.5625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMpRP3F9DLo0F7Tr7rTVxK9n3UszpqPA { width:15.3125rem;height:14.625rem;top:25rem;left:10.936878204346rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWLNial56cSp0TP0ySDCeVBu4rE8KOgE { top:19.5625rem;left:16rem;width:4.375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQrNPz1e0b87nxvZMULHTm0orkZ7M1z { top:23rem;left:0rem;width:4.375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiU3BM2yitcRsGwSgSzpG1N1zcBtFwRT { top:20.5625rem;left:17.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo3diiU87lXeyl11k0D0JMnH8Ad79Fmw { top:24.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5hP9opLdmCTzsXdda56A2a14NbUSM4N { top:34.9375rem;left:26.937496185302rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7QOsuGVNQBTV61TIC1h4TETPASyF1I3 { top:34.6875rem;left:26.6875rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y { display:none; }#LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CZiGg595tfo9CCPL4sOKiQc2DHCO38eD { width:45.625rem;height:;top:1.1875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXgGoFN9RS67SwP54aq9bR0b9x64zanE { top:10.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSh2JRmNoULf6OQGw4nCiLokAce45yaL { top:15.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRAXsKGAxos4NkyTtd2yl5h0VzpKvos8 { top:2.3125rem;left:32.125rem;width:15.625rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x14HzsLuLOTCSQVVO229d6co8NNdmtVu { width:41.25rem;height:1.9375rem;top:6.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QccGXvTiEkkPafoa7W5ANcCXRhRHJwEn { top:34.9375rem;left:26.937496185302rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJl2FeL4T17euQee4OePScUukqzDXTaC { display:none; }#NJl2FeL4T17euQee4OePScUukqzDXTaC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nxp3yTbIRU9N7NZd0UNnGWNnRRrQF5uP { top:1.4375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M41T9cRd785hH1T13VfrdHktqAvWSGQB { top:6.25rem;left:3.8746910095215rem;width:40rem;height:22.500175782623rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTNaEA0V8zBZDrdT1yUEZLTWNpqel9W0 { display:block; }#aTNaEA0V8zBZDrdT1yUEZLTWNpqel9W0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFwZN9ExvD9KqI72z3MMUKEOOVrmRn6p { width:47.75rem;height:11.8125rem;top:5.875rem;left:0rem;font-size:1.0625rem;display:block; }#RFwZN9ExvD9KqI72z3MMUKEOOVrmRn6p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9707b239-b685-4ae9-a31d-31ef4eb02796/punkt2.png); }
 }@media only screen and (max-width: 763px) { #fkvofvpXk5DnsA7TeNRGqEisRGFBIbQe { top:1.1875rem;left:0rem;width:46.5625rem;height:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDWAvnpcP3eJebmcwb0eUINLGnmP8u0d { top:19.375rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW4UubvSS2AhzTWJMGfIOhPPa8WMaapS { display:block; }#IW4UubvSS2AhzTWJMGfIOhPPa8WMaapS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXBlfnMwyHhJEVn49sxshuT9tkix8P1O { width:47.75rem;height:;top:5.875rem;left:0rem;font-size:1.0625rem;display:block; }#UXBlfnMwyHhJEVn49sxshuT9tkix8P1O li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9707b239-b685-4ae9-a31d-31ef4eb02796/punkt2.png); }
 }@media only screen and (max-width: 763px) { #dZG7PxJDCA5vimbM13rVApWtDQhMFn60 { top:1.1875rem;left:0rem;width:46.5625rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDWaTFPT1HGCTFSBX5BQq5wMvRo0w9lT { top:21.875rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsyLCgihbDxzHH6qC4zrBpNFspbeC8Ti { display:block; }#nsyLCgihbDxzHH6qC4zrBpNFspbeC8Ti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1NzosR9HP72Z0yQ0Op6HHPOhlUTwRl8 { width:47.75rem;height:;top:9.3125rem;left:0rem;font-size:1.0625rem;display:block; }#X1NzosR9HP72Z0yQ0Op6HHPOhlUTwRl8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9707b239-b685-4ae9-a31d-31ef4eb02796/punkt2.png); }
 }@media only screen and (max-width: 763px) { #xoGzImSNB6EPmvMNLTfJ2BIh0FVvzGan { top:1.1875rem;left:0rem;width:46.5625rem;height:7rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpPi5x3TgEQVFKFoxTCw9cf3seudarNE { display:none; }#vpPi5x3TgEQVFKFoxTCw9cf3seudarNE > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O5hWPL4kbfTI6fEB9e9GsxSAkoVLDctN { width:44.6875rem;height:4.3125rem;top:1.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFiX3BaqZ4NTvSkqpqITkK8KtIq1uewz { width:38.4375rem;height:4.5rem;top:7.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHmRP67zLBZ4rWpVtF9znzDW4FqtZvoH { top:1.8125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIKD4zOdU2EykeAr0POlP23EQFENb7hu { top:7.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbiTvyI9qcnZmfJbW5DdiU7e2TPQPsBh { top:2.1875rem;left:24.3125rem;width:23.4375rem;height:32.0621875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozl18efrtPXmKJHMCn2pAZ1nE4y8G90p { width:11.25rem;height:3.4375rem;top:18.625rem;left:36.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNUOsP0ix85SQ9t9wDZdfK1Z2vobHXvN { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #dpTB3UrR1TaRpSlkZbkzBMv6n5tzvNIP { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BoIey5vVFQZQy7l0TtpKphWquEeESmEU { width:19.9375rem;height:;top:32.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tf3iOza6vezpQvhJB5CB7IgDkfzza7Wz { top:17rem;left:0rem;width:17.5rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhfmWqGvOX7rHqqGCDm9T4Itq6mTJhAg { width:15.3125rem;height:11.25rem;top:20.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPxJZgk9suJTfXfUOFN03pcgnwaGEpQg { top:13.5625rem;left:9.6875rem;width:17.5rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJbKDTDIoH076Slte2PpSgvT60m4qmrp { width:15.3125rem;height:14.625rem;top:16.75rem;left:11.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROTBp8gWc0uRVDEMtlOgZ0HuwifTJmTI { top:11.3125rem;left:16.25rem;width:4.375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WILbk4pupsdtzAfwS30NkdFEn8F49i4e { top:14.75rem;left:0rem;width:4.375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqg6TVqHbdQTzAUEKnivUzZ5CJDmN2PZ { top:12.3125rem;left:17.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgE7LF5ScOcyZZpvrdCXaL9Ek8clzR9H { top:15.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #voaXChZc1tuQCcrQ00S0S6ZUy9LgoZT6 { top:26.625rem;left:27.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHE90rbTMxByTuRuk5knl2bI5sFFL4v9 { top:34.6875rem;left:26.6875rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zU9s72FXanr1ToVT3XliLLe3vmeJtUK5 { top:21.875rem;left:0rem;width:47.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLZ5mTlWRhn7uyvrXwGk0DVplr2xCOtF { display:block; }#WLZ5mTlWRhn7uyvrXwGk0DVplr2xCOtF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVsezFGz5cgveJpit73OgqmoiOOHx7kP { top:1.4375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIGl0aUh2ngPW3uGUUqzGTb8sTCkoS7S { top:6.25rem;left:3.8746910095215rem;width:40rem;height:22.500175782623rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHFOFMXgzei3mJ8iUf57SlRP3uGQEmbx { display:block; }#MHFOFMXgzei3mJ8iUf57SlRP3uGQEmbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwgauEiX4HLAc7KOweNsE4JygeWrXU6D { width:47.75rem;height:;top:6.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFlo6S5trc2w4OMcKriBSBDB8relvJEJ { top:1.125rem;left:0rem;width:15.9375rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOBzuUkPidRTt2fVA6lzhZ8eGOTu2VKC { top:4.4375rem;left:0rem;width:15.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7utL0hi6q75fVF4HMbvvb0wqWFZNGXo { display:block; }#e7utL0hi6q75fVF4HMbvvb0wqWFZNGXo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKgQbDbQzH7ALSGVQfrz77JKHQxZTgkW { width:47.75rem;height:;top:6.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyKXfByMUHvDQwwzBca3bq44kvPw4R0i { top:1.125rem;left:0rem;width:37.5rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP7CSi5OdzpF6hNmyIWgQobVzZisCogJ { top:4.4375rem;left:0rem;width:37.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Duu5olGTOW6s7TTEdOkwWCm8elwrKreh { display:block; }#Duu5olGTOW6s7TTEdOkwWCm8elwrKreh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGpuLKem0H63FIwiavIL0vprz0JPxGUq { width:45.625rem;height:;top:0.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KivTR6nEo4XQJXcV5EoB7kIt6ItKD9ex { display:block; }#KivTR6nEo4XQJXcV5EoB7kIt6ItKD9ex > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnqR2KgIuABrWNzSi7TEhD4DIXnThZce { top:2.5rem;left:6.3112602233888rem;width:31.5rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3tNo593QHV2BNPVepdTD8nT3BdErTgt { width:17.5rem;height:8.75rem;top:3.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJsdNtTb2dLL0TNuJfR9q3dtIpJmqsTl { width:16.5625rem;height:7rem;top:15.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDOFC155mQCGpZqCM8HmOCS9PDU7cZqs { width:17.4375rem;height:;top:3.1875rem;left:30.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUq2aIZ65HvqV9K2OJL91asun59SiMxf { width:6.375rem;height:6.375rem;top:10.5rem;left:18.872833251953rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTbTOVQnTwSFebSpyG9kBApmFAizQs2s { display:block; }
 }@media only screen and (max-width: 763px) { #DZdQwS8vJOqb65oPlOqaCeQS0I7CgWTC { top:20.75rem;left:20.25rem;width:27.5rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guuao3q038JnofeybGXz3pgzNBBQSFnl { display:block; }#guuao3q038JnofeybGXz3pgzNBBQSFnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIWPfKRzK53RBdJBt6m2ZituQKQM6eAA { width:45.625rem;height:;top:0.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4wk7C0TwfATV6U0IBqCuyrQ21C1a9Td { display:block; }#a4wk7C0TwfATV6U0IBqCuyrQ21C1a9Td > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSs8QBQq5LQ0IQXkeefspTaSJsXdhsNy { width:9.9375rem;height:;top:5.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd1TUrT65TKfBTFu5PmDTewORkDpRBGm { top:4.75rem;left:0rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEOAvOZ6MddH6QkT31s56ENEKfKT9uFc { width:11.3125rem;height:3.5625rem;top:1.1875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZh1MoiXLNBmPekd6JsCF10mdznQSxik { width:47.75rem;height:2.0625rem;top:8.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKgJfazexsJTw3Hibh8y4FeIR5CoEa4h { display:block; }#LKgJfazexsJTw3Hibh8y4FeIR5CoEa4h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQl5xrrv0u232IzZ3FizKSG6CQBxoa6D { width:46.875rem;height:;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meOt1QOT1tTyB8ZdXJFBy9mwn0tUQOSI { width:47.75rem;height:;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc2wkXOF8Ro3UyDETi0118k5aJTrDCdO { top:0.9375rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9OhgSiIuGdftnUG1ewKhphayUK6sI0N { top:5.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeICUc5PLG4eAw2ElwZXAhpA7rAm9308 { top:1.9375rem;left:0rem;width:0;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUtPBqKcRypJsAvvOC0iNxDgNn8giBun { width:46.875rem;height:1.6875rem;top:12.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlaQZQKfTLvvTQ0RNGn5H1iXp1eLICg1 { width:47.75rem;height:3.125rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh8FDdHc66poMK8zqwxAW5r06q1tIVTH { top:15.375rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcyBFl8uaFivaxe3UTrMe5EM09Eq6JN8 { top:12.1875rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oClWUNqLCN4CM8vadIaGm1Fbzt54GK4U { width:47.75rem;height:;top:23.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaazieFlA0Ca3Zd68VUPRuHcZaxJiamL { width:46.875rem;height:1.6875rem;top:20.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UexJSp6dmWBeNEb5I0wJz7FhK5CiaTN9 { top:20.1875rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiAHRlGkwmDHNTfRxzS9TurzbPAd82HP { top:23.375rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZPIwdU8nlxGLMiCHvSvkCT4KqeI5uR3 { display:block; }#UZPIwdU8nlxGLMiCHvSvkCT4KqeI5uR3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTyPHVaD5In6QIp8g1BGDyW7vxssAupW { width:9.9375rem;height:;top:5.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN2umb2wFE9dKymssNK9ikvVpZ4R3xJZ { top:4.6875rem;left:0rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5XQTNTpsJyUe1NtB6zn2H4CdcSoZPZp { width:11.3125rem;height:;top:1.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1P3hnG0rTMONgXseDtEQ0oHAvf58Lay { width:47.75rem;height:;top:8.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fen4RM06o6isQ1o8gtD32nNT4cSbDpVy { display:block; }#Fen4RM06o6isQ1o8gtD32nNT4cSbDpVy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFJ22aaxob1Ql4qkQhnzTFb0x8zP7I07 { width:46.875rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwb4BHwo6QiMt2k2xLcmZnBTaxBOeCJt { width:47.75rem;height:6.25rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWAy7IaB0Ogq5Hrz6Z2LHdEgE0PkbFBm { top:0.9375rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaVJN5chsVNzqGwXs6tUfnv8pJbbdHaB { top:3.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftombd1JVdzELKyV1y8gThOXQqqu6Iry { top:1.9375rem;left:0rem;width:0;height:85.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRuXthxs6UvOw9MBhPUsTsr3HSwB1bIT { width:46.875rem;height:1.6875rem;top:12.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgPXescWrTH4ITfBkV4mAwqyMMpR7h8w { width:47.75rem;height:4.6875rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8Wr46ClriZKyW98MHkxmeoEz0iGqkdl { top:15.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSANGJFbqZ0l49kTXv18ah34uJs613RT { top:11.875rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmrC3wW3GSpkMi2y5xqC2FyeDR8DLMox { width:47.75rem;height:3.125rem;top:24.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruTu2zGJkpf16ea4IdgCfEfdT0aRGqT9 { width:46.875rem;height:1.6875rem;top:21.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFS17wpvgT62KRC4xkt3QE0Cww7fAML5 { top:21.375rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbUJ2fmmpZlPi6wMDTpXCvddBrC4AGdd { top:24.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbyMGoDwe3GivtTvtDhNBkIs2xRXRAEO { width:47.75rem;height:;top:32.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJnzOBd2Az8JFAdC8TyWwysLLz19UnB7 { width:46.875rem;height:1.6875rem;top:29.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIgIEbP5o7bVNmkCiy6klOpCPaZ81qOp { top:29.375rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn6qlFXGDxEseLBDkT1A4X9ivrJBxXJI { top:32.5rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znq6C1qLFdRXo9l0JRp7EsB5DywuDssL { width:47.75rem;height:4.6875rem;top:41.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4PWClDrEsWXKHS1wkJSXqBBruNwutXS { top:38.75rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw8qT97oF62KEUXfD4HbQ3eiVZ6MToDL { top:41.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Q7Vorbt7gmpVQ2kg4M5dVbtkwyLbZ8 { width:46.875rem;height:1.6875rem;top:39.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Xsl69UU5XfqnHUz7FmzA5xNXqqeSk1 { width:47.75rem;height:;top:51.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSeiZlmH0JgJCZCXGHyx3C6Qu1zNsDf5 { top:51.625rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Bp7CVh7Waw6TeQTdTItDP2BVZcHvkm { top:48.4375rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPavnZqEGtDVdxyeFnGyNldhb10wKQNN { width:46.875rem;height:1.6875rem;top:48.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDHm4BaO9VNVBS9xRU4Bnfz4ZtovuTgR { width:47.75rem;height:4.6875rem;top:61.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWMtJQmDNXESE0cMNTGuZCWzsrt1lTFE { width:46.875rem;height:1.6875rem;top:58.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZUpQNSwTDCFOPCCVKknQHQH9G3VH1ZB { top:57.9375rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA4LTxeUIy8ylJbzIRHPezQCESEiBE5y { top:61.125rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6A1No8iRsNX8MM158SMVqSrL9wbc5XO { width:47.75rem;height:;top:70.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoTz6VRvanApGEF23iJvShWVvoopNFeT { top:70.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLf8RnlftJKrMOxseSTVTcnmKTWuUwSh { top:67.5rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN1nqZg5WCgSUsdUiMhEh0GEWFRXioln { width:46.875rem;height:1.6875rem;top:67.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNeaUhuGrDVRKmpJaLPG1fxUoZXAifHF { width:47.75rem;height:3.125rem;top:78.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #viuWGV8CefHV6iUdTRb3ox6bGfOX0stC { top:78.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqOEGTCJ9EdOV2pHmgdRvsMG5dsyfo6M { top:75.375rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrKzVBRd6X1eD21MTEzueTgATAkSgKyx { width:46.875rem;height:1.6875rem;top:75.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkak2BHfXTXLkQgyXLXcWxicSg3WNuiK { width:47.75rem;height:3.125rem;top:86.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecGf4sWTiqK7Z4zT5WHB5Mbhgdl9haxM { top:86.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnqi1MeDTGlps0H2oWdPrqWaynTmVmfP { top:83.5rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc5pi2t8U3IDQ2zln9JJuCuIETnENDnv { width:46.875rem;height:1.6875rem;top:83.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7GAB9TGvzSdcHpd6e9LutyS5e39HWVQ { display:block; }#K7GAB9TGvzSdcHpd6e9LutyS5e39HWVQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGxlmkMvtLQFZSlLXwQUlJ0Ql2KTiqDB { width:9.9375rem;height:;top:1.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP18hrWednJ68y3fVsuhqz751SdnbGI9 { top:1rem;left:0rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZXmwBVKhnQf6PNEBXc6KoCQkyVEA3xD { width:47.75rem;height:;top:4.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2owx6rvTD6O7BUs2omoIryysXmD7Uy3 { display:block; }#g2owx6rvTD6O7BUs2omoIryysXmD7Uy3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6M4zKgFRZl6NApJCN0PMlbi9KiwPdqT { width:9.9375rem;height:;top:5.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgWrAnizZDsq8vDsMOef8p9fqkgOiwat { top:4.6875rem;left:0rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iliVwm9EdqbDQZLDIQ5yANs0v3zXdlGQ { width:11.3125rem;height:;top:1.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKPtfFz0oma6sLcNFE900rAVM5Mvh6Un { width:47.75rem;height:;top:8.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO1U30qnoiMbzsK1UXP9e4yhEPUXk49s { display:block; }#GO1U30qnoiMbzsK1UXP9e4yhEPUXk49s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnBHLVaFL0KCz9fueagh883TfSfihzUy { width:46.875rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpHL6epWmczhTawcI5VLERdHF68gmFuX { width:47.75rem;height:3.125rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Zggz57GxMRJD8d7p4CfJLmwdvKXpr9 { top:0.9375rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9AKmFeEOsTdaDzoGPEKpq2uCNclEKKQ { top:4.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Cw4rTkVzxkkl929HBHLiFbJPyfITmp { top:2rem;left:0rem;width:0;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCiByZe1LuZrdl7TsQAS3ppJhkix5zSv { width:46.875rem;height:1.6875rem;top:9.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlcXXR8PsLhvWlccgrm6QQqD4XX1T7rH { width:47.75rem;height:3.125rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN8TVi6Xm9ZFdT9oRZsAmivFLNByXa0Z { top:12.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpLfUSvmFspS3u2M0zDO7qQMGcsohTTO { top:8.875rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTVgh882g3aoIc1nTsQOiyrwAT2POicS { display:block; }#XTVgh882g3aoIc1nTsQOiyrwAT2POicS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAmtup1IE0U8zMFsIMZEQ1RIkGqo2CMu { width:9.9375rem;height:;top:5.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7wvkkiFo9MyDRuQomU02AlmBXqJHDzg { top:4.6875rem;left:0rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeN9OBZJVyTLhC4zCdkvWp60HqXHb7Gh { width:11.3125rem;height:;top:1.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1pihcTrRaL0HT55eNFwR7ZGxw2saHPE { width:47.75rem;height:;top:8.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl1HOivqB5izvPMPq7yO0BPbTTGzJJJc { display:block; }#Kl1HOivqB5izvPMPq7yO0BPbTTGzJJJc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enrvo9FgpEisSzvyREhAgsB4lyT31NEN { width:46.875rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6SkZnpTRIzaOWJBudTgsZ42EGo8UA8k { width:47.75rem;height:6.25rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPc3GVQp4TuqQyeT2g7FqnSBrFDDD1E0 { top:0.9375rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtstTpc5WGDbzny5QpCWtvF5iumA5T0A { top:4.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQF6yWJWDdg3fN2oqiewwuIkrfJRvtFo { top:1.9375rem;left:0rem;width:0;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC8IouDH4deHLKgCVv4M1u75AwZRDbhD { width:46.875rem;height:1.6875rem;top:12.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVkV3OETUM4OvWIfEcLvZtVTImRF0cMU { width:47.75rem;height:3.125rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUEK2FyhIbKRiimJRIC3Ewl0AHTQ1QfW { top:15.125rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XONm0tcUZaoIHkDZ75Q2TBGzdomzd4UO { top:11.9375rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc4D2VqM8F5lcAqNiMeyM8lgoiBQZlIG { display:block; }#yc4D2VqM8F5lcAqNiMeyM8lgoiBQZlIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkTme9AzWm1IP3fL3wZqMDc8qv7oHapb { width:9.9375rem;height:;top:5.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1NFV46tRotal1aHznwVbzDKLFr6u0tx { top:4.6875rem;left:0rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TONEb7hxCuZ90ATstyTGfwvMKh1edycG { width:11.3125rem;height:;top:1.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f321BT3FeNlWWUTy55hXTP7qM2aCIcoq { width:47.75rem;height:;top:8.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9vvvsVs9taGIQlNPLcmimlynOFZuo59 { display:block; }#u9vvvsVs9taGIQlNPLcmimlynOFZuo59 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZx5yJNASKdyoor8eHbN5lgCHLXllfPM { width:46.875rem;height:;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqewIpPM2nfhTgdr1MZSvq0VZ3FyMAQO { width:47.75rem;height:;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx3BshyZW6KFawiBufkUWaXofQt1E62O { top:0.875rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvn1J2OWRDJ9WxZsdSLelqueKACEGGOt { top:4rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXQZ5zwykdzqtQgrX740CFSHZLNi3Snp { top:1.9375rem;left:0rem;width:0.0625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4rwfyc0QvlmTAPfTiI2XiCTKKDkaMci { width:46.875rem;height:;top:9.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbbiGeKEoSSE2GBU0PTmZ4TWCPeAbChy { width:47.75rem;height:;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae39K4Tu90xK4vv7MC7h6IDhB9qIg3yV { top:12rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQP7CxAGVK2eGMZ5dMS3doqcHb7LPcFK { top:8.8125rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP1T0JXSFGSLr1ZGV9vmQ2Z2FsdGmSpz { display:block; }#vP1T0JXSFGSLr1ZGV9vmQ2Z2FsdGmSpz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnzT0iy9OzqgTaONopiDiqI6pUxh8F7U { width:9.9375rem;height:;top:5.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxiiKF8ylFaMqUmbzPvhhRa4k2P9Apd7 { top:4.6875rem;left:0rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdPNEFAsK6qiMPV5bVQb0oI5Kdm5qt3n { width:11.3125rem;height:;top:1.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ4PgdXC7hEcDJ6ZLEtMQPleMUNzZQXZ { width:47.75rem;height:;top:8.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqb4JdTQRO9C0IqkDdTpUr504Gte20Tm { display:block; }#Mqb4JdTQRO9C0IqkDdTpUr504Gte20Tm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAo2RI3EieoLPNKnE3u937y2ZJdUBEFm { width:46.875rem;height:;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz3R1RJ44t9GbV99UMKCh3QcfLzMzeTi { width:47.75rem;height:;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7BCuOIZUhboFxcT5oNJ0a1VsbguyQF0 { top:0.9375rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fstmx2OVvRr7H8tnAgmA6IqXtPr80CXv { top:4.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpiW8oMibKcz67hlTBTrD779Dh0TSw4n { top:1.9375rem;left:0rem;width:0.0625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTo8yTpNCSq18S0xkqCxXB5TbhwGQWsZ { width:46.875rem;height:;top:9.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyWkFLkH7SC8JcLqG78TWpbdP3RniAh9 { width:47.75rem;height:;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJboL2b0TSrxwbSTcgoVnS7LKBhR4AQi { top:12rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Ky7JdcB1GF67hHkO0ShJwkZPyXovFW { top:8.8125rem;left:0rem;width:2.625rem;height:2.5030710008654rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEzeMps85NohGxIq9sxqsePhhbJWtKWv { display:block; }#AEzeMps85NohGxIq9sxqsePhhbJWtKWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRB1RCihnDX5gFn8C3xGD5LxiDfuaSRc { width:9.9375rem;height:;top:5.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDG8QJnqZDyHiWLm8ql9pvRyMcusQqWS { top:4.6875rem;left:0rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4H8TZJbh2xe77RAL3TSA78sxyBbty4K { width:11.3125rem;height:;top:1.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybEJLEW9OofnrzKRyTaNTQ9By6hk8wxZ { width:47.75rem;height:;top:8.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR4Xqd7bT3QJqrP8eK5zdh5ODBgwh7f6 { width:47.75rem;height:;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuUTGF9czKfPcyJFuwEA8Ap9Dq95sIut { top:11.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4FBpJVl4Tdn3RLN2V9SZNSTnZ23aDP2 { display:block; }#i4FBpJVl4Tdn3RLN2V9SZNSTnZ23aDP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGacBDGm8ENGdcmbkTBrdCaf3Vti3uTA { width:20.375rem;height:;top:0.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #otN7UsC7t6WyFFnNFSayXyVNKsLNsTym { display:block; }#otN7UsC7t6WyFFnNFSayXyVNKsLNsTym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NafDSpkWFTfdNRI9KyqF5HO0pqkn3WHb { top:1.4375rem;left:30.5625rem;width:17.1875rem;height:15.062375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3BqL0CW1ZGsCrLyxS6E0LrlvXmsdU7v { width:39.9375rem;height:;top:4.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkl4Smn69THBP3IPCXQLxSen31s82LCe { top:16.5rem;left:31.25rem;width:16.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zovmQpPdAkH8tnLxI5KTpoqy8c2zTAsz { top:1.4375rem;left:0rem;width:20.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 { display:block; }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQqfAicpNTTvht1rSiqvQ3P7p689Uzix { width:45.6875rem;height:;top:1.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAhQP0BHUHzOzJUnBekxXectxsXGzMIG { top:6.375rem;left:0rem;width:5.25rem;height:5.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLe49o9RGgmRNRkqFWuOqpoZDizvXqm5 { top:7.25rem;left:0rem;width:16.5rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwOMvEqQEcWWm0dTgEPCtOgCNFoLbk9Z { top:9rem;left:0rem;width:14.375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DswTL1PZqXIrSbFAhsmgvvnyDq7CVgep { top:15.4375rem;left:0rem;width:4.75rem;height:4.75rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb8QeHwKZ0KHgCk8MwCTSqkDohLGKMUk { top:16.1875rem;left:0rem;width:12.5rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oToTgv24SPhGXfnqRqpfyuXk8N6rtdQ4 { top:17.875rem;left:0rem;width:12.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBTQrVTZDTBbloKHdgAdu6gKuG4Jk5A3 { top:6rem;left:21.374378204346rem;width:6.125rem;height:6.125rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw9XF5wQclobObm1Tyt69OJpqt1G5qo7 { top:7.3125rem;left:25.75rem;width:22rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqnWAFxPTNDrShLl0pNx8TtUxV3UKVsL { top:9rem;left:27.125rem;width:20.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hkui7EqA8HfZyymc4gzuhZSA3K7SpbhT { top:15.4375rem;left:21.936878204346rem;width:5.125rem;height:5.125rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESRW5loS5bhW9BbQifuxcd6rhWKLs2uN { top:16.3125rem;left:28.311878204346rem;width:14.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTEfNBxasv8RTuwfGXJLnvHGkkzeMego { top:17.9375rem;left:20.9375rem;width:26.8125rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTHTyToZqSXleK95kt57NTHMLwLyZceh { display:block; }#KTHTyToZqSXleK95kt57NTHMLwLyZceh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE8Dpp9FvIffPdH1e65mdO2bx4Gikz9J { width:43.75rem;height:3.5rem;top:0.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5ZfFsrx11758WUqHT5CdqiIxxNzhsmz { display:block; }#a5ZfFsrx11758WUqHT5CdqiIxxNzhsmz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqB0TwyLO5cIO0sMVwZJaptvnf26qPKT { top:11.875rem;left:0rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q950aOsEboJaVDTszaEr9Eqn1kv7G9Jp { width:10.0625rem;height:1.5625rem;top:2.3125rem;left:11.218027114868rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwTDrt2IugZ7rUHcFaU6Pntt08T6PK22 { width:10.6875rem;height:4.125rem;top:5.4375rem;left:10.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIvDA4zuxQc5sLz3b3gAn11tPtVQkSel { width:9.375rem;height:2.4375rem;top:6.3125rem;left:11.748760223389rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbw90DfDA3g8GMHi2ZNixepLBWGUvlol { width:10.8125rem;height:1.5625rem;top:2.3125rem;left:24.686674118042rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUFOBoTdWko4AeZN6ak8C30F1SGwoTeh { width:10.6875rem;height:4.125rem;top:5.4375rem;left:24.874795913696rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEW8nXnlz2XomRgH5kx5X9X9xsNTTCL0 { width:9.375rem;height:2.4375rem;top:6.3125rem;left:25.686878204346rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGe8QSKVgKKlM0xHVISFBRtk3L0mJV5a { top:11.0625rem;left:14.999380111694rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g73OcLH0ki7HMnvSOqJboAuJJSHuQhOy { top:11.0625rem;left:28.874177932739rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJQuVk1pcvMr3exzEDNCH8FwyePLfgWQ { top:14.4375rem;left:14.312086105347rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTeMxPEPcUvf7wTJ3qv7sMw6KyIoX7TX { top:14.4375rem;left:28.249383926392rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVXqUulZLMyvNDf5LD8tUcD7mEKOoTqc { top:23rem;left:14.312086105347rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX59qLDNlOzkEyX8aBpgpbaP0h8xggnQ { top:23rem;left:28.249383926392rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVzJTXly0coqSRqtxp2esNK6zNC72HCl { top:30.125rem;left:14.999378204346rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOX3v4iZ7CWMZihqEGRxRdLkvMfKSOB7 { top:30.125rem;left:28.87345123291rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgroW0mQrvsyU9XGU8h9sUXDKM8Zd7wK { top:25.1875rem;left:0rem;width:18rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XExsEOlrHNTWkPM7aN7xcTWibfmoAgFo { top:27rem;left:14.312086105347rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urogFsPN0IQZIPpM830DBM6SNwyH7Tay { top:27rem;left:28.249383926392rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFxu2JpEgui5aIVGQEcU0XXmDKgeq1pK { top:35.75rem;left:28.87345123291rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqNdVBHrIrlpg9MNkZiwhcgahAIpxMp { top:20.25rem;left:0rem;width:13.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knAmi3kFVxbn3DzHBgVRMLNzydORmvRm { top:32.5rem;left:14.311880111694rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttBJeC9w5tv2lMwrgX36ZPF60ocnlsVx { top:32.5rem;left:28.249589920044rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTbgCc0A8HXsfu2mf0Eu6LVJxOCf4zCC { top:41.3125rem;left:28.87345123291rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLCtzV82KF1eadz3V5pt8GsXDZ7Xbp2Q { top:35.0625rem;left:0rem;width:17.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQQ5GlM7D2r7FwIdLVNGZAasXrQrVBVc { top:41.125rem;left:14.874069213868rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeRl4p8kup8rJrJiLHQykreSwESoJJKA { width:10.75rem;height:4.125rem;top:5.4375rem;left:24.811883926392rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWGC2ydgaJv4lwzOg8y2qqq31Uze2v3A { display:block; }
 }@media only screen and (max-width: 763px) { #vddxLDllUQdDMZETvFeAa3kerkMsSnrc { width:10.75rem;height:4.125rem;top:5.4375rem;left:24.811883926392rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wffz6TuOs3odk63ZE1h1POCcJGNRAUTI { display:block; }
 }@media only screen and (max-width: 763px) { #mhLqL8VOLCdhKH6SmimkTA0c2XRH6fNn { top:4.3125rem;left:9.9981422424319rem;width:12.6875rem;height:48.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbwF7J48JTTiy6lnZwG1pgTDfgSomFOw { top:4.3125rem;left:23.874069213868rem;width:12.5625rem;height:48.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOGf0N5gPuF8wTBPaU5a8PQ9TuNb0DxH { top:10.8125rem;left:0rem;width:18.625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #K19IKbxtJyCoo4Ty1VQz7ZecLTeK7KB2 { top:27.0625rem;left:38.875rem;width:4.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWcrS5DeG6zdvo2TMODCdJxBtIgLn6hB { top:18.1875rem;left:39.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOKmyUgnQS1DxhTDEriVtgTu9MW00ZDr { top:21.5625rem;left:39rem;width:4.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrodrH24fSm1ikclT8pRcMnGPFgmhTck { top:14.1875rem;left:39.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRz4BXc8pvhEEha6lsTSS1XqBMAT5fHU { top:17.5625rem;left:39rem;width:4.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHB9n9wSVOI2SSXiefnrnD8g2IdgSipH { top:10.1875rem;left:39.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PG2frfE0Rt8MNSaSJH64vqNQPlpW5HfS { top:13.5625rem;left:39rem;width:4.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWsqhTwuSD2Lb8gTAd43ekcCgVowsPdZ { width:3.0625rem;height:3.0625rem;top:4.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkKdOXdDATiSrXsGU1p61vTw645ATxon { width:7.375rem;height:1.5625rem;top:2.3125rem;left:40.345094680786rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2T8VAW13TLpJsPtNGtr1bSSO5TLR9UL { top:4.3125rem;left:34.75rem;width:12.75rem;height:48.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTD3q5bQv8gcckGiKnXo4G1a1c7AQTOh { width:10.6875rem;height:4.125rem;top:5.4375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCQe5GwIPRs5s5r6bKPNK2ydFOZf982c { width:9.375rem;height:2.4375rem;top:6.3125rem;left:38.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKKFCwOUWyT0lMJSMD2xiebyHfq9HRKV { top:35.6875rem;left:42.874691009521rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REyBHTleVk5q8yX50HT1OKv3AHXiqMy2 { top:14.5rem;left:42.062295913696rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvLcF1I8DJZldOMyZcmP9MTbKzFEUpJB { top:30.0625rem;left:42.874691009521rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #di92EJuTmfsDrylEJa7m5K8u2K3T8tTG { top:23rem;left:42.062295913696rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAe4HEU4iDMvDhfur2GCsqGMCZwKrsRB { top:27rem;left:42.062295913696rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7KyXLHcu5PGaXOKB2QopnCO235vOSNE { top:32.5rem;left:42.062295913696rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXQMQumKFQtaahTCaGeePs9OfV115aNi { top:16.1875rem;left:0rem;width:16.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i01Z2lFNZOGh3aTatyG4attyWRu0T1N4 { top:18.75rem;left:14.312086105347rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efxUeVEcI40T2UkuiLEz85RB3DxPN43e { top:18.75rem;left:42.061677932739rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMlzJmAl4iogWCW9qRvBUn7ZiB5OJcOu { top:15.375rem;left:42.872524261474rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXCU4cR08fTQW550hAdND5LyrFq2okk9 { top:18.75rem;left:28.249383926392rem;width:4.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7kNSgPagc9ydfJod1S63CukkhMguXT { top:15.1875rem;left:14.874069213868rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phauaAlrcuUEBMqxi6lhFFDz2mSwoyOP { top:15.25rem;left:28.686878204346rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #To55O2ctcLonA2LIpMWP5TL48Dgtleat { top:10.875rem;left:42.687191009521rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M85vaOCyLILC620MDMeiqyxDPpFDR690 { top:23.6875rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zshcdCSb1gXSkTHFD4xop401tTtLWEuU { top:27.0625rem;left:43.6875rem;width:4.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyMbvMilutoAIfko8XTKDxkOKV9g4uD8 { top:23.6875rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTdL8oJvZWoAbnqGwe9FdiKOIWki0XiP { top:23.0625rem;left:43.6875rem;width:4.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TemplwOE05iV9BLkCsp0sienmfkScyhT { top:23.0625rem;left:43.6875rem;width:4.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzggwkI3vIpzwbW00PWlBvJiadN0ytr9 { width:4.0625rem;height:1.5rem;top:5.25rem;left:0.37510967254639rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Go3dPe3uFd25gOEyxkXwwNKw0BC3VSHe { width:7.4375rem;height:1.625rem;top:1.0625rem;left:29.1875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFTGGn2b0ZJ9QqqIImPtU6ykUBf41GgO { width:2.75rem;height:2.4375rem;top:1.0625rem;left:29.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfPb3TvlGAnZeg6SGluaXu6g2GmfDtHW { width:4.625rem;height:1.75rem;top:1.0625rem;left:29.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5LTdsrCTWL2XZZ94RloJ7qna6MvpZQK { width:4.625rem;height:1.75rem;top:1.0625rem;left:29.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhc4xWBOl4IQnwEAHpBe2hPB4rLrI6mp { top:41.3125rem;left:42.873760223389rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUEATWdXw99pKo58RdmIFZl5myS8OJe5 { top:54.625rem;left:3.4375rem;width:44.3125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyVrHllISZ6FUsldpyGDzp0ph5x3itfy { top:30.1875rem;left:0rem;width:12.0625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbCw4y2mUsz9IkDfeqXKR450VMZOXimk { top:41.4375rem;left:0rem;width:19.125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7w64ZHVQGd3JygMZpeo12u2SdZfe7Mu { top:20.125rem;left:14.999378204346rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSOduc3g1NkBQ1ziShNSTqThJIWaopKL { top:20.125rem;left:28.874378204346rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuLla6B2Ol3Sxba9hW9i5x955M8GeHp7 { top:20.125rem;left:42.874691009521rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEtBgg855HS5nFmQu5VLcxpiOMqgCBEK { top:25.125rem;left:14.999378204346rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLCyHWFaBR4qxwH98qsqfW5B2TOFrUNF { top:25.125rem;left:28.874378204346rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL1uhZoI5po5nyIC0AKMJRZzuTOd2oCH { top:25.125rem;left:42.874691009521rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeZrZMOslnPXNnWy13bXvIMLTSpEfZx4 { top:20.125rem;left:28.874378204346rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qc3ITxA5qHWwV2wT7GpyXZEoAcWOdREt { top:41.3125rem;left:42.686260223389rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vgTkv4mtvonqE9KzHk9g85VZBwzymwz5 { top:41.3125rem;left:28.87345123291rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8HTzJ4CrbHHASPCOfQGXSvPomTZpcvI { top:20.125rem;left:28.874378204346rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbGQtTpZtdMs0sIFmpi92rU7FiwU59bU { top:41.3125rem;left:42.686260223389rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqQkfNUnUMDWKr2L2mXJTHCZneXpWiUy { top:41.3125rem;left:28.87345123291rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyDL9gTiwnRy0Whlcoxk3CpfMVeii53Z { top:35.4375rem;left:14.90470123291rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGh3qMg2pFuLEER9g0GWBCzq5vTMeT45 { top:41.125rem;left:14.874069213868rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoCVdWdfwoymaf8CTTrtO7Ce0pcqM3cU { width:3.75rem;height:3.0625rem;top:4.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ju0SHNq23Ap06aCZ549ceIKAQPJzDgRT { top:47.5rem;left:0rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bki9v96aGJL7ToUHmI7iX9i3teZoCgef { top:46.5625rem;left:14.875rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA5L0uJGX7HBk1QWBXLKqZKIU1FGcTSh { top:46.5625rem;left:28.6875rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T35J9NBK594GVhgSkBVXvp7Mfkg4vHUQ { top:46.75rem;left:42.875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXnmxD8Ibkv7zfOKT26l6sfyau4ZAzNk { width:10.3125rem;height:2.4375rem;top:49.4375rem;left:37.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEUuICSdQGGlJNgKcHFWTxTIpx1qm9K3 { display:block; }#eEUuICSdQGGlJNgKcHFWTxTIpx1qm9K3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXF2L1J1IEQCLxrQmpcT4cPXsrN6qVT2 { width:36.1875rem;height:;top:0.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwgZ2mVGMAJziJ9cz1xVPlovbMrhFe2m { display:block; }#NwgZ2mVGMAJziJ9cz1xVPlovbMrhFe2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-regular-label { width:40.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-text { width:40.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-text {padding-top: 0; padding-bottom: 0;}#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-textarea { width:40.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-select { width:40.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-select {padding-top: 0; padding-bottom: 0;}#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-button { width:32.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-checkbox-label { width:39.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx  { width:40.125rem;height:auto;top:1.1875rem;left:2.4958229064941rem; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .radio-container { width:40.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx {display:block;}#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx { width:40.125rem;height:auto;top:1.1875rem;left:2.4958229064941rem; }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #rNINwfeUq1bPvckGvvaa5xlaR0i0qDDf {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #DG6JeSDV3L50PqUbJStGnyMO2rHocuWX {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #T8DrwsPv0u83JLxXo8Qftr6Xr19gtioE {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #fT3cdOeWdWTGRER7mGbaeUTBpu8wmscK { display:block; }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #LaR6dTu4tCmBwUpQMZe8FlbBvf9592rF {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #Qt93sOEaEpztTO5bDnVfdUNNPpJvIvbR {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #PGL5bq5R27SNeZnL8gx2BX9idH70vJvi { display:block; }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #LVvos72WwbiWWTRhEWxV3nZ3QfPA8EcZ {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #ttnzDcIFUk9NWFhpyZUV9bt3rc9DGu73 {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #RhARk2g0eq4tzdGv6DKZ1O2O6p3RRdPO { display:block; }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #f2ywFqheVfFxs7sa2XVPvmoex8DNAtI7 {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #x2rdOIzvDRwnkdtZ07BhLe9Hwr8yA7FO {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #H5bMaTiFUZmaRbLDLPTowcpQ1JnFBaEM {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #KpZyz4lGPSJr0iabIE6d3DdMiaewgpqZ {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #tIkyMscOATrhGQ8dPyDgfgTSUln9x7L6 { display:block; }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #a6TnSTZRXg7B0Vt6mBdwzOLsLymOzAJb {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #WN6p5g3VLx5qt80izBTPMg9DKoTWZHUc {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #r41zbCavVQR6FGHkIa8b112HTSXAffFx { display:block; }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #wbDPIm3QmD0feovmVoT1JdMpcfsTl9Q4 {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #Tp2chTzIUrkChXGdaavRO1mgKo3hPgCK {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #I1Xr7ksk6by8TnCOUHAGn25hPfWvtnLf { display:block; }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #aGU0Jc33AsTmBNfnvTusZJuKH3TWkv7g {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #WyzHBD9vSNQZfZTTOzTDEMARMkZq8Wk4 {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #T0I7g3rdHHouromrr0RHAIbAOeOZ9eQl {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #w1xLbfnRUBZpLnlyNlKHx0r7gc8vUusB {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #wRC6lnWXh35L1vhIieLdEQTEzxhGrTqW {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #iaaRgvuepaV6Ewuq4VQsINFANR7oXKmT {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #lhzphSvs94vqzb7Qm97KCud4u3Pn3S98 {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #v6KHEAt6L8kSUm5sXfEQRD6EhEq20GSg {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #sHIF2dHsC7xvpzoiIkuk3sqtm8fT1tSJ {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #TCbuXuV5p3VD1UKtHx7Lo6w7PNlbtnTz {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #eh8U96gJuQOQz2Lg3uMqCnHiKgZnFVo0 {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #zczqTxpEQEeFQXFSbsbsx14GLkeGUvub {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #RJADpFbJab97Dh0AJRFxB1VyuliP4HOZ {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #oBvcVNCFP5oFTXy007WdlJ3tbRXeE8UN {  }
 }@media only screen and (max-width: 763px) { #MSbnVBMCT5c9CMdk9i5TOmXBa81OIIQh { top:46.5625rem;left:3.8078575134277rem;width:17.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9NH6e2osIfvhiWdK05hZHT5u0IsUGVW { display:block; }#R9NH6e2osIfvhiWdK05hZHT5u0IsUGVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMMOoT9Hcfz0yl5nTIiFRWyPb0L1Dee8 { width:9.4375rem;height:2.8125rem;top:3.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHVObtzSrQUxeTtNntruu2M52WcTD1gx { top:7.6875rem;left:0rem;width:20.3125rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymI9gQNXLUbpWIm9iaVrCXdp1IDJMe2x { top:3.8125rem;left:34.9375rem;width:12.8125rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yryDiyX4RUTyIBcl67aLCFKOt87FDDPB { top:6.3125rem;left:33.375rem;width:14.375rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS6DiTezseWdxbTuhsuFJoN50ZMcKsrw { top:2.625rem;left:34.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJti4ExNMhlFJn80ywNKI2aMTd7sd6da { display:block; }#eJti4ExNMhlFJn80ywNKI2aMTd7sd6da > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsUJLIF0fwBF1t9kfK3eFeZlTQe1CNOI { top:0.5625rem;left:13.716583251953rem;width:20.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdPGQGSgpOEcSMfK8vNe3N3A66wG19Dn { width:41.25rem;height:;top:5.9375rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T20mf8Jr90eXcCnIzJIcSIH58Skx6QUH { display:block; }#T20mf8Jr90eXcCnIzJIcSIH58Skx6QUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEpczo5sTzVIlIxfPMTN0Ts1Xlas118h { top:2.875rem;left:40.062110900879rem;width:6.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIB4TyDL17cXdkgeSyNKbTAbwKLBXLtr { top:2.125rem;left:20.249229431153rem;width:13.3125rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrREdtTkulPJBghi13Z7heVpltNSM7WM { top:0.875rem;left:3.9996147155762rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TECMJvd28Ai9ApLgUlC3gvGReTJaCLR2 { top:2.75rem;left:4.1249237060547rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHVpRRuddnXQEuFp08Buc6TPBTBvDV1l { top:4.9375rem;left:4.4358749389649rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGEsfTX2MBMIf7f9XDThO61AkuryPJfS { top:2.75rem;left:18.874305725097rem;width:0.625rem;height:1.6263947266716rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGTWW1AhiEtB4f8GgliPPyKpns18wvA1 { width:6.8125rem;height:1.0625rem;top:1.1875rem;left:5.8119583129883rem;display:block; }
 }@media only screen and (max-width: 763px) { #UENhuoKDT9XszDPyPkznm9VaEsBWK3cW { display:block; }
 }@media only screen and (max-width: 763px) { #vuJqRSzTJb5ttJNo2wXySKaW52QILo62 { width:11.6875rem;height:1.0625rem;top:3rem;left:5.8746147155762rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmLFkd7mON2SqHd4s2nTcsGLyDDuTbAh { display:block; }
 }@media only screen and (max-width: 763px) { #Msw4aIWslHpB1rDHp3Eqa5AXDGdgMhEy { top:2.125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1WpMKi0saBUiyJHTp5LpU1JQZ5a7EGT { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkNSnOSHdTbD9nadwo6HamtxBSeHh8Cz { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGUvA1vAuhwe9TJW94Symvz2bQRcUC5T { top:2.5rem;left:0rem;width:7.25rem;height:2.8746290628502rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2gGUfTVmtDkr4R51CbRpGHAIW3eNA9k { top:5rem;left:6.0614166259766rem;width:12.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anXLhLuuy5d2PMNllkiqc0eyna8uxXMg { display:none; }#anXLhLuuy5d2PMNllkiqc0eyna8uxXMg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL { display:none; }#hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UAUyFbIgguHsLEtZunPTHzh8Ur2B3zNJ { top:0rem;width:;height:;display:none; }
#UAUyFbIgguHsLEtZunPTHzh8Ur2B3zNJ > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #rBoCSvUZfqC8lSOblaLwOik4pTmU4Hq8 { top:0rem;width:;height:;display:none; }
#rBoCSvUZfqC8lSOblaLwOik4pTmU4Hq8 > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #AT7wbGyrDR7cralrTFWa8zeqXCA2qluS { top:2.25rem;left:0rem;width:4.375rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzD0TW29CGWUK6OWEB51cxgeqeBPN7Z8 { top:0rem;width:;height:;display:none; }
#FzD0TW29CGWUK6OWEB51cxgeqeBPN7Z8 > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #bfuowT0oggsLI3CIMwnlTTWesePDHqrP { top:2.25rem;left:2.625rem;width:3.75rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldSOBfmf5QkIa0Ez9An21m25JFGPF8Ah { top:2.25rem;left:0rem;width:5.625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNhvZEgsMzikH9Hm5XTupwwclCkBp0tS { top:0rem;width:;height:;display:none; }
#mNhvZEgsMzikH9Hm5XTupwwclCkBp0tS > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #Cl590EASP6Vuvs9h8cVcZMcVQXqCC23X { top:8.8125rem;left:0rem;width:5.4375rem;height:1.1875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEmEx8ERwAX9TOMWNP4UO9eSO5QudHzP { width:7.1875rem;height:2.5rem;top:1.0625rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1EsdlUZTp58m2UyoT521nXgibr3mcya { display:block; }
 }@media only screen and (max-width: 763px) { #lbyt82SqgKZciRr27r5zP3GJwZy88fyD { width:6.25rem;height:2.5rem;top:1.0625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXML2ywLNU8yQCtKkx6aZg5UotekLR5l { display:block; }
 }@media only screen and (max-width: 763px) { #GksDK3nmsMdBDBqBprkop9ECCddmIJxL { width:7.75rem;height:2.1875rem;top:4.1875rem;left:6.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LeOxh5Pb4uwFgsSzHRJ4gWqX5OON1iIf { display:block; }
 }@media only screen and (max-width: 763px) { #zQbSz8z8SZubC4lpsiDGHtPlgzHlxI07 { width:5.9375rem;height:2.5rem;top:1.0625rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFIW2ozMR7TeAifFhTxpC5oKy7XPWXoD { display:block; }
 }@media only screen and (max-width: 763px) { #MCDKZs8SLMygu1wUQGvTeUnH7oUZWgvP { width:7.5rem;height:1.7487625rem;top:0.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJnpRx5Bt4HSLtTrghaOPRxBVRG84xZ0 { width:5rem;height:2.1875rem;top:2.4370875358581rem;left:14.998968243599rem;z-index:15004;font-size:0.875rem;background-color:transparent;background-image:none;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #U3vFnTf0ck7aDDycWeO18SMoQwmUUTq1 { display:block; }
 }@media only screen and (max-width: 763px) { #NZWMgygJhdp3cenzd1G0k9EhhT91eAAI { width:17.375rem;height:0;top:5.6222152709961rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQfKwvvfzVMh5loUJpvF8JTPTAhbip4g { width:2.5rem;height:0.68739375rem;top:2.3743896484375rem;left:16.186880230904rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMr3U7zZdqPLDdsAyxe2GEsLXakMGycs { width:14.6875rem;height:1.05585rem;top:2.3125rem;left:1.3125rem;font-size:0.8125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #FAsO3mQ9rNuwZqZ7wMR72KC2STeTrCx8 { width:5.3125rem;height:1.13715rem;top:0.56219059228897rem;left:11.312190175056rem;font-size:0.875rem;z-index:15002;text-align:left;text-align-last:left;font-weight:700;font-style:normal;color:#a2dc3b;display:block; }
 }@media only screen and (max-width: 763px) { #wzDPofkF06hm5lHoJCAzts6IJlUJBPcG { display:block; }#wzDPofkF06hm5lHoJCAzts6IJlUJBPcG > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc { background-color:#0c5389;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc > .row .container { border-width: 0; border-radius: 0; }#eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGh6kU9A3l6HQLPUgBQapLSCdKplTIZc > .row .container { width:20rem;height:94.125007390975rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vSIhUp1MraZOQ8WfBwHa7IsrOKi8GpUN { width:20rem;height:6.2999375rem;top:16.25rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNrKSguioHFvHIgyCuZhXlWqssEn5G7G { width:20rem;height:2.39963125rem;top:6.2491750717163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;color:#a2dc3b;display:block; }
 }@media only screen and (max-width: 763px) { #XnCX99ego2PWa2ou9itb7MU1mwNd3sCP { width:20rem;height:4.7249375rem;top:25.9375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krDi1EpPwwHO2fiX8Mrevw0DE3H7BZUv { width:2.5rem;height:2.5rem;top:10.0625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTLcN72KsTVRzoa1PQdMEtO2PFFwO4Ak { width:2.5rem;height:2.5rem;top:15.3125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2HkgNAdTNVb5S7lc88VTs6hTPrqTXzR { width:9.375rem;height:12.9375rem;top:81.25rem;left:5.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #qayFG1IeKR0qLgdq2i0td0FgFwT9nweG { width:19.124375rem;height:2.69965rem;top:78.4375rem;left:0.4375rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFoTe419tSB8Wc8OLbsOEdrUeJcyVocu { width:19.3125rem;height:3.2497875rem;top:1.5620875358581rem;left:0.34344053268433rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:14999;color:#dfc280;display:block; }
 }@media only screen and (max-width: 763px) { #gFS1rnpNrcGJeJTS1miC4uorbLDTek1r { top:13.75rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15027;color:#a2dc3b;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfKLvgXA8eREaTKAxb47oQ9TNL5hooql { top:23.4375rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15028;color:#a2dc3b;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2gLzh7p1T4mCPURBzc5PKPRJ9gqNaur { width:20rem;height:1.662325rem;top:76.25rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.1875rem;z-index:15002;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #JneM5XGLPTNTwWHTF38CZvJVVrRTdglp { width:20rem;height:3.2988875rem;top:8.7710399627688rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hox3QID7z58LcDLOBN5xzRvJI3teTg9K { width:17.5rem;height:16.25rem;top:34.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLP3mGgNM833hRlLOs39rGilylgH8ktr { width:15rem;height:12.3714375rem;top:37.375rem;left:2.625rem;text-align:center;text-align-last:center;color:#000000;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwFMEkPAEakZHyfDMOh5nbJNh6hGpCOF { width:17.5rem;height:19.6875rem;top:54.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMpRP3F9DLo0F7Tr7rTVxK9n3UszpqPA { width:15rem;height:15.7454375rem;top:57.6875rem;left:2.625rem;text-align:center;text-align-last:center;color:#000000;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWLNial56cSp0TP0ySDCeVBu4rE8KOgE { width:4.375rem;height:4.1875rem;top:52.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQrNPz1e0b87nxvZMULHTm0orkZ7M1z { width:4.375rem;height:4.1875rem;top:32.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiU3BM2yitcRsGwSgSzpG1N1zcBtFwRT { display:flex;width:2.5rem;height:2.5rem;top:53.4375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #Vo3diiU87lXeyl11k0D0JMnH8Ad79Fmw { display:flex;width:2.5rem;height:2.5rem;top:33.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #X5hP9opLdmCTzsXdda56A2a14NbUSM4N { display:flex;width:6.2496875rem;height:6.2496875rem;top:82.520418167112rem;left:13.749690175056rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7QOsuGVNQBTV61TIC1h4TETPASyF1I3 { display:flex;width:2.4375rem;height:2.4375rem;top:69.625rem;left:16.375rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y { background-color:#0c5389;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y > .row .container { background-color: transparent; background-image: none; }#LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y > .row .container > .video-iframe-container { display: none; }#LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y > .row > .video-iframe-container { display: none; }#LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y > .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); }#LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y > .row .container { border-width: 0; border-radius: 0; }#LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LxH57qT0Wob8gysvUb1sHhEBQ5VdMg1y > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZiGg595tfo9CCPL4sOKiQc2DHCO38eD { width:20rem;height:2.40036875rem;top:6.2491750717163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;color:#a2dc3b;display:block; }
 }@media only screen and (max-width: 763px) { #qXgGoFN9RS67SwP54aq9bR0b9x64zanE { width:2.5rem;height:2.5rem;top:10.0625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSh2JRmNoULf6OQGw4nCiLokAce45yaL { width:2.5rem;height:2.5rem;top:15.3125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRAXsKGAxos4NkyTtd2yl5h0VzpKvos8 { width:19.3125rem;height:3.2510875rem;top:1.5620875358581rem;left:0.34344053268433rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:14999;color:#dfc280;display:block; }
 }@media only screen and (max-width: 763px) { #x14HzsLuLOTCSQVVO229d6co8NNdmtVu { width:20rem;height:3.2998125rem;top:8.7710399627688rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QccGXvTiEkkPafoa7W5ANcCXRhRHJwEn { display:flex;width:6.2496875rem;height:6.2496875rem;top:82.520418167112rem;left:13.749690175056rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJl2FeL4T17euQee4OePScUukqzDXTaC { display:block; }#NJl2FeL4T17euQee4OePScUukqzDXTaC > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nxp3yTbIRU9N7NZd0UNnGWNnRRrQF5uP { width:20rem;height:1.94986875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M41T9cRd785hH1T13VfrdHktqAvWSGQB { height:11.25rem;width:19.999375rem;top:4.3465347290039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTNaEA0V8zBZDrdT1yUEZLTWNpqel9W0 { display:block; }#aTNaEA0V8zBZDrdT1yUEZLTWNpqel9W0 > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFwZN9ExvD9KqI72z3MMUKEOOVrmRn6p { width:19.999375rem;height:21.709875rem;top:4.3969617187977rem;left:0rem;text-align:left;text-align-last:left;color:#000000;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.6;display:block; }#RFwZN9ExvD9KqI72z3MMUKEOOVrmRn6p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9707b239-b685-4ae9-a31d-31ef4eb02796/punkt2.png); }
 }@media only screen and (max-width: 763px) { #fkvofvpXk5DnsA7TeNRGqEisRGFBIbQe { width:20rem;height:2.11285625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDWAvnpcP3eJebmcwb0eUINLGnmP8u0d { width:19.999375rem;height:0.249690625rem;top:27.398202896118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW4UubvSS2AhzTWJMGfIOhPPa8WMaapS { display:block; }#IW4UubvSS2AhzTWJMGfIOhPPa8WMaapS > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXBlfnMwyHhJEVn49sxshuT9tkix8P1O { width:19.999375rem;height:19.94625rem;top:6.5538387298581rem;left:0rem;text-align:left;text-align-last:left;color:#000000;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.6;display:block; }#UXBlfnMwyHhJEVn49sxshuT9tkix8P1O li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9707b239-b685-4ae9-a31d-31ef4eb02796/punkt2.png); }
 }@media only screen and (max-width: 763px) { #dZG7PxJDCA5vimbM13rVApWtDQhMFn60 { width:20rem;height:4.2257125rem;top:1.2496871948243rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDWaTFPT1HGCTFSBX5BQq5wMvRo0w9lT { width:20rem;height:0.1875rem;top:27.838180541993rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsyLCgihbDxzHH6qC4zrBpNFspbeC8Ti { display:block; }#nsyLCgihbDxzHH6qC4zrBpNFspbeC8Ti > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1NzosR9HP72Z0yQ0Op6HHPOhlUTwRl8 { width:19.999375rem;height:34.168875rem;top:6.5324974060056rem;left:0rem;text-align:left;text-align-last:left;color:#000000;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.6;display:block; }#X1NzosR9HP72Z0yQ0Op6HHPOhlUTwRl8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9707b239-b685-4ae9-a31d-31ef4eb02796/punkt2.png); }
 }@media only screen and (max-width: 763px) { #xoGzImSNB6EPmvMNLTfJ2BIh0FVvzGan { width:20rem;height:4.2257125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpPi5x3TgEQVFKFoxTCw9cf3seudarNE { background-color:#0c5389;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vpPi5x3TgEQVFKFoxTCw9cf3seudarNE > .row .container { background-color: transparent; background-image: none; }#vpPi5x3TgEQVFKFoxTCw9cf3seudarNE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpPi5x3TgEQVFKFoxTCw9cf3seudarNE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpPi5x3TgEQVFKFoxTCw9cf3seudarNE > .row .container > .video-iframe-container { display: none; }#vpPi5x3TgEQVFKFoxTCw9cf3seudarNE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpPi5x3TgEQVFKFoxTCw9cf3seudarNE > .row > .video-iframe-container { display: none; }#vpPi5x3TgEQVFKFoxTCw9cf3seudarNE > .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); }#vpPi5x3TgEQVFKFoxTCw9cf3seudarNE > .row .container { border-width: 0; border-radius: 0; }#vpPi5x3TgEQVFKFoxTCw9cf3seudarNE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpPi5x3TgEQVFKFoxTCw9cf3seudarNE > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5hWPL4kbfTI6fEB9e9GsxSAkoVLDctN { width:20rem;height:6.302625rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFiX3BaqZ4NTvSkqpqITkK8KtIq1uewz { width:20rem;height:4.72695rem;top:13.125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHmRP67zLBZ4rWpVtF9znzDW4FqtZvoH { width:2.5rem;height:2.5rem;top:1.8125rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIKD4zOdU2EykeAr0POlP23EQFENb7hu { width:2.5rem;height:2.5rem;top:7.0625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbiTvyI9qcnZmfJbW5DdiU7e2TPQPsBh { width:9.375rem;height:12.9375rem;top:68.4375rem;left:5.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Ozl18efrtPXmKJHMCn2pAZ1nE4y8G90p { width:19.124375rem;height:2.7011125rem;top:65.625rem;left:0.4375rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNUOsP0ix85SQ9t9wDZdfK1Z2vobHXvN { top:0.9375rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15027;color:#a2dc3b;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpTB3UrR1TaRpSlkZbkzBMv6n5tzvNIP { top:10.625rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15028;color:#a2dc3b;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoIey5vVFQZQy7l0TtpKphWquEeESmEU { width:20rem;height:1.662325rem;top:63.4375rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.1875rem;z-index:15002;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #tf3iOza6vezpQvhJB5CB7IgDkfzza7Wz { width:17.5rem;height:16.25rem;top:21.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhfmWqGvOX7rHqqGCDm9T4Itq6mTJhAg { width:15rem;height:12.3673125rem;top:24.5625rem;left:2.625rem;text-align:center;text-align-last:center;color:#000000;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPxJZgk9suJTfXfUOFN03pcgnwaGEpQg { width:17.5rem;height:19.6875rem;top:41.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJbKDTDIoH076Slte2PpSgvT60m4qmrp { width:15rem;height:15.74025rem;top:44.875rem;left:2.625rem;text-align:center;text-align-last:center;color:#000000;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROTBp8gWc0uRVDEMtlOgZ0HuwifTJmTI { width:4.375rem;height:4.1875rem;top:39.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WILbk4pupsdtzAfwS30NkdFEn8F49i4e { width:4.375rem;height:4.1875rem;top:19.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqg6TVqHbdQTzAUEKnivUzZ5CJDmN2PZ { display:flex;width:2.5rem;height:2.5rem;top:40.625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #bgE7LF5ScOcyZZpvrdCXaL9Ek8clzR9H { display:flex;width:2.5rem;height:2.5rem;top:20.4375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #voaXChZc1tuQCcrQ00S0S6ZUy9LgoZT6 { display:flex;width:6.2496875rem;height:6.2496875rem;top:82.520418167112rem;left:13.749690175056rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHE90rbTMxByTuRuk5knl2bI5sFFL4v9 { display:flex;width:2.4375rem;height:2.4375rem;top:56.8125rem;left:16.375rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #zU9s72FXanr1ToVT3XliLLe3vmeJtUK5 { width:20rem;height:0.125rem;top:81.222337722781rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #WLZ5mTlWRhn7uyvrXwGk0DVplr2xCOtF { display:none; }#WLZ5mTlWRhn7uyvrXwGk0DVplr2xCOtF > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lVsezFGz5cgveJpit73OgqmoiOOHx7kP { width:20rem;height:1.94986875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AIGl0aUh2ngPW3uGUUqzGTb8sTCkoS7S { height:11.25rem;width:19.999375rem;top:4.3465347290039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHFOFMXgzei3mJ8iUf57SlRP3uGQEmbx { display:block; }#MHFOFMXgzei3mJ8iUf57SlRP3uGQEmbx > .row .container { width:20rem;height:101.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwgauEiX4HLAc7KOweNsE4JygeWrXU6D { width:20rem;height:96.88875rem;top:4.6850280761719rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NFlo6S5trc2w4OMcKriBSBDB8relvJEJ { width:20rem;height:1.94986875rem;top:1.2493896484375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOBzuUkPidRTt2fVA6lzhZ8eGOTu2VKC { width:9.0625rem;height:0.249690625rem;top:3.4430694580078rem;left:5.4662743806839rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7utL0hi6q75fVF4HMbvvb0wqWFZNGXo { display:block; }#e7utL0hi6q75fVF4HMbvvb0wqWFZNGXo > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKgQbDbQzH7ALSGVQfrz77JKHQxZTgkW { width:20rem;height:18.6978125rem;top:6.5625rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TyKXfByMUHvDQwwzBca3bq44kvPw4R0i { width:20rem;height:3.8985125rem;top:1.2493896484375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #GP7CSi5OdzpF6hNmyIWgQobVzZisCogJ { width:13.125rem;height:0.25rem;top:5.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Duu5olGTOW6s7TTEdOkwWCm8elwrKreh { display:block; }#Duu5olGTOW6s7TTEdOkwWCm8elwrKreh > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGpuLKem0H63FIwiavIL0vprz0JPxGUq { width:20rem;height:1.80013125rem;top:0.6621289253235rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KivTR6nEo4XQJXcV5EoB7kIt6ItKD9ex { display:block; }#KivTR6nEo4XQJXcV5EoB7kIt6ItKD9ex > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnqR2KgIuABrWNzSi7TEhD4DIXnThZce { width:20rem;height:14.42275rem;top:17.124694824219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3tNo593QHV2BNPVepdTD8nT3BdErTgt { width:10.9375rem;height:11.0458125rem;top:6.125rem;left:0rem;text-align:left;text-align-last:left;color:#000000;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bJsdNtTb2dLL0TNuJfR9q3dtIpJmqsTl { width:9.8125rem;height:11.0458125rem;top:31.311889648438rem;left:0rem;text-align:left;text-align-last:left;color:#000000;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TDOFC155mQCGpZqCM8HmOCS9PDU7cZqs { width:8.125rem;height:11.0458125rem;top:6.1243896484375rem;left:11.9375rem;text-align:right;text-align-last:right;color:#000000;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vUq2aIZ65HvqV9K2OJL91asun59SiMxf { width:3.125rem;height:3.125rem;top:14.124374389649rem;left:8.437499165535rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTbTOVQnTwSFebSpyG9kBApmFAizQs2s { display:block; }
 }@media only screen and (max-width: 763px) { #DZdQwS8vJOqb65oPlOqaCeQS0I7CgWTC { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #guuao3q038JnofeybGXz3pgzNBBQSFnl { display:block; }#guuao3q038JnofeybGXz3pgzNBBQSFnl > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIWPfKRzK53RBdJBt6m2ZituQKQM6eAA { width:20rem;height:1.80013125rem;top:0.6621289253235rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;color:#0c5389;display:block; }
 }@media only screen and (max-width: 763px) { #a4wk7C0TwfATV6U0IBqCuyrQ21C1a9Td { display:block; }#a4wk7C0TwfATV6U0IBqCuyrQ21C1a9Td > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSs8QBQq5LQ0IQXkeefspTaSJsXdhsNy { width:10.9375rem;height:1.837025rem;top:4.6875rem;left:4.5rem;text-align:center;text-align-last:center;color:#d70000;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd1TUrT65TKfBTFu5PmDTewORkDpRBGm { width:2.6875rem;height:2.6875rem;top:176.204rem;left:8.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEOAvOZ6MddH6QkT31s56ENEKfKT9uFc { width:11.3748125rem;height:2.80043125rem;top:1.5625rem;left:4.3125rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZh1MoiXLNBmPekd6JsCF10mdznQSxik { width:20rem;height:5.774675rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LKgJfazexsJTw3Hibh8y4FeIR5CoEa4h { display:block; }#LKgJfazexsJTw3Hibh8y4FeIR5CoEa4h > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQl5xrrv0u232IzZ3FizKSG6CQBxoa6D { width:20rem;height:6.302625rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #meOt1QOT1tTyB8ZdXJFBy9mwn0tUQOSI { width:20rem;height:10.3960625rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gc2wkXOF8Ro3UyDETi0118k5aJTrDCdO { width:2.6875rem;height:2.5625rem;top:185.0651125rem;left:8.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9OhgSiIuGdftnUG1ewKhphayUK6sI0N { width:1.625rem;height:1.625rem;top:216.5512375rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeICUc5PLG4eAw2ElwZXAhpA7rAm9308 { width:0.0625rem;height:18.875rem;top:188.8776125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUtPBqKcRypJsAvvOC0iNxDgNn8giBun { width:20rem;height:3.1513rem;top:20rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tlaQZQKfTLvvTQ0RNGn5H1iXp1eLICg1 { width:20rem;height:6.4975rem;top:23.75rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kh8FDdHc66poMK8zqwxAW5r06q1tIVTH { width:1.625rem;height:1.625rem;top:257.230925rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcyBFl8uaFivaxe3UTrMe5EM09Eq6JN8 { width:2.6875rem;height:2.5625rem;top:248.89411875rem;left:8.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oClWUNqLCN4CM8vadIaGm1Fbzt54GK4U { width:20rem;height:5.19801875rem;top:35.9375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iaazieFlA0Ca3Zd68VUPRuHcZaxJiamL { width:20rem;height:3.1513rem;top:32.1875rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UexJSp6dmWBeNEb5I0wJz7FhK5CiaTN9 { width:2.625rem;height:2.5030710008654rem;top:20.1875rem;left:8.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiAHRlGkwmDHNTfRxzS9TurzbPAd82HP { width:1.5625rem;height:1.5625rem;top:23.375rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZPIwdU8nlxGLMiCHvSvkCT4KqeI5uR3 { display:block; }#UZPIwdU8nlxGLMiCHvSvkCT4KqeI5uR3 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTyPHVaD5In6QIp8g1BGDyW7vxssAupW { width:10.9375rem;height:1.837025rem;top:4.6875rem;left:4.5rem;text-align:center;text-align-last:center;color:#d70000;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN2umb2wFE9dKymssNK9ikvVpZ4R3xJZ { width:2.6875rem;height:2.6875rem;top:176.204rem;left:8.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5XQTNTpsJyUe1NtB6zn2H4CdcSoZPZp { width:11.3748125rem;height:2.80043125rem;top:1.5625rem;left:4.3125rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1P3hnG0rTMONgXseDtEQ0oHAvf58Lay { width:20rem;height:7.6995625rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Fen4RM06o6isQ1o8gtD32nNT4cSbDpVy { display:block; }#Fen4RM06o6isQ1o8gtD32nNT4cSbDpVy > .row .container { width:20rem;height:124.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFJ22aaxob1Ql4qkQhnzTFb0x8zP7I07 { width:20rem;height:1.57565rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lwb4BHwo6QiMt2k2xLcmZnBTaxBOeCJt { width:20rem;height:11.6955625rem;top:3rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UWAy7IaB0Ogq5Hrz6Z2LHdEgE0PkbFBm { width:2.6875rem;height:2.5625rem;top:185.0651125rem;left:8.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaVJN5chsVNzqGwXs6tUfnv8pJbbdHaB { width:1.625rem;height:1.625rem;top:216.5512375rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ftombd1JVdzELKyV1y8gThOXQqqu6Iry { width:0.0625rem;height:18.875rem;top:188.8776125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRuXthxs6UvOw9MBhPUsTsr3HSwB1bIT { width:20rem;height:3.1513rem;top:16.5625rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wgPXescWrTH4ITfBkV4mAwqyMMpR7h8w { width:20rem;height:7.797rem;top:20.3125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n8Wr46ClriZKyW98MHkxmeoEz0iGqkdl { width:1.625rem;height:1.625rem;top:257.230925rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSANGJFbqZ0l49kTXv18ah34uJs613RT { width:2.6875rem;height:2.5625rem;top:248.89411875rem;left:8.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmrC3wW3GSpkMi2y5xqC2FyeDR8DLMox { width:20rem;height:5.19801875rem;top:32.4375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ruTu2zGJkpf16ea4IdgCfEfdT0aRGqT9 { width:20rem;height:1.57565rem;top:30.25rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RFS17wpvgT62KRC4xkt3QE0Cww7fAML5 { width:2.625rem;height:2.5030710008654rem;top:21.375rem;left:8.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbUJ2fmmpZlPi6wMDTpXCvddBrC4AGdd { width:1.5625rem;height:1.5625rem;top:24.5625rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbyMGoDwe3GivtTvtDhNBkIs2xRXRAEO { width:20rem;height:7.797rem;top:41.625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rJnzOBd2Az8JFAdC8TyWwysLLz19UnB7 { width:20rem;height:1.57565rem;top:39.5rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gIgIEbP5o7bVNmkCiy6klOpCPaZ81qOp { width:2.625rem;height:2.5030710008654rem;top:29.375rem;left:8.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bn6qlFXGDxEseLBDkT1A4X9ivrJBxXJI { width:1.5625rem;height:1.5625rem;top:32.5rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #znq6C1qLFdRXo9l0JRp7EsB5DywuDssL { width:20rem;height:7.797rem;top:55.0625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #i4PWClDrEsWXKHS1wkJSXqBBruNwutXS { width:2.625rem;height:2.5030710008654rem;top:38.75rem;left:8.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cw8qT97oF62KEUXfD4HbQ3eiVZ6MToDL { width:1.5625rem;height:1.5625rem;top:41.9375rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o7Q7Vorbt7gmpVQ2kg4M5dVbtkwyLbZ8 { width:20rem;height:3.1513rem;top:51.25rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y7Xsl69UU5XfqnHUz7FmzA5xNXqqeSk1 { width:20rem;height:7.797rem;top:66.9375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gSeiZlmH0JgJCZCXGHyx3C6Qu1zNsDf5 { width:1.5625rem;height:1.5625rem;top:51.625rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1Bp7CVh7Waw6TeQTdTItDP2BVZcHvkm { width:2.625rem;height:2.5030710008654rem;top:48.4375rem;left:8.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPavnZqEGtDVdxyeFnGyNldhb10wKQNN { width:20rem;height:1.57565rem;top:64.75rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hDHm4BaO9VNVBS9xRU4Bnfz4ZtovuTgR { width:20rem;height:9.0965625rem;top:80.3125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WWMtJQmDNXESE0cMNTGuZCWzsrt1lTFE { width:20rem;height:3.1513rem;top:76.5625rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zZUpQNSwTDCFOPCCVKknQHQH9G3VH1ZB { width:2.625rem;height:2.5030710008654rem;top:57.9375rem;left:8.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wA4LTxeUIy8ylJbzIRHPezQCESEiBE5y { width:1.5625rem;height:1.5625rem;top:61.125rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6A1No8iRsNX8MM158SMVqSrL9wbc5XO { width:20rem;height:6.4975rem;top:95.0625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VoTz6VRvanApGEF23iJvShWVvoopNFeT { width:1.5625rem;height:1.5625rem;top:70.6875rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLf8RnlftJKrMOxseSTVTcnmKTWuUwSh { width:2.625rem;height:2.5030710008654rem;top:67.5rem;left:8.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IN1nqZg5WCgSUsdUiMhEh0GEWFRXioln { width:20rem;height:3.1513rem;top:91.3125rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pNeaUhuGrDVRKmpJaLPG1fxUoZXAifHF { width:20rem;height:6.4975rem;top:107.125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #viuWGV8CefHV6iUdTRb3ox6bGfOX0stC { width:1.5625rem;height:1.5625rem;top:78.5625rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqOEGTCJ9EdOV2pHmgdRvsMG5dsyfo6M { width:2.625rem;height:2.5030710008654rem;top:75.375rem;left:8.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrKzVBRd6X1eD21MTEzueTgATAkSgKyx { width:20rem;height:3.1513rem;top:103.4375rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zkak2BHfXTXLkQgyXLXcWxicSg3WNuiK { width:20rem;height:6.4975rem;top:117.5rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ecGf4sWTiqK7Z4zT5WHB5Mbhgdl9haxM { width:1.5625rem;height:1.5625rem;top:86.6875rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mnqi1MeDTGlps0H2oWdPrqWaynTmVmfP { width:2.625rem;height:2.5030710008654rem;top:83.5rem;left:8.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bc5pi2t8U3IDQ2zln9JJuCuIETnENDnv { width:20rem;height:1.57565rem;top:115.4375rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K7GAB9TGvzSdcHpd6e9LutyS5e39HWVQ { display:block; }#K7GAB9TGvzSdcHpd6e9LutyS5e39HWVQ > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGxlmkMvtLQFZSlLXwQUlJ0Ql2KTiqDB { width:10.9375rem;height:1.837025rem;top:1.5625rem;left:4.4999996423721rem;text-align:center;text-align-last:center;color:#d70000;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP18hrWednJ68y3fVsuhqz751SdnbGI9 { width:2.6875rem;height:2.6875rem;top:176.204rem;left:8.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZXmwBVKhnQf6PNEBXc6KoCQkyVEA3xD { width:20rem;height:1.92489375rem;top:3.9368896484375rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g2owx6rvTD6O7BUs2omoIryysXmD7Uy3 { display:block; }#g2owx6rvTD6O7BUs2omoIryysXmD7Uy3 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6M4zKgFRZl6NApJCN0PMlbi9KiwPdqT { width:10.9375rem;height:1.837025rem;top:4.6875rem;left:4.5rem;text-align:center;text-align-last:center;color:#d70000;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgWrAnizZDsq8vDsMOef8p9fqkgOiwat { width:2.6875rem;height:2.6875rem;top:176.204rem;left:8.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iliVwm9EdqbDQZLDIQ5yANs0v3zXdlGQ { width:11.3748125rem;height:2.80043125rem;top:1.5625rem;left:4.3125rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKPtfFz0oma6sLcNFE900rAVM5Mvh6Un { width:20rem;height:5.774675rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GO1U30qnoiMbzsK1UXP9e4yhEPUXk49s { display:block; }#GO1U30qnoiMbzsK1UXP9e4yhEPUXk49s > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnBHLVaFL0KCz9fueagh883TfSfihzUy { width:20rem;height:3.1513rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LpHL6epWmczhTawcI5VLERdHF68gmFuX { width:20rem;height:6.4975rem;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #K1Zggz57GxMRJD8d7p4CfJLmwdvKXpr9 { width:2.6875rem;height:2.5625rem;top:185.0651125rem;left:8.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9AKmFeEOsTdaDzoGPEKpq2uCNclEKKQ { width:1.625rem;height:1.625rem;top:216.5512375rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2Cw4rTkVzxkkl929HBHLiFbJPyfITmp { width:0.0625rem;height:18.875rem;top:188.8776125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VCiByZe1LuZrdl7TsQAS3ppJhkix5zSv { width:20rem;height:1.57565rem;top:13.125rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wlcXXR8PsLhvWlccgrm6QQqD4XX1T7rH { width:20rem;height:5.19801875rem;top:15.3125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vN8TVi6Xm9ZFdT9oRZsAmivFLNByXa0Z { width:1.625rem;height:1.625rem;top:257.230925rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpLfUSvmFspS3u2M0zDO7qQMGcsohTTO { width:2.6875rem;height:2.5625rem;top:248.89411875rem;left:8.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTVgh882g3aoIc1nTsQOiyrwAT2POicS { display:block; }#XTVgh882g3aoIc1nTsQOiyrwAT2POicS > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAmtup1IE0U8zMFsIMZEQ1RIkGqo2CMu { width:10.9375rem;height:1.837025rem;top:4.6875rem;left:4.5rem;text-align:center;text-align-last:center;color:#d70000;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7wvkkiFo9MyDRuQomU02AlmBXqJHDzg { width:2.6875rem;height:2.6875rem;top:176.204rem;left:8.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LeN9OBZJVyTLhC4zCdkvWp60HqXHb7Gh { width:11.3748125rem;height:2.80043125rem;top:1.5625rem;left:4.3125rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1pihcTrRaL0HT55eNFwR7ZGxw2saHPE { width:20rem;height:9.6244375rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Kl1HOivqB5izvPMPq7yO0BPbTTGzJJJc { display:block; }#Kl1HOivqB5izvPMPq7yO0BPbTTGzJJJc > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enrvo9FgpEisSzvyREhAgsB4lyT31NEN { width:20rem;height:3.1513rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A6SkZnpTRIzaOWJBudTgsZ42EGo8UA8k { width:20rem;height:12.9950625rem;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iPc3GVQp4TuqQyeT2g7FqnSBrFDDD1E0 { width:2.6875rem;height:2.5625rem;top:185.0651125rem;left:8.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtstTpc5WGDbzny5QpCWtvF5iumA5T0A { width:1.625rem;height:1.625rem;top:216.5512375rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQF6yWJWDdg3fN2oqiewwuIkrfJRvtFo { width:0.0625rem;height:18.875rem;top:188.8776125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lC8IouDH4deHLKgCVv4M1u75AwZRDbhD { width:20rem;height:3.1513rem;top:19.625rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MVkV3OETUM4OvWIfEcLvZtVTImRF0cMU { width:20rem;height:5.19801875rem;top:23.375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vUEK2FyhIbKRiimJRIC3Ewl0AHTQ1QfW { width:1.625rem;height:1.625rem;top:257.230925rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XONm0tcUZaoIHkDZ75Q2TBGzdomzd4UO { width:2.6875rem;height:2.5625rem;top:248.89411875rem;left:8.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yc4D2VqM8F5lcAqNiMeyM8lgoiBQZlIG { display:block; }#yc4D2VqM8F5lcAqNiMeyM8lgoiBQZlIG > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkTme9AzWm1IP3fL3wZqMDc8qv7oHapb { width:10.9375rem;height:1.837025rem;top:4.6875rem;left:4.5rem;text-align:center;text-align-last:center;color:#d70000;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1NFV46tRotal1aHznwVbzDKLFr6u0tx { width:2.6875rem;height:2.6875rem;top:176.204rem;left:8.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TONEb7hxCuZ90ATstyTGfwvMKh1edycG { width:11.3748125rem;height:2.80043125rem;top:1.5625rem;left:4.3125rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f321BT3FeNlWWUTy55hXTP7qM2aCIcoq { width:20rem;height:5.774675rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #u9vvvsVs9taGIQlNPLcmimlynOFZuo59 { display:block; }#u9vvvsVs9taGIQlNPLcmimlynOFZuo59 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZx5yJNASKdyoor8eHbN5lgCHLXllfPM { width:20rem;height:3.1513rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eqewIpPM2nfhTgdr1MZSvq0VZ3FyMAQO { width:20rem;height:6.4975rem;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mx3BshyZW6KFawiBufkUWaXofQt1E62O { width:2.6875rem;height:2.5625rem;top:185.0651125rem;left:8.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvn1J2OWRDJ9WxZsdSLelqueKACEGGOt { width:1.625rem;height:1.625rem;top:216.5512375rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXQZ5zwykdzqtQgrX740CFSHZLNi3Snp { width:0.0625rem;height:18.875rem;top:188.8776125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4rwfyc0QvlmTAPfTiI2XiCTKKDkaMci { width:20rem;height:3.1513rem;top:13.125rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LbbiGeKEoSSE2GBU0PTmZ4TWCPeAbChy { width:20rem;height:7.797rem;top:16.875rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ae39K4Tu90xK4vv7MC7h6IDhB9qIg3yV { width:1.625rem;height:1.625rem;top:257.230925rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQP7CxAGVK2eGMZ5dMS3doqcHb7LPcFK { width:2.6875rem;height:2.5625rem;top:248.89411875rem;left:8.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vP1T0JXSFGSLr1ZGV9vmQ2Z2FsdGmSpz { display:block; }#vP1T0JXSFGSLr1ZGV9vmQ2Z2FsdGmSpz > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnzT0iy9OzqgTaONopiDiqI6pUxh8F7U { width:10.9375rem;height:1.837025rem;top:4.6875rem;left:4.5rem;text-align:center;text-align-last:center;color:#d70000;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxiiKF8ylFaMqUmbzPvhhRa4k2P9Apd7 { width:2.6875rem;height:2.6875rem;top:176.204rem;left:8.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdPNEFAsK6qiMPV5bVQb0oI5Kdm5qt3n { width:11.3748125rem;height:2.80043125rem;top:1.5625rem;left:4.3125rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ4PgdXC7hEcDJ6ZLEtMQPleMUNzZQXZ { width:20rem;height:3.84978125rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Mqb4JdTQRO9C0IqkDdTpUr504Gte20Tm { display:block; }#Mqb4JdTQRO9C0IqkDdTpUr504Gte20Tm > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAo2RI3EieoLPNKnE3u937y2ZJdUBEFm { width:20rem;height:3.1513rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Bz3R1RJ44t9GbV99UMKCh3QcfLzMzeTi { width:20rem;height:6.4975rem;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h7BCuOIZUhboFxcT5oNJ0a1VsbguyQF0 { width:2.6875rem;height:2.5625rem;top:185.0651125rem;left:8.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fstmx2OVvRr7H8tnAgmA6IqXtPr80CXv { width:1.625rem;height:1.625rem;top:216.5512375rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpiW8oMibKcz67hlTBTrD779Dh0TSw4n { width:0.0625rem;height:18.875rem;top:188.8776125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTo8yTpNCSq18S0xkqCxXB5TbhwGQWsZ { width:20rem;height:1.57565rem;top:13.125rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yyWkFLkH7SC8JcLqG78TWpbdP3RniAh9 { width:20rem;height:5.19801875rem;top:15.25rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zJboL2b0TSrxwbSTcgoVnS7LKBhR4AQi { width:1.625rem;height:1.625rem;top:257.230925rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0Ky7JdcB1GF67hHkO0ShJwkZPyXovFW { width:2.6875rem;height:2.5625rem;top:248.89411875rem;left:8.625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AEzeMps85NohGxIq9sxqsePhhbJWtKWv { display:block; }#AEzeMps85NohGxIq9sxqsePhhbJWtKWv > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRB1RCihnDX5gFn8C3xGD5LxiDfuaSRc { width:10.9375rem;height:1.837025rem;top:4.6875rem;left:4.5rem;text-align:center;text-align-last:center;color:#d70000;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDG8QJnqZDyHiWLm8ql9pvRyMcusQqWS { width:2.6875rem;height:2.6875rem;top:176.204rem;left:8.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4H8TZJbh2xe77RAL3TSA78sxyBbty4K { width:11.3748125rem;height:2.80043125rem;top:1.5625rem;left:4.3125rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybEJLEW9OofnrzKRyTaNTQ9By6hk8wxZ { width:20rem;height:3.84978125rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;color:#a2dc3b;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dR4Xqd7bT3QJqrP8eK5zdh5ODBgwh7f6 { width:20rem;height:5.19801875rem;top:12.9115125rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xuUTGF9czKfPcyJFuwEA8Ap9Dq95sIut { width:1.625rem;height:1.625rem;top:11.9375rem;left:9.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4FBpJVl4Tdn3RLN2V9SZNSTnZ23aDP2 { display:block; }#i4FBpJVl4Tdn3RLN2V9SZNSTnZ23aDP2 > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGacBDGm8ENGdcmbkTBrdCaf3Vti3uTA { width:20rem;height:1.80013125rem;top:0.66109752655031rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;color:#002a84;display:block; }
 }@media only screen and (max-width: 763px) { #otN7UsC7t6WyFFnNFSayXyVNKsLNsTym { display:block; }#otN7UsC7t6WyFFnNFSayXyVNKsLNsTym > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NafDSpkWFTfdNRI9KyqF5HO0pqkn3WHb { width:14.4375rem;height:12.6875rem;top:0.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3BqL0CW1ZGsCrLyxS6E0LrlvXmsdU7v { width:20rem;height:15.8376875rem;top:16.25rem;left:0rem;text-align:center;text-align-last:center;color:#002a84;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tkl4Smn69THBP3IPCXQLxSen31s82LCe { width:13.875rem;height:0.1875rem;top:13.189974784851rem;left:2.7495874166489rem;display:block; }
 }@media only screen and (max-width: 763px) { #zovmQpPdAkH8tnLxI5KTpoqy8c2zTAsz { width:20rem;height:1.62530625rem;top:14.373962402344rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 { background-color:transparent;background-image:none;display:block; }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .row .container { background-color: transparent; background-image: none; }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .row .container > .video-iframe-container { display: none; }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .row > .video-iframe-container { display: none; }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .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); }#TbqcaXPbXT9iHTMVC60INH1BP0Ai0zV1 > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQqfAicpNTTvht1rSiqvQ3P7p689Uzix { width:20rem;height:1.80013125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;color:#002a84;display:block; }
 }@media only screen and (max-width: 763px) { #xAhQP0BHUHzOzJUnBekxXectxsXGzMIG { width:3.125rem;height:3.125rem;top:4.0625rem;left:8.437499165535rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLe49o9RGgmRNRkqFWuOqpoZDizvXqm5 { width:15.5rem;height:1.3811875rem;top:7.1246948242188rem;left:2.3121904134751rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IwOMvEqQEcWWm0dTgEPCtOgCNFoLbk9Z { width:15.75rem;height:2.5990125rem;top:9.0618896484375rem;left:2.1868811845779rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DswTL1PZqXIrSbFAhsmgvvnyDq7CVgep { width:2.5rem;height:2.5rem;top:22.686889648438rem;left:8.7493811845781rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb8QeHwKZ0KHgCk8MwCTSqkDohLGKMUk { width:12.5rem;height:1.3811875rem;top:25.124389648438rem;left:3.7490717172622rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oToTgv24SPhGXfnqRqpfyuXk8N6rtdQ4 { width:16.9375rem;height:2.5990125rem;top:27.0625rem;left:1.5612622499466rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBTQrVTZDTBbloKHdgAdu6gKuG4Jk5A3 { width:3.125rem;height:3.125rem;top:13.311889648438rem;left:8.436571240425rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw9XF5wQclobObm1Tyt69OJpqt1G5qo7 { width:16.125rem;height:1.3811875rem;top:16.375rem;left:1.9993811845779rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqnWAFxPTNDrShLl0pNx8TtUxV3UKVsL { width:15.875rem;height:2.5990125rem;top:18.25rem;left:2.1246904134751rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hkui7EqA8HfZyymc4gzuhZSA3K7SpbhT { width:3.125rem;height:3.125rem;top:31.437194824219rem;left:8.436571240425rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESRW5loS5bhW9BbQifuxcd6rhWKLs2uN { width:12.5625rem;height:1.3811875rem;top:34.499389648438rem;left:3.6868811845779rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTEfNBxasv8RTuwfGXJLnvHGkkzeMego { width:16.9375rem;height:5.19801875rem;top:36.4375rem;left:1.5612622499466rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTHTyToZqSXleK95kt57NTHMLwLyZceh { display:block; }#KTHTyToZqSXleK95kt57NTHMLwLyZceh > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE8Dpp9FvIffPdH1e65mdO2bx4Gikz9J { width:19.999375rem;height:3.6002625rem;top:0.53556251525879rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a5ZfFsrx11758WUqHT5CdqiIxxNzhsmz { display:block; }#a5ZfFsrx11758WUqHT5CdqiIxxNzhsmz > .row .container { width:20rem;height:68.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqB0TwyLO5cIO0sMVwZJaptvnf26qPKT { width:20rem;height:0;top:29.179653167724rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q950aOsEboJaVDTszaEr9Eqn1kv7G9Jp { width:6.0625rem;height:1.46310625rem;top:2.1623258590698rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwTDrt2IugZ7rUHcFaU6Pntt08T6PK22 { width:5.4375rem;height:3.125rem;top:4.4999990463257rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIvDA4zuxQc5sLz3b3gAn11tPtVQkSel { width:4.0625rem;height:0;top:26.0173625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wbw90DfDA3g8GMHi2ZNixepLBWGUvlol { width:4.6875rem;height:1.46310625rem;top:2.1606850624084rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUFOBoTdWko4AeZN6ak8C30F1SGwoTeh { width:5.4375rem;height:3.125rem;top:4.4999990463257rem;left:13.312500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEW8nXnlz2XomRgH5kx5X9X9xsNTTCL0 { width:3.75rem;height:0;top:4.5183577537537rem;left:8.1250001192094rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGe8QSKVgKKlM0xHVISFBRtk3L0mJV5a { width:2.8125rem;height:2.8125rem;top:30.5798625rem;left:8.6571159362794rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g73OcLH0ki7HMnvSOqJboAuJJSHuQhOy { width:2.8125rem;height:2.8125rem;top:12.875rem;left:14.75rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJQuVk1pcvMr3exzEDNCH8FwyePLfgWQ { width:4.0625rem;height:0.0625rem;top:33.9548625rem;left:7.9071159362794rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTeMxPEPcUvf7wTJ3qv7sMw6KyIoX7TX { width:4.0625rem;height:0.0625rem;top:15.875rem;left:14rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVXqUulZLMyvNDf5LD8tUcD7mEKOoTqc { width:4.0625rem;height:0.0625rem;top:37.9548625rem;left:7.9071159362794rem;display:none; }
 }@media only screen and (max-width: 763px) { #wX59qLDNlOzkEyX8aBpgpbaP0h8xggnQ { width:4.0625rem;height:0.0625rem;top:24.125rem;left:14rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVzJTXly0coqSRqtxp2esNK6zNC72HCl { width:2.8125rem;height:2.8125rem;top:34.5798625rem;left:8.6571159362794rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOX3v4iZ7CWMZihqEGRxRdLkvMfKSOB7 { width:2.8125rem;height:2.8125rem;top:26.811880350113rem;left:14.749380230904rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgroW0mQrvsyU9XGU8h9sUXDKM8Zd7wK { width:18.125rem;height:2.5990125rem;top:23.749999284744rem;left:0.99876236915588rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XExsEOlrHNTWkPM7aN7xcTWibfmoAgFo { width:4.0625rem;height:0.0625rem;top:41.9548625rem;left:7.9071159362794rem;display:none; }
 }@media only screen and (max-width: 763px) { #urogFsPN0IQZIPpM830DBM6SNwyH7Tay { width:4.0625rem;height:0.0625rem;top:32.625rem;left:14rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFxu2JpEgui5aIVGQEcU0XXmDKgeq1pK { width:2.8125rem;height:2.8125rem;top:19.56095123291rem;left:14.749380230904rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqNdVBHrIrlpg9MNkZiwhcgahAIpxMp { width:13.6875rem;height:2.5990125rem;top:16.498761640862rem;left:3.1550122499466rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #knAmi3kFVxbn3DzHBgVRMLNzydORmvRm { width:4.0625rem;height:0.0625rem;top:47.4548625rem;left:8.0008659362794rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttBJeC9w5tv2lMwrgX36ZPF60ocnlsVx { width:4.0625rem;height:0.0625rem;top:43.061676025391rem;left:13.99958717823rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTbgCc0A8HXsfu2mf0Eu6LVJxOCf4zCC { width:2.8125rem;height:2.8125rem;top:50.060642242432rem;left:14.749380230904rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLCtzV82KF1eadz3V5pt8GsXDZ7Xbp2Q { width:19.624375rem;height:3.8985125rem;top:38.423572540283rem;left:0.18564355373382rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQQ5GlM7D2r7FwIdLVNGZAasXrQrVBVc { width:3.125rem;height:3.125rem;top:49.748760223389rem;left:2.3734527826309rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeRl4p8kup8rJrJiLHQykreSwESoJJKA { width:10.75rem;height:4.125rem;top:48.996508598328rem;left:4.6249998211861rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #MWGC2ydgaJv4lwzOg8y2qqq31Uze2v3A { display:block; }
 }@media only screen and (max-width: 763px) { #vddxLDllUQdDMZETvFeAa3kerkMsSnrc { width:10.75rem;height:4.125rem;top:123.8125038147rem;left:3.3741319775581rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wffz6TuOs3odk63ZE1h1POCcJGNRAUTI { display:block; }
 }@media only screen and (max-width: 763px) { #mhLqL8VOLCdhKH6SmimkTA0c2XRH6fNn { width:12.5rem;height:25.125rem;top:24.0173625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbwF7J48JTTiy6lnZwG1pgTDfgSomFOw { width:19.6875rem;height:63.125rem;top:1.1231384277344rem;left:0.12345296144486rem;background-color:#f1f3fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QOGf0N5gPuF8wTBPaU5a8PQ9TuNb0DxH { width:18.625rem;height:2.5990125rem;top:9.2769098281863rem;left:0.68663197755812rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #K19IKbxtJyCoo4Ty1VQz7ZecLTeK7KB2 { width:4.0625rem;height:0.0625rem;top:43.061676025391rem;left:1.9368811845779rem;z-index:15050;display:none; }
 }@media only screen and (max-width: 763px) { #UWcrS5DeG6zdvo2TMODCdJxBtIgLn6hB { width:2.8125rem;height:2.8125rem;top:19.56095123291rem;left:2.6240717172622rem;font-size:1.9375rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #KOKmyUgnQS1DxhTDEriVtgTu9MW00ZDr { width:4.0625rem;height:0.0625rem;top:32.625rem;left:1.9375rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #UrodrH24fSm1ikclT8pRcMnGPFgmhTck { width:2.8125rem;height:2.8125rem;top:26.811880350113rem;left:2.6240717172622rem;font-size:1.9375rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #aRz4BXc8pvhEEha6lsTSS1XqBMAT5fHU { width:4.0625rem;height:0.0625rem;top:24.125rem;left:1.9375rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #IHB9n9wSVOI2SSXiefnrnD8g2IdgSipH { width:2.8125rem;height:2.8125rem;top:12.5625rem;left:2.6875rem;font-size:1.9375rem;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #PG2frfE0Rt8MNSaSJH64vqNQPlpW5HfS { width:4.0625rem;height:0.0625rem;top:15.875rem;left:1.9368811845779rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #TWsqhTwuSD2Lb8gTAd43ekcCgVowsPdZ { width:4.0625rem;height:1.542rem;top:5.2880573272705rem;left:1.9362622499466rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #AkKdOXdDATiSrXsGU1p61vTw645ATxon { width:4.6875rem;height:1.46310625rem;top:2.1606850624084rem;left:13.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2T8VAW13TLpJsPtNGtr1bSSO5TLR9UL { width:12.75rem;height:48.4375rem;top:4.3125rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTD3q5bQv8gcckGiKnXo4G1a1c7AQTOh { width:5.4375rem;height:3.125rem;top:4.4998168945312rem;left:7.2493811845781rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCQe5GwIPRs5s5r6bKPNK2ydFOZf982c { width:9.375rem;height:auto;top:6.3125rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKKFCwOUWyT0lMJSMD2xiebyHfq9HRKV { width:2.8125rem;height:2.8125rem;top:35.6875rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #REyBHTleVk5q8yX50HT1OKv3AHXiqMy2 { width:4.0625rem;height:0.0625rem;top:14.5rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvLcF1I8DJZldOMyZcmP9MTbKzFEUpJB { width:2.8125rem;height:2.8125rem;top:30.0625rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #di92EJuTmfsDrylEJa7m5K8u2K3T8tTG { width:4.0625rem;height:0.0625rem;top:23rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KAe4HEU4iDMvDhfur2GCsqGMCZwKrsRB { width:4.0625rem;height:0.0625rem;top:27rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7KyXLHcu5PGaXOKB2QopnCO235vOSNE { width:4.0625rem;height:0.0625rem;top:32.5rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXQMQumKFQtaahTCaGeePs9OfV115aNi { width:16.25rem;height:auto;top:16.1875rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #i01Z2lFNZOGh3aTatyG4attyWRu0T1N4 { width:4.0625rem;height:0.0625rem;top:18.75rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #efxUeVEcI40T2UkuiLEz85RB3DxPN43e { width:4.0625rem;height:0.0625rem;top:18.75rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMlzJmAl4iogWCW9qRvBUn7ZiB5OJcOu { width:2.8125rem;height:2.8125rem;top:15.375rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXCU4cR08fTQW550hAdND5LyrFq2okk9 { width:4.0625rem;height:0.0625rem;top:43.059600830078rem;left:7.9682341814044rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qe7kNSgPagc9ydfJod1S63CukkhMguXT { width:3.125rem;height:3.125rem;top:40.186633110046rem;left:8.4375002980231rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #phauaAlrcuUEBMqxi6lhFFDz2mSwoyOP { width:3.125rem;height:3.125rem;top:53.91145625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #To55O2ctcLonA2LIpMWP5TL48Dgtleat { width:3.125rem;height:3.125rem;top:10.875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M85vaOCyLILC620MDMeiqyxDPpFDR690 { width:2.8125rem;height:2.8125rem;top:19.56095123291rem;left:8.5925122499469rem;font-size:1.9375rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #zshcdCSb1gXSkTHFD4xop401tTtLWEuU { width:4.0625rem;height:0.0625rem;top:32.624786376953rem;left:7.93708717823rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #cyMbvMilutoAIfko8XTKDxkOKV9g4uD8 { width:2.8125rem;height:2.8125rem;top:26.811880350113rem;left:8.5609523057937rem;font-size:1.9375rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #TTdL8oJvZWoAbnqGwe9FdiKOIWki0XiP { width:4.0625rem;height:0.0625rem;top:24.124359130859rem;left:7.9366751909256rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #TemplwOE05iV9BLkCsp0sienmfkScyhT { width:4.0625rem;height:0.0625rem;top:15.906127929688rem;left:7.9372941255569rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #LzggwkI3vIpzwbW00PWlBvJiadN0ytr9 { width:4.0625rem;height:1.542rem;top:5.2880573272705rem;left:14.000309109687rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Go3dPe3uFd25gOEyxkXwwNKw0BC3VSHe { width:4.625rem;height:1.787325rem;top:39.090277671814rem;left:-13.322916686535rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #RFTGGn2b0ZJ9QqqIImPtU6ykUBf41GgO { width:2.75rem;height:2.4375rem;top:12.56033372879rem;left:14.624999165535rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15014;color:#8db421;display:block; }
 }@media only screen and (max-width: 763px) { #bfPb3TvlGAnZeg6SGluaXu6g2GmfDtHW { width:2.75rem;height:2.4375rem;top:12.56033372879rem;left:8.5618811845781rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15014;color:#8db421;display:block; }
 }@media only screen and (max-width: 763px) { #h5LTdsrCTWL2XZZ94RloJ7qna6MvpZQK { width:2.75rem;height:2.4375rem;top:12.56033372879rem;left:2.6547027826309rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15015;color:#8db421;display:block; }
 }@media only screen and (max-width: 763px) { #yhc4xWBOl4IQnwEAHpBe2hPB4rLrI6mp { width:2.8125rem;height:2.8125rem;top:50.060642242432rem;left:8.5925122499469rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUEATWdXw99pKo58RdmIFZl5myS8OJe5 { width:19.3125rem;height:2.4375rem;top:65.31466293335rem;left:0.34251236915588rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xyVrHllISZ6FUsldpyGDzp0ph5x3itfy { width:19.249375rem;height:2.5990125rem;top:30.999069213868rem;left:0.37314355373383rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbCw4y2mUsz9IkDfeqXKR450VMZOXimk { width:19.125rem;height:2.5990125rem;top:46.957609176636rem;left:0.43626236915588rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7w64ZHVQGd3JygMZpeo12u2SdZfe7Mu { width:2.8125rem;height:2.8125rem;top:20.125rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSOduc3g1NkBQ1ziShNSTqThJIWaopKL { width:2.8125rem;height:2.8125rem;top:57.326429492188rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuLla6B2Ol3Sxba9hW9i5x955M8GeHp7 { width:2.8125rem;height:2.8125rem;top:20.125rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEtBgg855HS5nFmQu5VLcxpiOMqgCBEK { width:2.8125rem;height:2.8125rem;top:25.125rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLCyHWFaBR4qxwH98qsqfW5B2TOFrUNF { width:2.8125rem;height:2.8125rem;top:61.388929492188rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FL1uhZoI5po5nyIC0AKMJRZzuTOd2oCH { width:2.8125rem;height:2.8125rem;top:25.125rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CeZrZMOslnPXNnWy13bXvIMLTSpEfZx4 { width:2.8125rem;height:2.8125rem;top:34.164602279663rem;left:2.6231435537338rem;font-size:1.9375rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #qc3ITxA5qHWwV2wT7GpyXZEoAcWOdREt { width:2.8125rem;height:2.8125rem;top:34.164602279663rem;left:8.5925122499469rem;font-size:1.9375rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #vgTkv4mtvonqE9KzHk9g85VZBwzymwz5 { width:2.8125rem;height:2.8125rem;top:34.164602279663rem;left:14.749380230904rem;font-size:1.9375rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #I8HTzJ4CrbHHASPCOfQGXSvPomTZpcvI { width:2.8125rem;height:2.8125rem;top:42.8125rem;left:2.625rem;font-size:1.9375rem;z-index:15083;display:none; }
 }@media only screen and (max-width: 763px) { #GbGQtTpZtdMs0sIFmpi92rU7FiwU59bU { width:2.8125rem;height:2.8125rem;top:42.812187194824rem;left:14.749999165535rem;font-size:1.9375rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #kqQkfNUnUMDWKr2L2mXJTHCZneXpWiUy { width:2.8125rem;height:2.8125rem;top:42.812160491943rem;left:8.5925122499469rem;font-size:1.9375rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #hyDL9gTiwnRy0Whlcoxk3CpfMVeii53Z { width:3.0625rem;height:3.0625rem;top:58.689971923828rem;left:8.4375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGh3qMg2pFuLEER9g0GWBCzq5vTMeT45 { width:3.12438125rem;height:3.12438125rem;top:42.467819213868rem;left:2.4050122499466rem;font-size:2.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #QoCVdWdfwoymaf8CTTrtO7Ce0pcqM3cU { width:4.0625rem;height:1.542rem;top:5.2880573272705rem;left:7.967821240425rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Ju0SHNq23Ap06aCZ549ceIKAQPJzDgRT { width:16.249375rem;height:2.4375rem;top:54.249374389649rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bki9v96aGJL7ToUHmI7iX9i3teZoCgef { width:3.0625rem;height:3.0625rem;top:57.184093475342rem;left:8.4672023057937rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA5L0uJGX7HBk1QWBXLKqZKIU1FGcTSh { width:3.0625rem;height:3.0625rem;top:57.182546615601rem;left:2.3731435537338rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T35J9NBK594GVhgSkBVXvp7Mfkg4vHUQ { width:2.8125rem;height:2.8125rem;top:57.307546615601rem;left:14.749999165535rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXnmxD8Ibkv7zfOKT26l6sfyau4ZAzNk { width:6.874375rem;height:3.16754375rem;top:59.995045661926rem;left:12.687499165535rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEUuICSdQGGlJNgKcHFWTxTIpx1qm9K3 { display:block; }#eEUuICSdQGGlJNgKcHFWTxTIpx1qm9K3 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXF2L1J1IEQCLxrQmpcT4cPXsrN6qVT2 { width:20rem;height:1.79958125rem;top:0.6621289253235rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;color:#0c5389;display:block; }
 }@media only screen and (max-width: 763px) { #NwgZ2mVGMAJziJ9cz1xVPlovbMrhFe2m { display:none; }#NwgZ2mVGMAJziJ9cz1xVPlovbMrhFe2m > .row .container { width:20rem;height:55.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-text {padding-top: 0; padding-bottom: 0;}#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-select {padding-top: 0; padding-bottom: 0;}#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem;background-color:#a2dc3b;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;text-align:center;text-align-last:center; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-radio-label { text-align:left;text-align-last:left;font-size:0.6875rem;overflow:hidden;height:2.25rem; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-container:first-of-type{padding-top:0;}#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-container:last-of-type{padding-bottom:0;}#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx  { width:17.5rem;height:auto;top:0.32488059997559rem;left:0rem; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx .widget-info-text { font-size:1.25rem;overflow:hidden;height:auto; }
#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx {display:block;}#onJhrIX5qnae5BhaZMEoU8IZlws9GSUx { width:17.5rem;height:auto;top:0.32488059997559rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #rNINwfeUq1bPvckGvvaa5xlaR0i0qDDf {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #DG6JeSDV3L50PqUbJStGnyMO2rHocuWX {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #T8DrwsPv0u83JLxXo8Qftr6Xr19gtioE {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #fT3cdOeWdWTGRER7mGbaeUTBpu8wmscK { display:block; }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #LaR6dTu4tCmBwUpQMZe8FlbBvf9592rF {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #Qt93sOEaEpztTO5bDnVfdUNNPpJvIvbR {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #PGL5bq5R27SNeZnL8gx2BX9idH70vJvi { display:block; }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #LVvos72WwbiWWTRhEWxV3nZ3QfPA8EcZ {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #ttnzDcIFUk9NWFhpyZUV9bt3rc9DGu73 {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #RhARk2g0eq4tzdGv6DKZ1O2O6p3RRdPO { display:block; }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #f2ywFqheVfFxs7sa2XVPvmoex8DNAtI7 {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #x2rdOIzvDRwnkdtZ07BhLe9Hwr8yA7FO {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #H5bMaTiFUZmaRbLDLPTowcpQ1JnFBaEM {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #KpZyz4lGPSJr0iabIE6d3DdMiaewgpqZ {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #tIkyMscOATrhGQ8dPyDgfgTSUln9x7L6 { display:block; }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #a6TnSTZRXg7B0Vt6mBdwzOLsLymOzAJb {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #WN6p5g3VLx5qt80izBTPMg9DKoTWZHUc {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #r41zbCavVQR6FGHkIa8b112HTSXAffFx { display:block; }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #wbDPIm3QmD0feovmVoT1JdMpcfsTl9Q4 {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #Tp2chTzIUrkChXGdaavRO1mgKo3hPgCK {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #I1Xr7ksk6by8TnCOUHAGn25hPfWvtnLf { display:block; }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #aGU0Jc33AsTmBNfnvTusZJuKH3TWkv7g {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #WyzHBD9vSNQZfZTTOzTDEMARMkZq8Wk4 {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #T0I7g3rdHHouromrr0RHAIbAOeOZ9eQl {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #w1xLbfnRUBZpLnlyNlKHx0r7gc8vUusB {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #wRC6lnWXh35L1vhIieLdEQTEzxhGrTqW {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #iaaRgvuepaV6Ewuq4VQsINFANR7oXKmT {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #lhzphSvs94vqzb7Qm97KCud4u3Pn3S98 {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #v6KHEAt6L8kSUm5sXfEQRD6EhEq20GSg {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #sHIF2dHsC7xvpzoiIkuk3sqtm8fT1tSJ {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #TCbuXuV5p3VD1UKtHx7Lo6w7PNlbtnTz {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #eh8U96gJuQOQz2Lg3uMqCnHiKgZnFVo0 {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #zczqTxpEQEeFQXFSbsbsx14GLkeGUvub {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #RJADpFbJab97Dh0AJRFxB1VyuliP4HOZ {  }
 }@media only screen and (max-width: 763px) { #onJhrIX5qnae5BhaZMEoU8IZlws9GSUx #oBvcVNCFP5oFTXy007WdlJ3tbRXeE8UN {  }
 }@media only screen and (max-width: 763px) { #MSbnVBMCT5c9CMdk9i5TOmXBa81OIIQh { width:17.184125rem;height:1.05538125rem;top:52.487312316894rem;left:1.4062498807907rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R9NH6e2osIfvhiWdK05hZHT5u0IsUGVW { display:block; }#R9NH6e2osIfvhiWdK05hZHT5u0IsUGVW > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMMOoT9Hcfz0yl5nTIiFRWyPb0L1Dee8 { width:20rem;height:1.94986875rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHVObtzSrQUxeTtNntruu2M52WcTD1gx { width:20rem;height:1.5rem;top:3.7496948242188rem;left:0rem;font-size:0.9375rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymI9gQNXLUbpWIm9iaVrCXdp1IDJMe2x { width:9.6244375rem;height:1.5rem;top:6.5625rem;left:5.9371901750564rem;font-size:0.9375rem;font-family:roboto;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yryDiyX4RUTyIBcl67aLCFKOt87FDDPB { width:13.4375rem;height:2.99906875rem;top:8.25rem;left:5.9371901750564rem;font-size:0.9375rem;font-family:roboto;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CS6DiTezseWdxbTuhsuFJoN50ZMcKsrw { width:4.0625rem;height:4.0625rem;top:6.5625rem;left:0.62128710746765rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJti4ExNMhlFJn80ywNKI2aMTd7sd6da { display:block; }#eJti4ExNMhlFJn80ywNKI2aMTd7sd6da > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsUJLIF0fwBF1t9kfK3eFeZlTQe1CNOI { width:10.811875rem;height:2.4996875rem;top:0.62221527099609rem;left:4.5918933153153rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdPGQGSgpOEcSMfK8vNe3N3A66wG19Dn { width:19.999375rem;height:12.182875rem;top:3.7444443702698rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T20mf8Jr90eXcCnIzJIcSIH58Skx6QUH { display:block; }#T20mf8Jr90eXcCnIzJIcSIH58Skx6QUH > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEpczo5sTzVIlIxfPMTN0Ts1Xlas118h { width:6.8125rem;height:auto;top:2.875rem;left:6.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VIB4TyDL17cXdkgeSyNKbTAbwKLBXLtr { width:12.5rem;height:2.448175rem;top:11.0625rem;left:5.6865717172623rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZrREdtTkulPJBghi13Z7heVpltNSM7WM { width:1.5625rem;height:1.5625rem;top:4.6875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TECMJvd28Ai9ApLgUlC3gvGReTJaCLR2 { width:1.5rem;height:1.5rem;top:6.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHVpRRuddnXQEuFp08Buc6TPBTBvDV1l { width:1rem;height:1rem;top:9.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGEsfTX2MBMIf7f9XDThO61AkuryPJfS { width:0.625rem;height:1.1875rem;top:11.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGTWW1AhiEtB4f8GgliPPyKpns18wvA1 { width:6.8125rem;height:1.0625rem;top:4.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UENhuoKDT9XszDPyPkznm9VaEsBWK3cW { display:block; }
 }@media only screen and (max-width: 763px) { #vuJqRSzTJb5ttJNo2wXySKaW52QILo62 { width:11.6875rem;height:2.1875rem;top:6.4371337890625rem;left:5.1249996423721rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmLFkd7mON2SqHd4s2nTcsGLyDDuTbAh { display:block; }
 }@media only screen and (max-width: 763px) { #Msw4aIWslHpB1rDHp3Eqa5AXDGdgMhEy { width:3.125rem;height:3.125rem;top:13.999389648438rem;left:11.437499165535rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1WpMKi0saBUiyJHTp5LpU1JQZ5a7EGT { width:3.125rem;height:3.125rem;top:13.999389648438rem;left:8.437499165535rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkNSnOSHdTbD9nadwo6HamtxBSeHh8Cz { width:3.125rem;height:3.125rem;top:13.999389648438rem;left:5.3743807077408rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGUvA1vAuhwe9TJW94Symvz2bQRcUC5T { width:7.25rem;height:2.875rem;top:1.1875rem;left:6.3749998211863rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #c2gGUfTVmtDkr4R51CbRpGHAIW3eNA9k { width:12.5rem;height:1.1374875rem;top:9.0621337890625rem;left:5.6243807077408rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #anXLhLuuy5d2PMNllkiqc0eyna8uxXMg { background-color:#092a46;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#anXLhLuuy5d2PMNllkiqc0eyna8uxXMg > .row .container { background-color: transparent; background-image: none; }#anXLhLuuy5d2PMNllkiqc0eyna8uxXMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anXLhLuuy5d2PMNllkiqc0eyna8uxXMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anXLhLuuy5d2PMNllkiqc0eyna8uxXMg > .row .container > .video-iframe-container { display: none; }#anXLhLuuy5d2PMNllkiqc0eyna8uxXMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anXLhLuuy5d2PMNllkiqc0eyna8uxXMg > .row > .video-iframe-container { display: none; }#anXLhLuuy5d2PMNllkiqc0eyna8uxXMg > .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); }#anXLhLuuy5d2PMNllkiqc0eyna8uxXMg > .row .container { border-width: 0; border-radius: 0; }#anXLhLuuy5d2PMNllkiqc0eyna8uxXMg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anXLhLuuy5d2PMNllkiqc0eyna8uxXMg > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL { background-color:#092a46;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL > .row .container { background-color: transparent; background-image: none; }#hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL > .row .container > .video-iframe-container { display: none; }#hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL > .row > .video-iframe-container { display: none; }#hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL > .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); }#hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL > .row .container { border-width: 0; border-radius: 0; }#hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hdDLs7G3d0Wvc2w2eF8Jq7HN3pOtM4UL > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAUyFbIgguHsLEtZunPTHzh8Ur2B3zNJ { display:flex;top:0.5550537109375rem;left:2.2818688154221rem;width:1.5625rem;height:1.5625rem;z-index:15001;font-size:1.0625rem; }
#UAUyFbIgguHsLEtZunPTHzh8Ur2B3zNJ > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #rBoCSvUZfqC8lSOblaLwOik4pTmU4Hq8 { display:flex;top:0.56158447265625rem;left:12.122833371162rem;width:1.5rem;height:1.5rem;z-index:15004;font-size:1rem; }
#rBoCSvUZfqC8lSOblaLwOik4pTmU4Hq8 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #AT7wbGyrDR7cralrTFWa8zeqXCA2qluS { top:2.3038330078125rem;left:10.685024380684rem;width:4.375rem;height:0.893875rem;z-index:15004;color:#ffffff;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #FzD0TW29CGWUK6OWEB51cxgeqeBPN7Z8 { display:flex;top:0.57086181640625rem;left:16.812189221382rem;width:1.5rem;height:1.5rem;z-index:15006; }
#FzD0TW29CGWUK6OWEB51cxgeqeBPN7Z8 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #bfuowT0oggsLI3CIMwnlTTWesePDHqrP { top:2.3038330078125rem;left:15.686262249947rem;width:3.75rem;height:0.893875rem;z-index:15006;color:#ffffff;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #ldSOBfmf5QkIa0Ez9An21m25JFGPF8Ah { top:2.3029174804688rem;left:0.25rem;width:5.625rem;height:0.893875rem;z-index:15005;color:#ffffff;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #mNhvZEgsMzikH9Hm5XTupwwclCkBp0tS { display:flex;top:0.67852783203125rem;left:7.280321240425rem;width:1.375rem;height:1.375rem;z-index:15002;font-size:0.9375rem; }
#mNhvZEgsMzikH9Hm5XTupwwclCkBp0tS > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Cl590EASP6Vuvs9h8cVcZMcVQXqCC23X { top:2.3038330078125rem;left:6.0922027826309rem;width:3.75rem;height:0.893875rem;z-index:15003;color:#ffffff;text-align:center;text-align-last:center;font-size:0.6875rem;font-family:comfortaa;display:block; }
 }