.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd { position:relative;display:none; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd { border-width: 0; border-radius: 0; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qfCt2wWwRiVGQpJSgt8LaRZp0GpDTvHL { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5aaf58;border-left:0.0625rem solid #5aaf58;border-right:0.0625rem solid #5aaf58;border-bottom:0.0625rem solid #5aaf58;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5aaf58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:switzer;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.5625rem;left:17.5rem;display:none; }
#i5z2MA82Ppz2fxNMvMZJpRcfg58TE4cH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vKBeURBa8kHf8TJTB9q7AE8Wnk9edzii { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5aaf58;border-left:0.0625rem solid #5aaf58;border-right:0.0625rem solid #5aaf58;border-bottom:0.0625rem solid #5aaf58;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5aaf58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:switzer;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.5625rem;left:17.5rem;display:none; }
#uStlseV5WgibmsBP8bkOC95rENbtA3zO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MoTANOIwP5hrbbsfy3UJbqTcthvARrJJ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5aaf58;border-left:0.0625rem solid #5aaf58;border-right:0.0625rem solid #5aaf58;border-bottom:0.0625rem solid #5aaf58;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5aaf58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:switzer;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.5625rem;left:17.5rem;display:none; }
#JOlTwzPVOwJuK2VyxvvQvouSxOFWOqZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QonT9ik1cfTSlLWnl3oN69DcZENTnZth { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5aaf58;border-left:0.0625rem solid #5aaf58;border-right:0.0625rem solid #5aaf58;border-bottom:0.0625rem solid #5aaf58;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5aaf58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:switzer;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.5625rem;left:17.5rem;display:none; }
#R9xNdM37mJtdfoVNtylCsB1vcAkSH4er { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DufhyROzQuPQOmeuvF0gArFNXJm05S67 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/105f384f-3562-467d-8fad-b175d5f3bd2d/KV_MF_ped_NEW_TLO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67.adaptive-delivery-prevent-bg, #DufhyROzQuPQOmeuvF0gArFNXJm05S67.lazyload, #DufhyROzQuPQOmeuvF0gArFNXJm05S67.lazyloading { background-image: none; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67 > .row .container { border-width: 0; border-radius: 0; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#N53SAqqos506u5tzqpeRD9z4984EyGAi { color:#f56038;display:block;width:7.6875rem;position:absolute;font-family:generalsans;font-size:2.875rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:3.75rem;left:15.251041412354rem;height:2.87543125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Oekqtz1gzNstByBeSDIEtkPFoo8FnWTu { color:#6b6b6b;display:block;width:24.875rem;position:absolute;font-family:generalsans;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:19.5rem;left:0rem;height:1.31293125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RygBMbgmvXgcOP9Ec0NT2f6i86wSLBV9 { color:#072312;display:block;width:35rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.5rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xtE02FVEu1LC9IIT4kTe7TIs7OzIEvcV { color:#878787;display:block;width:24.875rem;position:absolute;font-family:generalsans;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:23.3125rem;left:5rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hSO7I5Z6JksupOFaHe5NsovBLlXuDaeD { color:#101010;display:block;width:26.625rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:24.8125rem;left:5rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dt3NFaQMbpppg62DBOWgX101XuRWsWWl { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.75rem;left:0.9375rem;display:block; }
#L8RTb09Te0BMCRQkkitZVqq8Z0ayg6Nm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dLi9H3Zh9EUybUL1V4rCtl0cQy4QaqJU { color:#f56038;display:block;width:15.4375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15058;line-height:1.4;letter-spacing:0;top:24.0625rem;left:59.5625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LZeKA1QmCLdElQ8td1c572SFUTcMGrEI { color:#f56038;display:block;width:15.75rem;position:absolute;font-family:generalsans;font-size:4.375rem;font-weight:400;z-index:15057;line-height:1.4;letter-spacing:0;top:24.8125rem;left:59.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#e4cohh3LaHAZJRcdLATD55h82gd1UHab { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.5625rem;top:19.625rem;left:59.4375rem;overflow:hidden;display:block; }
#vuGANp0nqpVU5x9OaZCIoF5bXCO6MtLX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:generalsans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:12.5rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:21.125rem;left:61.25rem;display:block; }
#aHJOciVuzzpT01f55f2VHznM9ulMTEZp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kyoouMXLORbhLCfVBa4tJ7cuw5dGiqZ7 { 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.0625rem solid #f56038;border-left:0.0625rem solid #f56038;border-right:0.0625rem solid #f56038;border-bottom:0.0625rem solid #f56038;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f56038;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:generalsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:28.5625rem;left:17.5rem;display:block; }
#wN4yyTqiXBgHHe4L6R9J6WMTmuMdBT3s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Td2ZfEm8yXGo0b2ma1sNE62uK0aOzpwm { box-sizing:content-box;height:13rem;width:13.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:20.9375rem;left:60.6875rem;box-shadow: 0rem 0rem 2.1875rem rgba(0,0,0,0.25) ;display:block; }
#LVFt5y7mi1CnoqN4qfA7Kn2CmPOJ941Q { background-color:#f56038;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:generalsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:28.5625rem;left:0rem;display:block; }
#D3k1QZ51q9r56K1o7qVyIycEFGW8x1he { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rETTPQySJ7TKpu1UCzJ1tnafl0qRCM5v { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:1.375rem;left:62.5rem;overflow:hidden;display:block; }
#WKD1Zlv1s4EFhSufJMFAUO8KOrPOMWSq { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:14.875rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#qzF4dUZVMKRSu53BNCB9P7WBcPtfNgwg { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:22.325000762939rem;left:0rem;overflow:hidden;display:block; }
#OzzqentxmL9nrKhWfnnl5bWE0eA640Fv { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:35.3125rem;top:2.0625rem;left:38.6875rem;overflow:hidden;display:block; }
#dWc8TthxNQZQJ9LLwK4znKt1bewE5IPU { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15065;line-height:1.4;letter-spacing:0;top:2.5625rem;left:62.375rem;height:3.15rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qqPTPLB6OpmKJykzgxKr5aecMTTLSrva { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:5.5rem;left:62.375rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#saPXWSGqwvRkveuGlIv4lJXc7gUxoH9O { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:8.625rem;left:62.5rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kHH5T7Sa0yJr8XTURTOe4oJMuWgWsFzL { color:#101010;display:block;width:26.625rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:27.436631679535rem;left:12.3125rem;height:0.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#epnNASk8fRtbEr50wamhfcJGmEcfUR7H { color:#101010;display:block;width:26.625rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:32.561631679535rem;left:12.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/105f384f-3562-467d-8fad-b175d5f3bd2d/KV_MF_ped_NEW_TLO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk.adaptive-delivery-prevent-bg, #tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk.lazyload, #tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk.lazyloading { background-image: none; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row .container { background-color: transparent; background-image: none; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row .container > .video-iframe-container { display: none; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row > .video-iframe-container { display: none; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .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); }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row .container { border-width: 0; border-radius: 0; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#su7GsaGU6gtLSTuKpZ70fw75tFpeCEs3 { color:#f56038;display:block;width:7.6875rem;position:absolute;font-family:generalsans;font-size:2.875rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:3.75rem;left:15.251041412354rem;height:2.87543125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Lpd30qiWz4XD1pI7JTSri7TbRE7pvTl7 { color:#6b6b6b;display:block;width:24.875rem;position:absolute;font-family:generalsans;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:19.5rem;left:0rem;height:1.31293125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DFTnkxL0Hkl6FOXdTuQgL2DnSGXbfJaF { color:#072312;display:block;width:35rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.5rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KVNkB9gZu9oLwhrf7bqJJLer27iA3wti { color:#878787;display:block;width:24.875rem;position:absolute;font-family:generalsans;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:23.3125rem;left:5rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U81pNgamoxELEi0K4p1rTrVlhyLfXJ3A { color:#101010;display:block;width:26.625rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:24.8125rem;left:5rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gAeVqB2ALsWZqNKvwXfmKgzvVuV83qWV { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.75rem;left:0.9375rem;display:block; }
#yITe21ISWf2skyHOmpxmFvrekV3lhsSs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OBX9TUsnWGFW10ybIPL73nsrmoO51t48 { color:#f56038;display:block;width:15.4375rem;position:absolute;font-family:generalsans;font-size:1.3125rem;font-weight:700;z-index:15058;line-height:1.4;letter-spacing:0;top:25.5625rem;left:59.5rem;height:3.675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aoMF5gltrAsz7FGmfCfmrQGm37TMkzXt { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.5625rem;top:19.625rem;left:59.4375rem;overflow:hidden;display:block; }
#uFGfkbMQiDRW3oOLLeUFpHpprJwnUZml { box-sizing:content-box;height:13rem;width:13.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:20.9375rem;left:60.6875rem;box-shadow: 0rem 0rem 2.1875rem rgba(0,0,0,0.25) ;display:block; }
#oTRBL3hFlcQzxhbaLn4JFbNRzsToIv1T { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f56038;border-left:0.0625rem solid #f56038;border-right:0.0625rem solid #f56038;border-bottom:0.0625rem solid #f56038;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f56038;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:generalsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:28.5625rem;left:0rem;display:block; }
#A07deGOnadElurmQime2TxvzFSaau6p0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NfJhHJQZ7UBIDEpRCk68n4fxqQ0tnRz7 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:1.375rem;left:62.5rem;overflow:hidden;display:block; }
#VsECHcfzd5ms8zS64L8uLyEpDSdsgXuo { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:14.875rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#dBrXaP2AF6rgn8sUfPOtz3zNcBMpCV3g { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:22.325000762939rem;left:0rem;overflow:hidden;display:block; }
#EF899kkZa9Udh53fHAev4d6Vw3AFc385 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:35.3125rem;top:2.0625rem;left:38.6875rem;overflow:hidden;display:block; }
#r4wLfJyO1GgaRLR13XFBgW1tFbGULFTu { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15065;line-height:1.4;letter-spacing:0;top:2.5625rem;left:62.375rem;height:3.15rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z4SrZNLhTmxdosdSCrn3ckXtHLavixBo { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:5.5rem;left:62.375rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cQmCK8bQR9ik81BNuPZ1NT70MsxvZ3Pn { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:8.625rem;left:62.5rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { background-color: transparent; background-image: none; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container > .video-iframe-container { display: none; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row > .video-iframe-container { display: none; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .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); }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { border-width: 0; border-radius: 0; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#eyHHFtuN6rrIfhG3wcVP1zytfI4ozirA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { background-color: transparent; background-image: none; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container > .video-iframe-container { display: none; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row > .video-iframe-container { display: none; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .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); }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { border-width: 0; border-radius: 0; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#rCGQhM4PGWBhTvvoNmJEcgRTMLUw7Ikm { color:#f56038;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:3.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#l5tbVhdNTe99SUgGDb2c3U8M5ohTSIBw { color:#f56038;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:1.38125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kTJldhBm5TawOp1R5lQskQXMVW4wT4or { color:#f56038;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.1875rem;left:18.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rxISkbm3TBVLnCTeyVWFB5Mb1Wg556rq { color:#f56038;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:3.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:1.3125rem;left:18.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TwCEizN5w0BbsQWzbADisR6bSJstARak { color:#f56038;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:3.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:1.3125rem;left:37.5rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oJmXxuNpTSH5mBa8ry1WUi37MFt1xWKP { color:#f56038;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.1875rem;left:37.5rem;height:1.38125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hWVlL9tvcbwbTgLhnfaP733x3msSldv6 { color:#f56038;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.1875rem;left:56.25rem;height:1.38125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sBW6GWcNFXiTwgfrJKuL5rQKkkoatXyh { color:#f56038;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:3.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:1.3125rem;left:56.25rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f56038;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { background-color: transparent; background-image: none; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container > .video-iframe-container { display: none; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row > .video-iframe-container { display: none; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .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); }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { border-width: 0; border-radius: 0; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#OgfEOy8PZuFWNRsd4IQQZ2EckcBgCp6f { color:#ffffff;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.6875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mKf71NHNODoM6wdlJEtD5idDeH5otvpI { color:#ffffff;display:block;width:72.8125rem;position:absolute;font-family:generalsans;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:7.5625rem;left:0rem;height:10.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kh61cA3wDhZGae4Jf4txkKWsuObfGHmo { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:generalsans;font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.9375rem;left:108rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nME62eT94QNNRZh7IvUT8i5hklrshwBn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f56038;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row .container { border-width: 0; border-radius: 0; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:none; }#BXeONLgCiCrJXZkqf05HNiQQw5uOwrM1 { color:rgba(255,255,255,0.8);display:block;width:75rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:0.0625rem;left:0rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmetpwanFhy0tsKSQ8Bce6lLiSLfRF9c { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:3.1875rem;left:0rem;display:block; }
#eeHLWX8385Xnf9nXAeBXnvINLBQt4gni { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:3.1875rem;left:38.75rem;display:block; }
#wMK1cTCwRVsTeKIZ643oHVqda4eS2D8H { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:24.1875rem;left:0rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcFhfIiV2WmrrPrv5xUkrfPgd5vKPFT9 { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:24.1875rem;left:38.75rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f56038;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container { background-color: transparent; background-image: none; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container > .video-iframe-container { display: none; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row > .video-iframe-container { display: none; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .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); }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container { border-width: 0; border-radius: 0; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#dRfJUQT1UFs5JCy9M1B5tSlCnMOv2EE3 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:9.75rem;left:0rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UVSWG314TAPmHR0e9idB2mgvPg72f9XU { color:#ffffff;display:block;width:15rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:9.75rem;left:20.625rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fSSXwQwpXuSo2X42tbQvZezXzU725NqT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.5rem;left:6.25rem;overflow:hidden;display:block; }
#GEvgHP95KkFQSno6nCHNAKwoqUF41x0q { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.5rem;left:25rem;overflow:hidden;display:block; }
#zfbT3KaHxkTeNFhTi2NX1hcNcmR3iKm7 { position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#Zm0lmRXfImR66suiTZGuhZTXOyQhdo4T { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:9.75rem;left:38.75rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EfQuJUhusT3el9dd0z3ApWcXAnZmXTlS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.5rem;left:43.75rem;overflow:hidden;display:block; }
#lL8q9xCcr85p7KH3iqJf4AAMnPTptyEL { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:generalsans;font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.9375rem;left:108rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dOTPbcvry9g89niUlPmRtW2m2GHckp8u { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.5rem;left:61.9375rem;overflow:hidden;display:block; }
#hsz81Cg7pEvUBb6OnLlGLlMKM4N2ezfi { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:9.75rem;left:56.25rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f56038;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .row .container { border-width: 0; border-radius: 0; }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:none; }#Glg6mmKOnNTGyrFFLJxKa5tukemOsWhT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:9.8125rem;left:5.625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tqKDMK0uA9B832AMGwULe97POiRqJc1V { color:#ffffff;display:block;width:15rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:9.8125rem;left:30rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JGa9RXddzTRyBT3dq8G2DInNQGBBiIsT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.5625rem;left:11.875rem;overflow:hidden;display:block; }
#deFuTTSzVKeqiSaGiU08ERrC2gEkpbHF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.5625rem;left:34.375rem;overflow:hidden;display:block; }
#crS5QiVLZUuq6wzBx7S3AaPDxGqG89n5 { position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#ifwJIPWeQtNpai8JolaGLMzhutEi7KOo { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:9.8125rem;left:53.125rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#md7yB3WQuNS4FndaJMEzT06TQemw2AqK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.5625rem;left:58.125rem;overflow:hidden;display:block; }
#h5b5CuM4MJt3t3LJ061v4vwLAqcTIoVN { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:generalsans;font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.9375rem;left:108rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8451e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .row .container { border-width: 0; border-radius: 0; }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:none; }#ri2oblqqIOFvV25X7Ewvhm8pNpnvUInz { color:#ffffff;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.6875rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#moTg4BgCwD7IIPSQfNevu1ZZRd2gVv3h { color:#ffffff;display:block;width:74.625rem;position:absolute;font-family:generalsans;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:6.625rem;left:0rem;height:32.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xxOGlNvTBqsybUPJ4oqkRpqh4IE7AqW0 { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:generalsans;font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.9375rem;left:108rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vNB1WFleo5rz01x6KNDcawztfgbv1lUJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vNB1WFleo5rz01x6KNDcawztfgbv1lUJ > .row .container { border-width: 0; border-radius: 0; }#vNB1WFleo5rz01x6KNDcawztfgbv1lUJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNB1WFleo5rz01x6KNDcawztfgbv1lUJ > .row .container { font-size:0.875rem;font-family:arial;height:77.625rem;width:75rem;position:relative;display:none; }#xOHuhvMG9tB3qq4olbcN77SrSFeLNm5t { color:#ffffff;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:4.1875rem;left:-0.0625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SXoGKtXRIrzOtWD0TLmFeU4VvEyOBtFr { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15053;line-height:1;letter-spacing:0;top:15.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#O8LWghZKbyp02ycRkrMCF6stNvopc8UV { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:13.4375rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AQMb3xbX6s1oigfzQUZW2yCs1HCTgwK6 { position:absolute;display:block;z-index:15018;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.75rem;top:27rem;left:20rem;display:block; }
#HIHF8S6VsRbcqAK3p2WQeWFyCvQXCmLv { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.0625rem;left:21.875rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pdLhvfFSHpFAEfSLABVNJRBuFKzvqrNr { color:#f56038;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:17.0625rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V65kBTuGs51AyF8mkJDfIOlmEiTlBBWm { color:#f56038;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:20.3125rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e6Cz84kgUkxzx9CnxRc2lLGIeQUCbtBa { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:20.3125rem;left:21.875rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BCCAClhLqryfT8oTWKvUAT4Jr3Qcznfl { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:23.625rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XpF0aq8oxMgdEAOkR9E2P1z9zZ9p3AHW { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:23.625rem;left:21.875rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dnwLaIOT5fb5EZAFd9TDIQXroiCCeF6e { color:#ffffff;display:block;width:48.0625rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:29rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tz2g4uTUypfT97EZcesQ7abg0cqohDal { color:#f56038;display:block;width:6.0625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:32.5625rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yyg7nlWlGowPGui2IdzFtFJ5VEbBryX3 { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:32.5625rem;left:21.875rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sit9Pl5iT5OdR0V3TAR0yECDHtZiqVgR { color:#ffffff;display:block;width:42.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:35.875rem;left:21.875rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DCrOmVDQUUnUqfS1TwAJZx23DuVhf5Bu { color:#f56038;display:block;width:6.0625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:35.875rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QlfSuGGEgfnZGO9J4DXtgIN8SkI21Cbg { color:#f56038;display:block;width:6.0625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:39.1875rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BOJET6y9EVlHt9I3RMok6T0OXeo6ktqy { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:39.1875rem;left:21.875rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kAWdLRMHFlRMsoW5eTrDI3TrfLeDLLEB { position:absolute;display:block;z-index:15019;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.75rem;top:42.625rem;left:20rem;display:block; }
#PeISbsGIroezJVsdaN1kSCrPebA1Asr5 { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:44.625rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zGddTrHzQsN3nKr8cQc3r2PiaT9vhUOT { color:#f56038;display:block;width:6.0625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:48.25rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#beF4SfbnBwTMzNUuPFI5vQE0URDnSpnt { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:48.25rem;left:21.875rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QxsZcmgMKwxuBAkLtXV3sPFc9OoqsObb { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:51.5rem;left:21.875rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BK5zpMwUpCKIx5u5VXhyNrznyMhyxoHX { color:#f56038;display:block;width:6.0625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:51.5rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BhMnaGsB56p5F17SSxFUcyuDgdbCZgNV { color:#f56038;display:block;width:6.0625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:54.75rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w1tZDfEAZVBO0fdcyUEUwl7mpKpltzFy { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:54.75rem;left:21.875rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CUWck0IagorJZJLRK9dAM4wCnAFycqFm { position:absolute;display:block;z-index:15019;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.75rem;top:11.625rem;left:20rem;display:block; }
#zQflxrTbSMvE1MiH7OKvOtqcu690TB0F { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:8.25rem;left:0rem;overflow:hidden;display:block; }
#TJg0HusgB6ph96l6UBTZWB6R9irSEiAm { color:#f56038;display:block;width:6.0625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15049;line-height:1.4;letter-spacing:0;top:70.1875rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sCnZUUrSKo2JVZZ4uviz8NnZI3Bvhq6K { color:#ffffff;display:block;width:52.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:70.1875rem;left:21.875rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#diKUvghfTQFsFFanmn4RK9yfMicnTFeZ { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:66.9375rem;left:21.875rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b1rzNn67xdvbGGaTzWi8qpZTInzeaPQD { color:#f56038;display:block;width:6.0625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:66.9375rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u8kPxrqpi7ETAKtT6x07sbRrpWoU0k2d { color:#ffffff;display:block;width:50.75rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:63.5625rem;left:21.875rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T4yGt1TnsOsQTJbayiLbQSZeULNoDsVk { color:#f56038;display:block;width:6.0625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:63.5625rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l8vhTo00eZVKVAPDor6oKdt3c9NL531W { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:59.9375rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#puZKZZg4an8h4Ti1MKTknuF3TJDkaR6G { position:absolute;display:block;z-index:15027;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.75rem;top:58rem;left:20rem;display:block; }
#c2Uw6ID54qeXCTwE2QNwwlqFMG8WP5Sy { color:#ffffff;display:block;width:38.75rem;position:absolute;font-family:switzer;font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.4;letter-spacing:0;top:8.4250030517575rem;left:20rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sGSU4laHxNbvomraDSNOgzTQSo25WZwh { position:absolute;display:block;z-index:15055;background-color:#f56038;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:9.5rem;top:9.612500190735rem;left:48.675003051757rem;display:block; }
#E9o6LVGGzVPuETb9BRa411UhIa2CTgZi { color:#f56038;display:block;width:6.0625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15051;line-height:1.4;letter-spacing:0;top:73.375rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SK4mclcdk8MKC40Z2TRq1vOJtTPbTipn { color:#ffffff;display:block;width:52.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15056;line-height:1.4;letter-spacing:0;top:73.375rem;left:21.875rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { background-color: transparent; background-image: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container > .video-iframe-container { display: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container { display: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .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); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { border-width: 0; border-radius: 0; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { font-size:0.875rem;font-family:arial;height:56.3125rem;width:75rem;position:relative;display:block; }#zUrnpOR4bZTPggWOB8TPmJ4BmdyyvnGN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:4.0625rem;left:0rem;height:2.25043125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kQva7vSOgywTFa7aiTLuPCpMBTKcm8nO { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:13.5625rem;left:0rem;height:1.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#o94Lv2JmDAm5ZmalOWbp931LOMpKEFyr { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:400;z-index:15053;line-height:1;letter-spacing:0;top:15.75rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kEBNK1maG6Ior8JqBPqyIyHM0FiTWTnd { color:#ffffff;display:block;width:48.3125rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:15.75rem;left:20rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mpnzqqMTcTT7qrRGTKucHQsJlRh9Gwna { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:9.0625rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pTz6IfDhdElzNcDFvZqanOW2aVV7cpFr { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1;letter-spacing:0;top:17.75rem;left:-0.09375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#y3paTS7wQy84Xa9kgbdyyNezeUuxlQcK { color:#ffffff;display:block;width:42.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:19.4375rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u1gN5tQ0GRLKr1KOCXuHZCw0cFAlmTOJ { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:9.0625rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rxO0kP0AHbszFF8xA2hmAWut0qLDuFgi { color:#f56038;display:block;width:6.6875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:19.4375rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N2Puq0oUulErZHMopbwKAKvEMvinFPy2 { color:#f56038;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:24.3125rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UXlM5snvQ2TEu9b7ZvM0htGDQW5u8FFT { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:24.3125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oiLccXCfJb79VqJSSnuIHEPlsH0mRT0Z { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:29rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJobAhQo3OwdbHGJl2dTsB21T9xgPZWz { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:29rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ic7T8NpX6qOFhXRuGNzsyh5VQr8Z7s6L { position:absolute;display:block;z-index:15019;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.75rem;top:13.75rem;left:20rem;display:block; }
#wbCmm9aQHT4bWenv8qzg8BIMbMqvDci6 { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:51.6875rem;left:27.500001907349rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bmPGMbHIm4A1PCUkqMyASoUC6AqQNRSw { color:#f56038;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:51.6875rem;left:20.000001907349rem;height:1.3997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XpXWrGdEW8ddv5dbbu2rgKck2ZVNObCh { color:#ffffff;display:block;width:43.375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:48.186645507812rem;left:27.500001907349rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vTzEXJDziXNDuBd2km00qJx7OJ4DCzTQ { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:48.186645507812rem;left:20.000001907349rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XmpsFmrwqFTC8gXKy8AFEBb43OD2ZnOb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:8.25rem;left:0rem;overflow:hidden;display:block; }
#OnL7RoTcJsiXS61NR6EotMXdCx2EtOJC { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:33.6875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VzSuMZ6QbdFRvCoKfGkr0ziKX2TIRyGV { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:33.6875rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZWCUzr7xzmqhOSpkoHA6PXx5LtHP93GU { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:43.0625rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ik47BFxsmz8huv3Ey14ZxhlK1r0JVkoU { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:43.0625rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lS8drTFxJhnSh3iuMnwksxkyVHxBL76e { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:38.375rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zoqIeanLJ5USHBsCbkCIpebrddh9Ddqd { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:38.375rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sR2O6qscDxNEe6yB0C6sawgt81krBVGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { background-color: transparent; background-image: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .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); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { border-width: 0; border-radius: 0; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#uHE2ARsvAvaRKqrvTvTRMo6vWrJvefrv { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.875rem;left:20rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pPBshulZsS4wpMIL89ynizMQfZOWgXMQ { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:5.6875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ccgbpMXdUtJoXPVOkrEFA3wpNJuqSErl { color:#f56038;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.6875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v1m7MS1DvrNCBaztAxykaOfZJTdkFi8l { color:#f56038;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:10.25rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#At8pz9Ri7uMU2z11JBn7Rf3ge6zNAKgr { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10.25rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTICKHTUzdfkm4MgotZ3vLrBsvJPw6Zz { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:14.8125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RKD0uEHbdzhTEOhVPhCagSdrbVaSKs5o { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:14.8125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RmizppVOVwCXSvWzbXf3Oe7CResKGI9L { color:#f56038;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:33.3125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aVW5aRzw6dK6Z1mkTd3u0K6z3AseFWPT { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:33.3125rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dyqW3JEZry3rQbBBxlFtCUWL0BqFDWCH { position:absolute;display:block;z-index:15019;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.75rem;top:0rem;left:20rem;display:block; }
#AmaP3CwpXU70laI77T9zskXE1yhDCoHs { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:36.999572753906rem;left:27.500001907349rem;height:1.3997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M3JaweqWEn5VmzsTlTQiaM76R9wtucqf { color:#f56038;display:block;width:6.6875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:36.985473632812rem;left:20.000001907349rem;height:1.3997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OVZqXoBR6cDKUuW6E7WrTStoCnbAC1f7 { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:19.4375rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HdwCKtpIHzuKafp6xlWzp6sqFouL4MxH { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:19.4375rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ldGR07aoV12Sf5am3SIOJI2qZ4ynHOwT { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:28.75rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zlh0NdbN5tSORTA6d91y2o4w8abMtorK { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:28.75rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JVU6uGyc6kAbrHLnCkIQzm78Hvahh1D4 { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:24.125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wdKf796RU7OJqt6cvbdwbF8UKgSMdc0f { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:24.125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { background-color: transparent; background-image: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .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); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { border-width: 0; border-radius: 0; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#fOW1TQuCDIGRyqe1aQBOzo7v5NqfUklf { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.875rem;left:20rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QcJRdAelBe7ZgzVJgzPvqxrI9BoNfif8 { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:5.6875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sbir70iAeT979Pth9FDl3Z0V3hyVNC5E { color:#f56038;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.6875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B4Z9E0lbq6trmN3PQwU11E1xnnfRGo1R { color:#f56038;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:10.25rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZDa0iVTB4ansFJAQzLVQV3AIoLELq8Uw { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10.25rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xqBZuoiTcxFCSCiSXQlmeLgADV6TUSkP { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:14.8125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxXsRiB4mJMCDJN5bMBWatJ8ayLh0lGe { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:14.8125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e7aLsLr72ZqwINE16wXOZsDVLIg4SfGp { color:#f56038;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:33.3125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bxTzKmACx7wbgH3GXGxV2H8u4d6boxop { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:33.3125rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ICrFAPimXEmMm2xc9sTDhel9L7zI6kq1 { position:absolute;display:block;z-index:15019;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.75rem;top:0rem;left:20rem;display:block; }
#Klb0e6RkuLlDqzsCzroQb7JvazNRybSa { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:19.4375rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QgNN4nXT52WksbN5mhG6Zmoi8HzUIrvy { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:19.4375rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F1MNTqxzTLlVW0iSIyE0kon29xBZ08VW { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:28.75rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aC5n2e36Cfo40bgwbJ5yUrhlTdcgHRQ7 { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:28.75rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WNLHCaLrvGtyfFluAMxrqs9zAkLTsQ8w { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:24.125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J4HhpsS28Ms346ZoQwAl2PafKgXTLTob { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:24.125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#olAK6nsIUkiS6ME5oR6VWl62ebwDTqHc { color:#f56038;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:37.062286376953rem;left:20.000001907349rem;height:1.3997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GFxfOHCe8AAiV357BH59xqWcfVmeTpIA { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:37.062286376953rem;left:27.500001907349rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { background-color: transparent; background-image: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .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); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { border-width: 0; border-radius: 0; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#QTq1QQNZTMcepgPvwIo05a15D42NrZ8X { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hxLrdyRsb6uz4ZHlyZXxITKoBZb3bXfy { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:5.6875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c31mqLVuTwPttGLy4EVIHtEPa0NW0Pl1 { color:#f56038;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.6875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eCwIO3wrF28yhpTHbvB3lgu7ehTh2NBX { color:#f56038;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:10.25rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LGhVZ2WGshz40dPBIo1TzDLEcGt0ant9 { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10.25rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rDZszIRHf1JueM6TJUDX9fWgJbvfIa1S { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:14.8125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#otOLneLH9CIIU4TK34VgGhEzUTa0x5iF { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:14.8125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dbx2xgr3dkXnuLDuy0mSu3RqxEx9vKOf { color:#f56038;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:33.3125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MdZ2Z2FJT9kCZIyyNhmuk7xXPWg1eUTk { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:33.3125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ntPd75BqFhKlxIPGD5nRTaqMABIzQxHv { position:absolute;display:block;z-index:15019;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.75rem;top:0rem;left:20rem;display:block; }
#xPDLJPetAOtXMAwFNHz3SR8JH9vuWF1y { color:#f56038;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:42.4375rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QMD4kcMP8qWKuAfd6z4JVWwg6h4u44WS { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:42.4375rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iAo7ARMOZdnf2LXGXpxhcsTg3bu3EmhE { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:19.4375rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZMbQI8BFaqusK0gncI6OG44xxPsv5MVk { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:19.4375rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#imRT1bAad8aECig8opCaRMXVFSX7yLNX { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:28.75rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FpRpnMKC4tOIP5JUpTUPyoLzchPK6Zsg { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:28.75rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XeQSPb3WNrA08MBkWp8PWWOaSgxrg9dG { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:24.125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K3AIIHWERHMcvbK3XSuOZIxHliBwgykw { color:#f56038;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:24.125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WWfuxQLET1brJmRdV62zxHgiHIhC1TgB { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:37.875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GDx2vS4O8meGImRr2Bkwi01hMQ6FGgOd { color:#f56038;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:37.875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VbkGGhDBRzo8G8BIfdvT2QWQ8BamvrCH { color:#f56038;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:46.062072753906rem;left:20.000001907349rem;height:1.3997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ex7ScCeIKiy3VLkTFsNFUUHarabyzu8V { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:46.062072753906rem;left:27.500001907349rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mL5Is8AGWWib37RXMJnppWzxxqk7hP99 { position:absolute;display:block;z-index:15000;background-color:rgba(239,239,239,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:75rem;top:49.624554157257rem;left:0rem;display:block; }
#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { background-color: transparent; background-image: none; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container > .video-iframe-container { display: none; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row > .video-iframe-container { display: none; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .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); }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { border-width: 0; border-radius: 0; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:generalsans;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:generalsans;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.0625rem;left:27.875rem;z-index:15064; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #VGiyN5WUfqoXPMkplsrQkJcD2hQeT7bT { display:flex;position:relative;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #UDGSPuouxDJqOFIcUosdlAm3ftFCguTR { width:auto; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #icctWQ077mpOybNZqOLmOhZJ4LtgN8gB {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #dadA4HAUlAJ5i2ID8uubSDAcPzNadOQx { display:flex;position:relative;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #u3Fq84euAMk6sDBemkP3BfopvblADKcs {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #JVqTaSS96FKy15MFoRh2G7GDAq0MbmGF {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #Dm12WwZu3PDrcL319flQqwW2SzPuqZBc { display:flex;position:relative;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #eKDVXVWm6A8P9emhMDPWZmmegRZLNK5E {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #v2CASdikuTNITZPCoRxvhNNyZGGONc6r {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #zV5RAHXkDfkwEuwyPLFlwXQOmZMPfu4m { display:flex;position:relative;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #rGl22ZX3TfBaxl59dTlmv9oVN8ctDJNV {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #AkRwJP6er8AbWu6dT6vxVCwPb5Tv3GtQ {  }
#NSoaQam5rrUdSdqWxUeVyWk4K39u0ywq { color:#ababab;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:2.4489593505859rem;left:0rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f56038;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container { border-width: 0; border-radius: 0; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#yn5i1pdJhsuzfhPJMtXeSpkIwOqCdPk1 { color:#ffffff;display:block;width:40.5rem;position:absolute;font-family:generalsans;font-size:3.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nLTh77rywzQku6CchX2Ws1AL9u0rs1Ta { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#odqQCX7liGkOfazuivyOa9TIaHSDeJlD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:46.875rem;top:0.375rem;left:28.125rem;overflow:hidden;display:block; }
#dADNlZZxWVv6dr1v7DQpGmFHi9I8XAy9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:22.375rem;top:1.6875rem;left:45.25rem;overflow:hidden;display:block; }
#TFVk7P3KOdL80D2yRzHSBZTSm8xKtGQm { color:#f56038;display:block;width:22.25rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.4;letter-spacing:0;top:8.3250007629394rem;left:45.15625rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sBRQtWMP18EFIFQ2EEAFBDDzQVcwuryl { color:#f56038;display:block;width:15.75rem;position:absolute;font-family:generalsans;font-size:5.875rem;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;top:9.22500038147rem;left:48.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OgBbhHXyo1iXsnWKeds4z0GomAuiLIi6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f56038;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:generalsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:16.97500038147rem;left:0rem;display:block; }
#meLEUFhTKmTBdea9VXTM2WIQNqeeD7fb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f56038;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row .container { border-width: 0; border-radius: 0; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#iIkMwiWtlpFpu3GngAqTMnaMkWUVfrCe { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:generalsans;font-size:3.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:8.45rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l3XJg6gBthPnKK1GK9QmOuANK41qgB4A { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nCwfiPQLRfLQKrpgnrDaumQBMoHFEgBb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:46.875rem;top:0.9375rem;left:28.125rem;overflow:hidden;display:block; }
#c3o3T4ZkeQU79Z7wgo5FtexudefoLq9q { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:22.375rem;top:1.6875rem;left:45.25rem;overflow:hidden;display:block; }
#rVA5U2eiwrFxs4QwZF1JXVE2JVxKz1RP { color:#f56038;display:block;width:22.25rem;position:absolute;font-family:generalsans;font-size:1.625rem;font-weight:700;z-index:15060;line-height:1.4;letter-spacing:0;top:9.4499969482425rem;left:45.28125rem;height:6.825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q2ALbGVwTn6ko0szvV3b28nfC98zXbEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f56038;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q2ALbGVwTn6ko0szvV3b28nfC98zXbEX > .row .container { background-color: transparent; background-image: none; }#q2ALbGVwTn6ko0szvV3b28nfC98zXbEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2ALbGVwTn6ko0szvV3b28nfC98zXbEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2ALbGVwTn6ko0szvV3b28nfC98zXbEX > .row .container > .video-iframe-container { display: none; }#q2ALbGVwTn6ko0szvV3b28nfC98zXbEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2ALbGVwTn6ko0szvV3b28nfC98zXbEX > .row > .video-iframe-container { display: none; }#q2ALbGVwTn6ko0szvV3b28nfC98zXbEX > .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); }#q2ALbGVwTn6ko0szvV3b28nfC98zXbEX > .row .container { border-width: 0; border-radius: 0; }#q2ALbGVwTn6ko0szvV3b28nfC98zXbEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q2ALbGVwTn6ko0szvV3b28nfC98zXbEX > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#lhqMZODnd4lqEQDZkcBogEzGwboglgc8 { color:#ffffff;display:block;width:40.5rem;position:absolute;font-family:generalsans;font-size:3.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F7HLukC6IUOS3RFUTdzxK1pF8oBJuxfD { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PafodgaiR46DrIIDHhQBU8kEcdzZGSw9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:46.875rem;top:0.375rem;left:28.125rem;overflow:hidden;display:block; }
#KSiShNqLdBxoSWDceoupVae6ZAl8iuzi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:22.375rem;top:1.6875rem;left:45.25rem;overflow:hidden;display:block; }
#hQPp0tuLV4VdSt0nidKpF2scgnL6HQCH { color:#f56038;display:block;width:22.25rem;position:absolute;font-family:generalsans;font-size:1.625rem;font-weight:700;z-index:15060;line-height:1.4;letter-spacing:0;top:10.887500762939rem;left:45.15625rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sVKevDtmdMJySKHddWnJx2AikPdvLTqU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f56038;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { background-color: transparent; background-image: none; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container > .video-iframe-container { display: none; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row > .video-iframe-container { display: none; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .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); }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { border-width: 0; border-radius: 0; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#u5WuO6rw9OftheiJoyat9TQXtNRyhrbz { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.8125rem;left:0rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pede3QVX7iLeVaF8FAbmEfmRvpVeHxa7 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.09375rem;left:0rem;overflow:hidden;display:block; }
#S8b4TbnyaOXQc0Z0y7d2Mf7wcVTae6RQ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.09375rem;left:12.5rem;overflow:hidden;display:block; }
#ZI6uWEX5UITW4bXnooTPU2NzB07acwPM { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.09375rem;left:25rem;overflow:hidden;display:block; }
#rnxhVfukGnyAqVaikScmTfdWvUAVtmTE { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.09375rem;left:37.5rem;overflow:hidden;display:block; }
#dJUuL69lR1GTcUJrNkPfBy6UbQfu55J3 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.09375rem;left:50rem;overflow:hidden;display:block; }
#pAvVrUqTcIKqgFFtwANTuCCTIdX1zd5B { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.09375rem;left:62.5rem;overflow:hidden;display:block; }
#Vo8Vup6bqGDvrEWh7TKHmBCUMCAIOREy { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:8.8125rem;left:12.5rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z58BhgxhGtoL3glSFrKTCmUuHRLGI8DP { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:8.8125rem;left:25rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ytVRLCibEqermtpxAfprflTNWyoHCMhP { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:8.8125rem;left:37.5rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G2BI12PwoLrxzQ60T8zNAWcruFC0FThg { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:8.8125rem;left:50rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F8RBDAOTEgUMyqBP8hlgivquZK6k9OXT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:8.8125rem;left:62.5000038147rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A0gUDLs3xqKuFeI5SmeaJBfOdDpQDRon { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:generalsans;font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container { background-color: transparent; background-image: none; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container > .video-iframe-container { display: none; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row > .video-iframe-container { display: none; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .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); }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container { border-width: 0; border-radius: 0; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#bFUQW1LxE5cExKggXSfccJ5wUV14cdum { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.625rem;left:0rem;display:block; }
#AaqmN5DvS7qT655ZB9WisdcRFsDJlxmf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aBKciCOyFCdSEbusHo7X91g9TQMkJTvJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container { background-color: transparent; background-image: none; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container > .video-iframe-container { display: none; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row > .video-iframe-container { display: none; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .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); }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container { border-width: 0; border-radius: 0; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#T4z4eAfMFzyCRzIlSWp3okhgf9VzHTRr { color:#111111;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:3.0625rem;left:0rem;height:2.25043125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yomlWQeoc6fGKd99mEne5xZWlc9xx0C4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:17.75rem;top:19.0625rem;left:28.625rem;overflow:hidden;display:block; }
#VEGTieTT7TBuG0FXBEf0VrpGd0hqcACg { color:#b0b0b0;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.8125rem;left:0rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kni7UMeuMK6KgGdmiAIPckl8Uk83ylh0 { color:#b0b0b0;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:25rem;left:0rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xQgzg0Hn4mKozIW5Q5TvAxGoTLV3T7so { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:13.875rem;top:27.3125rem;left:30.5625rem;overflow:hidden;display:block; }
#Io9ciqHIR5d16U1evTQfaBB8q4DDLWo5 { color:#b0b0b0;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T7TLwihwA1v92yPLxvK9GkF1cuOMrfeg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:15.3125rem;top:11.6875rem;left:29.84375rem;overflow:hidden;display:block; }
#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { background-color: transparent; background-image: none; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container > .video-iframe-container { display: none; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row > .video-iframe-container { display: none; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .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); }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { border-width: 0; border-radius: 0; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#aGGZTgrXDslSFhnirER4ls6mE5cem3Zk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection *:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="text"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="email"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="tel"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection textarea:focus-visible { outline: none; } #ZmuE0QdVeoomvqc5RpkEEVLmyb6WN3rv > .row .container { background-color: transparent; background-image: none; }#ZmuE0QdVeoomvqc5RpkEEVLmyb6WN3rv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmuE0QdVeoomvqc5RpkEEVLmyb6WN3rv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmuE0QdVeoomvqc5RpkEEVLmyb6WN3rv > .row .container > .video-iframe-container { display: none; }#ZmuE0QdVeoomvqc5RpkEEVLmyb6WN3rv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmuE0QdVeoomvqc5RpkEEVLmyb6WN3rv > .row > .video-iframe-container { display: none; }#ZmuE0QdVeoomvqc5RpkEEVLmyb6WN3rv > .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); }#ZmuE0QdVeoomvqc5RpkEEVLmyb6WN3rv > .row .container { border-width: 0; border-radius: 0; }#ZmuE0QdVeoomvqc5RpkEEVLmyb6WN3rv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmuE0QdVeoomvqc5RpkEEVLmyb6WN3rv > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container { background-color: transparent; background-image: none; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container > .video-iframe-container { display: none; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row > .video-iframe-container { display: none; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .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); }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container { border-width: 0; border-radius: 0; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection *:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="text"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="email"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="tel"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection textarea:focus-visible { outline: none; } #x5ok8PnHOdrTPOSsouQKwzK1im4cH4rO > .row .container { background-color: transparent; background-image: none; }#x5ok8PnHOdrTPOSsouQKwzK1im4cH4rO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5ok8PnHOdrTPOSsouQKwzK1im4cH4rO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5ok8PnHOdrTPOSsouQKwzK1im4cH4rO > .row .container > .video-iframe-container { display: none; }#x5ok8PnHOdrTPOSsouQKwzK1im4cH4rO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5ok8PnHOdrTPOSsouQKwzK1im4cH4rO > .row > .video-iframe-container { display: none; }#x5ok8PnHOdrTPOSsouQKwzK1im4cH4rO > .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); }#x5ok8PnHOdrTPOSsouQKwzK1im4cH4rO > .row .container { border-width: 0; border-radius: 0; }#x5ok8PnHOdrTPOSsouQKwzK1im4cH4rO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5ok8PnHOdrTPOSsouQKwzK1im4cH4rO > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection *:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="text"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="email"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="tel"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection textarea:focus-visible { outline: none; } #sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row .container { background-color: transparent; background-image: none; }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row .container > .video-iframe-container { display: none; }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row > .video-iframe-container { display: none; }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .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); }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row .container { border-width: 0; border-radius: 0; }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd { display:none; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #qfCt2wWwRiVGQpJSgt8LaRZp0GpDTvHL { width:17.5rem;height:3.125rem;top:26.4375rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #i5z2MA82Ppz2fxNMvMZJpRcfg58TE4cH { display:block; }
 }@media only screen and (max-width: 1199px) { #vKBeURBa8kHf8TJTB9q7AE8Wnk9edzii { width:17.5rem;height:3.125rem;top:26.4375rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uStlseV5WgibmsBP8bkOC95rENbtA3zO { display:block; }
 }@media only screen and (max-width: 1199px) { #MoTANOIwP5hrbbsfy3UJbqTcthvARrJJ { width:17.5rem;height:3.125rem;top:26.4375rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JOlTwzPVOwJuK2VyxvvQvouSxOFWOqZT { display:block; }
 }@media only screen and (max-width: 1199px) { #QonT9ik1cfTSlLWnl3oN69DcZENTnZth { width:17.5rem;height:3.125rem;top:26.4375rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #R9xNdM37mJtdfoVNtylCsB1vcAkSH4er { display:block; }
 }@media only screen and (max-width: 1199px) { #DufhyROzQuPQOmeuvF0gArFNXJm05S67 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/105f384f-3562-467d-8fad-b175d5f3bd2d/KV_MF_ped_NEW_TLO.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67.adaptive-delivery-prevent-bg, #DufhyROzQuPQOmeuvF0gArFNXJm05S67.lazyload, #DufhyROzQuPQOmeuvF0gArFNXJm05S67.lazyloading { background-image: none; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67 > .row .container { width:47.75rem;height:32.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #N53SAqqos506u5tzqpeRD9z4984EyGAi { width:7.6875rem;height:2.25rem;top:3.75rem;left:12.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oekqtz1gzNstByBeSDIEtkPFoo8FnWTu { width:19.9375rem;height:1.4625rem;top:17.8125rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #RygBMbgmvXgcOP9Ec0NT2f6i86wSLBV9 { width:20.6875rem;height:7.3125rem;top:9.39999961853rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #xtE02FVEu1LC9IIT4kTe7TIs7OzIEvcV { width:13.4375rem;height:1rem;top:20.875rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #hSO7I5Z6JksupOFaHe5NsovBLlXuDaeD { width:21.4375rem;height:1rem;top:22.3125rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Dt3NFaQMbpppg62DBOWgX101XuRWsWWl { width:10.0625rem;height:1.5rem;top:2.25rem;left:3.3614587783814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L8RTb09Te0BMCRQkkitZVqq8Z0ayg6Nm { display:block; }
 }@media only screen and (max-width: 1199px) { #dLi9H3Zh9EUybUL1V4rCtl0cQy4QaqJU { width:12.3125rem;height:1.1375rem;top:18.28750038147rem;left:35.4375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #LZeKA1QmCLdElQ8td1c572SFUTcMGrEI { width:12.3125rem;height:4.3875rem;top:19.424999237061rem;left:35.4375rem;font-size:3.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #e4cohh3LaHAZJRcdLATD55h82gd1UHab { width:12.25rem;height:12.25rem;top:15.0625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vuGANp0nqpVU5x9OaZCIoF5bXCO6MtLX { width:8.75rem;height:8.75rem;top:16.61874961853rem;left:37.15625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #aHJOciVuzzpT01f55f2VHznM9ulMTEZp { display:block; }
 }@media only screen and (max-width: 1199px) { #kyoouMXLORbhLCfVBa4tJ7cuw5dGiqZ7 { width:16.25rem;height:3.75rem;top:25.375rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wN4yyTqiXBgHHe4L6R9J6WMTmuMdBT3s { display:block; }
 }@media only screen and (max-width: 1199px) { #Td2ZfEm8yXGo0b2ma1sNE62uK0aOzpwm { width:10.25rem;height:10.25rem;top:16.043749809265rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LVFt5y7mi1CnoqN4qfA7Kn2CmPOJ941Q { width:16.25rem;height:3.75rem;top:25.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3k1QZ51q9r56K1o7qVyIycEFGW8x1he { display:block; }
 }@media only screen and (max-width: 1199px) { #rETTPQySJ7TKpu1UCzJ1tnafl0qRCM5v { width:9.375rem;height:9.375rem;top:8.75rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKD1Zlv1s4EFhSufJMFAUO8KOrPOMWSq { width:11.6875rem;height:4.375rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qzF4dUZVMKRSu53BNCB9P7WBcPtfNgwg { width:3.75rem;height:3.75rem;top:20.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzzqentxmL9nrKhWfnnl5bWE0eA640Fv { width:25.5rem;height:23rem;top:1.5625rem;left:23.1875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #dWc8TthxNQZQJ9LLwK4znKt1bewE5IPU { width:9.5625rem;height:2.6rem;top:9.5625rem;left:38.125rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #qqPTPLB6OpmKJykzgxKr5aecMTTLSrva { width:9.5625rem;height:1.95rem;top:12.3125rem;left:38.125rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #saPXWSGqwvRkveuGlIv4lJXc7gUxoH9O { width:9.5625rem;height:1.1375rem;top:14.875rem;left:38.1875rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #kHH5T7Sa0yJr8XTURTOe4oJMuWgWsFzL { width:21.4375rem;height:0.75rem;top:24.435764968395rem;left:15.531249582768rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #epnNASk8fRtbEr50wamhfcJGmEcfUR7H { width:21.4375rem;height:1.5rem;top:29.375000655651rem;left:15.531249582768rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/105f384f-3562-467d-8fad-b175d5f3bd2d/KV_MF_ped_NEW_TLO.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk.adaptive-delivery-prevent-bg, #tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk.lazyload, #tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk.lazyloading { background-image: none; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row .container { background-color: transparent; background-image: none; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row .container > .video-iframe-container { display: none; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row > .video-iframe-container { display: none; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .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); }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row .container { width:47.75rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #su7GsaGU6gtLSTuKpZ70fw75tFpeCEs3 { width:7.6875rem;height:2.25rem;top:3.75rem;left:12.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lpd30qiWz4XD1pI7JTSri7TbRE7pvTl7 { width:19.9375rem;height:1.4625rem;top:17.8125rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #DFTnkxL0Hkl6FOXdTuQgL2DnSGXbfJaF { width:20.6875rem;height:7.3125rem;top:9.39999961853rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #KVNkB9gZu9oLwhrf7bqJJLer27iA3wti { width:13.4375rem;height:1rem;top:20.875rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #U81pNgamoxELEi0K4p1rTrVlhyLfXJ3A { width:21.4375rem;height:1rem;top:22.3125rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #gAeVqB2ALsWZqNKvwXfmKgzvVuV83qWV { width:10.0625rem;height:1.5rem;top:2.25rem;left:3.3614587783814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yITe21ISWf2skyHOmpxmFvrekV3lhsSs { display:block; }
 }@media only screen and (max-width: 1199px) { #OBX9TUsnWGFW10ybIPL73nsrmoO51t48 { width:12.3125rem;height:2.7625rem;top:19.78750038147rem;left:35.4375rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #aoMF5gltrAsz7FGmfCfmrQGm37TMkzXt { width:12.25rem;height:12.25rem;top:15.0625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uFGfkbMQiDRW3oOLLeUFpHpprJwnUZml { width:10.25rem;height:10.25rem;top:16.043749809265rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTRBL3hFlcQzxhbaLn4JFbNRzsToIv1T { width:16.25rem;height:3.75rem;top:25.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A07deGOnadElurmQime2TxvzFSaau6p0 { display:block; }
 }@media only screen and (max-width: 1199px) { #NfJhHJQZ7UBIDEpRCk68n4fxqQ0tnRz7 { width:9.375rem;height:9.375rem;top:8.75rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VsECHcfzd5ms8zS64L8uLyEpDSdsgXuo { width:11.6875rem;height:4.375rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dBrXaP2AF6rgn8sUfPOtz3zNcBMpCV3g { width:3.75rem;height:3.75rem;top:20.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EF899kkZa9Udh53fHAev4d6Vw3AFc385 { width:25.5rem;height:23rem;top:1.5625rem;left:23.1875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #r4wLfJyO1GgaRLR13XFBgW1tFbGULFTu { width:9.5625rem;height:2.6rem;top:9.5625rem;left:38.125rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4SrZNLhTmxdosdSCrn3ckXtHLavixBo { width:9.5625rem;height:1.95rem;top:12.3125rem;left:38.125rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #cQmCK8bQR9ik81BNuPZ1NT70MsxvZ3Pn { width:9.5625rem;height:1.1375rem;top:14.875rem;left:38.1875rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 { display:block; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eyHHFtuN6rrIfhG3wcVP1zytfI4ozirA { width:47.75rem;height:3.1833333333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pC6HPCIKfWO9TadwKlInNOuQVbsIizgv { display:block; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rCGQhM4PGWBhTvvoNmJEcgRTMLUw7Ikm { width:11.9375rem;height:4.875rem;top:0.9375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l5tbVhdNTe99SUgGDb2c3U8M5ohTSIBw { width:11.9375rem;height:1.21875rem;top:5.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTJldhBm5TawOp1R5lQskQXMVW4wT4or { width:11.9375rem;height:2.4375rem;top:5.8125rem;left:11.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxISkbm3TBVLnCTeyVWFB5Mb1Wg556rq { width:11.9375rem;height:4.875rem;top:0.9375rem;left:11.9375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwCEizN5w0BbsQWzbADisR6bSJstARak { width:11.9375rem;height:4.875rem;top:0.9375rem;left:23.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oJmXxuNpTSH5mBa8ry1WUi37MFt1xWKP { width:10.6875rem;height:2.4375rem;top:5.8125rem;left:24.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWVlL9tvcbwbTgLhnfaP733x3msSldv6 { width:11.9375rem;height:1.21875rem;top:5.8125rem;left:35.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sBW6GWcNFXiTwgfrJKuL5rQKkkoatXyh { width:11.9375rem;height:4.875rem;top:0.9375rem;left:35.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe { display:block; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { width:47.75rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OgfEOy8PZuFWNRsd4IQQZ2EckcBgCp6f { width:47.75rem;height:1.875rem;top:2.5rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mKf71NHNODoM6wdlJEtD5idDeH5otvpI { width:47rem;height:11.2rem;top:6.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kh61cA3wDhZGae4Jf4txkKWsuObfGHmo { width:47.75rem;height:0;top:34.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #nME62eT94QNNRZh7IvUT8i5hklrshwBn { display:none; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row .container { width:47.75rem;height:20.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #BXeONLgCiCrJXZkqf05HNiQQw5uOwrM1 { width:47rem;height:1.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LmetpwanFhy0tsKSQ8Bce6lLiSLfRF9c { width:22.625rem;height:12.625rem;top:3.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eeHLWX8385Xnf9nXAeBXnvINLBQt4gni { width:22.625rem;height:12.625rem;top:3.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wMK1cTCwRVsTeKIZ643oHVqda4eS2D8H { width:22.375rem;height:1.6rem;top:16.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WcFhfIiV2WmrrPrv5xUkrfPgd5vKPFT9 { width:22.875rem;height:1.6rem;top:16.4375rem;left:24.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NIMbAEKODvBrf8W9mCOmRxAEhov4xolF { display:block; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container { width:47.75rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dRfJUQT1UFs5JCy9M1B5tSlCnMOv2EE3 { width:9.4375rem;height:1.4rem;top:9rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UVSWG314TAPmHR0e9idB2mgvPg72f9XU { width:11.9375rem;height:7rem;top:9rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fSSXwQwpXuSo2X42tbQvZezXzU725NqT { width:5rem;height:5rem;top:2.5rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GEvgHP95KkFQSno6nCHNAKwoqUF41x0q { width:5rem;height:5rem;top:2.5rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zfbT3KaHxkTeNFhTi2NX1hcNcmR3iKm7 { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zm0lmRXfImR66suiTZGuhZTXOyQhdo4T { width:11.9375rem;height:2.8rem;top:9rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EfQuJUhusT3el9dd0z3ApWcXAnZmXTlS { width:5rem;height:5rem;top:2.5rem;left:27.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lL8q9xCcr85p7KH3iqJf4AAMnPTptyEL { width:47.75rem;height:0;top:34.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #dOTPbcvry9g89niUlPmRtW2m2GHckp8u { width:5rem;height:5rem;top:2.5rem;left:39.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hsz81Cg7pEvUBb6OnLlGLlMKM4N2ezfi { width:11.9375rem;height:2.8rem;top:9.0625rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 { display:none; }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .row .container { width:47.75rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Glg6mmKOnNTGyrFFLJxKa5tukemOsWhT { width:9.4375rem;height:1.4rem;top:9.25rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tqKDMK0uA9B832AMGwULe97POiRqJc1V { width:11.9375rem;height:7rem;top:9.25rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JGa9RXddzTRyBT3dq8G2DInNQGBBiIsT { width:5rem;height:5rem;top:2.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #deFuTTSzVKeqiSaGiU08ERrC2gEkpbHF { width:5rem;height:5rem;top:2.75rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #crS5QiVLZUuq6wzBx7S3AaPDxGqG89n5 { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ifwJIPWeQtNpai8JolaGLMzhutEi7KOo { width:11.9375rem;height:2.8rem;top:9.25rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #md7yB3WQuNS4FndaJMEzT06TQemw2AqK { width:5rem;height:5rem;top:2.75rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h5b5CuM4MJt3t3LJ061v4vwLAqcTIoVN { width:47.75rem;height:0;top:34.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE { display:none; }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .row .container { width:47.75rem;height:46.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ri2oblqqIOFvV25X7Ewvhm8pNpnvUInz { width:47.75rem;height:1.875rem;top:2.5rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #moTg4BgCwD7IIPSQfNevu1ZZRd2gVv3h { width:46.6875rem;height:36.8rem;top:6.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xxOGlNvTBqsybUPJ4oqkRpqh4IE7AqW0 { width:47.75rem;height:0;top:34.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #vNB1WFleo5rz01x6KNDcawztfgbv1lUJ { background-color:#0c163f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vNB1WFleo5rz01x6KNDcawztfgbv1lUJ > .row .container { border-width: 0; border-radius: 0; }#vNB1WFleo5rz01x6KNDcawztfgbv1lUJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNB1WFleo5rz01x6KNDcawztfgbv1lUJ > .row .container { width:47.75rem;height:73.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xOHuhvMG9tB3qq4olbcN77SrSFeLNm5t { width:47.6875rem;height:1.875rem;top:2.5rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SXoGKtXRIrzOtWD0TLmFeU4VvEyOBtFr { width:12.5625rem;height:0;top:11.5625rem;left:17.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #O8LWghZKbyp02ycRkrMCF6stNvopc8UV { width:40.0625rem;height:1.575rem;top:11.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AQMb3xbX6s1oigfzQUZW2yCs1HCTgwK6 { width:46.5rem;height:0.0625rem;top:24.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HIHF8S6VsRbcqAK3p2WQeWFyCvQXCmLv { width:42.375rem;height:1.3125rem;top:15.25rem;left:2.8125rem;font-size:0.9375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #pdLhvfFSHpFAEfSLABVNJRBuFKzvqrNr { width:6.4375rem;height:1.4rem;top:15.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V65kBTuGs51AyF8mkJDfIOlmEiTlBBWm { width:6.0625rem;height:1.4rem;top:18.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e6Cz84kgUkxzx9CnxRc2lLGIeQUCbtBa { width:39.5625rem;height:1.3125rem;top:18.4375rem;left:2.8125rem;font-size:0.9375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #BCCAClhLqryfT8oTWKvUAT4Jr3Qcznfl { width:6.0625rem;height:1.4rem;top:21.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XpF0aq8oxMgdEAOkR9E2P1z9zZ9p3AHW { width:37.4375rem;height:1.3125rem;top:21.5625rem;left:2.8125rem;font-size:0.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #dnwLaIOT5fb5EZAFd9TDIQXroiCCeF6e { width:44.25rem;height:1.575rem;top:26.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tz2g4uTUypfT97EZcesQ7abg0cqohDal { width:6.0625rem;height:1.4rem;top:30.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yyg7nlWlGowPGui2IdzFtFJ5VEbBryX3 { width:40.4375rem;height:1.3125rem;top:30.0625rem;left:2.8125rem;font-size:0.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #sit9Pl5iT5OdR0V3TAR0yECDHtZiqVgR { width:35.375rem;height:1.3125rem;top:33.1875rem;left:2.8125rem;font-size:0.9375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #DCrOmVDQUUnUqfS1TwAJZx23DuVhf5Bu { width:6.0625rem;height:1.4rem;top:33.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QlfSuGGEgfnZGO9J4DXtgIN8SkI21Cbg { width:6.0625rem;height:1.4rem;top:36.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BOJET6y9EVlHt9I3RMok6T0OXeo6ktqy { width:38.125rem;height:1.3125rem;top:36.3125rem;left:2.8125rem;font-size:0.9375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 1199px) { #kAWdLRMHFlRMsoW5eTrDI3TrfLeDLLEB { width:46.5rem;height:0.0625rem;top:39.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PeISbsGIroezJVsdaN1kSCrPebA1Asr5 { width:46.0625rem;height:1.575rem;top:41.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zGddTrHzQsN3nKr8cQc3r2PiaT9vhUOT { width:6.0625rem;height:1.4rem;top:45.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #beF4SfbnBwTMzNUuPFI5vQE0URDnSpnt { width:38.125rem;height:1.3125rem;top:45.25rem;left:2.8125rem;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 1199px) { #QxsZcmgMKwxuBAkLtXV3sPFc9OoqsObb { width:38.125rem;height:1.3125rem;top:48.4375rem;left:2.8125rem;font-size:0.9375rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 1199px) { #BK5zpMwUpCKIx5u5VXhyNrznyMhyxoHX { width:6.0625rem;height:1.4rem;top:48.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BhMnaGsB56p5F17SSxFUcyuDgdbCZgNV { width:6.0625rem;height:1.4rem;top:51.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w1tZDfEAZVBO0fdcyUEUwl7mpKpltzFy { width:38.125rem;height:1.3125rem;top:51.625rem;left:2.8125rem;font-size:0.9375rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 1199px) { #CUWck0IagorJZJLRK9dAM4wCnAFycqFm { width:46.5rem;height:0.0625rem;top:9.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zQflxrTbSMvE1MiH7OKvOtqcu690TB0F { width:9.375rem;height:9.375rem;top:5.9375rem;left:17.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TJg0HusgB6ph96l6UBTZWB6R9irSEiAm { width:6.0625rem;height:1.4rem;top:66.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sCnZUUrSKo2JVZZ4uviz8NnZI3Bvhq6K { width:38.125rem;height:1.3125rem;top:66.75rem;left:2.8125rem;font-size:0.9375rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 1199px) { #diKUvghfTQFsFFanmn4RK9yfMicnTFeZ { width:38.125rem;height:1.3125rem;top:63.5625rem;left:2.8125rem;font-size:0.9375rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 1199px) { #b1rzNn67xdvbGGaTzWi8qpZTInzeaPQD { width:6.0625rem;height:1.4rem;top:63.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8kPxrqpi7ETAKtT6x07sbRrpWoU0k2d { width:38.125rem;height:1.3125rem;top:60.4375rem;left:2.8125rem;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 1199px) { #T4yGt1TnsOsQTJbayiLbQSZeULNoDsVk { width:6.0625rem;height:1.4rem;top:60.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l8vhTo00eZVKVAPDor6oKdt3c9NL531W { width:45.5rem;height:1.575rem;top:57.0625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #puZKZZg4an8h4Ti1MKTknuF3TJDkaR6G { width:46.5rem;height:0.0625rem;top:55.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c2Uw6ID54qeXCTwE2QNwwlqFMG8WP5Sy { width:40.0625rem;height:1.575rem;top:6.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sGSU4laHxNbvomraDSNOgzTQSo25WZwh { width:8.5rem;height:0.25rem;top:7.5rem;left:26.487499237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E9o6LVGGzVPuETb9BRa411UhIa2CTgZi { width:6.0625rem;height:1.4rem;top:69.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SK4mclcdk8MKC40Z2TRq1vOJtTPbTipn { width:38.125rem;height:1.3125rem;top:69.875rem;left:2.8125rem;font-size:0.9375rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 1199px) { #QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C { background-color:#0c163f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { background-color: transparent; background-image: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container > .video-iframe-container { display: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container { display: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .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); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { border-width: 0; border-radius: 0; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { width:47.75rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zUrnpOR4bZTPggWOB8TPmJ4BmdyyvnGN { width:47.6875rem;height:1.875rem;top:2.5rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQva7vSOgywTFa7aiTLuPCpMBTKcm8nO { width:9.5rem;height:1.125rem;top:8.9375rem;left:19.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #o94Lv2JmDAm5ZmalOWbp931LOMpKEFyr { width:12.5625rem;height:1.125rem;top:10.9375rem;left:17.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #kEBNK1maG6Ior8JqBPqyIyHM0FiTWTnd { width:40.0625rem;height:1.575rem;top:25.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mpnzqqMTcTT7qrRGTKucHQsJlRh9Gwna { width:6.4375rem;height:1.4rem;top:19rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTz6IfDhdElzNcDFvZqanOW2aVV7cpFr { width:9.5rem;height:1.125rem;top:12.8125rem;left:19.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #y3paTS7wQy84Xa9kgbdyyNezeUuxlQcK { width:37.125rem;height:2.8rem;top:28.9375rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #u1gN5tQ0GRLKr1KOCXuHZCw0cFAlmTOJ { width:33.125rem;height:2.8rem;top:19rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxO0kP0AHbszFF8xA2hmAWut0qLDuFgi { width:6.4375rem;height:1.4rem;top:29rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N2Puq0oUulErZHMopbwKAKvEMvinFPy2 { width:6.75rem;height:1.4rem;top:33.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXlM5snvQ2TEu9b7ZvM0htGDQW5u8FFT { width:35.625rem;height:2.8rem;top:33.5625rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #oiLccXCfJb79VqJSSnuIHEPlsH0mRT0Z { width:6.625rem;height:1.4rem;top:38.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fJobAhQo3OwdbHGJl2dTsB21T9xgPZWz { width:37.4375rem;height:4.2rem;top:38.3125rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #Ic7T8NpX6qOFhXRuGNzsyh5VQr8Z7s6L { width:46.5rem;height:0.0625rem;top:23.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbCmm9aQHT4bWenv8qzg8BIMbMqvDci6 { width:38.125rem;height:1.4rem;top:69.125rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #bmPGMbHIm4A1PCUkqMyASoUC6AqQNRSw { width:6.0625rem;height:1.4rem;top:69.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XpXWrGdEW8ddv5dbbu2rgKck2ZVNObCh { width:37.4375rem;height:1.4rem;top:65.9375rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #vTzEXJDziXNDuBd2km00qJx7OJ4DCzTQ { width:6.4375rem;height:1.4rem;top:65.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XmpsFmrwqFTC8gXKy8AFEBb43OD2ZnOb { width:12.5rem;height:12.5rem;top:5.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OnL7RoTcJsiXS61NR6EotMXdCx2EtOJC { width:37.4375rem;height:2.8rem;top:44.25rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #VzSuMZ6QbdFRvCoKfGkr0ziKX2TIRyGV { width:6.625rem;height:1.4rem;top:44.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZWCUzr7xzmqhOSpkoHA6PXx5LtHP93GU { width:37.4375rem;height:2.8rem;top:53.4375rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #Ik47BFxsmz8huv3Ey14ZxhlK1r0JVkoU { width:6.625rem;height:1.4rem;top:53.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lS8drTFxJhnSh3iuMnwksxkyVHxBL76e { width:37.4375rem;height:2.8rem;top:48.875rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #zoqIeanLJ5USHBsCbkCIpebrddh9Ddqd { width:6.625rem;height:1.4rem;top:48.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sR2O6qscDxNEe6yB0C6sawgt81krBVGn { background-color:#0c163f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { background-color: transparent; background-image: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .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); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { border-width: 0; border-radius: 0; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { width:47.75rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uHE2ARsvAvaRKqrvTvTRMo6vWrJvefrv { width:45.375rem;height:1.575rem;top:1.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPBshulZsS4wpMIL89ynizMQfZOWgXMQ { width:37.125rem;height:2.8rem;top:5.5rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #ccgbpMXdUtJoXPVOkrEFA3wpNJuqSErl { width:6.4375rem;height:1.4rem;top:5.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v1m7MS1DvrNCBaztAxykaOfZJTdkFi8l { width:6.75rem;height:1.4rem;top:10.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #At8pz9Ri7uMU2z11JBn7Rf3ge6zNAKgr { width:35.625rem;height:2.8rem;top:10.125rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #BTICKHTUzdfkm4MgotZ3vLrBsvJPw6Zz { width:6.625rem;height:1.4rem;top:14.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RKD0uEHbdzhTEOhVPhCagSdrbVaSKs5o { width:37.4375rem;height:2.8rem;top:14.75rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #RmizppVOVwCXSvWzbXf3Oe7CResKGI9L { width:6.0625rem;height:1.4rem;top:33.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVW5aRzw6dK6Z1mkTd3u0K6z3AseFWPT { width:38.125rem;height:1.4rem;top:33.5rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #dyqW3JEZry3rQbBBxlFtCUWL0BqFDWCH { width:46.5rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AmaP3CwpXU70laI77T9zskXE1yhDCoHs { width:33.1875rem;height:1.4rem;top:45rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M3JaweqWEn5VmzsTlTQiaM76R9wtucqf { width:6.0625rem;height:1.4rem;top:45rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVZqXoBR6cDKUuW6E7WrTStoCnbAC1f7 { width:37.4375rem;height:2.8rem;top:19.5rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #HdwCKtpIHzuKafp6xlWzp6sqFouL4MxH { width:6.625rem;height:1.4rem;top:19.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ldGR07aoV12Sf5am3SIOJI2qZ4ynHOwT { width:37.4375rem;height:2.8rem;top:28.9375rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #Zlh0NdbN5tSORTA6d91y2o4w8abMtorK { width:6.625rem;height:1.4rem;top:28.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVU6uGyc6kAbrHLnCkIQzm78Hvahh1D4 { width:37.4375rem;height:2.8rem;top:24.1875rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #wdKf796RU7OJqt6cvbdwbF8UKgSMdc0f { width:6.625rem;height:1.4rem;top:24.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q0kosflh7H9yTBnqEKFWIoDpACITGlG3 { background-color:#0c163f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { background-color: transparent; background-image: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .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); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { border-width: 0; border-radius: 0; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { width:47.75rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fOW1TQuCDIGRyqe1aQBOzo7v5NqfUklf { width:45.375rem;height:1.575rem;top:1.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QcJRdAelBe7ZgzVJgzPvqxrI9BoNfif8 { width:37.125rem;height:2.8rem;top:5.5rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #sbir70iAeT979Pth9FDl3Z0V3hyVNC5E { width:6.4375rem;height:1.4rem;top:5.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B4Z9E0lbq6trmN3PQwU11E1xnnfRGo1R { width:6.75rem;height:1.4rem;top:10.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDa0iVTB4ansFJAQzLVQV3AIoLELq8Uw { width:35.625rem;height:2.8rem;top:10.125rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #xqBZuoiTcxFCSCiSXQlmeLgADV6TUSkP { width:6.625rem;height:1.4rem;top:14.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wxXsRiB4mJMCDJN5bMBWatJ8ayLh0lGe { width:37.4375rem;height:2.8rem;top:14.75rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #e7aLsLr72ZqwINE16wXOZsDVLIg4SfGp { width:6.0625rem;height:1.4rem;top:33.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxTzKmACx7wbgH3GXGxV2H8u4d6boxop { width:38.125rem;height:1.4rem;top:33.5625rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #ICrFAPimXEmMm2xc9sTDhel9L7zI6kq1 { width:46.5rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Klb0e6RkuLlDqzsCzroQb7JvazNRybSa { width:37.4375rem;height:2.8rem;top:19.625rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #QgNN4nXT52WksbN5mhG6Zmoi8HzUIrvy { width:6.625rem;height:1.4rem;top:19.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1MNTqxzTLlVW0iSIyE0kon29xBZ08VW { width:37.4375rem;height:2.8rem;top:29rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #aC5n2e36Cfo40bgwbJ5yUrhlTdcgHRQ7 { width:6.625rem;height:1.4rem;top:29rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WNLHCaLrvGtyfFluAMxrqs9zAkLTsQ8w { width:37.4375rem;height:2.8rem;top:24.25rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #J4HhpsS28Ms346ZoQwAl2PafKgXTLTob { width:6.625rem;height:1.4rem;top:24.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #olAK6nsIUkiS6ME5oR6VWl62ebwDTqHc { width:6.0625rem;height:1.4rem;top:44.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFxfOHCe8AAiV357BH59xqWcfVmeTpIA { width:38.125rem;height:1.4rem;top:44.4375rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB { background-color:#0c163f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { background-color: transparent; background-image: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .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); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { border-width: 0; border-radius: 0; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { width:47.75rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QTq1QQNZTMcepgPvwIo05a15D42NrZ8X { width:45.375rem;height:1.575rem;top:1.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxLrdyRsb6uz4ZHlyZXxITKoBZb3bXfy { width:37.125rem;height:2.8rem;top:5.375rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #c31mqLVuTwPttGLy4EVIHtEPa0NW0Pl1 { width:6.4375rem;height:1.4rem;top:5.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCwIO3wrF28yhpTHbvB3lgu7ehTh2NBX { width:6.75rem;height:1.4rem;top:10.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGhVZ2WGshz40dPBIo1TzDLEcGt0ant9 { width:35.625rem;height:2.8rem;top:10.125rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #rDZszIRHf1JueM6TJUDX9fWgJbvfIa1S { width:6.625rem;height:1.4rem;top:14.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otOLneLH9CIIU4TK34VgGhEzUTa0x5iF { width:37.4375rem;height:2.8rem;top:14.75rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #Dbx2xgr3dkXnuLDuy0mSu3RqxEx9vKOf { width:6.0625rem;height:1.4rem;top:33.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MdZ2Z2FJT9kCZIyyNhmuk7xXPWg1eUTk { width:38.125rem;height:2.8rem;top:33.625rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #ntPd75BqFhKlxIPGD5nRTaqMABIzQxHv { width:46.5rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPDLJPetAOtXMAwFNHz3SR8JH9vuWF1y { width:6.0625rem;height:1.4rem;top:43rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QMD4kcMP8qWKuAfd6z4JVWwg6h4u44WS { width:38.125rem;height:1.4rem;top:43rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #iAo7ARMOZdnf2LXGXpxhcsTg3bu3EmhE { width:37.4375rem;height:2.8rem;top:19.5rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #ZMbQI8BFaqusK0gncI6OG44xxPsv5MVk { width:6.625rem;height:1.4rem;top:19.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imRT1bAad8aECig8opCaRMXVFSX7yLNX { width:37.4375rem;height:2.8rem;top:28.9375rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #FpRpnMKC4tOIP5JUpTUPyoLzchPK6Zsg { width:6.625rem;height:1.4rem;top:28.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XeQSPb3WNrA08MBkWp8PWWOaSgxrg9dG { width:37.4375rem;height:2.8rem;top:24.1875rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #K3AIIHWERHMcvbK3XSuOZIxHliBwgykw { width:6.625rem;height:1.4rem;top:24.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WWfuxQLET1brJmRdV62zxHgiHIhC1TgB { width:38.125rem;height:2.8rem;top:38.375rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #GDx2vS4O8meGImRr2Bkwi01hMQ6FGgOd { width:6.0625rem;height:1.4rem;top:38.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VbkGGhDBRzo8G8BIfdvT2QWQ8BamvrCH { width:6.0625rem;height:1.4rem;top:46.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ex7ScCeIKiy3VLkTFsNFUUHarabyzu8V { width:38.125rem;height:1.4rem;top:46.25rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #mL5Is8AGWWib37RXMJnppWzxxqk7hP99 { width:47.75rem;height:0.0625rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf { display:block; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK { display:flex;width:18rem;height:5.0625rem;top:2.375rem;left:14.25rem; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #VGiyN5WUfqoXPMkplsrQkJcD2hQeT7bT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #UDGSPuouxDJqOFIcUosdlAm3ftFCguTR {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #icctWQ077mpOybNZqOLmOhZJ4LtgN8gB {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #dadA4HAUlAJ5i2ID8uubSDAcPzNadOQx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #u3Fq84euAMk6sDBemkP3BfopvblADKcs {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #JVqTaSS96FKy15MFoRh2G7GDAq0MbmGF {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #Dm12WwZu3PDrcL319flQqwW2SzPuqZBc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #eKDVXVWm6A8P9emhMDPWZmmegRZLNK5E {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #v2CASdikuTNITZPCoRxvhNNyZGGONc6r {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #zV5RAHXkDfkwEuwyPLFlwXQOmZMPfu4m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #rGl22ZX3TfBaxl59dTlmv9oVN8ctDJNV {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #AkRwJP6er8AbWu6dT6vxVCwPb5Tv3GtQ {  }
 }@media only screen and (max-width: 1199px) { #NSoaQam5rrUdSdqWxUeVyWk4K39u0ywq { width:47.75rem;height:1.05625rem;top:1.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ { display:none; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container { width:47.75rem;height:37.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #yn5i1pdJhsuzfhPJMtXeSpkIwOqCdPk1 { width:35.5rem;height:6.5rem;top:2.5rem;left:6.125rem;font-size:2.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #nLTh77rywzQku6CchX2Ws1AL9u0rs1Ta { width:47.75rem;height:1.4625rem;top:9.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #odqQCX7liGkOfazuivyOa9TIaHSDeJlD { width:34.375rem;height:17.625rem;top:12.78125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dADNlZZxWVv6dr1v7DQpGmFHi9I8XAy9 { width:16.625rem;height:16.625rem;top:13.15625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFVk7P3KOdL80D2yRzHSBZTSm8xKtGQm { width:12.3125rem;height:1.38125rem;top:18.362499237061rem;left:17.71875rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #sBRQtWMP18EFIFQ2EEAFBDDzQVcwuryl { width:12.3125rem;height:5.85rem;top:19.012500762939rem;left:17.71875rem;font-size:4.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #OgBbhHXyo1iXsnWKeds4z0GomAuiLIi6 { width:16.25rem;height:3.75rem;top:31.40625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #meLEUFhTKmTBdea9VXTM2WIQNqeeD7fb { display:block; }
 }@media only screen and (max-width: 1199px) { #UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u { display:none; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row .container { width:47.75rem;height:33.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iIkMwiWtlpFpu3GngAqTMnaMkWUVfrCe { width:35rem;height:6.5rem;top:2.5rem;left:6.375rem;font-size:2.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #l3XJg6gBthPnKK1GK9QmOuANK41qgB4A { width:47.75rem;height:1.4625rem;top:9.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #nCwfiPQLRfLQKrpgnrDaumQBMoHFEgBb { width:34.375rem;height:17.625rem;top:12.78125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3o3T4ZkeQU79Z7wgo5FtexudefoLq9q { width:16.625rem;height:16.625rem;top:13.15625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rVA5U2eiwrFxs4QwZF1JXVE2JVxKz1RP { width:12.3125rem;height:5.3625rem;top:18.681251525879rem;left:17.71875rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #q2ALbGVwTn6ko0szvV3b28nfC98zXbEX { display:block; }#q2ALbGVwTn6ko0szvV3b28nfC98zXbEX > .row .container { width:47.75rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lhqMZODnd4lqEQDZkcBogEzGwboglgc8 { width:35.5rem;height:6.5rem;top:2.5rem;left:6.125rem;font-size:2.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #F7HLukC6IUOS3RFUTdzxK1pF8oBJuxfD { width:47.75rem;height:1.4625rem;top:9.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PafodgaiR46DrIIDHhQBU8kEcdzZGSw9 { width:34.375rem;height:17.625rem;top:12.78125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KSiShNqLdBxoSWDceoupVae6ZAl8iuzi { width:16.625rem;height:16.625rem;top:13.15625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQPp0tuLV4VdSt0nidKpF2scgnL6HQCH { width:12.3125rem;height:1.7875rem;top:19.362503051757rem;left:17.71875rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #sVKevDtmdMJySKHddWnJx2AikPdvLTqU { display:block; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { width:47.75rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u5WuO6rw9OftheiJoyat9TQXtNRyhrbz { width:15rem;height:7.875rem;top:8.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pede3QVX7iLeVaF8FAbmEfmRvpVeHxa7 { width:3.75rem;height:3.75rem;top:3.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S8b4TbnyaOXQc0Z0y7d2Mf7wcVTae6RQ { width:3.75rem;height:3.75rem;top:3.9375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZI6uWEX5UITW4bXnooTPU2NzB07acwPM { width:3.75rem;height:3.75rem;top:3.9375rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rnxhVfukGnyAqVaikScmTfdWvUAVtmTE { width:3.75rem;height:3.75rem;top:18.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dJUuL69lR1GTcUJrNkPfBy6UbQfu55J3 { width:3.75rem;height:3.75rem;top:18.9375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pAvVrUqTcIKqgFFtwANTuCCTIdX1zd5B { width:3.75rem;height:3.75rem;top:18.9375rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vo8Vup6bqGDvrEWh7TKHmBCUMCAIOREy { width:15rem;height:6.5625rem;top:8.875rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z58BhgxhGtoL3glSFrKTCmUuHRLGI8DP { width:13.4375rem;height:7.875rem;top:8.875rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytVRLCibEqermtpxAfprflTNWyoHCMhP { width:15rem;height:6.5625rem;top:23.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2BI12PwoLrxzQ60T8zNAWcruFC0FThg { width:15rem;height:2.625rem;top:23.875rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F8RBDAOTEgUMyqBP8hlgivquZK6k9OXT { width:12.5rem;height:3.9375rem;top:23.875rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0gUDLs3xqKuFeI5SmeaJBfOdDpQDRon { width:47.75rem;height:1.95rem;top:0rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex { display:block; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bFUQW1LxE5cExKggXSfccJ5wUV14cdum { width:46.5rem;height:3.125rem;top:0.625rem;left:0.625rem;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;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #AaqmN5DvS7qT655ZB9WisdcRFsDJlxmf { display:block; }
 }@media only screen and (max-width: 1199px) { #aBKciCOyFCdSEbusHo7X91g9TQMkJTvJ { width:47.75rem;height:1.21875rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydnsOcgJdTuAyz9KItJPU6HQgRGierQm { display:block; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container { width:47.75rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T4z4eAfMFzyCRzIlSWp3okhgf9VzHTRr { width:32.625rem;height:1.875rem;top:2.6875rem;left:7.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yomlWQeoc6fGKd99mEne5xZWlc9xx0C4 { width:14.9375rem;height:1.8125rem;top:14.6875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VEGTieTT7TBuG0FXBEf0VrpGd0hqcACg { width:21.0625rem;height:1.05625rem;top:12.25rem;left:13.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kni7UMeuMK6KgGdmiAIPckl8Uk83ylh0 { width:21.0625rem;height:1.05625rem;top:19.625rem;left:13.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQgzg0Hn4mKozIW5Q5TvAxGoTLV3T7so { width:11.0625rem;height:5rem;top:21.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Io9ciqHIR5d16U1evTQfaBB8q4DDLWo5 { width:21.0625rem;height:1.05625rem;top:5.6187496185303rem;left:13.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7TLwihwA1v92yPLxvK9GkF1cuOMrfeg { width:13.375rem;height:2.375rem;top:7.55312538147rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k { display:block; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { width:47.75rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aGGZTgrXDslSFhnirER4ls6mE5cem3Zk { width:47.75rem;height:3.1833333333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection { display:block; } #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection *:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="text"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="email"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="tel"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection textarea:focus-visible { outline: none; } #ZmuE0QdVeoomvqc5RpkEEVLmyb6WN3rv > .row .container { width:47.75rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Efd4M9bFcxwL3gdVU8UadldElDnihZoi { display:block; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection { display:block; } #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection *:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="text"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="email"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="tel"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection textarea:focus-visible { outline: none; } #x5ok8PnHOdrTPOSsouQKwzK1im4cH4rO > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection { background-color:#0c163f;background-image:none;display:block; } #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection *:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="text"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="email"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="tel"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection textarea:focus-visible { outline: none; } #sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row .container { background-color: transparent; background-image: none; }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row .container > .video-iframe-container { display: none; }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row > .video-iframe-container { display: none; }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .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); }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row .container { width:47.75rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container { background-color: transparent; background-image: none; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container > .video-iframe-container { display: none; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row > .video-iframe-container { display: none; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .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); }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container { border-width: 0; border-radius: 0; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfCt2wWwRiVGQpJSgt8LaRZp0GpDTvHL { width:5.625rem;height:2.0625rem;top:0.3125rem;left:4.5rem;z-index:15019;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;color:#f56038;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #i5z2MA82Ppz2fxNMvMZJpRcfg58TE4cH { display:block; }
 }@media only screen and (max-width: 763px) { #vKBeURBa8kHf8TJTB9q7AE8Wnk9edzii { width:5rem;height:2.0625rem;top:0.3125rem;left:15rem;z-index:15020;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;color:#f56038;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #uStlseV5WgibmsBP8bkOC95rENbtA3zO { display:block; }
 }@media only screen and (max-width: 763px) { #MoTANOIwP5hrbbsfy3UJbqTcthvARrJJ { width:4.375rem;height:2.0625rem;top:0.3125rem;left:10.375rem;z-index:15020;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;color:#f56038;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #JOlTwzPVOwJuK2VyxvvQvouSxOFWOqZT { display:block; }
 }@media only screen and (max-width: 763px) { #QonT9ik1cfTSlLWnl3oN69DcZENTnZth { width:4.125rem;height:2.0625rem;top:0.3125rem;left:0rem;z-index:15021;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;color:#f56038;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #R9xNdM37mJtdfoVNtylCsB1vcAkSH4er { display:block; }
 }@media only screen and (max-width: 763px) { #DufhyROzQuPQOmeuvF0gArFNXJm05S67 { background-color:#ffffff;background-image:none;display:none; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67 > .row .container { width:20rem;height:53.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N53SAqqos506u5tzqpeRD9z4984EyGAi { width:3.6875rem;height:1.5rem;top:7.03125rem;left:12.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oekqtz1gzNstByBeSDIEtkPFoo8FnWTu { width:20rem;height:1.38125rem;top:13.6875rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RygBMbgmvXgcOP9Ec0NT2f6i86wSLBV9 { width:19.375rem;height:3.2986125rem;top:9.4020833969119rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xtE02FVEu1LC9IIT4kTe7TIs7OzIEvcV { width:8.375rem;height:0.75rem;top:16.4375rem;left:6.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSO7I5Z6JksupOFaHe5NsovBLlXuDaeD { width:10.5rem;height:0.9rem;top:17.5rem;left:6.375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Dt3NFaQMbpppg62DBOWgX101XuRWsWWl { width:8.125rem;height:1.3125rem;top:4.0312502384186rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8RTb09Te0BMCRQkkitZVqq8Z0ayg6Nm { display:block; }
 }@media only screen and (max-width: 763px) { #dLi9H3Zh9EUybUL1V4rCtl0cQy4QaqJU { width:6.6875rem;height:2.1111125rem;top:31.5rem;left:10.518750190735rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #LZeKA1QmCLdElQ8td1c572SFUTcMGrEI { width:6.4375rem;height:3.25rem;top:33.78125rem;left:10.643750190735rem;text-align:center;text-align-last:center;font-size:2.5rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #e4cohh3LaHAZJRcdLATD55h82gd1UHab { width:9.75rem;height:9.75rem;top:29.8125rem;left:8.987500190735rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #vuGANp0nqpVU5x9OaZCIoF5bXCO6MtLX { width:7.375rem;height:7.375rem;top:31.0625rem;left:0.9375rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #aHJOciVuzzpT01f55f2VHznM9ulMTEZp { display:block; }
 }@media only screen and (max-width: 763px) { #kyoouMXLORbhLCfVBa4tJ7cuw5dGiqZ7 { width:16.138888875rem;height:3.638888875rem;top:46.454860687256rem;left:1.9288194775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN4yyTqiXBgHHe4L6R9J6WMTmuMdBT3s { display:block; }
 }@media only screen and (max-width: 763px) { #Td2ZfEm8yXGo0b2ma1sNE62uK0aOzpwm { width:8.125rem;height:8.125rem;top:30.625rem;left:9.8125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #LVFt5y7mi1CnoqN4qfA7Kn2CmPOJ941Q { width:16.25rem;height:3.75rem;top:40.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3k1QZ51q9r56K1o7qVyIycEFGW8x1he { display:block; }
 }@media only screen and (max-width: 763px) { #rETTPQySJ7TKpu1UCzJ1tnafl0qRCM5v { width:6.875rem;height:6.8125rem;top:19.25rem;left:13.125rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #WKD1Zlv1s4EFhSufJMFAUO8KOrPOMWSq { width:9rem;height:3.375rem;top:4.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzF4dUZVMKRSu53BNCB9P7WBcPtfNgwg { width:2.5rem;height:2.5rem;top:16.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzzqentxmL9nrKhWfnnl5bWE0eA640Fv { width:19.75rem;height:17.875rem;top:20rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWc8TthxNQZQJ9LLwK4znKt1bewE5IPU { width:6.9375rem;height:2.275rem;top:19.75rem;left:13.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #qqPTPLB6OpmKJykzgxKr5aecMTTLSrva { width:6.875rem;height:1.625rem;top:21.875rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #saPXWSGqwvRkveuGlIv4lJXc7gUxoH9O { width:6.875rem;height:0.89323125rem;top:23.8375rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #kHH5T7Sa0yJr8XTURTOe4oJMuWgWsFzL { width:20rem;height:0.89930625rem;top:45.368055343628rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #epnNASk8fRtbEr50wamhfcJGmEcfUR7H { width:20rem;height:1.7986125rem;top:50.342882156372rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk { background-color:#ffffff;background-image:none;display:block; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row .container { background-color: transparent; background-image: none; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row .container > .video-iframe-container { display: none; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row > .video-iframe-container { display: none; }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .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); }#tU6QkyrgT8L7vTVIMeI6LF7rCdGpitTk > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #su7GsaGU6gtLSTuKpZ70fw75tFpeCEs3 { width:3.6875rem;height:1.5rem;top:7.03125rem;left:12.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpd30qiWz4XD1pI7JTSri7TbRE7pvTl7 { width:20rem;height:1.38125rem;top:13.6875rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFTnkxL0Hkl6FOXdTuQgL2DnSGXbfJaF { width:19.375rem;height:3.3rem;top:9.4020833969119rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KVNkB9gZu9oLwhrf7bqJJLer27iA3wti { width:8.375rem;height:0.75rem;top:16.4375rem;left:6.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U81pNgamoxELEi0K4p1rTrVlhyLfXJ3A { width:10.5rem;height:0.9rem;top:17.5rem;left:6.375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gAeVqB2ALsWZqNKvwXfmKgzvVuV83qWV { width:8.125rem;height:1.3125rem;top:4.0312502384186rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yITe21ISWf2skyHOmpxmFvrekV3lhsSs { display:block; }
 }@media only screen and (max-width: 763px) { #OBX9TUsnWGFW10ybIPL73nsrmoO51t48 { width:6.6875rem;height:2.4375rem;top:33.4375rem;left:10.518750190735rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #aoMF5gltrAsz7FGmfCfmrQGm37TMkzXt { width:9.75rem;height:9.75rem;top:29.8125rem;left:8.987500190735rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #uFGfkbMQiDRW3oOLLeUFpHpprJwnUZml { width:8.125rem;height:8.125rem;top:30.625rem;left:9.8125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #oTRBL3hFlcQzxhbaLn4JFbNRzsToIv1T { width:16.25rem;height:3.75rem;top:40.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A07deGOnadElurmQime2TxvzFSaau6p0 { display:block; }
 }@media only screen and (max-width: 763px) { #NfJhHJQZ7UBIDEpRCk68n4fxqQ0tnRz7 { width:6.875rem;height:6.8125rem;top:19.25rem;left:13.125rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #VsECHcfzd5ms8zS64L8uLyEpDSdsgXuo { width:9rem;height:3.375rem;top:4.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBrXaP2AF6rgn8sUfPOtz3zNcBMpCV3g { width:2.5rem;height:2.5rem;top:16.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF899kkZa9Udh53fHAev4d6Vw3AFc385 { width:19.75rem;height:17.875rem;top:20rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4wLfJyO1GgaRLR13XFBgW1tFbGULFTu { width:6.9375rem;height:2.275rem;top:19.75rem;left:13.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #Z4SrZNLhTmxdosdSCrn3ckXtHLavixBo { width:6.875rem;height:1.625rem;top:21.875rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #cQmCK8bQR9ik81BNuPZ1NT70MsxvZ3Pn { width:6.875rem;height:0.89323125rem;top:23.8375rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 { display:block; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyHHFtuN6rrIfhG3wcVP1zytfI4ozirA { width:20rem;height:1.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC6HPCIKfWO9TadwKlInNOuQVbsIizgv { display:block; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCGQhM4PGWBhTvvoNmJEcgRTMLUw7Ikm { width:3.125rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l5tbVhdNTe99SUgGDb2c3U8M5ohTSIBw { width:9.25rem;height:1.3rem;top:1.8999996185302rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kTJldhBm5TawOp1R5lQskQXMVW4wT4or { width:15.625rem;height:1.3rem;top:5.3250007629394rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rxISkbm3TBVLnCTeyVWFB5Mb1Wg556rq { width:3.125rem;height:2.6rem;top:4.7000007629394rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TwCEizN5w0BbsQWzbADisR6bSJstARak { width:3.125rem;height:2.6rem;top:8.2999992370606rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oJmXxuNpTSH5mBa8ry1WUi37MFt1xWKP { width:12.125rem;height:1.3rem;top:8.8875007629394rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hWVlL9tvcbwbTgLhnfaP733x3msSldv6 { width:9.4375rem;height:1.3rem;top:12.362499237061rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sBW6GWcNFXiTwgfrJKuL5rQKkkoatXyh { width:3.125rem;height:2.6rem;top:11.83749961853rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe { display:block; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgfEOy8PZuFWNRsd4IQQZ2EckcBgCp6f { width:20rem;height:3.8997375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKf71NHNODoM6wdlJEtD5idDeH5otvpI { width:20rem;height:22.5rem;top:7.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh61cA3wDhZGae4Jf4txkKWsuObfGHmo { width:20rem;height:1.7875rem;top:100.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #nME62eT94QNNRZh7IvUT8i5hklrshwBn { display:none; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row .container { width:20rem;height:34.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BXeONLgCiCrJXZkqf05HNiQQw5uOwrM1 { width:20rem;height:1.5rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmetpwanFhy0tsKSQ8Bce6lLiSLfRF9c { height:11.160220994475rem;width:20rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeHLWX8385Xnf9nXAeBXnvINLBQt4gni { height:11.160220994475rem;width:20rem;top:18.2854375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMK1cTCwRVsTeKIZ643oHVqda4eS2D8H { width:20rem;height:1.6rem;top:14.883375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcFhfIiV2WmrrPrv5xUkrfPgd5vKPFT9 { width:20rem;height:1.6rem;top:30.045875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIMbAEKODvBrf8W9mCOmRxAEhov4xolF { display:block; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRfJUQT1UFs5JCy9M1B5tSlCnMOv2EE3 { width:16.5625rem;height:1.3125rem;top:2.375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVSWG314TAPmHR0e9idB2mgvPg72f9XU { width:14.4375rem;height:5.25rem;top:5.75rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSSXwQwpXuSo2X42tbQvZezXzU725NqT { width:2.5rem;height:2.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEvgHP95KkFQSno6nCHNAKwoqUF41x0q { width:2.5rem;height:2.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfbT3KaHxkTeNFhTi2NX1hcNcmR3iKm7 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm0lmRXfImR66suiTZGuhZTXOyQhdo4T { width:15.6875rem;height:2.625rem;top:11.9375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfQuJUhusT3el9dd0z3ApWcXAnZmXTlS { width:2.5rem;height:2.5rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL8q9xCcr85p7KH3iqJf4AAMnPTptyEL { width:20rem;height:1.7875rem;top:100.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #dOTPbcvry9g89niUlPmRtW2m2GHckp8u { width:2.5rem;height:2.5rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsz81Cg7pEvUBb6OnLlGLlMKM4N2ezfi { width:12.625rem;height:1.3125rem;top:16.5rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 { display:none; }#q284hA7mndhIT3ALJKl6HVVmqnKIOHa5 > .row .container { width:20rem;height:16.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Glg6mmKOnNTGyrFFLJxKa5tukemOsWhT { width:16.5625rem;height:1.3125rem;top:2.375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqKDMK0uA9B832AMGwULe97POiRqJc1V { width:14.4375rem;height:5.25rem;top:5.75rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGa9RXddzTRyBT3dq8G2DInNQGBBiIsT { width:2.5rem;height:2.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #deFuTTSzVKeqiSaGiU08ERrC2gEkpbHF { width:2.5rem;height:2.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #crS5QiVLZUuq6wzBx7S3AaPDxGqG89n5 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifwJIPWeQtNpai8JolaGLMzhutEi7KOo { width:15.6875rem;height:2.625rem;top:11.9375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #md7yB3WQuNS4FndaJMEzT06TQemw2AqK { width:2.5rem;height:2.5rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5b5CuM4MJt3t3LJ061v4vwLAqcTIoVN { width:20rem;height:1.7875rem;top:100.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE { display:none; }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .row .container { width:20rem;height:70.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ri2oblqqIOFvV25X7Ewvhm8pNpnvUInz { width:20rem;height:1.95rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moTg4BgCwD7IIPSQfNevu1ZZRd2gVv3h { width:20rem;height:63rem;top:5.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxOGlNvTBqsybUPJ4oqkRpqh4IE7AqW0 { width:20rem;height:1.7875rem;top:100.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #vNB1WFleo5rz01x6KNDcawztfgbv1lUJ { background-color:#0c163f;background-image:none;display:none; }#vNB1WFleo5rz01x6KNDcawztfgbv1lUJ > .row .container { width:20rem;height:80.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xOHuhvMG9tB3qq4olbcN77SrSFeLNm5t { width:20rem;height:1.625rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXoGKtXRIrzOtWD0TLmFeU4VvEyOBtFr { width:8rem;height:1.75rem;top:7.625rem;left:6rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8LWghZKbyp02ycRkrMCF6stNvopc8UV { width:19.875rem;height:2.8rem;top:12.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQMb3xbX6s1oigfzQUZW2yCs1HCTgwK6 { width:20rem;height:0.0625rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIHF8S6VsRbcqAK3p2WQeWFyCvQXCmLv { width:18.125rem;height:2.625rem;top:16.8125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdLhvfFSHpFAEfSLABVNJRBuFKzvqrNr { width:1.875rem;height:1.3125rem;top:16.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V65kBTuGs51AyF8mkJDfIOlmEiTlBBWm { width:18.75rem;height:1.3125rem;top:20.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Cz84kgUkxzx9CnxRc2lLGIeQUCbtBa { width:18.125rem;height:2.625rem;top:20.6875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCCAClhLqryfT8oTWKvUAT4Jr3Qcznfl { width:18.75rem;height:1.3125rem;top:24.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpF0aq8oxMgdEAOkR9E2P1z9zZ9p3AHW { width:18.125rem;height:2.625rem;top:24.4375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnwLaIOT5fb5EZAFd9TDIQXroiCCeF6e { width:20rem;height:2.8rem;top:30.775001525879rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz2g4uTUypfT97EZcesQ7abg0cqohDal { width:13.875rem;height:1.3125rem;top:34.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyg7nlWlGowPGui2IdzFtFJ5VEbBryX3 { width:18.125rem;height:1.3125rem;top:34.793750762939rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sit9Pl5iT5OdR0V3TAR0yECDHtZiqVgR { width:18.125rem;height:2.625rem;top:37.4375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCrOmVDQUUnUqfS1TwAJZx23DuVhf5Bu { width:20rem;height:1.3125rem;top:37.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlfSuGGEgfnZGO9J4DXtgIN8SkI21Cbg { width:20rem;height:1.3125rem;top:41.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOJET6y9EVlHt9I3RMok6T0OXeo6ktqy { width:18.125rem;height:2.625rem;top:41.3125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAWdLRMHFlRMsoW5eTrDI3TrfLeDLLEB { width:20rem;height:0.0625rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeISbsGIroezJVsdaN1kSCrPebA1Asr5 { width:17.9375rem;height:2.8rem;top:47.675003051757rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGddTrHzQsN3nKr8cQc3r2PiaT9vhUOT { width:5.5rem;height:1.3125rem;top:51.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beF4SfbnBwTMzNUuPFI5vQE0URDnSpnt { width:18.125rem;height:1.3125rem;top:51.543750762939rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxsZcmgMKwxuBAkLtXV3sPFc9OoqsObb { width:18.125rem;height:1.3125rem;top:54.0625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK5zpMwUpCKIx5u5VXhyNrznyMhyxoHX { width:7.375rem;height:1.3125rem;top:54.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhMnaGsB56p5F17SSxFUcyuDgdbCZgNV { width:6.75rem;height:1.3125rem;top:56.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1tZDfEAZVBO0fdcyUEUwl7mpKpltzFy { width:18.125rem;height:1.3125rem;top:56.5625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUWck0IagorJZJLRK9dAM4wCnAFycqFm { width:20rem;height:0.0625rem;top:10.799999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQflxrTbSMvE1MiH7OKvOtqcu690TB0F { width:7.5rem;height:7.5rem;top:4.5625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJg0HusgB6ph96l6UBTZWB6R9irSEiAm { width:6.0625rem;height:1.3125rem;top:72.412506103512rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCnZUUrSKo2JVZZ4uviz8NnZI3Bvhq6K { width:18.125rem;height:2.625rem;top:72.412498474119rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #diKUvghfTQFsFFanmn4RK9yfMicnTFeZ { width:18.125rem;height:2.625rem;top:68.600000381469rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1rzNn67xdvbGGaTzWi8qpZTInzeaPQD { width:6.0625rem;height:1.3125rem;top:68.600006103512rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8kPxrqpi7ETAKtT6x07sbRrpWoU0k2d { width:17.75rem;height:2.625rem;top:64.761459350588rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4yGt1TnsOsQTJbayiLbQSZeULNoDsVk { width:6.0625rem;height:1.3125rem;top:64.761459350588rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8vhTo00eZVKVAPDor6oKdt3c9NL531W { width:20rem;height:1.4rem;top:61.600006103516rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puZKZZg4an8h4Ti1MKTknuF3TJDkaR6G { width:20rem;height:0.0625rem;top:59.662506103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Uw6ID54qeXCTwE2QNwwlqFMG8WP5Sy { width:20rem;height:2.975rem;top:5.5874996185303rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGSU4laHxNbvomraDSNOgzTQSo25WZwh { width:8.125rem;height:0.25rem;top:8.1500015258787rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9o6LVGGzVPuETb9BRa411UhIa2CTgZi { width:6.0625rem;height:1.3125rem;top:76.237503051756rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK4mclcdk8MKC40Z2TRq1vOJtTPbTipn { width:18.125rem;height:2.625rem;top:76.237499237062rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C { background-color:#0c163f;background-image:none;display:block; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { background-color: transparent; background-image: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container > .video-iframe-container { display: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row > .video-iframe-container { display: none; }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .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); }#QRiXCeV6dEz0AWp8UK1r0d5CXlTyks5C > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUrnpOR4bZTPggWOB8TPmJ4BmdyyvnGN { width:20rem;height:1.62543125rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQva7vSOgywTFa7aiTLuPCpMBTKcm8nO { width:20rem;height:0.875rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o94Lv2JmDAm5ZmalOWbp931LOMpKEFyr { width:20rem;height:0.875rem;top:8.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEBNK1maG6Ior8JqBPqyIyHM0FiTWTnd { width:18.3125rem;height:2.8rem;top:24.087501525879rem;left:0rem;text-align:left;text-align-last:left;font-family:generalsans;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpnzqqMTcTT7qrRGTKucHQsJlRh9Gwna { width:20rem;height:1.3125rem;top:15rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTz6IfDhdElzNcDFvZqanOW2aVV7cpFr { width:20rem;height:0.875rem;top:9.6875rem;left:-0.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3paTS7wQy84Xa9kgbdyyNezeUuxlQcK { width:18.75rem;height:3.9375rem;top:30.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1gN5tQ0GRLKr1KOCXuHZCw0cFAlmTOJ { width:18.75rem;height:3.9375rem;top:16.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxO0kP0AHbszFF8xA2hmAWut0qLDuFgi { width:18.75rem;height:1.3125rem;top:28.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Puq0oUulErZHMopbwKAKvEMvinFPy2 { width:18.75rem;height:1.3125rem;top:36rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXlM5snvQ2TEu9b7ZvM0htGDQW5u8FFT { width:18.75rem;height:2.625rem;top:37.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiLccXCfJb79VqJSSnuIHEPlsH0mRT0Z { width:18.75rem;height:1.3125rem;top:42.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJobAhQo3OwdbHGJl2dTsB21T9xgPZWz { width:18.75rem;height:3.9375rem;top:43.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic7T8NpX6qOFhXRuGNzsyh5VQr8Z7s6L { width:20rem;height:0.0625rem;top:22.237499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbCmm9aQHT4bWenv8qzg8BIMbMqvDci6 { width:20rem;height:1.3125rem;top:75.56228637695rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmPGMbHIm4A1PCUkqMyASoUC6AqQNRSw { width:6.5625rem;height:1.3125rem;top:73.91189575195rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpXWrGdEW8ddv5dbbu2rgKck2ZVNObCh { width:20rem;height:1.3125rem;top:70.736984252931rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTzEXJDziXNDuBd2km00qJx7OJ4DCzTQ { width:6.5rem;height:1.3125rem;top:69.024749755863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmpsFmrwqFTC8gXKy8AFEBb43OD2ZnOb { width:9.375rem;height:9.375rem;top:4.3125rem;left:5.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OnL7RoTcJsiXS61NR6EotMXdCx2EtOJC { width:20rem;height:2.625rem;top:51.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzSuMZ6QbdFRvCoKfGkr0ziKX2TIRyGV { width:6.5rem;height:1.3125rem;top:49.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWCUzr7xzmqhOSpkoHA6PXx5LtHP93GU { width:20rem;height:2.625rem;top:64.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik47BFxsmz8huv3Ey14ZxhlK1r0JVkoU { width:6.5rem;height:1.3125rem;top:62.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS8drTFxJhnSh3iuMnwksxkyVHxBL76e { width:20rem;height:3.9375rem;top:57.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoqIeanLJ5USHBsCbkCIpebrddh9Ddqd { width:6.5rem;height:1.3125rem;top:55.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR2O6qscDxNEe6yB0C6sawgt81krBVGn { background-color:#0c163f;background-image:none;display:block; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { background-color: transparent; background-image: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .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); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHE2ARsvAvaRKqrvTvTRMo6vWrJvefrv { width:19.875rem;height:2.8rem;top:1.9124984741211rem;left:0rem;text-align:left;text-align-last:left;font-family:generalsans;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPBshulZsS4wpMIL89ynizMQfZOWgXMQ { width:18.75rem;height:3.9375rem;top:8.3239593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccgbpMXdUtJoXPVOkrEFA3wpNJuqSErl { width:18.75rem;height:1.3125rem;top:6.6989593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1m7MS1DvrNCBaztAxykaOfZJTdkFi8l { width:18.75rem;height:1.3125rem;top:14.011459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #At8pz9Ri7uMU2z11JBn7Rf3ge6zNAKgr { width:18.75rem;height:2.625rem;top:15.636459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTICKHTUzdfkm4MgotZ3vLrBsvJPw6Zz { width:18.75rem;height:1.3125rem;top:20.011459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKD0uEHbdzhTEOhVPhCagSdrbVaSKs5o { width:17.8125rem;height:3.9375rem;top:21.636459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmizppVOVwCXSvWzbXf3Oe7CResKGI9L { width:18.75rem;height:1.3125rem;top:47.073959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVW5aRzw6dK6Z1mkTd3u0K6z3AseFWPT { width:20rem;height:1.3125rem;top:48.698959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyqW3JEZry3rQbBBxlFtCUWL0BqFDWCH { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmaP3CwpXU70laI77T9zskXE1yhDCoHs { width:20rem;height:1.3125rem;top:53.812271118164rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3JaweqWEn5VmzsTlTQiaM76R9wtucqf { width:20rem;height:1.3125rem;top:52.249771118164rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVZqXoBR6cDKUuW6E7WrTStoCnbAC1f7 { width:20rem;height:2.625rem;top:29.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdwCKtpIHzuKafp6xlWzp6sqFouL4MxH { width:6.5rem;height:1.3125rem;top:27.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldGR07aoV12Sf5am3SIOJI2qZ4ynHOwT { width:20rem;height:2.625rem;top:42.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlh0NdbN5tSORTA6d91y2o4w8abMtorK { width:6.5rem;height:1.3125rem;top:40.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVU6uGyc6kAbrHLnCkIQzm78Hvahh1D4 { width:20rem;height:3.9375rem;top:35.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdKf796RU7OJqt6cvbdwbF8UKgSMdc0f { width:6.5rem;height:1.3125rem;top:33.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0kosflh7H9yTBnqEKFWIoDpACITGlG3 { background-color:#0c163f;background-image:none;display:block; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { background-color: transparent; background-image: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .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); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOW1TQuCDIGRyqe1aQBOzo7v5NqfUklf { width:19.875rem;height:2.8rem;top:1.9125061035156rem;left:0rem;text-align:left;text-align-last:left;font-family:generalsans;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcJRdAelBe7ZgzVJgzPvqxrI9BoNfif8 { width:18.75rem;height:2.625rem;top:8.1364593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbir70iAeT979Pth9FDl3Z0V3hyVNC5E { width:18.75rem;height:1.3125rem;top:6.5114593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Z9E0lbq6trmN3PQwU11E1xnnfRGo1R { width:18.75rem;height:1.3125rem;top:12.573959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDa0iVTB4ansFJAQzLVQV3AIoLELq8Uw { width:18.75rem;height:2.625rem;top:14.198959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqBZuoiTcxFCSCiSXQlmeLgADV6TUSkP { width:18.75rem;height:1.3125rem;top:18.573959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxXsRiB4mJMCDJN5bMBWatJ8ayLh0lGe { width:18.75rem;height:3.9375rem;top:20.198959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7aLsLr72ZqwINE16wXOZsDVLIg4SfGp { width:18.75rem;height:1.3125rem;top:44.198959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxTzKmACx7wbgH3GXGxV2H8u4d6boxop { width:20rem;height:1.3125rem;top:45.823959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICrFAPimXEmMm2xc9sTDhel9L7zI6kq1 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klb0e6RkuLlDqzsCzroQb7JvazNRybSa { width:20rem;height:2.625rem;top:27.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgNN4nXT52WksbN5mhG6Zmoi8HzUIrvy { width:6.5rem;height:1.3125rem;top:25.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1MNTqxzTLlVW0iSIyE0kon29xBZ08VW { width:20rem;height:2.625rem;top:39.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC5n2e36Cfo40bgwbJ5yUrhlTdcgHRQ7 { width:6.5rem;height:1.3125rem;top:38.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNLHCaLrvGtyfFluAMxrqs9zAkLTsQ8w { width:20rem;height:2.625rem;top:33.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4HhpsS28Ms346ZoQwAl2PafKgXTLTob { width:6.5rem;height:1.3125rem;top:32rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olAK6nsIUkiS6ME5oR6VWl62ebwDTqHc { width:6.5625rem;height:1.3125rem;top:48.999130249024rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFxfOHCe8AAiV357BH59xqWcfVmeTpIA { width:20rem;height:1.3125rem;top:50.624557495118rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB { background-color:#0c163f;background-image:none;display:block; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { background-color: transparent; background-image: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .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); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTq1QQNZTMcepgPvwIo05a15D42NrZ8X { width:17rem;height:1.4rem;top:1.9124984741211rem;left:0rem;text-align:left;text-align-last:left;font-family:generalsans;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxLrdyRsb6uz4ZHlyZXxITKoBZb3bXfy { width:18.75rem;height:3.9375rem;top:6.6989593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c31mqLVuTwPttGLy4EVIHtEPa0NW0Pl1 { width:18.75rem;height:1.3125rem;top:5.0739593505859rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCwIO3wrF28yhpTHbvB3lgu7ehTh2NBX { width:18.75rem;height:1.3125rem;top:12.386459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGhVZ2WGshz40dPBIo1TzDLEcGt0ant9 { width:18.75rem;height:2.625rem;top:14.011459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDZszIRHf1JueM6TJUDX9fWgJbvfIa1S { width:18.75rem;height:1.3125rem;top:18.386459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otOLneLH9CIIU4TK34VgGhEzUTa0x5iF { width:18.75rem;height:3.9375rem;top:20.011459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbx2xgr3dkXnuLDuy0mSu3RqxEx9vKOf { width:18.75rem;height:1.3125rem;top:45.198959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdZ2Z2FJT9kCZIyyNhmuk7xXPWg1eUTk { width:20rem;height:3.9375rem;top:46.823959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntPd75BqFhKlxIPGD5nRTaqMABIzQxHv { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPDLJPetAOtXMAwFNHz3SR8JH9vuWF1y { width:20rem;height:1.3125rem;top:58.537506103516rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMD4kcMP8qWKuAfd6z4JVWwg6h4u44WS { width:20rem;height:1.3125rem;top:60.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAo7ARMOZdnf2LXGXpxhcsTg3bu3EmhE { width:20rem;height:2.625rem;top:27.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMbQI8BFaqusK0gncI6OG44xxPsv5MVk { width:6.5rem;height:1.3125rem;top:25.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imRT1bAad8aECig8opCaRMXVFSX7yLNX { width:20rem;height:2.625rem;top:40.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpRpnMKC4tOIP5JUpTUPyoLzchPK6Zsg { width:6.5rem;height:1.3125rem;top:39.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeQSPb3WNrA08MBkWp8PWWOaSgxrg9dG { width:20rem;height:3.9375rem;top:33.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3AIIHWERHMcvbK3XSuOZIxHliBwgykw { width:6.5rem;height:1.3125rem;top:31.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWfuxQLET1brJmRdV62zxHgiHIhC1TgB { width:20rem;height:2.625rem;top:54.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDx2vS4O8meGImRr2Bkwi01hMQ6FGgOd { width:6.5625rem;height:1.3125rem;top:52.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbkGGhDBRzo8G8BIfdvT2QWQ8BamvrCH { width:6.5625rem;height:1.3125rem;top:63.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex7ScCeIKiy3VLkTFsNFUUHarabyzu8V { width:20rem;height:1.3125rem;top:64.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL5Is8AGWWib37RXMJnppWzxxqk7hP99 { width:20rem;height:0.125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf { display:block; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-text.counter-number { padding-top:0.445625rem;padding-right:0.395rem;padding-bottom:0.445625rem;padding-left:0.395rem;width:2.370625rem;min-width:2.370625rem;height:2.395rem;font-size:1.781875rem;line-height:38.32px;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; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.16125rem;height:0.946875rem;font-size:0.668125rem;line-height:15.15px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK { display:flex;width:16.625rem;height:4.511875rem;top:3.0625rem;left:1.25rem;padding-top:0.556875rem;padding-right:0.564375rem;padding-bottom:0.556875rem;padding-left:0.564375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #VGiyN5WUfqoXPMkplsrQkJcD2hQeT7bT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #UDGSPuouxDJqOFIcUosdlAm3ftFCguTR {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #icctWQ077mpOybNZqOLmOhZJ4LtgN8gB {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #dadA4HAUlAJ5i2ID8uubSDAcPzNadOQx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #u3Fq84euAMk6sDBemkP3BfopvblADKcs {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #JVqTaSS96FKy15MFoRh2G7GDAq0MbmGF {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #Dm12WwZu3PDrcL319flQqwW2SzPuqZBc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #eKDVXVWm6A8P9emhMDPWZmmegRZLNK5E {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #v2CASdikuTNITZPCoRxvhNNyZGGONc6r {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #zV5RAHXkDfkwEuwyPLFlwXQOmZMPfu4m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #rGl22ZX3TfBaxl59dTlmv9oVN8ctDJNV {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #AkRwJP6er8AbWu6dT6vxVCwPb5Tv3GtQ {  }
 }@media only screen and (max-width: 763px) { #NSoaQam5rrUdSdqWxUeVyWk4K39u0ywq { width:20rem;height:1.05625rem;top:2.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ { display:none; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container { width:20rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yn5i1pdJhsuzfhPJMtXeSpkIwOqCdPk1 { width:20rem;height:3.575rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nLTh77rywzQku6CchX2Ws1AL9u0rs1Ta { width:20rem;height:1.4625rem;top:5.9499969482422rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odqQCX7liGkOfazuivyOa9TIaHSDeJlD { width:20rem;height:10.25rem;top:10.824996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dADNlZZxWVv6dr1v7DQpGmFHi9I8XAy9 { width:14.6875rem;height:14.6875rem;top:8.5rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFVk7P3KOdL80D2yRzHSBZTSm8xKtGQm { width:20rem;height:1.3rem;top:12.368743896484rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBRQtWMP18EFIFQ2EEAFBDDzQVcwuryl { width:20rem;height:5.28125rem;top:13.550003051757rem;left:0rem;text-align:center;text-align-last:center;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgBbhHXyo1iXsnWKeds4z0GomAuiLIi6 { width:16.25rem;height:3.75rem;top:24.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meLEUFhTKmTBdea9VXTM2WIQNqeeD7fb { display:block; }
 }@media only screen and (max-width: 763px) { #UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u { display:none; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iIkMwiWtlpFpu3GngAqTMnaMkWUVfrCe { width:20rem;height:3.575rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l3XJg6gBthPnKK1GK9QmOuANK41qgB4A { width:20rem;height:1.4625rem;top:5.9499969482422rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCwfiPQLRfLQKrpgnrDaumQBMoHFEgBb { width:20rem;height:10.25rem;top:10.824996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3o3T4ZkeQU79Z7wgo5FtexudefoLq9q { width:14.6875rem;height:14.6875rem;top:8.25rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVA5U2eiwrFxs4QwZF1JXVE2JVxKz1RP { width:20rem;height:4.63125rem;top:13.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2ALbGVwTn6ko0szvV3b28nfC98zXbEX { display:block; }#q2ALbGVwTn6ko0szvV3b28nfC98zXbEX > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhqMZODnd4lqEQDZkcBogEzGwboglgc8 { width:20rem;height:3.575rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F7HLukC6IUOS3RFUTdzxK1pF8oBJuxfD { width:20rem;height:1.4625rem;top:5.9499969482422rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PafodgaiR46DrIIDHhQBU8kEcdzZGSw9 { width:20rem;height:10.25rem;top:10.824996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSiShNqLdBxoSWDceoupVae6ZAl8iuzi { width:14.6875rem;height:14.6875rem;top:8.5rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQPp0tuLV4VdSt0nidKpF2scgnL6HQCH { width:20rem;height:1.54375rem;top:14.181251525879rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVKevDtmdMJySKHddWnJx2AikPdvLTqU { display:block; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5WuO6rw9OftheiJoyat9TQXtNRyhrbz { width:16.5625rem;height:7.875rem;top:3.375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pede3QVX7iLeVaF8FAbmEfmRvpVeHxa7 { width:2.5rem;height:2.5rem;top:3.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8b4TbnyaOXQc0Z0y7d2Mf7wcVTae6RQ { width:2.5rem;height:2.5rem;top:12.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI6uWEX5UITW4bXnooTPU2NzB07acwPM { width:2.5rem;height:2.5rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnxhVfukGnyAqVaikScmTfdWvUAVtmTE { width:2.5rem;height:2.5rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJUuL69lR1GTcUJrNkPfBy6UbQfu55J3 { width:2.5rem;height:2.5rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAvVrUqTcIKqgFFtwANTuCCTIdX1zd5B { width:2.5rem;height:2.5rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo8Vup6bqGDvrEWh7TKHmBCUMCAIOREy { width:16.5625rem;height:5.25rem;top:12.4375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z58BhgxhGtoL3glSFrKTCmUuHRLGI8DP { width:16.5625rem;height:6.5625rem;top:18.9375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytVRLCibEqermtpxAfprflTNWyoHCMhP { width:16.5625rem;height:6.5625rem;top:26.8125rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2BI12PwoLrxzQ60T8zNAWcruFC0FThg { width:16.5625rem;height:2.625rem;top:34.625rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8RBDAOTEgUMyqBP8hlgivquZK6k9OXT { width:15.625rem;height:3.9375rem;top:38.4375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0gUDLs3xqKuFeI5SmeaJBfOdDpQDRon { width:20rem;height:1.625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex { display:block; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFUQW1LxE5cExKggXSfccJ5wUV14cdum { width:18.75rem;height:4.75rem;top:0.625rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #AaqmN5DvS7qT655ZB9WisdcRFsDJlxmf { display:block; }
 }@media only screen and (max-width: 763px) { #aBKciCOyFCdSEbusHo7X91g9TQMkJTvJ { width:14.6875rem;height:3.4125rem;top:1.1875rem;left:2.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ydnsOcgJdTuAyz9KItJPU6HQgRGierQm { display:block; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4z4eAfMFzyCRzIlSWp3okhgf9VzHTRr { width:20rem;height:1.62543125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yomlWQeoc6fGKd99mEne5xZWlc9xx0C4 { width:13.375rem;height:1.5rem;top:15.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEGTieTT7TBuG0FXBEf0VrpGd0hqcACg { width:20rem;height:0.975rem;top:13.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kni7UMeuMK6KgGdmiAIPckl8Uk83ylh0 { width:20rem;height:0.975rem;top:19.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQgzg0Hn4mKozIW5Q5TvAxGoTLV3T7so { width:8.3125rem;height:3.75rem;top:21.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io9ciqHIR5d16U1evTQfaBB8q4DDLWo5 { width:20rem;height:0.975rem;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TLwihwA1v92yPLxvK9GkF1cuOMrfeg { width:12.25rem;height:2.0625rem;top:8.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k { display:block; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGGZTgrXDslSFhnirER4ls6mE5cem3Zk { width:20rem;height:1.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection { display:block; } #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection *:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="text"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="email"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="tel"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection textarea:focus-visible { outline: none; } #ZmuE0QdVeoomvqc5RpkEEVLmyb6WN3rv > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Efd4M9bFcxwL3gdVU8UadldElDnihZoi { display:block; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection { display:block; } #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection *:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="text"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="email"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="tel"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection textarea:focus-visible { outline: none; } #x5ok8PnHOdrTPOSsouQKwzK1im4cH4rO > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection { background-color:#0c163f;background-image:none;display:block; } #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection *:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="text"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="email"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="tel"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection textarea:focus-visible { outline: none; } #sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row .container { background-color: transparent; background-image: none; }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row .container > .video-iframe-container { display: none; }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row > .video-iframe-container { display: none; }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .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); }#sifgAp5invtIKXTR4JGnfinoTkwHO0ei > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }