.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#29292a;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); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#29292a;background-image:none;position:relative;display:block; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container { background-color: transparent; background-image: none; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container > .video-iframe-container { display: none; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row > .video-iframe-container { display: none; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .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); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container { border-width: 0; border-radius: 0; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#diWErlbEbTG7wkuLTRhaHKBivsbX9C78 { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5rem;width:25rem;top:6.637499809265rem;left:35.000001907349rem;overflow:hidden;display:none; }
#v2WaC4sxen68Lf4a9N7XnTSzdLSwmqW5 { color:#ffad00;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:6.1000003814697rem;left:-0.03125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vti6XBHyXAxmpc6WELvZZJQrzGH1dMo3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:22.8125rem;top:2.75rem;left:0rem;overflow:hidden;display:none; }
#WSPN2opOm9Gx83r42yJQ70Mgsb8TkbOT { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:16.125rem;top:1.6875rem;left:21.937498092651rem;overflow:hidden;display:block; }
#wDMz9nH27A909prUm3evlDCambul1NmV { position:absolute;display:block;z-index:100005;height:11.25rem;width:20rem;top:0rem;left:0rem;display:block; }
#BTZE0yQHIUIlOfJMtIVfZDSU1SMgq9TH { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:99999;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXnuoAXbKkX1CKON7JoeAkwfkLJXpuBU { color:#ffffff;display:block;width:47.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:17.0625rem;left:6.125rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#29292a;background-image:none;position:relative;display:block; }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .row .container { background-color: transparent; background-image: none; }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .row .container > .video-iframe-container { display: none; }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .row > .video-iframe-container { display: none; }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .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); }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .row .container { border-width: 0; border-radius: 0; }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#IH5ZT1QglObnpy4DsM1SRJNMlJxAhTTp { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5rem;width:25rem;top:6.637499809265rem;left:35.000001907349rem;overflow:hidden;display:none; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-container { padding-top:0;padding-right:0.5625rem;padding-bottom:0;padding-left:0.5rem;vertical-align:top; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;color:#eeff62;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:1.1875rem;padding-left:0.125rem;display:block;width:5.375rem;height:3.9375rem;position:relative;font-family:tahoma, arial, sans-serif;font-size:3.9375rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-text.counter-number.adaptive-delivery-prevent-bg, #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-text.counter-number.lazyload, #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-text.counter-number.lazyloading { background-image: none; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-text.counter-label { background-color:;background-image:none;color:#ffad00;padding-top:0;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T { top:5rem;left:16.5625rem;z-index:100013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:26.75rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #LlQ2RwExgeqRccCdAdtVniAb6vrUiNgJ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #vX2wytIDxgDqER66PB4udGfeBp7kUpAL { display:block; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #EWNJ0eKoNDCC6tThqsv8Izgs7MnzWNdf { display:block; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #BDguz2cXN6pQTJAbBLz6Og6zGI1Q6RGW { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #EMLk6XnN0NgV8mHQ9xCal0mEu3altn8c { display:block; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #cRqWUSZ8dyrxlUHhgODtpkzaI2CSO7VS { display:block; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #TCuWoLJq2vD7n2gk2fo8QSWhl5ue1QTl { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #UerE34gCr0rIQ6usr4FELsdIWugfRBnI { display:block; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #ywgKLH8fo4ucG8EVK4zMBJvx3OpkmIfr { display:block; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #ARaaQz339VRt1BJZGO1OeATwc3J5Jvn2 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #UOQoFrVTZ7v0P5VrragXg9Jg6pwFKhOM { display:block; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #NwLb3heiudDmJBzhzhRNIikHWMxwTddl { display:block; }
#VeTp9wWi7xDCzTqGHOS3ckATsJzoRnzl { position:absolute;display:block;z-index:100004;background-color:#283891;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;height:8rem;width:27.5625rem;top:4.25rem;left:16.0625rem;display:block; }
#vnQGwfHlXUQBVk3NGPkXioWBhXho3tNp { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:1.25rem;left:13.59375rem;height:2.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wRbE6R27lJDnThtA4gXBN3SdchQTtsUl { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:13.375rem;left:13.1875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container { background-color: transparent; background-image: none; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container > .video-iframe-container { display: none; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row > .video-iframe-container { display: none; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .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); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container { border-width: 0; border-radius: 0; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:60rem;position:relative;display:block; }#Au9foAlacTCpgXElXJ2CPR2HznoG5R3D { color:#ebf5fe;display:block;width:26.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:99996;line-height:1.6;letter-spacing:0;top:8.375rem;left:3.625rem;height:22rem;display:block; }
#sukuepCsylXlkQdGrTspZe5NBzlHWO4L { position:absolute;display:block;z-index:100002;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.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:36.4375rem;display:none; }
#mfUINNgDNGPWi2XFwqEMnTJyJ0lJ7TcM { box-sizing:content-box;color:#eeff62;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:100012;top:16.75rem;left:0rem;display:block; }
#FG9uzAlb2SLsLKfMHMiZDhzO9wG8wid8 { box-sizing:content-box;color:#eeff62;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:100014;top:24.3125rem;left:0rem;display:block; }
#W7BxJraQWP7OmorOiKxuAbxEhlSbg5Bq { box-sizing:content-box;color:#eeff62;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:100013;top:8.375rem;left:0rem;display:block; }
#xPs6BIU7K0GBlLyTkilhsWGakKNpBbqe { box-sizing:content-box;color:#eeff62;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:100016;top:33.625rem;left:0rem;display:block; }
#iWNOiq7mmzaLsNqk45nwp0U0h9lD40yt { color:#283891;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.9249992370606rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#siuOTPTqeMz52QF9kd5bxa3zW1NJLcRb { color:#ebf5fe;display:block;width:30.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100018;line-height:1.6;letter-spacing:0;top:33.625rem;left:3.625rem;height:8rem;display:block; }
#KaBXTWovob3rxMlniI4fH4F6p5AtW777 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5rem;width:16.75rem;top:34.687500953674rem;left:39.580205917358rem;overflow:hidden;display:block; }
#GOCIT9NlXNIXhyZBLJopaXEibyv4OOFe { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:13.25rem;top:7.2750005722044rem;left:46.108331680298rem;overflow:hidden;display:block; }
#SKhiX4bCODoSokvnNSu62Lr7HFF28pWV { position:absolute;display:block;z-index:99992;background-color:#283891;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:0rem;height:38.125rem;width:35.8125rem;top:6.75rem;left:0rem;display:block; }
#J9QGiP5xqnPwsGtsHuNOwKVfIreGmbWG { position:absolute;display:block;z-index:99993;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.25rem;width:23.8125rem;top:15.750000953674rem;left:36.187498092651rem;overflow:hidden;display:block; }
#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .row .container { background-color: transparent; background-image: none; }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .row .container > .video-iframe-container { display: none; }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .row > .video-iframe-container { display: none; }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .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); }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .row .container { border-width: 0; border-radius: 0; }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;position:relative;display:block; }#F6PMTDydapcFo7SSZIiswyUZNNlsLRpw { color:#1d2730;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:99996;line-height:1.2;letter-spacing:0;top:11rem;left:6.125rem;height:34.5rem;display:block; }
#A9W9gtShmIy6R49oIiZzAfZdRuME903D { position:absolute;display:block;z-index:100002;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.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:36.4375rem;display:none; }
#QTPwSJRtoPL1lrXnyLOBoFiEgcBMZFST { box-sizing:content-box;color:#03aae8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:10.875rem;left:3.125rem;display:block; }
#FA2JmAS8MlL5AfkDC5WUwh2w9fgqi89h { color:#283891;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.9249992370606rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gxpDdi8Wz9MJBF7XxPAHZhbcJhtkvci5 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.6875rem;width:14.3125rem;top:28.6875rem;left:27.86874961853rem;overflow:hidden;display:block; }
#nB7oMkEGyK49zqHx0GDiAJvuNxUI7ivI { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.75rem;width:13.125rem;top:6.5625rem;left:46.722913742066rem;overflow:hidden;display:block; }
#zu4I6O3LoRaT4rqypJPs0m5dJCFTS9OI { box-sizing:content-box;color:#03aae8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:15.25rem;left:3.125rem;display:block; }
#K6wobSB1H7xoNKCT83P10Pp0R3BT6ypn { box-sizing:content-box;color:#03aae8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:19.75rem;left:3.125rem;display:block; }
#xpNpOPXfUxLBP2QBLTomsBAzZVEXGJQr { box-sizing:content-box;color:#03aae8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:22.71875rem;left:3.125rem;display:block; }
#K4oDBf8UTATko4zTXk9lIph6QiplyoOL { box-sizing:content-box;color:#03aae8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:25.75rem;left:3.125rem;display:block; }
#TZz2OPf9DdzTzyDNuiVPeVTabBQ7m53T { box-sizing:content-box;color:#03aae8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:31.6875rem;left:3.125rem;display:block; }
#VlwJ45TwyOLChy8L8nFdLbHeKwkvcowV { box-sizing:content-box;color:#03aae8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:34.75rem;left:3.125rem;display:block; }
#dyD6RkoMNBiPhrRTHqJioXhnkDZ10qWm { box-sizing:content-box;color:#03aae8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:37.8056640625rem;left:3.125rem;display:block; }
#LZfSMFyq0W8gpCSDizWWowmDcbPX9tFD { box-sizing:content-box;color:#03aae8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:40.8125rem;left:3.125rem;display:block; }
#O3hR3mHiiX7xWGvNxaeWRVc0OqDxDayI { color:#03aae8;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.7437496185303rem;left:0rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lOfbUcrtC6OcA2pNPPxbOBDxSerBbA5J { position:absolute;display:block;z-index:99994;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29rem;width:34.9375rem;top:8.43125rem;left:24.860779231132rem;overflow:hidden;display:block; }
#DBCEgIwRSKuuqAy0VTFnCKHplLyAy9lP { box-sizing:content-box;color:#03aae8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:43.6875rem;left:3.125rem;display:block; }
#dZnIEuqI9gkZodS59vtxPd4JBx47bgwm { box-sizing:content-box;color:#03aae8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:28.8125rem;left:3.125rem;display:block; }
#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#283891;background-image:none;position:relative;display:block; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container { background-color: transparent; background-image: none; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container > .video-iframe-container { display: none; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row > .video-iframe-container { display: none; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .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); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container { border-width: 0; border-radius: 0; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:60rem;position:relative;display:block; }#EGqPgrBLpNeHJo3rNrslKTzHTtfgVwkK { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5rem;width:25rem;top:6.637499809265rem;left:35.000001907349rem;overflow:hidden;display:none; }
#TIrrAFHP3gIR4sbh8aHLOs2t3asU5TOe { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:19.875rem;top:1.9874992370606rem;left:40.124998092651rem;overflow:hidden;display:block; }
#Ke784hGCeHGAXFq2vpRf0KZy5c5Lvxk6 { color:#ffad00;display:block;width:42.3125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:2rem;left:0rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MxsCOnsJIQQoI6tkOuTBsQ35dTC6eInL { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100014;line-height:1.6;letter-spacing:0;top:6.75rem;left:0rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZKpVTC21O63addsdlPzL9n6tC8hipt6M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#29292a;background-image:none;position:relative;display:block; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container { background-color: transparent; background-image: none; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container > .video-iframe-container { display: none; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row > .video-iframe-container { display: none; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .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); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container { border-width: 0; border-radius: 0; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#BGrchFF6rCR4FseRK7dV99udrU8B5qrW { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5rem;width:25rem;top:6.637499809265rem;left:35.000001907349rem;overflow:hidden;display:none; }
#ZbS2NPCfprPvPnEg6T7EXx0BPuEeyiIa { position:absolute;display:block;z-index:100004;background-color:#283891;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;height:6.8125rem;width:55.3125rem;top:1.71875rem;left:2.34375rem;display:block; }
#XLbq3GtXlEGXXvapvVuDqSISHVheww1b { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:2.9375rem;left:16.21875rem;height:4.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aUmJBGNNsZyZMwTaBKmS3vu2VQsH7xzH { position:relative;display:block; }#aUmJBGNNsZyZMwTaBKmS3vu2VQsH7xzH { background-color: transparent; background-image: none; }#aUmJBGNNsZyZMwTaBKmS3vu2VQsH7xzH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aUmJBGNNsZyZMwTaBKmS3vu2VQsH7xzH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aUmJBGNNsZyZMwTaBKmS3vu2VQsH7xzH > .row .container > .video-iframe-container { display: none; }#aUmJBGNNsZyZMwTaBKmS3vu2VQsH7xzH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aUmJBGNNsZyZMwTaBKmS3vu2VQsH7xzH > .row > .video-iframe-container { display: none; }#aUmJBGNNsZyZMwTaBKmS3vu2VQsH7xzH > .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); }#aUmJBGNNsZyZMwTaBKmS3vu2VQsH7xzH { border-width: 0; border-radius: 0; }#aUmJBGNNsZyZMwTaBKmS3vu2VQsH7xzH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#29292a;background-image:none;font-size:0.875rem;font-family:arial;height:41.4375rem;width:60rem;position:relative;display:block; }#yhOaNvrIx5rHTRMCOhdLn5lCoiIi4WUs { color:#03aae8;display:block;width:15rem;position:absolute;font-family:lobster;font-size:3rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:5.3125rem;left:7.5rem;height:3.8994125rem;display:block; }
#DHNTwVDiSzFrX5OfzUC7PJhVf1qmZSLH { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:4.0625rem;left:13.5625rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#maDFnbtWd7bwtFOPTGLsJBFTzUModqSf { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:9.9375rem;left:2.5625rem;height:4.199225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W5asKWlnOkmCMkXHdXnvSqE9CM8Jy9oh { color:#eeff62;display:block;width:2.5625rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:16rem;left:9.4375rem;height:2.35546875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x6Z94nbZJkUTaFh7e08ARP1dr9g7pNME { color:#eeff62;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:15.25rem;left:10.6875rem;height:5.4433625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lFIMwsHRhDQclVhpw4EI2y3oTN0DCg6C { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:20.4375rem;left:8.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#yIU6FMgtP57gzGFTHSiRoStbw0AeBedd { 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.1875rem solid #eeff62;border-left:0.1875rem solid #eeff62;border-right:0.1875rem solid #eeff62;border-bottom:0.1875rem solid #eeff62;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-sizing:border-box;color:#eeff62;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:12.5rem;height:3.3875rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:24.0625rem;left:8.75rem;display:block; }
#IqpVNZPETFL9sqnZT8UI8mUBTtvixr1Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mxT3L2MGXs5A7JTx3fwziCugdr7dHIRU { color:#ffad00;display:block;width:15rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:6.6875rem;left:37.499998092651rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ps5QRmdu9zdV6WcmRrTFwXIkz7bvbZPD { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:5.4375rem;left:43.562498092651rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#e5OpuwP525LFvqoOtiUc91FB2Prcmo8K { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:12.3125rem;left:32.562498092651rem;height:4.199225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TZqF8of2SPrxQmw0NVp2GeCJCUhRl3W9 { color:#ffad00;display:block;width:2.5625rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:19.3125rem;left:37.749998092651rem;height:2.35546875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Cq0Camv7d5foUbycCATiBRMyzAALwES9 { color:#ffad00;display:block;width:13.4375rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:18.25rem;left:38.812498092651rem;height:5.4433625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qMASt0FuqTsX0dAU0x5WoIOgTAkLTbQS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:24.0625rem;left:38.749998092651rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tE7BwQORy60dkSqxhBcxuBCxkmk8R3E1 { 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.1875rem solid #ffad00;border-left:0.1875rem solid #ffad00;border-right:0.1875rem solid #ffad00;border-bottom:0.1875rem solid #ffad00;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-sizing:border-box;color:#ffad00;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:12.45rem;height:3.3375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:27.375rem;left:38.749998092651rem;display:block; }
#IkifKaMGH7UF1Tu8I1wTS45EggTRpQcZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DtOgEFCa7OU8DOsJVXVxwdrRqTNwcW9s { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:11.650001525879rem;left:32.562498092651rem;height:2.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tOHuSwurc8TgBbhLXxmsWvn5PwMOnlsf { position:absolute;display:block;z-index:100002;background-color:#283891;background-image:none;border-top:0.1875rem solid #283891;border-left:0.1875rem solid #283891;border-right:0.1875rem solid #283891;border-bottom:0.1875rem solid #283891;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:28.3125rem;width:25.0625rem;top:2.693359375rem;left:2.349609375rem;display:block; }
#BUy3G9RofGeOx1TaHGzqD94oINlrRwQu { position:absolute;display:block;z-index:100003;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffad00;border-left:0.1875rem solid #ffad00;border-right:0.1875rem solid #ffad00;border-bottom:0.1875rem solid #ffad00;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(235,245,254,0.51) ;height:36.125rem;width:25.125rem;top:2.6875rem;left:32.318359375rem;display:block; }
#Ogb4PoyGVkNihDlQQOT1J6JahgroDuf6 { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:34.1494140625rem;left:32.40625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sNfe1p8u3XPQ0oHHDQAP7hIRz25mCaap { box-sizing:content-box;color:#09fa23;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:35.38671875rem;left:43.84375rem;display:block; }
#rqUDkn8rT2JTMKyhS1zT13x4044qxl1L { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:35.7373046875rem;left:32.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#e4pxGVTe0QSAbSCdrcRr5lv61GZ1pk2a { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:35.7373046875rem;left:45.90625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Sh8OoTkzDNdI1RwyhoeiHBwTwdm90XUe { color:#eeff62;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:28.392578125rem;left:2.40625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#P6ZWKR40JN151D7NgHvLsesTRSo595aP { color:#ffad00;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:31.380859375rem;left:32.40625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:60rem;position:relative;display:block; }#UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { position:absolute;display:block;z-index:99993;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:22.25rem;top:23.687505722046rem;left:37.749998092651rem;overflow:hidden;display:block; }
#Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { color:#071638;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:99996;line-height:1.6;letter-spacing:0;top:11.5rem;left:1.6875rem;height:14rem;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; }
#HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { position:absolute;display:block;z-index:100002;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.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:36.4375rem;display:none; }
#ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { color:#283891;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ObG3mS7UcsH7Z8dLUgonPLfZNTJqZ9xE { color:#283891;display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:8.25rem;left:1.6875rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XAMDQcCvf5nzEuIrxZQpwg9nUCqx4hTM { color:#071638;display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:99997;line-height:1.6;letter-spacing:0;top:26.375rem;left:1.6875rem;height:15.5625rem;display:block; }#XAMDQcCvf5nzEuIrxZQpwg9nUCqx4hTM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XAMDQcCvf5nzEuIrxZQpwg9nUCqx4hTM li:before{  }
#DgsRznDMuWTXFJc8otgqFpWnWUfeFPWV { color:#283891;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2rem;left:7.6875rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i8ShspVUPlSQIXzUv3Dt9wOJIt20h2AJ { color:rgba(236,9,37,0.78);display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:43.81875038147rem;left:8.21875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uCFDtfTKFuzR4hDThfELdlarXf0RQQTS { position:absolute;display:block;z-index:99992;background-color:#cadffc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:22.25rem;top:13.25rem;left:37.749998092651rem;display:block; }
#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .row .container { background-color: transparent; background-image: none; }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .row .container > .video-iframe-container { display: none; }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .row > .video-iframe-container { display: none; }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .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); }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .row .container { border-width: 0; border-radius: 0; }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .row .container { font-size:0.875rem;font-family:arial;height:60.5625rem;width:60rem;position:relative;display:block; }#d0qQ0IG4UUFofmXSAv890sANPKM3TyI8 { position:absolute;display:block;z-index:99993;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:18.3125rem;top:23.687505722046rem;left:37.749998092651rem;overflow:hidden;display:block; }
#KsNcGvqHRsgPIzMInyiJ3ewlfU6RRpI4 { color:#071638;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:99996;line-height:1.6;letter-spacing:0;top:11.5rem;left:1.6875rem;height:16rem;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; }
#q50TLNpQ1MVeJWPyHAiu6H32gZ8zBrQP { position:absolute;display:block;z-index:100002;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.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:36.4375rem;display:none; }
#TSPCKQNgNV2O2VgefFSdKaATIiJX0fQC { color:#283891;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WOo8R71iQsGbPqWGX9oxXGkJ8qqpaUOA { color:#283891;display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:8.25rem;left:1.6875rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IFkieLKDBGx1HTBmmBoLNZcLkZHhyiq5 { color:#071638;display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:99997;line-height:1.6;letter-spacing:0;top:30.4375rem;left:1.6875rem;height:23.25rem;display:block; }#IFkieLKDBGx1HTBmmBoLNZcLkZHhyiq5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IFkieLKDBGx1HTBmmBoLNZcLkZHhyiq5 li:before{  }
#dygOSwyTU1Z4AtRamXChzxcaBMx32JoW { color:#283891;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2rem;left:7.6875rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kUEQXc8JdKgbwwGQEObKrDMkey6Rrqvo { color:rgba(236,9,37,0.78);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:55.8125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcEmHLZ9TSoTTk5y8qbdgqbFAZ77ysJA { position:absolute;display:block;z-index:99992;background-color:#cadffc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:22.25rem;top:13.25rem;left:37.75rem;display:block; }
#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .row .container { background-color: transparent; background-image: none; }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .row .container > .video-iframe-container { display: none; }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .row > .video-iframe-container { display: none; }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .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); }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .row .container { border-width: 0; border-radius: 0; }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:block; }#FUgI23wRnnBzMsGwvxt1lli92vUXgTys { position:absolute;display:block;z-index:99993;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0625rem;width:12.6875rem;top:15.9375rem;left:37.75rem;overflow:hidden;display:block; }
#S2Q1BNzfwoRnqTt02XyFT2Q1Ok3bxpgy { color:#071638;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:99996;line-height:1.6;letter-spacing:0;top:11.5rem;left:1.6875rem;height:14rem;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; }
#ATidE0PpWWdxaT1U0TcirVoMHuEQOZcs { position:absolute;display:block;z-index:100002;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.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:36.4375rem;display:none; }
#NTKBdQMqU4FVfKhIuGxXdriDl9s0HArB { color:#283891;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QXJmo5aWD5OIkHLgZKbGsc2TgBsoW5AH { color:#283891;display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:8.25rem;left:1.6875rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RBVzKtXdrHAk8a8oX8XNhOOv9pQJHpPI { color:#283891;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2rem;left:7.6875rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D0KOxLOUDaoiRou0Zr6qCF3EqaK9O46F { color:rgba(236,9,37,0.78);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:30.005859375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V8lD8nn01iL0oHyNNzhVL8DkF7sqBq5J { position:absolute;display:block;z-index:99992;background-color:#cadffc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:22.25rem;top:12.0625rem;left:37.75rem;display:block; }
#SrCAvINaLIQ6eChi41IrolCk5ut4gclL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row .container { background-color: transparent; background-image: none; }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row .container > .video-iframe-container { display: none; }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row > .video-iframe-container { display: none; }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .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); }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row .container { border-width: 0; border-radius: 0; }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:60rem;position:relative;display:block; }#vDbgZ6pD2bU8a6dFkH0dzAg5rOKLdHrW { color:#283891;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:40.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pVsWK7X8GifRRvT9Zbp1ItGfgSrfEUHR { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.1875rem;width:23.5625rem;top:3.7998046875rem;left:4.375rem;display:block; }
#olSaqwcIbwZEt3fkXTAAsN6vOXHvMTtT { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:23.3125rem;top:3.8935546875rem;left:31.7431640625rem;display:block; }
#tCwoi8IldHToOwXvUiSUIoTr2zObfOli { color:#283891;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:17.9873046875rem;left:4.90625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#znURXdRQr7lFWpcBPAJtNib6Nib6eOZP { color:#283891;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:17.9873046875rem;left:32.1494140625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yy668znr1kVzkdqE0rxrI7rCMJyWrn2k { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:23.3125rem;top:21.9560546875rem;left:18.34375rem;display:block; }
#Q9gZI8oHnlKyHGCzAx6HeRTiVTPEdAr8 { color:#283891;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:35.6748046875rem;left:18.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row .container { background-color: transparent; background-image: none; }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row .container > .video-iframe-container { display: none; }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row > .video-iframe-container { display: none; }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .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); }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row .container { border-width: 0; border-radius: 0; }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row .container { font-size:0.875rem;font-family:arial;height:67.0625rem;width:60rem;position:relative;display:block; }#lAVVahvMhHcTpKIkR8kyBBT2kW3i4ynN { color:#283891;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:9.9873046875rem;left:31.125rem;height:3.25rem;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; }
#sDl7lHLaNb0JhXadQuTU8CGD6IvBSuoc { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:13.9375rem;left:31rem;height:;display:block; }#sDl7lHLaNb0JhXadQuTU8CGD6IvBSuoc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sDl7lHLaNb0JhXadQuTU8CGD6IvBSuoc li:before{  }
#DXWhENiyg1c5yMFrvbfFdmz6aLbh3o5d { color:#283891;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.3623046875rem;left:0rem;height:1.625rem;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; }
#PxLJpWz4FQ92IcbDJ9NZIsp7cPGuJFoK { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:3.9873046875rem;left:0rem;height:4.5rem;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; }
#oCM1qHxPlF4wEwKo9D79gUQMPLXZxm6I { color:#283891;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0rem;height:1.625rem;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; }
#MfayFd92hBECf4tgTsmgUFUFmdEhPDgm { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:22.9375rem;left:0rem;height:1.5rem;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; }
#MVZmglrcdASA58UKl2fes0RTKDcVsaLR { color:#283891;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:32rem;left:0rem;height:1.625rem;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; }
#dPcyhyoUFfcSBhlMyoiBzTkQDlFX8na5 { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:33.625rem;left:0rem;height:13.5rem;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; }
#xW04x70CFlDcnEEHFz9QlvdiTdbP8Ulg { color:#283891;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:40.625rem;left:31.125rem;height:1.625rem;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; }
#esG46yFP4REzILDtBNgT8IhT3pqi1hlV { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:42.1875rem;left:31rem;height:12rem;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; }
#Txqa84Xd8H0KBc4CE4A58wgopNOWOszt { color:#283891;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:56.8125rem;left:31.125rem;height:1.625rem;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; }
#f4KXpVVsk7qVRZVPWcIoXylPWLJCHmaK { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:58.375rem;left:31rem;height:6rem;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; }
#OnAc4XDE1H6vQ5ctiThPSxUIqvc5pe6l { color:#283891;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:55.625rem;left:0rem;height:1.625rem;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; }
#iRAdSaqJynDGflc0FKz8Pb2QomIavhmG { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:57.125rem;left:0rem;height:4.5rem;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; }
#F9ovNA2HcssuXULEsKrHaScxnSvihzS4 { color:#283891;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:25.8125rem;left:0rem;height:1.625rem;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; }
#wJpQQWZ9cKqt14NlUxLJpIn1S98Thl6l { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:27.375rem;left:0rem;height:3rem;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; }
#AEOdWMfZIX1MBNhK0FWai7rk81QZgvcW { color:#283891;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:51rem;left:0rem;height:1.625rem;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; }
#OUvLUiu5pdlkViSSPav6wMBfKq1yoXWT { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:52.5625rem;left:0rem;height:1.5rem;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; }
#Z26GLim6CuJSE0qlB9t6rJf0AGUxswvK { color:#283891;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:62.6875rem;left:0rem;height:1.625rem;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; }
#xih8noIZp1QO2KX2zc5reGI2eftMKSKr { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:64.25rem;left:0rem;height:1.5rem;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; }
#Gx5lyFTPQWIM1wVeTpuQ8ve99qOs1MyE { color:#283891;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:10.8125rem;left:0rem;height:1.625rem;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; }
#O4c0PRUTgFleAELqpTUz0Pq2zPtTI33r { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:12.4375rem;left:0rem;height:7.5rem;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; }
#ezvQA5x8dDWwXcf32ZagXNx1CoQeEvkX { color:#283891;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.3623046875rem;left:31.125rem;height:1.625rem;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; }
#QrTpaUgDGbvGPmFGx6ypWH2GlqFnIdN3 { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:3.9873046875rem;left:31rem;height:4.5rem;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; }
#pssS0doiypbfqnngqmANZQauwPIKz8gB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf5fe;background-image:none;position:relative;display:block; }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row .container { background-color: transparent; background-image: none; }#pssS0doiypbfqnngqmANZQauwPIKz8gB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row .container > .video-iframe-container { display: none; }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row > .video-iframe-container { display: none; }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .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); }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row .container { border-width: 0; border-radius: 0; }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;position:relative;display:block; }#f6ozFC9GQnzT7RhEAdPCh3OOKHa8TgaP { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.3125rem;width:9.375rem;top:3.53125rem;left:41.3125rem;overflow:hidden;display:block; }
#WbxqgEp1eLsvShE1SD6Z4TUwv7q8NSev { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:9.375rem;top:3.5625rem;left:50.625rem;overflow:hidden;display:block; }
#pfnHp7uviuzNanhMxyyQ4T7nac8KT7Ro { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.53125rem;left:24.03125rem;height:1.4619125rem;text-align:right;text-align-last:right;display:block; }
#VntnxfGCEUlllBVVrNTF8nuJ2KGppzZv { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:5.78125rem;left:24.0625rem;height:5.199225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FHnGyP8QllphFvTuUbriInVfeSL3FcWQ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:20rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#LCksLiRofItiZnxZJ3OPT62J24FBbhiP { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:2.5996125rem;display:block; }
#afcJXG4qqyQTq4aNLL1aqtrDDXWhFqAx { position:absolute;display:block;z-index:100007;background-color:transparent;background-image:none;border-top:0.1875rem solid #03aae8;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:60rem;top:1.1444091796875E-5rem;left:0rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d { display:block; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diWErlbEbTG7wkuLTRhaHKBivsbX9C78 { top:6.625rem;left:22.75rem;width:25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2WaC4sxen68Lf4a9N7XnTSzdLSwmqW5 { top:6.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vti6XBHyXAxmpc6WELvZZJQrzGH1dMo3 { width:22.8125rem;height:3.0625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSPN2opOm9Gx83r42yJQ70Mgsb8TkbOT { width:16.125rem;height:2.0625rem;top:1.6875rem;left:15.812498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDMz9nH27A909prUm3evlDCambul1NmV { width:20rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZE0yQHIUIlOfJMtIVfZDSU1SMgq9TH { top:13.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXnuoAXbKkX1CKON7JoeAkwfkLJXpuBU { top:17.0625rem;left:0rem;width:47.6875rem;height:6.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WExlXXTwe9kJr7GwvPolLD4dsS4rl54L { display:block; }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IH5ZT1QglObnpy4DsM1SRJNMlJxAhTTp { top:6.625rem;left:22.75rem;width:25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-container { padding-top:0;padding-right:0.5625rem;padding-bottom:0;padding-left:0.5rem;vertical-align:top; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;color:#eeff62;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:1.1875rem;padding-left:0.125rem;display:block;width:5.375rem;height:3.9375rem;position:relative;font-family:tahoma, arial, sans-serif;font-size:3.9375rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-text.counter-number.adaptive-delivery-prevent-bg, #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-text.counter-number.lazyload, #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-text.counter-number.lazyloading { background-image: none; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-text.counter-label { background-color:;background-image:none;color:#283891;padding-top:0;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T { top:5rem;left:10.4375rem;width:26.75rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #LlQ2RwExgeqRccCdAdtVniAb6vrUiNgJ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #vX2wytIDxgDqER66PB4udGfeBp7kUpAL {  }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #EWNJ0eKoNDCC6tThqsv8Izgs7MnzWNdf {  }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #BDguz2cXN6pQTJAbBLz6Og6zGI1Q6RGW { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #EMLk6XnN0NgV8mHQ9xCal0mEu3altn8c {  }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #cRqWUSZ8dyrxlUHhgODtpkzaI2CSO7VS {  }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #TCuWoLJq2vD7n2gk2fo8QSWhl5ue1QTl { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #UerE34gCr0rIQ6usr4FELsdIWugfRBnI {  }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #ywgKLH8fo4ucG8EVK4zMBJvx3OpkmIfr {  }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #ARaaQz339VRt1BJZGO1OeATwc3J5Jvn2 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #UOQoFrVTZ7v0P5VrragXg9Jg6pwFKhOM {  }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #NwLb3heiudDmJBzhzhRNIikHWMxwTddl {  }
 }@media only screen and (max-width: 763px) { #VeTp9wWi7xDCzTqGHOS3ckATsJzoRnzl { width:27.5625rem;height:8rem;top:4.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnQGwfHlXUQBVk3NGPkXioWBhXho3tNp { top:1.25rem;left:7.46875rem;width:32.8125rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRbE6R27lJDnThtA4gXBN3SdchQTtsUl { width:33.6875rem;height:1.9375rem;top:13.375rem;left:7.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdc3xWP6r9F53GnIeDifRhzaetIMiFIu { display:block; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Au9foAlacTCpgXElXJ2CPR2HznoG5R3D { top:8.375rem;left:0rem;width:26.4375rem;height:22rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sukuepCsylXlkQdGrTspZe5NBzlHWO4L { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfUINNgDNGPWi2XFwqEMnTJyJ0lJ7TcM { width:3.125rem;height:3.125rem;top:16.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG9uzAlb2SLsLKfMHMiZDhzO9wG8wid8 { width:3.125rem;height:3.125rem;top:24.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7BxJraQWP7OmorOiKxuAbxEhlSbg5Bq { width:3.125rem;height:3.125rem;top:8.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPs6BIU7K0GBlLyTkilhsWGakKNpBbqe { width:3.125rem;height:3.125rem;top:33.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWNOiq7mmzaLsNqk45nwp0U0h9lD40yt { top:1.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #siuOTPTqeMz52QF9kd5bxa3zW1NJLcRb { width:30.9375rem;height:8rem;top:33.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaBXTWovob3rxMlniI4fH4F6p5AtW777 { width:16.75rem;height:11.5rem;top:34.6875rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOCIT9NlXNIXhyZBLJopaXEibyv4OOFe { width:13.25rem;height:11.3125rem;top:7.25rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKhiX4bCODoSokvnNSu62Lr7HFF28pWV { width:35.8125rem;height:38.125rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QGiP5xqnPwsGtsHuNOwKVfIreGmbWG { top:15.75rem;left:23.9375rem;width:23.8125rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl { display:block; }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6PMTDydapcFo7SSZIiswyUZNNlsLRpw { top:11rem;left:0rem;width:27.5625rem;height:34.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9W9gtShmIy6R49oIiZzAfZdRuME903D { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTPwSJRtoPL1lrXnyLOBoFiEgcBMZFST { width:1.875rem;height:1.875rem;top:10.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA2JmAS8MlL5AfkDC5WUwh2w9fgqi89h { top:1.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxpDdi8Wz9MJBF7XxPAHZhbcJhtkvci5 { width:14.3125rem;height:11.6875rem;top:28.6875rem;left:21.74374961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB7oMkEGyK49zqHx0GDiAJvuNxUI7ivI { width:13.125rem;height:10.75rem;top:6.5625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu4I6O3LoRaT4rqypJPs0m5dJCFTS9OI { width:1.875rem;height:1.875rem;top:15.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6wobSB1H7xoNKCT83P10Pp0R3BT6ypn { width:1.875rem;height:1.875rem;top:19.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpNpOPXfUxLBP2QBLTomsBAzZVEXGJQr { width:1.875rem;height:1.875rem;top:22.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4oDBf8UTATko4zTXk9lIph6QiplyoOL { width:1.875rem;height:1.875rem;top:25.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZz2OPf9DdzTzyDNuiVPeVTabBQ7m53T { width:1.875rem;height:1.875rem;top:31.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlwJ45TwyOLChy8L8nFdLbHeKwkvcowV { width:1.875rem;height:1.875rem;top:34.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyD6RkoMNBiPhrRTHqJioXhnkDZ10qWm { width:1.875rem;height:1.875rem;top:37.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZfSMFyq0W8gpCSDizWWowmDcbPX9tFD { width:1.875rem;height:1.875rem;top:40.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3hR3mHiiX7xWGvNxaeWRVc0OqDxDayI { top:5.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOfbUcrtC6OcA2pNPPxbOBDxSerBbA5J { width:34.9375rem;height:29rem;top:8.375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBCEgIwRSKuuqAy0VTFnCKHplLyAy9lP { width:1.875rem;height:1.875rem;top:43.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZnIEuqI9gkZodS59vtxPd4JBx47bgwm { width:1.875rem;height:1.875rem;top:28.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 { display:block; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGqPgrBLpNeHJo3rNrslKTzHTtfgVwkK { top:6.625rem;left:22.75rem;width:25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIrrAFHP3gIR4sbh8aHLOs2t3asU5TOe { width:19.875rem;height:12.3125rem;top:1.9375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke784hGCeHGAXFq2vpRf0KZy5c5Lvxk6 { top:2rem;left:0rem;width:42.3125rem;height:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxsCOnsJIQQoI6tkOuTBsQ35dTC6eInL { top:6.75rem;left:0rem;width:39.1875rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKpVTC21O63addsdlPzL9n6tC8hipt6M { display:block; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGrchFF6rCR4FseRK7dV99udrU8B5qrW { top:6.625rem;left:22.75rem;width:25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbS2NPCfprPvPnEg6T7EXx0BPuEeyiIa { width:47.75rem;height:6.8125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLbq3GtXlEGXXvapvVuDqSISHVheww1b { top:2.9375rem;left:10.09375rem;width:27.5625rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUmJBGNNsZyZMwTaBKmS3vu2VQsH7xzH { display:block; }#aUmJBGNNsZyZMwTaBKmS3vu2VQsH7xzH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhOaNvrIx5rHTRMCOhdLn5lCoiIi4WUs { width:15rem;height:3.875rem;top:5.3125rem;left:4.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHNTwVDiSzFrX5OfzUC7PJhVf1qmZSLH { top:4.0625rem;left:10.5rem;width:2.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maDFnbtWd7bwtFOPTGLsJBFTzUModqSf { top:9.9375rem;left:0rem;width:24.875rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5asKWlnOkmCMkXHdXnvSqE9CM8Jy9oh { width:2.5625rem;height:2.3125rem;top:16rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6Z94nbZJkUTaFh7e08ARP1dr9g7pNME { width:9.6875rem;height:5.4375rem;top:15.25rem;left:7.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFIMwsHRhDQclVhpw4EI2y3oTN0DCg6C { width:12.5rem;height:1.25rem;top:20.4375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIU6FMgtP57gzGFTHSiRoStbw0AeBedd { width:12.4375rem;height:3.3125rem;top:24.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqpVNZPETFL9sqnZT8UI8mUBTtvixr1Q { display:block; }
 }@media only screen and (max-width: 763px) { #mxT3L2MGXs5A7JTx3fwziCugdr7dHIRU { width:15rem;height:3.875rem;top:6.6875rem;left:28.312498092651rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps5QRmdu9zdV6WcmRrTFwXIkz7bvbZPD { top:5.4375rem;left:34.374998092651rem;width:2.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5OpuwP525LFvqoOtiUc91FB2Prcmo8K { top:12.3125rem;left:22.875rem;width:24.875rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZqF8of2SPrxQmw0NVp2GeCJCUhRl3W9 { width:2.5625rem;height:2.3125rem;top:19.3125rem;left:28.562498092651rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq0Camv7d5foUbycCATiBRMyzAALwES9 { width:13.4375rem;height:5.4375rem;top:18.25rem;left:29.624998092651rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMASt0FuqTsX0dAU0x5WoIOgTAkLTbQS { width:12.5rem;height:1.25rem;top:24.0625rem;left:29.562498092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE7BwQORy60dkSqxhBcxuBCxkmk8R3E1 { width:12.375rem;height:3.25rem;top:27.375rem;left:29.562498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkifKaMGH7UF1Tu8I1wTS45EggTRpQcZ { display:block; }
 }@media only screen and (max-width: 763px) { #DtOgEFCa7OU8DOsJVXVxwdrRqTNwcW9s { top:11.625rem;left:22.875rem;width:24.875rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOHuSwurc8TgBbhLXxmsWvn5PwMOnlsf { width:25.0625rem;height:28.3125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUy3G9RofGeOx1TaHGzqD94oINlrRwQu { width:25.125rem;height:36.125rem;top:2.6875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogb4PoyGVkNihDlQQOT1J6JahgroDuf6 { width:25.1875rem;height:1.25rem;top:34.125rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfe1p8u3XPQ0oHHDQAP7hIRz25mCaap { width:2.3125rem;height:2rem;top:35.375rem;left:34.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqUDkn8rT2JTMKyhS1zT13x4044qxl1L { width:11rem;height:1.25rem;top:35.6875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4pxGVTe0QSAbSCdrcRr5lv61GZ1pk2a { width:11rem;height:1.25rem;top:35.6875rem;left:36.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh8OoTkzDNdI1RwyhoeiHBwTwdm90XUe { width:25.1875rem;height:1.25rem;top:28.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ZWKR40JN151D7NgHvLsesTRSo595aP { width:25.1875rem;height:1.25rem;top:31.375rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { top:23.6875rem;left:25.5rem;width:22.25rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { top:11.5rem;left:0rem;width:34.5625rem;height:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { top:2rem;left:0rem;width:7.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObG3mS7UcsH7Z8dLUgonPLfZNTJqZ9xE { top:8.25rem;left:0rem;width:43.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAMDQcCvf5nzEuIrxZQpwg9nUCqx4hTM { top:26.375rem;left:0rem;width:29.25rem;height:15.5625rem;font-size:1.25rem;display:block; }#XAMDQcCvf5nzEuIrxZQpwg9nUCqx4hTM li:before{  }
 }@media only screen and (max-width: 763px) { #DgsRznDMuWTXFJc8otgqFpWnWUfeFPWV { top:2rem;left:1.5625rem;width:16.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8ShspVUPlSQIXzUv3Dt9wOJIt20h2AJ { top:43.8125rem;left:2.09375rem;width:43.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCFDtfTKFuzR4hDThfELdlarXf0RQQTS { width:22.25rem;height:15.5rem;top:13.25rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I { display:block; }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0qQ0IG4UUFofmXSAv890sANPKM3TyI8 { top:23.6875rem;left:25.5rem;width:18.3125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsNcGvqHRsgPIzMInyiJ3ewlfU6RRpI4 { top:11.5rem;left:0rem;width:34.5625rem;height:18rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q50TLNpQ1MVeJWPyHAiu6H32gZ8zBrQP { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSPCKQNgNV2O2VgefFSdKaATIiJX0fQC { top:2rem;left:0rem;width:7.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOo8R71iQsGbPqWGX9oxXGkJ8qqpaUOA { top:8.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFkieLKDBGx1HTBmmBoLNZcLkZHhyiq5 { top:30.4375rem;left:0rem;width:29.25rem;height:23.25rem;font-size:1.25rem;display:block; }#IFkieLKDBGx1HTBmmBoLNZcLkZHhyiq5 li:before{  }
 }@media only screen and (max-width: 763px) { #dygOSwyTU1Z4AtRamXChzxcaBMx32JoW { top:2rem;left:1.5625rem;width:17.125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUEQXc8JdKgbwwGQEObKrDMkey6Rrqvo { top:55.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcEmHLZ9TSoTTk5y8qbdgqbFAZ77ysJA { width:22.25rem;height:28.75rem;top:13.25rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #geFNc1o90K6u0Vmp982qDWqAtN7zJf6O { display:block; }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUgI23wRnnBzMsGwvxt1lli92vUXgTys { top:15.9375rem;left:31.625rem;width:12.6875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2Q1BNzfwoRnqTt02XyFT2Q1Ok3bxpgy { top:11.5rem;left:0rem;width:34.5625rem;height:16rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATidE0PpWWdxaT1U0TcirVoMHuEQOZcs { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTKBdQMqU4FVfKhIuGxXdriDl9s0HArB { top:2rem;left:0rem;width:7.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXJmo5aWD5OIkHLgZKbGsc2TgBsoW5AH { top:8.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBVzKtXdrHAk8a8oX8XNhOOv9pQJHpPI { top:2rem;left:1.5625rem;width:17.125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0KOxLOUDaoiRou0Zr6qCF3EqaK9O46F { top:30rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8lD8nn01iL0oHyNNzhVL8DkF7sqBq5J { width:22.25rem;height:15.875rem;top:12.0625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrCAvINaLIQ6eChi41IrolCk5ut4gclL { display:block; }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDbgZ6pD2bU8a6dFkH0dzAg5rOKLdHrW { top:40.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVsWK7X8GifRRvT9Zbp1ItGfgSrfEUHR { width:23.5625rem;height:13.1875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olSaqwcIbwZEt3fkXTAAsN6vOXHvMTtT { width:23.3125rem;height:13rem;top:3.875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCwoi8IldHToOwXvUiSUIoTr2zObfOli { width:22.5rem;height:1.625rem;top:17.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znURXdRQr7lFWpcBPAJtNib6Nib6eOZP { width:22.5rem;height:1.625rem;top:17.9375rem;left:25.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy668znr1kVzkdqE0rxrI7rCMJyWrn2k { width:23.3125rem;height:13rem;top:21.9375rem;left:12.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9gZI8oHnlKyHGCzAx6HeRTiVTPEdAr8 { width:22.5rem;height:1.625rem;top:35.625rem;left:12.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC { display:block; }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAVVahvMhHcTpKIkR8kyBBT2kW3i4ynN { width:27.75rem;height:3.25rem;top:9.9375rem;left:20rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDl7lHLaNb0JhXadQuTU8CGD6IvBSuoc { width:28rem;height:;top:13.9375rem;left:19.75rem;font-size:1rem;display:block; }#sDl7lHLaNb0JhXadQuTU8CGD6IvBSuoc li:before{  }
 }@media only screen and (max-width: 763px) { #DXWhENiyg1c5yMFrvbfFdmz6aLbh3o5d { width:27.75rem;height:1.625rem;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxLJpWz4FQ92IcbDJ9NZIsp7cPGuJFoK { width:28rem;height:6rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCM1qHxPlF4wEwKo9D79gUQMPLXZxm6I { width:27.75rem;height:1.625rem;top:21.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfayFd92hBECf4tgTsmgUFUFmdEhPDgm { width:28rem;height:1.5rem;top:22.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVZmglrcdASA58UKl2fes0RTKDcVsaLR { width:27.75rem;height:1.625rem;top:32rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPcyhyoUFfcSBhlMyoiBzTkQDlFX8na5 { width:28rem;height:15rem;top:33.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW04x70CFlDcnEEHFz9QlvdiTdbP8Ulg { width:27.75rem;height:1.625rem;top:40.625rem;left:20rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esG46yFP4REzILDtBNgT8IhT3pqi1hlV { width:28rem;height:13.5rem;top:42.1875rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txqa84Xd8H0KBc4CE4A58wgopNOWOszt { width:27.75rem;height:1.625rem;top:56.8125rem;left:20rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4KXpVVsk7qVRZVPWcIoXylPWLJCHmaK { width:28rem;height:6rem;top:58.375rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnAc4XDE1H6vQ5ctiThPSxUIqvc5pe6l { width:27.75rem;height:1.625rem;top:55.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRAdSaqJynDGflc0FKz8Pb2QomIavhmG { width:28rem;height:4.5rem;top:57.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ovNA2HcssuXULEsKrHaScxnSvihzS4 { width:27.75rem;height:1.625rem;top:25.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJpQQWZ9cKqt14NlUxLJpIn1S98Thl6l { width:28rem;height:3rem;top:27.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEOdWMfZIX1MBNhK0FWai7rk81QZgvcW { width:27.75rem;height:1.625rem;top:51rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUvLUiu5pdlkViSSPav6wMBfKq1yoXWT { width:28rem;height:1.5rem;top:52.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z26GLim6CuJSE0qlB9t6rJf0AGUxswvK { width:27.75rem;height:1.625rem;top:62.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xih8noIZp1QO2KX2zc5reGI2eftMKSKr { width:28rem;height:1.5rem;top:64.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx5lyFTPQWIM1wVeTpuQ8ve99qOs1MyE { width:27.75rem;height:1.625rem;top:10.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4c0PRUTgFleAELqpTUz0Pq2zPtTI33r { width:28rem;height:7.5rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezvQA5x8dDWwXcf32ZagXNx1CoQeEvkX { width:27.75rem;height:1.625rem;top:2.3125rem;left:20rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrTpaUgDGbvGPmFGx6ypWH2GlqFnIdN3 { width:28rem;height:4.5rem;top:3.9375rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pssS0doiypbfqnngqmANZQauwPIKz8gB { display:block; }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6ozFC9GQnzT7RhEAdPCh3OOKHa8TgaP { width:9.375rem;height:7.3125rem;top:3.5rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbxqgEp1eLsvShE1SD6Z4TUwv7q8NSev { width:9.375rem;height:7.25rem;top:3.5625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfnHp7uviuzNanhMxyyQ4T7nac8KT7Ro { width:9.8125rem;height:1.4375rem;top:3.5rem;left:14.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VntnxfGCEUlllBVVrNTF8nuJ2KGppzZv { width:9.75rem;height:5.1875rem;top:5.75rem;left:14.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHnGyP8QllphFvTuUbriInVfeSL3FcWQ { width:20rem;height:2.375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCksLiRofItiZnxZJ3OPT62J24FBbhiP { width:15rem;height:2.5625rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afcJXG4qqyQTq4aNLL1aqtrDDXWhFqAx { width:47.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d { background-color:#29292a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container { background-color: transparent; background-image: none; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container > .video-iframe-container { display: none; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row > .video-iframe-container { display: none; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .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); }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container { border-width: 0; border-radius: 0; }#ImvbuSlFtL9CgIECzw7aTiHD2ZbHhN9d > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diWErlbEbTG7wkuLTRhaHKBivsbX9C78 { width:15.625rem;height:13.4375rem;top:15.89791875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2WaC4sxen68Lf4a9N7XnTSzdLSwmqW5 { width:20rem;height:4.38671875rem;top:6.887499809265rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vti6XBHyXAxmpc6WELvZZJQrzGH1dMo3 { width:20rem;height:2.68541875rem;top:2.1374998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSPN2opOm9Gx83r42yJQ70Mgsb8TkbOT { width:20rem;height:2.63020625rem;top:55.042707443237rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDMz9nH27A909prUm3evlDCambul1NmV { width:20rem;height:11.25rem;top:6.8875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZE0yQHIUIlOfJMtIVfZDSU1SMgq9TH { width:20rem;height:10.3984375rem;top:14.510416507721rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXnuoAXbKkX1CKON7JoeAkwfkLJXpuBU { width:18.375rem;height:15.29686875rem;top:26.847915649414rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WExlXXTwe9kJr7GwvPolLD4dsS4rl54L { background-color:#29292a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .row .container { background-color: transparent; background-image: none; }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .row .container > .video-iframe-container { display: none; }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .row > .video-iframe-container { display: none; }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .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); }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .row .container { border-width: 0; border-radius: 0; }#WExlXXTwe9kJr7GwvPolLD4dsS4rl54L > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IH5ZT1QglObnpy4DsM1SRJNMlJxAhTTp { width:15.625rem;height:13.4375rem;top:12.022918559265rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-container { padding-top:0;padding-right:0.289375rem;padding-bottom:0;padding-left:0.24rem;vertical-align:top;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;padding-top:0.3475rem;padding-right:0.046875rem;padding-bottom:0.644375rem;padding-left:0.046875rem;display:block;width:2.79125rem;height:2.13rem;position:relative;font-size:2.13125rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-text.counter-number.adaptive-delivery-prevent-bg, #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-text.counter-number.lazyload, #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-text.counter-number.lazyloading { background-image: none; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T .widget-text.counter-label { background-color:;background-image:none;padding-top:0;padding-right:0.046875rem;padding-bottom:0;padding-left:0.046875rem;display:block;width:2.79125rem;height:0.545625rem;position:relative;font-size:0.495625rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VQiuJdVygkOsTxzKnaRcCALWOVq81e9T { top:8.0416679382325rem;left:0rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:20rem;height:3.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #LlQ2RwExgeqRccCdAdtVniAb6vrUiNgJ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #vX2wytIDxgDqER66PB4udGfeBp7kUpAL {  }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #EWNJ0eKoNDCC6tThqsv8Izgs7MnzWNdf {  }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #BDguz2cXN6pQTJAbBLz6Og6zGI1Q6RGW { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #EMLk6XnN0NgV8mHQ9xCal0mEu3altn8c {  }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #cRqWUSZ8dyrxlUHhgODtpkzaI2CSO7VS {  }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #TCuWoLJq2vD7n2gk2fo8QSWhl5ue1QTl { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #UerE34gCr0rIQ6usr4FELsdIWugfRBnI {  }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #ywgKLH8fo4ucG8EVK4zMBJvx3OpkmIfr {  }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #ARaaQz339VRt1BJZGO1OeATwc3J5Jvn2 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #UOQoFrVTZ7v0P5VrragXg9Jg6pwFKhOM {  }
 }@media only screen and (max-width: 763px) { #VQiuJdVygkOsTxzKnaRcCALWOVq81e9T #NwLb3heiudDmJBzhzhRNIikHWMxwTddl {  }
 }@media only screen and (max-width: 763px) { #VeTp9wWi7xDCzTqGHOS3ckATsJzoRnzl { width:17.75rem;height:5.375rem;top:7.0104179382325rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnQGwfHlXUQBVk3NGPkXioWBhXho3tNp { width:20rem;height:5rem;top:1.4354190826416rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRbE6R27lJDnThtA4gXBN3SdchQTtsUl { width:20rem;height:1.94921875rem;top:14.197917938233rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdc3xWP6r9F53GnIeDifRhzaetIMiFIu { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container { background-color: transparent; background-image: none; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container > .video-iframe-container { display: none; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row > .video-iframe-container { display: none; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .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); }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container { border-width: 0; border-radius: 0; }#zdc3xWP6r9F53GnIeDifRhzaetIMiFIu > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Au9foAlacTCpgXElXJ2CPR2HznoG5R3D { width:18.125rem;height:20.7949375rem;top:15.299999237061rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sukuepCsylXlkQdGrTspZe5NBzlHWO4L { width:8.6875rem;height:9.125rem;top:96.4375rem;left:4.875rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #mfUINNgDNGPWi2XFwqEMnTJyJ0lJ7TcM { width:3.125rem;height:3.125rem;top:20.3rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FG9uzAlb2SLsLKfMHMiZDhzO9wG8wid8 { width:3.125rem;height:3.125rem;top:12.175000190735rem;left:8.4375rem;font-size:2.1875rem;color:#eeff62;display:block; }
 }@media only screen and (max-width: 763px) { #W7BxJraQWP7OmorOiKxuAbxEhlSbg5Bq { width:3.125rem;height:3.125rem;top:11.925rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPs6BIU7K0GBlLyTkilhsWGakKNpBbqe { width:3.125rem;height:3.125rem;top:37.474999427796rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWNOiq7mmzaLsNqk45nwp0U0h9lD40yt { width:20rem;height:7.7988125rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #siuOTPTqeMz52QF9kd5bxa3zW1NJLcRb { width:20rem;height:7.99805rem;top:41.362496376037rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KaBXTWovob3rxMlniI4fH4F6p5AtW777 { width:14.0625rem;height:9.6875rem;top:50.25rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOCIT9NlXNIXhyZBLJopaXEibyv4OOFe { width:12rem;height:10.3125rem;top:56.3125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKhiX4bCODoSokvnNSu62Lr7HFF28pWV { width:20rem;height:40.125rem;top:11.28750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QGiP5xqnPwsGtsHuNOwKVfIreGmbWG { width:13.125rem;height:11.1875rem;top:43.875rem;left:3.4375rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .row .container { background-color: transparent; background-image: none; }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .row .container > .video-iframe-container { display: none; }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .row > .video-iframe-container { display: none; }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .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); }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .row .container { border-width: 0; border-radius: 0; }#EP3l1RqEWdQeh9ZtW82BGWhrCIBvn0Bl > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6PMTDydapcFo7SSZIiswyUZNNlsLRpw { width:18.9375rem;height:29.09375rem;top:18.375rem;left:0.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9W9gtShmIy6R49oIiZzAfZdRuME903D { width:8.6875rem;height:9.125rem;top:96.4375rem;left:4.875rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #QTPwSJRtoPL1lrXnyLOBoFiEgcBMZFST { width:0;height:0;top:10.875rem;left:10rem;font-size:0;display:none; }
 }@media only screen and (max-width: 763px) { #FA2JmAS8MlL5AfkDC5WUwh2w9fgqi89h { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxpDdi8Wz9MJBF7XxPAHZhbcJhtkvci5 { width:10.4375rem;height:8.5625rem;top:47.46875rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB7oMkEGyK49zqHx0GDiAJvuNxUI7ivI { width:10.4375rem;height:8.5625rem;top:56.3125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #zu4I6O3LoRaT4rqypJPs0m5dJCFTS9OI { width:1.875rem;height:1.875rem;top:15.25rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6wobSB1H7xoNKCT83P10Pp0R3BT6ypn { width:1.875rem;height:1.875rem;top:19.75rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpNpOPXfUxLBP2QBLTomsBAzZVEXGJQr { width:1.875rem;height:1.875rem;top:22.6875rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K4oDBf8UTATko4zTXk9lIph6QiplyoOL { width:1.875rem;height:1.875rem;top:25.75rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZz2OPf9DdzTzyDNuiVPeVTabBQ7m53T { width:1.875rem;height:1.875rem;top:31.6875rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlwJ45TwyOLChy8L8nFdLbHeKwkvcowV { width:1.875rem;height:1.875rem;top:34.75rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyD6RkoMNBiPhrRTHqJioXhnkDZ10qWm { width:1.875rem;height:1.875rem;top:37.75rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZfSMFyq0W8gpCSDizWWowmDcbPX9tFD { width:1.875rem;height:1.875rem;top:40.8125rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3hR3mHiiX7xWGvNxaeWRVc0OqDxDayI { width:20rem;height:4.2246125rem;top:12.9rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOfbUcrtC6OcA2pNPPxbOBDxSerBbA5J { width:10.125rem;height:8.375rem;top:50.02499961853rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBCEgIwRSKuuqAy0VTFnCKHplLyAy9lP { width:1.875rem;height:1.875rem;top:43.6875rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZnIEuqI9gkZodS59vtxPd4JBx47bgwm { width:1.875rem;height:1.875rem;top:28.8125rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 { background-color:#283891;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container { background-color: transparent; background-image: none; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container > .video-iframe-container { display: none; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row > .video-iframe-container { display: none; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .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); }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container { border-width: 0; border-radius: 0; }#QrlnRu4z2wDoRcKKJn8TlTt71d3RQ9h3 > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGqPgrBLpNeHJo3rNrslKTzHTtfgVwkK { width:15.625rem;height:13.4375rem;top:15.89791875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIrrAFHP3gIR4sbh8aHLOs2t3asU5TOe { width:19.875rem;height:12.3125rem;top:15.68541875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke784hGCeHGAXFq2vpRf0KZy5c5Lvxk6 { width:20rem;height:6.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxsCOnsJIQQoI6tkOuTBsQ35dTC6eInL { width:18.4375rem;height:6.3984375rem;top:8.3479156494137rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKpVTC21O63addsdlPzL9n6tC8hipt6M { background-color:#29292a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container { background-color: transparent; background-image: none; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container > .video-iframe-container { display: none; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row > .video-iframe-container { display: none; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .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); }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container { border-width: 0; border-radius: 0; }#ZKpVTC21O63addsdlPzL9n6tC8hipt6M > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGrchFF6rCR4FseRK7dV99udrU8B5qrW { width:15.625rem;height:13.4375rem;top:12.022918559265rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbS2NPCfprPvPnEg6T7EXx0BPuEeyiIa { width:19.25rem;height:5.375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLbq3GtXlEGXXvapvVuDqSISHVheww1b { width:20rem;height:5rem;top:1.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aUmJBGNNsZyZMwTaBKmS3vu2VQsH7xzH { display:block; }#aUmJBGNNsZyZMwTaBKmS3vu2VQsH7xzH > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhOaNvrIx5rHTRMCOhdLn5lCoiIi4WUs { width:20rem;height:2.92480625rem;top:7rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHNTwVDiSzFrX5OfzUC7PJhVf1qmZSLH { width:2.875rem;height:1.79980625rem;top:5.1875rem;left:8.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #maDFnbtWd7bwtFOPTGLsJBFTzUModqSf { width:20rem;height:7.1982375rem;top:9.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5asKWlnOkmCMkXHdXnvSqE9CM8Jy9oh { width:2.5625rem;height:1.70605625rem;top:17.8125rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #x6Z94nbZJkUTaFh7e08ARP1dr9g7pNME { width:9.6875rem;height:3.57421875rem;top:17.125rem;left:5.25rem;text-align:center;text-align-last:center;font-size:2.75rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #lFIMwsHRhDQclVhpw4EI2y3oTN0DCg6C { width:12.5rem;height:1.29980625rem;top:21.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIU6FMgtP57gzGFTHSiRoStbw0AeBedd { width:12.3875rem;height:3.2625rem;top:25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqpVNZPETFL9sqnZT8UI8mUBTtvixr1Q { display:block; }
 }@media only screen and (max-width: 763px) { #mxT3L2MGXs5A7JTx3fwziCugdr7dHIRU { width:15rem;height:3.57421875rem;top:38.9375rem;left:2.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps5QRmdu9zdV6WcmRrTFwXIkz7bvbZPD { width:2.875rem;height:1.79980625rem;top:37.125rem;left:8.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5OpuwP525LFvqoOtiUc91FB2Prcmo8K { width:20rem;height:7.1982375rem;top:43.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZqF8of2SPrxQmw0NVp2GeCJCUhRl3W9 { width:2.5625rem;height:1.70605625rem;top:52.8125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #Cq0Camv7d5foUbycCATiBRMyzAALwES9 { width:13.4375rem;height:3.57421875rem;top:52.125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:2.75rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #qMASt0FuqTsX0dAU0x5WoIOgTAkLTbQS { width:12.5rem;height:1.29980625rem;top:55.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE7BwQORy60dkSqxhBcxuBCxkmk8R3E1 { width:12.325rem;height:3.2rem;top:59rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkifKaMGH7UF1Tu8I1wTS45EggTRpQcZ { display:block; }
 }@media only screen and (max-width: 763px) { #DtOgEFCa7OU8DOsJVXVxwdrRqTNwcW9s { width:20rem;height:3.19921875rem;top:43.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOHuSwurc8TgBbhLXxmsWvn5PwMOnlsf { width:19.1875rem;height:27.3125rem;top:3.9365234375rem;left:0.255859375rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #BUy3G9RofGeOx1TaHGzqD94oINlrRwQu { width:19.1875rem;height:37.4375rem;top:34.3125rem;left:0.255859375rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #Ogb4PoyGVkNihDlQQOT1J6JahgroDuf6 { width:20rem;height:1.29980625rem;top:67.1494140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfe1p8u3XPQ0oHHDQAP7hIRz25mCaap { width:2.3125rem;height:2rem;top:68.0986328125rem;left:9.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqUDkn8rT2JTMKyhS1zT13x4044qxl1L { width:5.5625rem;height:1.29980625rem;top:68.44921875rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4pxGVTe0QSAbSCdrcRr5lv61GZ1pk2a { width:5.1875rem;height:1.29980625rem;top:68.44921875rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh8OoTkzDNdI1RwyhoeiHBwTwdm90XUe { width:20rem;height:1.29980625rem;top:28.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ZWKR40JN151D7NgHvLsesTRSo595aP { width:20rem;height:1.29980625rem;top:63.1748046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { width:14.875rem;height:10.75rem;top:12.6875rem;left:0rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { width:19.25rem;height:14.3964875rem;top:25.037506103516rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { width:8.6875rem;height:9.125rem;top:96.4375rem;left:4.875rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { width:9.625rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ObG3mS7UcsH7Z8dLUgonPLfZNTJqZ9xE { width:20rem;height:6.3369375rem;top:4.7624998092651rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAMDQcCvf5nzEuIrxZQpwg9nUCqx4hTM { width:17.625rem;height:19.1581875rem;top:40.199998855591rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#XAMDQcCvf5nzEuIrxZQpwg9nUCqx4hTM li:before{  }
 }@media only screen and (max-width: 763px) { #DgsRznDMuWTXFJc8otgqFpWnWUfeFPWV { width:11.0625rem;height:2.5996125rem;top:1.25rem;left:7.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i8ShspVUPlSQIXzUv3Dt9wOJIt20h2AJ { width:17.5625rem;height:5.19921875rem;top:61.074998855591rem;left:1.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCFDtfTKFuzR4hDThfELdlarXf0RQQTS { width:20rem;height:10.9375rem;top:12.550012588501rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .row .container { background-color: transparent; background-image: none; }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .row .container > .video-iframe-container { display: none; }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .row > .video-iframe-container { display: none; }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .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); }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .row .container { border-width: 0; border-radius: 0; }#E5Oxbfo74pwxnzGI9y2xtg4kMC2dsd2I > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0qQ0IG4UUFofmXSAv890sANPKM3TyI8 { width:12rem;height:10.75rem;top:12.6875rem;left:0rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KsNcGvqHRsgPIzMInyiJ3ewlfU6RRpI4 { width:19.25rem;height:19.1953rem;top:25.037506103516rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q50TLNpQ1MVeJWPyHAiu6H32gZ8zBrQP { width:8.6875rem;height:9.125rem;top:96.4375rem;left:4.875rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #TSPCKQNgNV2O2VgefFSdKaATIiJX0fQC { width:10.0625rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOo8R71iQsGbPqWGX9oxXGkJ8qqpaUOA { width:20rem;height:6.3369375rem;top:4.7624998092651rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFkieLKDBGx1HTBmmBoLNZcLkZHhyiq5 { width:17.625rem;height:26.84375rem;top:45.57421875rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#IFkieLKDBGx1HTBmmBoLNZcLkZHhyiq5 li:before{  }
 }@media only screen and (max-width: 763px) { #dygOSwyTU1Z4AtRamXChzxcaBMx32JoW { width:12.25rem;height:2.5996125rem;top:1.25rem;left:6.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUEQXc8JdKgbwwGQEObKrDMkey6Rrqvo { width:17.5625rem;height:7.7988125rem;top:73.07421875rem;left:1.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcEmHLZ9TSoTTk5y8qbdgqbFAZ77ysJA { width:20rem;height:10.9375rem;top:12.550012588501rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #geFNc1o90K6u0Vmp982qDWqAtN7zJf6O { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .row .container { background-color: transparent; background-image: none; }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .row .container > .video-iframe-container { display: none; }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .row > .video-iframe-container { display: none; }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .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); }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .row .container { border-width: 0; border-radius: 0; }#geFNc1o90K6u0Vmp982qDWqAtN7zJf6O > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUgI23wRnnBzMsGwvxt1lli92vUXgTys { width:10.9375rem;height:10.3125rem;top:12.6875rem;left:0rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S2Q1BNzfwoRnqTt02XyFT2Q1Ok3bxpgy { width:19.25rem;height:17.5956875rem;top:25.037506103516rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATidE0PpWWdxaT1U0TcirVoMHuEQOZcs { width:8.6875rem;height:9.125rem;top:96.4375rem;left:4.875rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #NTKBdQMqU4FVfKhIuGxXdriDl9s0HArB { width:10.0625rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXJmo5aWD5OIkHLgZKbGsc2TgBsoW5AH { width:20rem;height:6.3369375rem;top:4.7624998092651rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBVzKtXdrHAk8a8oX8XNhOOv9pQJHpPI { width:12.25rem;height:2.5996125rem;top:1.25rem;left:6.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0KOxLOUDaoiRou0Zr6qCF3EqaK9O46F { width:17.5625rem;height:5.19921875rem;top:44.51171875rem;left:1.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8lD8nn01iL0oHyNNzhVL8DkF7sqBq5J { width:20rem;height:10.9375rem;top:12.550012588501rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrCAvINaLIQ6eChi41IrolCk5ut4gclL { display:block; }#SrCAvINaLIQ6eChi41IrolCk5ut4gclL > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDbgZ6pD2bU8a6dFkH0dzAg5rOKLdHrW { width:20rem;height:5.19921875rem;top:54.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVsWK7X8GifRRvT9Zbp1ItGfgSrfEUHR { height:11.25rem;width:20rem;top:4.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olSaqwcIbwZEt3fkXTAAsN6vOXHvMTtT { height:11.246537396122rem;width:20rem;top:19.8857421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCwoi8IldHToOwXvUiSUIoTr2zObfOli { width:20rem;height:1.625rem;top:15.38671875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znURXdRQr7lFWpcBPAJtNib6Nib6eOZP { width:20rem;height:3.25rem;top:31.1318359375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy668znr1kVzkdqE0rxrI7rCMJyWrn2k { height:11.152815013405rem;width:20rem;top:36.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9gZI8oHnlKyHGCzAx6HeRTiVTPEdAr8 { width:20rem;height:1.625rem;top:48.4140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC { display:block; }#JFkKFLwzWsL65BUnCMWRhh6p7qFURsqC > .row .container { width:20rem;height:178.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAVVahvMhHcTpKIkR8kyBBT2kW3i4ynN { width:20rem;height:4.875rem;top:94.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDl7lHLaNb0JhXadQuTU8CGD6IvBSuoc { width:20rem;height:32.3456875rem;top:99.125rem;left:0rem;font-size:1rem;display:block; }#sDl7lHLaNb0JhXadQuTU8CGD6IvBSuoc li:before{  }
 }@media only screen and (max-width: 763px) { #DXWhENiyg1c5yMFrvbfFdmz6aLbh3o5d { width:20rem;height:3.25rem;top:25.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxLJpWz4FQ92IcbDJ9NZIsp7cPGuJFoK { width:20rem;height:7.5rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCM1qHxPlF4wEwKo9D79gUQMPLXZxm6I { width:20rem;height:3.25rem;top:37.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfayFd92hBECf4tgTsmgUFUFmdEhPDgm { width:20rem;height:3rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVZmglrcdASA58UKl2fes0RTKDcVsaLR { width:20rem;height:3.25rem;top:45.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPcyhyoUFfcSBhlMyoiBzTkQDlFX8na5 { width:20rem;height:21rem;top:48.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW04x70CFlDcnEEHFz9QlvdiTdbP8Ulg { width:20rem;height:3.25rem;top:132.38671875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esG46yFP4REzILDtBNgT8IhT3pqi1hlV { width:20rem;height:18rem;top:135.57421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txqa84Xd8H0KBc4CE4A58wgopNOWOszt { width:20rem;height:3.25rem;top:1.57421875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4KXpVVsk7qVRZVPWcIoXylPWLJCHmaK { width:20rem;height:9rem;top:4.82421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnAc4XDE1H6vQ5ctiThPSxUIqvc5pe6l { width:20rem;height:3.25rem;top:14.57421875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRAdSaqJynDGflc0FKz8Pb2QomIavhmG { width:20rem;height:7.5rem;top:17.82421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ovNA2HcssuXULEsKrHaScxnSvihzS4 { width:20rem;height:3.25rem;top:70.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJpQQWZ9cKqt14NlUxLJpIn1S98Thl6l { width:20rem;height:4.5rem;top:74.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEOdWMfZIX1MBNhK0FWai7rk81QZgvcW { width:20rem;height:3.25rem;top:79.82421875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUvLUiu5pdlkViSSPav6wMBfKq1yoXWT { width:20rem;height:3rem;top:83.07421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z26GLim6CuJSE0qlB9t6rJf0AGUxswvK { width:20rem;height:3.25rem;top:87.19921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xih8noIZp1QO2KX2zc5reGI2eftMKSKr { width:20rem;height:3rem;top:90.38671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx5lyFTPQWIM1wVeTpuQ8ve99qOs1MyE { width:20rem;height:3.25rem;top:154.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4c0PRUTgFleAELqpTUz0Pq2zPtTI33r { width:20rem;height:12rem;top:157.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezvQA5x8dDWwXcf32ZagXNx1CoQeEvkX { width:20rem;height:1.625rem;top:170.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrTpaUgDGbvGPmFGx6ypWH2GlqFnIdN3 { width:20rem;height:6rem;top:172rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pssS0doiypbfqnngqmANZQauwPIKz8gB { display:block; }#pssS0doiypbfqnngqmANZQauwPIKz8gB > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6ozFC9GQnzT7RhEAdPCh3OOKHa8TgaP { width:6.25rem;height:4.875rem;top:7.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbxqgEp1eLsvShE1SD6Z4TUwv7q8NSev { width:6.25rem;height:4.875rem;top:7.5rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfnHp7uviuzNanhMxyyQ4T7nac8KT7Ro { width:12.5rem;height:1.625rem;top:0.875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VntnxfGCEUlllBVVrNTF8nuJ2KGppzZv { width:12.5rem;height:3.8984375rem;top:2.3125rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHnGyP8QllphFvTuUbriInVfeSL3FcWQ { width:19.375rem;height:2.25rem;top:17.712511062622rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCksLiRofItiZnxZJ3OPT62J24FBbhiP { width:15rem;height:2.5996125rem;top:21.27499961853rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #afcJXG4qqyQTq4aNLL1aqtrDDXWhFqAx { width:20rem;height:1.375rem;top:16.1875rem;left:0rem;display:block; }
 }