.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01b9f63f-b145-448f-a81e-b00d7ef41607/bg2.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#r4eaf75012cc81d0f3ad70b0901303bda5b69334 { position:relative;display:none; }#r4eaf75012cc81d0f3ad70b0901303bda5b69334 { border-width: 0; border-radius: 0; }#r4eaf75012cc81d0f3ad70b0901303bda5b69334 > .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; }#r4eaf75012cc81d0f3ad70b0901303bda5b69334 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#f508ea759ee884b80cc9eb5975732ed1e682a8cb { 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;height:26px;width:19px;display:none; }
#R331cb164577088bea2b25698d1e3753a502c121 { 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;height:49px;width:48px;display:none; }
#e2be95a76a5134460ed908a9b9b53fafc6b8d4da { 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;height:200px;width:164px;display:none; }
#D093ad8df02442687cc6fd28a0a3679261030013 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#I1ddd51b8a6b2b725663713cedf457a80962c41e { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#M7fed231ed1e8539e3f2bd5ff2a999a5a9204516 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;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; }#M7fed231ed1e8539e3f2bd5ff2a999a5a9204516 > .row .container { border-width: 0; border-radius: 0; }#M7fed231ed1e8539e3f2bd5ff2a999a5a9204516 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M7fed231ed1e8539e3f2bd5ff2a999a5a9204516 > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:none; }#q8bcf9a38032793c1495fd201d2bac124692cd76 { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:49px;left:131.5px;height:17px;display:none; }
#Tce291d8cbf7210f987b0566744f8596c8713faf { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#c70a62e131edd9da10c01c704cc9cdd7e5debd65 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#efb6896ec2e0bcd5ef616853d0b1c496eb3ebc47 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#e9d40cc15b99c1383c136cca4161f952beb64ae6 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#g30798839b35eb89952b89c04664d72e4fa807fc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Kb5816708aeb80c3bcf983858ad517cc11a557e2 { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:49px;left:131.5px;height:17px;display:none; }
#Z359ac9a9294c6b241a7c0d57554d25e1a68e164 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#a652f29adaa51d20c80ee096b97d7e0ebb8ee157 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#D6c5b478e47bf1784772c09ca5b0eb9bc12937df { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#c2af7a35ab524099cb7724a8b0081c7daffacbc5 { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:49px;left:131.5px;height:17px;display:none; }
#ed653000db8ea79ab22835ee8650a8d699704256 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#c27f2b82217584ecf0c4aefb8794e4cab7e9fbad { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#X8a58696addffbced4a8b42ea87365a408be5737 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#P34c8b017a6fa0ccd5c7947ddbbe83354964d28c { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:49px;left:131.5px;height:17px;display:none; }
#l5c5787809fc91dde7b53537c20920a036d75eda { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#bd2d45dd18c70573a361f81cd9844715d6344fef { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#c18b8a14381bc6acb1b78c25a3f9c9e5b9b08562 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#k17654f1efad3cb9f36299e5dafadeefaf6f6681 { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:49px;left:131.5px;height:17px;display:none; }
#c9f624f2e233635c1055b53a7c14b227807c35cb { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#h7b9e5ab44d5da5dc0c0dc65306a97144b2dc092 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#f4772c2da482e65c9f14b71da0862b6f50755427 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#O258c8a61a727932cb7306fe2f8e93630cce9a31 { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:49px;left:131.5px;height:17px;display:none; }
#o285c9c88f32e13c4408e7bcef12e67c4bb641b9 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#n711190b265c032fb75b33d7c7c777f73bcaa1b2 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#d43595f6e69cc7361669f074ee798156e36a7909 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#w88de05885eb34c890fa95e944f3b18009e27bcb { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Z16e8429dc20ff1e2ab2f5c47e7cd856991578df { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:49px;left:131.5px;height:17px;display:none; }
#d00533c2bc3028ec7dfbeb8225098edde8835c3f { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#a47e848880b0a0e8db02de24dc0d7a7d52199ca3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#f09a5ef6547a18b468ecb06365df2204a03f3aa6 { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:49px;left:131.5px;height:17px;display:none; }
#u7238adc1ae532b09c6c9957acdb2ae71610b512 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#f1c280eb6e498e62849ea07f8363db4c395c656f { position:absolute;display:block;z-index:15005;height:36px;width:292px;top:0px;left:748px;display:none; }
#b18eaec92d2cbf2a498bdb6305e004cad875a4b9 { 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;height:26px;width:26px;top:4px;left:1054px;overflow:hidden;display:none; }
#ebe20f184616c746819dd9792c2cbbf66d95e879 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;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; }#ebe20f184616c746819dd9792c2cbbf66d95e879 > .row .container { border-width: 0; border-radius: 0; }#ebe20f184616c746819dd9792c2cbbf66d95e879 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebe20f184616c746819dd9792c2cbbf66d95e879 > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:none; }#u5b822faacc2d7899bf14f1512f7afd281ba1864 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:49px;left:765px;height:15.6px;display:none; }
#cefb1dfb65d7c59be271871fd3750ca3efa65137 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:78px;left:765px;height:15.6px;display:none; }
#gdf037a9e7a5bb1a81847e370241b0d565cecce0 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:107px;left:765px;height:15.6px;display:none; }
#c48e75a7451cb2ba0f774deaa679dc4186da1f50 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:132.60000610352px;left:765px;height:17px;display:none; }
#mde723cbadf33b9fe502546137c9ca88690a8d01 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:160.29998779297px;left:765px;height:15.6px;display:none; }
#ifc55d9eb9c91061ae70fc1697a1901d310dcc11 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:188px;left:765px;height:15.6px;display:none; }
#Nae221e186881e3f39a92a3f58c74493d5f8a9fc { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:245px;left:765px;height:15.6px;display:none; }
#Q4e2ecf1f84b472721e189549e259a6f9ea537bc { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:273px;left:765px;height:15.6px;display:none; }
#T46f01b17cdd445c28b04444316d8c243bfaa0b4 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:355px;left:765px;height:15.6px;display:none; }
#f59bfdf64d204aa955df3662cd56d0276e211c43 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:410px;left:765px;height:15.6px;display:none; }
#Qe2d04fc2d78374cbfd8678fe755b3b10b3749d7 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:437px;left:765px;height:15.6px;display:none; }
#eb784c6ee8c0ca1db6d6eeba73dae5da4ca37b4a { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:381.60000610352px;left:765px;height:17px;display:none; }
#Ufd105a088d8f7765a855644afb1885bc05049db { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:467px;left:765px;height:15.6px;display:none; }
#ib9e3851338c09b831b096891d608819ae9f22fe { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:496px;left:765px;height:15.6px;display:none; }
#ffd7bd14ebf83c91b93c242e9916a55676533cf5 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:525px;left:765px;height:15.6px;display:none; }
#e87ef01fd7ce8c6f3ac0e6fca9f3034cfa1f7e32 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:553px;left:765px;height:15.6px;display:none; }
#c241fe96ac7bf23faffcfe6d811636b038696c81 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:584px;left:765px;height:15.6px;display:none; }
#vff630805bd86d70d495d2c28681169fa9a66421 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:613px;left:765px;height:15.6px;display:none; }
#Gebc4fbcdc53fa664e01d3a0b7f843732acbfed5 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:643px;left:765px;height:15.6px;display:none; }
#Qb66e5559c7d38ace6f1561cee121aac2bd6fd4e { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:673px;left:765px;height:15.6px;display:none; }
#offfbaa35008139c59f5d34a624f4bcb3297a699 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:703px;left:765px;height:15.6px;display:none; }
#e952107d90a3826aeef1430a4932b1d0bd5896f2 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:956px;left:765px;height:15.6px;display:none; }
#s9df9c5389560237bcddd839b90c2330c2ce585e { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:928px;left:765px;height:15.6px;display:none; }
#T8179bbb72dcec21ce2a1d2f019180233b03b6c6 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:897px;left:765px;height:15.6px;display:none; }
#e0ed1b6d80ea643ce81680dd37cc79edec002044 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:864px;left:765px;height:15.6px;display:none; }
#Jb935059c0f111bf8db26ec7078d34733a2745eb { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:832px;left:765px;height:15.6px;display:none; }
#c2000d982eb4e45d6a9bb0ed02e58aaa2ac629cb { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:734px;left:765px;height:15.6px;display:none; }
#beecfd8a1ac736294c5011f611e3048eb2e2ba83 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#bc0eb7b12f978c0f22b09726dc71b99cca15669d { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#N81e8dc42bcf6b1ba1f898b10a2f159501f2d03a { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#a737387c97056285e1d4c5b124eeb31a8d84f282 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#ecf483ba8846396c59d05475a1466791cea5713d { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#V66f3db425ddacd2d7ebc3f0014a39dbf4f1e4e1 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#udb3603bd1b607ee8a5915b000877580c9a0faf8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#A86180c8a2bcb5e619024de79b2a17dfa54d9f61 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#db84bc1e545a034c4c5cfd10280d4b6dde4a15b0 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#p18f20d5cd9ddd2f405582ea3ca8f7ef63707214 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#kf0892d9a2034ddbbf3b373bc6029b8d50cc68ee { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#T37f2c12de83248ed96710108f61ea2312f27ae8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Qcf9b45c115264a41aa15c74db2a1e83eb371996 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#c5156929de9e59e051019fe645d9f9cb6f52e7d0 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#da9599951a2501ac2da3479137968829f233357e { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#e5c0f7d1cfa21194ba08eb0f2cd9fd77ae531a49 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#n7765cdf984e6d2f7ad4555f9f45e60f3ec3835c { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Ie814ced530340d306eb7b6c6ff35a21232bbea2 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#d0380f759b76dd24cf749206a8906e4d5555a76a { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#b465d297e44aebf40c4eee4b70befe84bf215d01 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#d66cf6936727acc06f6809c9b7207e2fb16732b9 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#a3347224aa4ddf91bb325f96e551044cd2733ee3 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Zf16158590adf539ae75bb14cef0e3e6428681c9 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#S8d9947fab85c946dfe118a993a6cd374ae2f742 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#n467ddc928c1bb33c1050b40e779c5c420f191d2 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#af319944ee3fea42b925607d69cc26db8737c2e4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#s68e70df9fab4e2235484bdd52176af26466605c { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#e946406059f79f65c4e5e5729134a22345d52f65 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#d6fc278fd3b718ddfcf6d5b3ad21d3d1642a7919 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#f57c8f14222b2fc3181a79a90e585f69d2ceeb8f { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Ge9889ad5fb26a090ffbb5e14a32fce9a24a03e2 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:49px;left:765px;height:15.6px;display:none; }
#e5e5a6a02eb4d98beaeddf2c6fcce27ce791e7d0 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:78px;left:765px;height:15.6px;display:none; }
#ac06ac09f7908aa2e453638423aa90bd3071b302 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Gc693079aed1530a92ce54ab275b0fd2da561f41 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;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; }#Gc693079aed1530a92ce54ab275b0fd2da561f41 > .row .container { border-width: 0; border-radius: 0; }#Gc693079aed1530a92ce54ab275b0fd2da561f41 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gc693079aed1530a92ce54ab275b0fd2da561f41 > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:none; }#fb89cd83b8b5c63d1cb37a0a49ce285ab2848ec4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#h78c4c958fb91a9421da7dc62a415f6c46545179 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#D944f09258982ba9bb91fdc44d596a70b8bc1899 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#fe5250ddf7b6e1781e7186c37e93b48d07021344 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#G3e75195142c2c432a4650174633769921ef871c { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#d54195f42c49c5d49076cafe6ea1ddbec2bc58be { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#ca6fdafa84e12fd9c0261b09476948d60d187828 { color:#ffffff;display:block;width:205px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:58px;left:837px;height:15.6px;text-align:left;text-align-last:left;display:none; }
#J8b309f53570be6cc872f62f699f515e693c6f49 { color:#ffffff;display:block;width:205px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:104px;left:837px;height:15.6px;text-align:left;text-align-last:left;display:none; }
#ta08ed0f0e008ad14eb5f6268390c7a0c659b55e { color:#ffffff;display:block;width:213px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:149px;left:837px;height:15.6px;text-align:left;text-align-last:left;display:none; }
#b40dda058466199eec10afd72b49f12d0879e8ee { color:#ffffff;display:block;width:201px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:191px;left:837px;height:15.6px;text-align:left;text-align-last:left;display:none; }
#K136644e5ec690599aac8a1ef6e9cd87603ca11b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; }#K136644e5ec690599aac8a1ef6e9cd87603ca11b > .row .container { background-color: transparent; background-image: none; }#K136644e5ec690599aac8a1ef6e9cd87603ca11b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K136644e5ec690599aac8a1ef6e9cd87603ca11b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K136644e5ec690599aac8a1ef6e9cd87603ca11b > .row .container > .video-iframe-container { display: none; }#K136644e5ec690599aac8a1ef6e9cd87603ca11b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K136644e5ec690599aac8a1ef6e9cd87603ca11b > .row > .video-iframe-container { display: none; }#K136644e5ec690599aac8a1ef6e9cd87603ca11b > .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); }#K136644e5ec690599aac8a1ef6e9cd87603ca11b > .row .container { border-width: 0; border-radius: 0; }#K136644e5ec690599aac8a1ef6e9cd87603ca11b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K136644e5ec690599aac8a1ef6e9cd87603ca11b > .row .container { font-size:14px;font-family:arial;height:102px;width:1200px;position:relative;display:block; }#xe6ce82e8694639bf1c52171754f0134e4944a9d { color:#ffffff;display:block;width:89px;position:absolute;font-family:"futura medium";font-size:12px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:68px;left:312px;height:15.6px;display:block; }
#X19bea84049828f10331c45707615f2fbc3863b5 { position:absolute;display:block;z-index:15000;background-color:#fcfaf9;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:35px;width:101px;top:58px;left:305px;display:block; }
#cc59870b6b796a7d20deecd08dc5553351c97c52 { color:#3e3f49;display:block;width:166px;position:absolute;font-family:"futura medium";font-size:12px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:68px;left:465px;height:15.6px;text-align:center;text-align-last:center;display:block; }
#N9d4605c5c01ac0ae6758031e1731019fc48cc17 { position:absolute;display:block;z-index:15001;background-color:#fcfaf9;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:35px;width:172px;top:57px;left:462px;display:block; }
#Rb3fd7d27ea6911624b63662deb0a28f8d00995c { color:#ffffff;display:block;width:71px;position:absolute;font-family:"futura medium 2";font-size:12px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:68px;left:401px;height:15.6px;text-align:center;text-align-last:center;display:block; }
#m37d3d03e7b6b531ef38b93a761c555349806c79 { position:absolute;display:block;z-index:15003;background-color:#fcfaf9;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:35px;width:81px;top:57px;left:396px;display:block; }
#m1ef2eb9ff34907d70594ca865c8a7aab1bfa8a3 { position:absolute;display:block;z-index:15007;background-color:#fcfaf9;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:35px;width:106px;top:57px;left:629px;display:block; }
#aba2a390b80114aa83177499dd2b40896e3c878d { position:absolute;display:block;z-index:15009;background-color:#b4222a;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:15px;width:15px;top:68px;left:715px;display:block; }
#Oa87884c750487e410931f7e491e6c4de1603b58 { box-sizing:content-box;color:#e8e8e8;font-size:9px;font-weight:400;line-height:1;height:13px;width:13px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:68px;left:715px;display:block; }
#ab5de6a4605be772943fa8d7c945af45413cda47 { color:#3e3f49;display:block;width:89px;position:absolute;font-family:"futura medium";font-size:12px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:68px;left:633px;height:15.6px;display:block; }
#Za0377dc07f9d34913b870c813bc27eb6a7d5846 { position:absolute;display:block;z-index:15011;background-color:#fcfaf9;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:35px;width:138px;top:57px;left:737px;display:block; }
#R738178f7fd5c318330a9370d3b45f59c5cce9d6 { position:absolute;display:block;z-index:15013;background-color:#b4222a;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:15px;width:15px;top:68px;left:852px;display:block; }
#N22b02ac2a741ea0fa7a075a423b41e462aedba5 { color:#3e3f49;display:block;width:113px;position:absolute;font-family:"futura medium";font-size:12px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:68px;left:742px;height:15.6px;display:block; }
#f8fc82d96b86f971062807b16a6d34ff88fa00c3 { box-sizing:content-box;color:#e8e8e8;font-size:9px;font-weight:400;line-height:1;height:13px;width:13px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:68px;left:852px;display:block; }
#I03d33b88f8cb5a094f53475168846d952951daf { 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;height:80px;width:180px;top:18px;left:115px;overflow:hidden;display:block; }
#d974f1284c90994cf1e13fb25656eb564ea47aae { position:absolute;display:block;z-index:15016;background-color:#ebe7e7;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;height:1px;width:773px;top:39px;left:312px;display:block; }
#L215b701a85236d706d4c5ae0b7d84b2b283b841 { 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;height:32px;width:32px;top:60.149993896484px;left:905px;overflow:hidden;display:block; }
#w49a0776f291b62e98c667ef11a86643685ca248 { color:#000000;display:block;width:102px;position:absolute;font-family:"futura medium";font-size:12px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:16.5px;left:987px;height:15.6px;display:block; }
#e222083287ffc54b9ed5546278907e4c6b041bef { color:#000000;display:block;width:74px;position:absolute;font-family:"futura medium";font-size:12px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:16.5px;left:915px;height:15.6px;display:block; }
#s95870bd6c7fd864258c8a9d0a2650112932bb6c { color:#000000;display:block;width:45px;position:absolute;font-family:"futura medium";font-size:12px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.5px;left:865px;height:15.6px;display:block; }
#Q7c64ecdd5c95701fb07c77f5822ba3726a4d23c { position:absolute;display:block;z-index:15021;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;height:28px;width:104px;top:69px;left:966px;overflow:hidden;display:block; }
#c77ca69d1e5ecdeaedc795f99f073e4029ece683 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:1px solid #efeceb;border-left:1px solid #efeceb;border-right:1px solid #efeceb;border-bottom:0 solid #efeceb;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:44px;width:134px;top:57px;left:950px;display:block; }
#b892ccac128a86a77140a0e901437244dfc5f59f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; }#b892ccac128a86a77140a0e901437244dfc5f59f > .row .container { background-color: transparent; background-image: none; }#b892ccac128a86a77140a0e901437244dfc5f59f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b892ccac128a86a77140a0e901437244dfc5f59f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b892ccac128a86a77140a0e901437244dfc5f59f > .row .container > .video-iframe-container { display: none; }#b892ccac128a86a77140a0e901437244dfc5f59f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b892ccac128a86a77140a0e901437244dfc5f59f > .row > .video-iframe-container { display: none; }#b892ccac128a86a77140a0e901437244dfc5f59f > .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); }#b892ccac128a86a77140a0e901437244dfc5f59f > .row .container { border-width: 0; border-radius: 0; }#b892ccac128a86a77140a0e901437244dfc5f59f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b892ccac128a86a77140a0e901437244dfc5f59f > .row .container { font-size:14px;font-family:arial;height:71px;width:1200px;position:relative;display:block; }#b7457742fdd2a80365b86ccd9bfed79f97a294bd { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;border-top:1px solid #efeceb;border-left:1px solid #efeceb;border-right:1px solid #efeceb;border-bottom:1px solid #efeceb;border-top-left-radius:10px;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:54px;width:972px;top:4px;left:112px;display:block; }
#e5d1c5ef8139255b11026f1ea38adbbc7742884d { position:absolute;display:block;z-index:15023;background-color:#fcfaf9;background-image:none;border-top:0;border-left:1px solid #efeceb;border-right:1px solid #efeceb;border-bottom:0 solid #efeceb;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:5px;width:134px;top:0px;left:950px;display:block; }
#e6a329cbcbaa9a34571ddd396960adfbead9ba8e { color:#ffffff;display:block;width:78px;position:absolute;font-family:futurace-medium;font-size:13px;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:22.899993896484px;left:139.5px;height:16.9px;display:block; }
#F66a33d229961d195c68293f5def3968227b0154 { color:#ffffff;display:block;width:80px;position:absolute;font-family:futurace-medium;font-size:13px;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:23.899993896484px;left:235.5px;height:16.9px;display:block; }
#C3d131c0bd948c6683157ac3776df4726bf29e0b { color:#ffffff;display:block;width:80px;position:absolute;font-family:futurace-medium;font-size:13px;font-weight:normal;z-index:14991;line-height:1.3;letter-spacing:0;top:23.899993896484px;left:328.5px;height:16.9px;display:block; }
#ga616c2dcd1a7fa523ba9d23984e7bb170841c95 { color:#ffffff;display:block;width:89px;position:absolute;font-family:futurace-medium;font-size:13px;font-weight:normal;z-index:14992;line-height:1.3;letter-spacing:0;top:24.199996948242px;left:489.5px;height:16.9px;display:block; }
#b1daa07fd9faa52226df8b525ba1a288301ad848 { color:#ffffff;display:block;width:89px;position:absolute;font-family:futurace-medium;font-size:13px;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:23.899993896484px;left:597.5px;height:16.9px;display:block; }
#c9d7f417f4b712149cf63359518fa69925a2765c { color:#ffffff;display:block;width:133px;position:absolute;font-family:futurace-medium;font-size:13px;font-weight:normal;z-index:14994;line-height:1.3;letter-spacing:0;top:23.899993896484px;left:724.5px;height:16.9px;display:block; }
#e096ab023c93401691b6f7baa57155ecabcb12d0 { color:#ffffff;display:block;width:89px;position:absolute;font-family:futurace-medium;font-size:13px;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:23.899993896484px;left:895.5px;height:16.9px;display:block; }
#a8c0e63214bf8f462135b3e3c735cf6b055a787c { color:#ffffff;display:block;width:48px;position:absolute;font-family:futurace-medium;font-size:13px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:24.5px;left:993px;height:16.8984px;display:block; }
#ef7eaf9709afab047d3b12c46430c14cbcf7ad42 { color:#ffffff;display:block;width:80px;position:absolute;font-family:futurace-medium;font-size:13px;font-weight:normal;z-index:14992;line-height:1.3;letter-spacing:0;top:23.550003051758px;left:403.5px;height:16.9px;display:block; }
#dff1168bc63844364d79f8fe38a6b9116aad10e1 { position:absolute;display:block;z-index:15026;background-color:#00aab4;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:450px;border-top-right-radius:450px;border-bottom-left-radius:450px;border-bottom-right-radius:450px;height:25px;width:66px;top:19.5px;left:983px;display:block; }
#U3be8e42c52d2344f1f289960bbd26abaad9db26 { position:relative;display:block; }#U3be8e42c52d2344f1f289960bbd26abaad9db26 { background-color: transparent; background-image: none; }#U3be8e42c52d2344f1f289960bbd26abaad9db26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3be8e42c52d2344f1f289960bbd26abaad9db26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3be8e42c52d2344f1f289960bbd26abaad9db26 > .row .container > .video-iframe-container { display: none; }#U3be8e42c52d2344f1f289960bbd26abaad9db26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3be8e42c52d2344f1f289960bbd26abaad9db26 > .row > .video-iframe-container { display: none; }#U3be8e42c52d2344f1f289960bbd26abaad9db26 > .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); }#U3be8e42c52d2344f1f289960bbd26abaad9db26 { border-width: 0; border-radius: 0; }#U3be8e42c52d2344f1f289960bbd26abaad9db26 > .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; }#U3be8e42c52d2344f1f289960bbd26abaad9db26 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:36px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hf22d9be94d294694858f26eb5e1628bab230055 { position:absolute;display:block;z-index:15004;background-color:#fcfaf9;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:36px;width:36px;top:0px;left:905px;display:block; }
#e81780e314ce3946aaed34bb91297bb8a8875516 { position:absolute;display:block;z-index:15005;height:36px;width:292px;top:0px;left:603px;display:block; }
#W1c17041b77ebf537cbf9e30ce033de836f22435 { 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;height:26px;width:26px;top:4px;left:909px;overflow:hidden;display:block; }
#f363fdd6e728b785f163f2e0cabab7045b010f7a { position:relative;display:block; }#f363fdd6e728b785f163f2e0cabab7045b010f7a { background-color: transparent; background-image: none; }#f363fdd6e728b785f163f2e0cabab7045b010f7a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f363fdd6e728b785f163f2e0cabab7045b010f7a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f363fdd6e728b785f163f2e0cabab7045b010f7a > .row .container > .video-iframe-container { display: none; }#f363fdd6e728b785f163f2e0cabab7045b010f7a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f363fdd6e728b785f163f2e0cabab7045b010f7a > .row > .video-iframe-container { display: none; }#f363fdd6e728b785f163f2e0cabab7045b010f7a > .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); }#f363fdd6e728b785f163f2e0cabab7045b010f7a { border-width: 0; border-radius: 0; }#f363fdd6e728b785f163f2e0cabab7045b010f7a > .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; }#f363fdd6e728b785f163f2e0cabab7045b010f7a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:945px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ee3225e1ce599032ae7b948c58713b6178c0d902 { position:absolute;display:block;z-index:15002;background-color:#fcfaf9;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:0;border-top-right-radius:0;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:841px;width:246px;top:7px;left:632px;display:block; }
#D3047b835edd5a036a2ea7eb452672aecca37bcb { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:547px;left:649px;height:15.5938px;display:block; }
#H06ccb3d437c9797daaa4e3966133b727368655c { position:absolute;display:block;z-index:15004;background-color:#ece6e7;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;height:1px;width:216px;top:542px;left:647px;display:block; }
#d7414bf4a29491266390e0a4ebf854bd0e8d7124 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16px;left:649px;height:15.5938px;display:block; }
#l1b74070e100395263e5cadb9e46a8b3944a9a68 { position:absolute;display:block;z-index:15006;background-color:#ece6e7;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;height:1px;width:216px;top:35px;left:647px;display:block; }
#a7e810ca766db4dea7b671a30ead2bbc55380ffb { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:69px;left:649px;height:15.5938px;display:block; }
#d15625ee9b9a8ee452f96ab9eb5394dd1607ca35 { position:absolute;display:block;z-index:15008;background-color:#ece6e7;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;height:1px;width:216px;top:90px;left:647px;display:block; }
#R6b09681b8db958605021b5895232bcaad10323b { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:122px;left:649px;height:15.5938px;display:block; }
#t05a36c32738fa46f9a96184e1fed1f3d7e27a66 { position:absolute;display:block;z-index:15010;background-color:#ece6e7;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;height:1px;width:216px;top:117px;left:647px;display:block; }
#S8229730ec9440a3b75dae1ca62451cb4da00f2b { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:150px;left:649px;height:15.5938px;display:block; }
#f8e1c713f575554188f81c478e07d6f36c96aad3 { position:absolute;display:block;z-index:15012;background-color:#ece6e7;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;height:1px;width:216px;top:145px;left:647px;display:block; }
#U2431eee7496317c1795d0464c58947708162553 { position:absolute;display:block;z-index:15014;background-color:#ece6e7;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;height:1px;width:216px;top:171px;left:647px;display:block; }
#J26e0b5c7b1cde7ae636bd0ff6383fdc3963de06 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:204px;left:649px;height:15.5938px;display:block; }
#f2fcb6bb4e26433927792a22958e77924f2dbf68 { position:absolute;display:block;z-index:15016;background-color:#ece6e7;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;height:1px;width:216px;top:199px;left:647px;display:block; }
#Ne2b7b05eca8dc463663232ee7736c82d2dffd51 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:232px;left:649px;height:15.5938px;display:block; }
#m2445ec447426eb51f8bb4db9cf22c11ed2df2a1 { position:absolute;display:block;z-index:15018;background-color:#ece6e7;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;height:1px;width:216px;top:227px;left:647px;display:block; }
#b1b3b119bd3feb465d2a3d5de912079a6106604d { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:259px;left:649px;height:15.5938px;display:block; }
#aa5adcb779f7d135bf48d5ddc3e217cd06874d87 { position:absolute;display:block;z-index:15024;background-color:#ece6e7;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;height:1px;width:216px;top:281px;left:647px;display:block; }
#Ecc6ea5e77c5936d951fc95c32724e2e152b7053 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:314px;left:649px;height:15.5938px;display:block; }
#Xbb74cb764152cb4de2f200b957cfaef86c6729a { position:absolute;display:block;z-index:15026;background-color:#ece6e7;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;height:1px;width:216px;top:308px;left:647px;display:block; }
#Q61fdab5acaa65a1855f791e13376df9fd173f87 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:341px;left:649px;height:15.5938px;display:block; }
#fbd02e876a33726f7ea00357f3773a0367386538 { position:absolute;display:block;z-index:15028;background-color:#ece6e7;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;height:1px;width:216px;top:337px;left:647px;display:block; }
#H5cbcdd321441bc7483e7505f5c78a2bffa22182 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:371px;left:649px;height:15.5938px;display:block; }
#ef1cae06a615711c603e011afbda2c535c3a4d6a { position:absolute;display:block;z-index:15030;background-color:#ece6e7;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;height:1px;width:216px;top:366px;left:647px;display:block; }
#he2be056705f6e37f4898caf6a1b4f70400d57fb { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:400px;left:649px;height:15.5938px;display:block; }
#d6f778bd59f8076e68c9f43b4ef0d7ded8c9e23b { position:absolute;display:block;z-index:15032;background-color:#ece6e7;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;height:1px;width:216px;top:395px;left:647px;display:block; }
#I00802e273dcc466ac499e8159b4bb834ff67745 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:429px;left:649px;height:15.5938px;display:block; }
#t849882df583968b5b440e4f56bdfd3c6dc24e97 { position:absolute;display:block;z-index:15034;background-color:#ece6e7;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;height:1px;width:216px;top:424px;left:647px;display:block; }
#p8dd9d0d6f990b8619a578df9f7ecc4b16223d44 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:457px;left:649px;height:15.5938px;display:block; }
#J9ab252c327af7d005472c7d3a651e95f7534d8f { position:absolute;display:block;z-index:15036;background-color:#ece6e7;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;height:1px;width:216px;top:454px;left:647px;display:block; }
#Q70483312c5ba80529c0b0d327f1002abffa7e62 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:488px;left:649px;height:15.5938px;display:block; }
#a674842684ec7b7d53f07d8d424e5a3cd3757a09 { position:absolute;display:block;z-index:15038;background-color:#ece6e7;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;height:1px;width:216px;top:483px;left:647px;display:block; }
#F3e641704d3d00e4250a6c7a273458bd2fc3af3f { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:517px;left:649px;height:15.5938px;display:block; }
#Vbee2bd1094740aea38ae728fbf3d5b8c982e422 { position:absolute;display:block;z-index:15040;background-color:#ece6e7;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;height:1px;width:216px;top:513px;left:647px;display:block; }
#b26c3b640cbfef2a7462305076700cc128f62858 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:575px;left:649px;height:15.5938px;display:block; }
#p0fa7ee1a438cda99fb057120c78ccc46443934f { position:absolute;display:block;z-index:15042;background-color:#ece6e7;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;height:1px;width:216px;top:571px;left:647px;display:block; }
#lf63a74f02668bfb802216b896923c3c1d9816ab { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:605px;left:649px;height:15.5938px;display:block; }
#zcff49f33835b6b5bd14f35064b984b0e6b80361 { position:absolute;display:block;z-index:15044;background-color:#ece6e7;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;height:1px;width:216px;top:601px;left:647px;display:block; }
#ddd72c8e566f54eb8886027bf1e721c060fddc22 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:635px;left:649px;height:15.5938px;display:block; }
#k5a6712105d7ac2aa2403d0779f00cd1425674ba { position:absolute;display:block;z-index:15046;background-color:#ece6e7;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;height:1px;width:216px;top:632px;left:647px;display:block; }
#aab797e0e0e7daf646517911b3bc2277107c3ed0 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:822px;left:649px;height:15.5938px;display:block; }
#Hcff1b9aa065ea2000c8888fad5fb04ab07843f5 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:794px;left:649px;height:15.5938px;display:block; }
#f57d5f96a2a92573bfac0d087cbb161cb6caa98d { position:absolute;display:block;z-index:15050;background-color:#ece6e7;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;height:1px;width:216px;top:789px;left:647px;display:block; }
#c5afb8f1c018c177c2c6879ef9f5c86607263be3 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:763px;left:649px;height:15.5938px;display:block; }
#v0a8b66addc84df04c2297f5938b40c77a53449b { position:absolute;display:block;z-index:15052;background-color:#ece6e7;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;height:1px;width:216px;top:759px;left:647px;display:block; }
#f48dc26ad0747d2ad8711c8a90df51f6189acc17 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:730px;left:649px;height:15.5938px;display:block; }
#eb5fab1e8b4d493c8bf6184175d9a79b8094b767 { position:absolute;display:block;z-index:15054;background-color:#ece6e7;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;height:1px;width:216px;top:727px;left:647px;display:block; }
#ca636e6a938fe45aec6bb582abcfd301255c21fc { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:698px;left:649px;height:15.5938px;display:block; }
#Ud8e479a034c7fdc00488c2a0bb9880ba972249e { position:absolute;display:block;z-index:15056;background-color:#ece6e7;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;height:1px;width:216px;top:695px;left:647px;display:block; }
#N7a427f4223404c0fab75cc9bb4da8683617fa41 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:666px;left:649px;height:15.5938px;display:block; }
#q47cb635ad646dac0fd4216f23452ca856282c18 { position:absolute;display:block;z-index:15062;background-color:#ece6e7;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;height:1px;width:216px;top:663px;left:647px;display:block; }
#a08a5ad467cfa674b8faff232308c23aa7b5dd97 { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:95px;left:649px;height:15.5938px;display:block; }
#J67e0d643397bcc429a78097d3fd6bc8736c3555 { position:absolute;display:block;z-index:15007;background-color:#ece6e7;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;height:1px;width:216px;top:63px;left:647px;display:block; }
#be8a3fe2a7635d913a6647fcb575fd8044e3b37d { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:286px;left:649px;height:15.5938px;display:block; }
#C77036220ff93f2135cbcbe6e5233f7d74f06f5e { position:absolute;display:block;z-index:15023;background-color:#ece6e7;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;height:1px;width:216px;top:254px;left:647px;display:block; }
#cd35de8122c988cf6754ccf5155b0827e7ffdd5d { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:177px;left:649px;height:15.5938px;display:block; }
#Ldef7a49a2c69a3e2ee4ac3fe9ef0dd0839bdc73 { position:absolute;display:block;z-index:15066;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:35px;width:114px;top:0px;left:624px;display:block; }
#Ad675f1d3e6b98544a404cb576c58a804f1f31ea { position:absolute;display:block;z-index:15051;background-color:#ece6e7;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;height:1px;width:216px;top:817px;left:647px;display:block; }
#F3cfd99ad9d673a9895aa2a95aa740a56586493d { color:#ffffff;display:block;width:177px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:41px;left:649px;height:15.5938px;display:block; }
#V8ed1b329bbb81e36e757bc8e5f0565df018e539 { position:relative;display:block; }#V8ed1b329bbb81e36e757bc8e5f0565df018e539 { background-color: transparent; background-image: none; }#V8ed1b329bbb81e36e757bc8e5f0565df018e539::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8ed1b329bbb81e36e757bc8e5f0565df018e539 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8ed1b329bbb81e36e757bc8e5f0565df018e539 > .row .container > .video-iframe-container { display: none; }#V8ed1b329bbb81e36e757bc8e5f0565df018e539 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8ed1b329bbb81e36e757bc8e5f0565df018e539 > .row > .video-iframe-container { display: none; }#V8ed1b329bbb81e36e757bc8e5f0565df018e539 > .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); }#V8ed1b329bbb81e36e757bc8e5f0565df018e539 { border-width: 0; border-radius: 0; }#V8ed1b329bbb81e36e757bc8e5f0565df018e539 > .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; }#V8ed1b329bbb81e36e757bc8e5f0565df018e539 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:261px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L804bbd4502889c308e5f4d4e936789b00a6831a { position:absolute;display:block;z-index:15003;background-color:#fcfaf9;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:0;border-top-right-radius:0;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:198px;width:492px;top:5px;left:415px;display:block; }
#H078febeeb4d26c7074e865ca54a9b2541574c96 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:163px;width:217px;top:22px;left:444px;overflow:hidden;display:block; }
#bdc708364925aefaefe74489d3d1ef2e14f00b64 { color:#ffffff;display:block;width:205px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:157px;left:690px;height:15.6px;text-align:left;text-align-last:left;display:block; }
#edf3a4df98a30448f7f3ef163ebd3780898fd001 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:1px solid #ebe7e6;border-left:1px solid #ebe7e6;border-right:1px solid #ebe7e6;border-bottom:1px solid #ebe7e6;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:10px;height:46px;width:237px;top:142px;left:648px;display:block; }
#bbb5c4117c6ad7960056af6e12458c00d842d886 { color:#ffffff;display:block;width:213px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28px;left:690px;height:15.5938px;text-align:left;text-align-last:left;display:block; }
#G14843cf273999bb44f6ae2da8c557e2c57257a7 { color:#ffffff;display:block;width:201px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:69px;left:690px;height:15.6px;text-align:left;text-align-last:left;display:block; }
#t43adcfb78267c81144633d310a709cf1acf4210 { position:absolute;display:block;z-index:15045;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:35px;width:149px;top:0px;left:737px;display:block; }
#c2e652922f977f08675663175d545149145f72c5 { color:#ffffff;display:block;width:205px;position:absolute;font-family:futura-medium-01;font-size:12px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:109.60000610352px;left:690px;height:15.6px;text-align:left;text-align-last:left;display:block; }
#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd12f8a2-90e2-499e-904b-f0ba29e31088/kosz_sekcja3_1.webp");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; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b.adaptive-delivery-prevent-bg, #W1FoiUsRKwuDM151nLusaSW1MGQy0w7b.lazyload, #W1FoiUsRKwuDM151nLusaSW1MGQy0w7b.lazyloading { background-image: none; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container { background-color: transparent; background-image: none; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container > .video-iframe-container { display: none; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row > .video-iframe-container { display: none; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .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); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container { border-width: 0; border-radius: 0; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container { font-size:14px;font-family:arial;height:2397px;width:1200px;position:relative;display:block; }#RlCxIVaSWJCGLUdDz9nw2dKrreP0Ett6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:21.9922px;width:137.998px;top:1002.96875px;left:547.984375px;overflow:hidden;display:none; }
#lwv92pqZ9r4KVtZey4cJRFAtU5ddy78s { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:349px;width:625px;top:1042.9453125px;left:304.4921875px;display:none; }
#xEKc8qko02wliKb6XTrQT3gAe6a54Hli { color:#ffffff;display:block;width:1047px;position:absolute;font-family:futura-bold-03;font-size:68px;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1508.1875px;left:76.5px;height:224.391px;text-align:center;text-align-last:center;display:block; }
#w8TtZWLCF9ULtq5ZWULMABdEE0BBMTKc { color:#f5c614;display:block;width:1100px;position:absolute;font-family:futura-bold-03;font-size:38px;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1772.8125px;left:50px;height:53.196px;text-align:center;text-align-last:center;display:block; }
#oyJ6pABxsZaa4pGrhWebsERmglPzCg79 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:549px;width:978px;top:1847px;left:111px;display:block; }
#TJimX1W62ZWvW4SybOJ9EVxOkVZHASHy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:180px;width:320px;display:none; }
#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f86471b6-59d3-470b-967f-c4a3f085205c/bg42.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR.adaptive-delivery-prevent-bg, #mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR.lazyload, #mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR.lazyloading { background-image: none; }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .row .container { background-color: transparent; background-image: none; }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .row .container > .video-iframe-container { display: none; }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .row > .video-iframe-container { display: none; }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .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); }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .row .container { border-width: 0; border-radius: 0; }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .row .container { font-size:14px;font-family:arial;height:2994px;width:1200px;position:relative;display:block; }#hNDLiT9c5MKb7JXRhP05ZhX0IJQmt6Gm { position:absolute;display:block;z-index:15020;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;height:185px;width:463px;top:2729.9430541992px;left:368.48010253906px;overflow:hidden;display:block; }
#OXS5wvsyX1eypKuvFA8h85tsRQis3yHD { color:#ffffff;display:block;width:1050px;position:absolute;font-family:futura-bold-03;font-size:12px;font-weight:normal;z-index:15002;line-height:1.9;letter-spacing:0;top:2572.9828186035px;left:75px;height:45.5938px;text-align:center;text-align-last:center;display:block; }
#gxePMTGdCn7wuDiK2wMTyqTwasZF4uPH { color:#ffffff;display:block;width:1142px;position:absolute;font-family:futura;font-size:35px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:240px;left:29px;height:227.5px;text-align:center;text-align-last:center;display:block; }
#LGRlHZ4ThgfLITyfUlAMw4EMHXnZXMaq { position:absolute;display:block;z-index:14999;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;height:2218px;width:1030px;top:526.98815917969px;left:170px;overflow:hidden;display:block; }
#gaC3Pe9PSGZDGqQ1PuxreqFtQL1xbdwm { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1828px;width:789px;top:611.828125px;left:194.9921875px;overflow:hidden;display:block; }
#RpPdHOcq5Qb3WCBvbCe1tk14LkfZZLUr { position:absolute;display:block;z-index:14999;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;height:2130px;width:903px;top:526.98815917969px;left:170px;overflow:hidden;display:none; }
#P71ef009b6c030dbdc52e3a64b3775e7469dea3d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#P71ef009b6c030dbdc52e3a64b3775e7469dea3d.adaptive-delivery-prevent-bg, #P71ef009b6c030dbdc52e3a64b3775e7469dea3d.lazyload, #P71ef009b6c030dbdc52e3a64b3775e7469dea3d.lazyloading { background-image: none; }#P71ef009b6c030dbdc52e3a64b3775e7469dea3d > .row .container { background-color: transparent; background-image: none; }#P71ef009b6c030dbdc52e3a64b3775e7469dea3d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P71ef009b6c030dbdc52e3a64b3775e7469dea3d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P71ef009b6c030dbdc52e3a64b3775e7469dea3d > .row .container > .video-iframe-container { display: none; }#P71ef009b6c030dbdc52e3a64b3775e7469dea3d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P71ef009b6c030dbdc52e3a64b3775e7469dea3d > .row > .video-iframe-container { display: none; }#P71ef009b6c030dbdc52e3a64b3775e7469dea3d > .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); }#P71ef009b6c030dbdc52e3a64b3775e7469dea3d > .row .container { border-width: 0; border-radius: 0; }#P71ef009b6c030dbdc52e3a64b3775e7469dea3d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P71ef009b6c030dbdc52e3a64b3775e7469dea3d > .row .container { font-size:14px;font-family:arial;height:488px;width:1200px;position:relative;display:block; }#dd07381300e8d49bb72754cc7ebcb14af678edcf { color:#ffffff;display:block;width:176px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:48px;left:113.5px;height:19.5px;font-style:normal;display:block; }
#o7252f56938852240f81ea48d4464dd33132b50b { color:#ffffff;display:block;width:171px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15002;line-height:2;letter-spacing:0;top:78px;left:113.5px;height:288px;display:block; }
#e49f55aaa73105824cb5aa047ff6b1add19b74d9 { position:absolute;display:block;z-index:15003;height:31px;width:55px;top:0px;left:0px;display:block; }
#P180a337b0eca2eb6bf520363794f85ea3d825f6 { color:#ffffff;display:block;width:171px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:78px;left:362px;height:240px;display:block; }
#b0f938affc57bcbd2f62fe811ca0e8e519446ab6 { color:#ffffff;display:block;width:176px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:48px;left:362px;height:19.5px;font-style:normal;display:block; }
#m9afa480d9b0fd65f6bcd07ba2a12ed49fc67da9 { color:#ffffff;display:block;width:171px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15006;line-height:2;letter-spacing:0;top:78px;left:611px;height:192px;display:block; }
#g4bb69e4b2060f8e5ef0cd225d5e8dd2c454da88 { color:#ffffff;display:block;width:176px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48px;left:611px;height:19.5px;font-style:normal;display:block; }
#d0964c56140da98b9092486508d0aecf604feb0a { color:#ffffff;display:block;width:315px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15008;line-height:2;letter-spacing:0;top:78px;left:861px;height:216px;display:block; }
#Febdca8c5255c517c46226f54025f95dd0b36979 { color:#ffffff;display:block;width:176px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:48px;left:861px;height:19.5px;font-style:normal;display:block; }
#f139b4c0aa26ea02d4d1ca67ee101af95a13cc7f { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:33px;top:372px;left:456px;overflow:hidden;display:block; }
#g7f5d27898afe2dec39f3bf2db98b63dcfa316b2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:33px;top:372px;left:499px;overflow:hidden;display:block; }
#efaf888d7b179d7b2c1da5df191218395cb308a3 { position:absolute;display:block;z-index:15011;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;height:33px;width:33px;top:372px;left:541px;overflow:hidden;display:block; }
#b695f4f8e8e0d35b6e1c6b185e5065c938e15025 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:33px;top:372px;left:626px;overflow:hidden;display:block; }
#c151be53ae6672b7a0a9225b6884d5e3cd82d239 { 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;height:32px;width:33px;top:372px;left:584px;overflow:hidden;display:block; }
#zdaaac5e85d0b28e318ff9e80dfb6b1fb3e2e404 { 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;height:33px;width:33px;top:372px;left:669px;overflow:hidden;display:block; }
#e74f26547e36a7758d365dd9b8767fdef34bd0ca { 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;height:33px;width:33px;top:372px;left:712px;overflow:hidden;display:block; }
#L629fda4bfc0f986600e56616a49c9f47f14385d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#L629fda4bfc0f986600e56616a49c9f47f14385d.adaptive-delivery-prevent-bg, #L629fda4bfc0f986600e56616a49c9f47f14385d.lazyload, #L629fda4bfc0f986600e56616a49c9f47f14385d.lazyloading { background-image: none; }#L629fda4bfc0f986600e56616a49c9f47f14385d > .row .container { border-width: 0; border-radius: 0; }#L629fda4bfc0f986600e56616a49c9f47f14385d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L629fda4bfc0f986600e56616a49c9f47f14385d > .row .container { font-size:14px;font-family:arial;height:200px;width:1200px;position:relative;display:none; }#ac0fabc7a5db7bb177fbee27c46e46cccfde2fa6 { color:#ffffff;display:block;width:176px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:48px;left:113.5px;height:19.5px;font-style:normal;display:block; }
#ee21a9d222b986ec689627cd3e5779f59dc862a2 { color:#ffffff;display:block;width:171px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15002;line-height:2;letter-spacing:0;top:78px;left:113.5px;height:72px;display:block; }
#g799b446d71f6101c8bf13e5b1681bac1e076115 { position:absolute;display:block;z-index:15003;height:31px;width:55px;top:0px;left:0px;display:block; }
#D3c6598a79a53979040f0a75529d307a0e67203f { color:#ffffff;display:block;width:171px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:78px;left:362px;height:72px;display:block; }
#c61df1bc17936d1c5a24e5ea0eacbed40f320b05 { color:#ffffff;display:block;width:176px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:48px;left:362px;height:19.5px;font-style:normal;display:block; }
#b4d6204bc7882c9ab58344606db5a6792afbfb43 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#m0d671603bf206dafb89ac5dfff8a6d2befa557b { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#bed93d4ce655addb2363a54d561d4f8ef6761797 { color:#ffffff;display:block;width:171px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:78px;left:362px;height:72px;display:none; }
#b4d839c574a212be568075dfbbd20888fa317f9b { position:relative;display:none; }#b4d839c574a212be568075dfbbd20888fa317f9b { border-width: 0; border-radius: 0; }#b4d839c574a212be568075dfbbd20888fa317f9b > .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; }#b4d839c574a212be568075dfbbd20888fa317f9b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:36px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#d76a0a0aa300e717a4b33b2efb8bc07f836346fa { color:#ffffff;display:block;width:171px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15002;line-height:2;letter-spacing:0;top:78px;left:113.5px;height:254px;display:none; }
#a8cc7ea8c9de46155cda64a4effa8cdc0fd3ece3 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#e4d24b16dcc8d70e2dbec5c6e690dabad6d9dcc7 { position:absolute;display:block;z-index:15003;height:31px;width:55px;top:0px;left:0px;display:none; }
#de012fe928b72c9f1b9b38a6f39e2d7c380d7207 { position:relative;display:none; }#de012fe928b72c9f1b9b38a6f39e2d7c380d7207 { border-width: 0; border-radius: 0; }#de012fe928b72c9f1b9b38a6f39e2d7c380d7207 > .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; }#de012fe928b72c9f1b9b38a6f39e2d7c380d7207 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:36px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#K1c7276f25ffe9fcf7da641b1a2a615f9ff7ae15 { color:#ffffff;display:block;width:171px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:78px;left:362px;height:240px;display:none; }
#Ed588e21ebcbc9beaf29e5acfc5da2db6e379fa4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#T67eee67ba9477f24aa7ac016585eea1d1c986a4 { position:absolute;display:block;z-index:15003;height:31px;width:55px;top:0px;left:0px;display:none; }
#c52320450a0d2572303d7c4e8c5ec910a4fb6732 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#c52320450a0d2572303d7c4e8c5ec910a4fb6732.adaptive-delivery-prevent-bg, #c52320450a0d2572303d7c4e8c5ec910a4fb6732.lazyload, #c52320450a0d2572303d7c4e8c5ec910a4fb6732.lazyloading { background-image: none; }#c52320450a0d2572303d7c4e8c5ec910a4fb6732 > .row .container { border-width: 0; border-radius: 0; }#c52320450a0d2572303d7c4e8c5ec910a4fb6732 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c52320450a0d2572303d7c4e8c5ec910a4fb6732 > .row .container { font-size:14px;font-family:arial;height:196px;width:1200px;position:relative;display:none; }#ace115d79021b5da3a81d072a885bc62b6d6b8fb { position:absolute;display:block;z-index:15003;height:31px;width:55px;top:0px;left:0px;display:block; }
#db5cfa3f3577527eed8ff067b97d8b960f75e7ab { color:#ffffff;display:block;width:171px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15006;line-height:2;letter-spacing:0;top:78px;left:611px;height:72px;display:block; }
#U011da6136d05da43662c4ee3cf57300d0244c41 { color:#ffffff;display:block;width:176px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48px;left:611px;height:19.5px;font-style:normal;display:block; }
#feb0b75bae17e17e8facbfb6613ec050fba62313 { color:#ffffff;display:block;width:171px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15008;line-height:2;letter-spacing:0;top:78px;left:861px;height:72px;display:block; }
#d1eac91c72657b402b33bd5dee6cabdc9d34be2a { color:#ffffff;display:block;width:176px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:48px;left:861px;height:19.5px;font-style:normal;display:block; }
#c175024608e8daeb8ed3f824c7919d29f3cf9801 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#C408fb39a1a6f78a443308a0a2c9763d3dfaabf0 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#C7bd8e4483849eb31b9925dd56d2841da92c956c { color:#ffffff;display:block;width:171px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15008;line-height:2;letter-spacing:0;top:78px;left:861px;height:72px;display:none; }
#H19d1c55262b57da9bf970a20edce365f7469612 { position:relative;display:none; }#H19d1c55262b57da9bf970a20edce365f7469612 { border-width: 0; border-radius: 0; }#H19d1c55262b57da9bf970a20edce365f7469612 > .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; }#H19d1c55262b57da9bf970a20edce365f7469612 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:36px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#i6298a5dc89068c9ae400c1fef18ef4bf39cd3a0 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#aa5a9abac29eabaa06fff09ac542c21851b4606d { position:absolute;display:block;z-index:15003;height:31px;width:55px;top:0px;left:0px;display:none; }
#efe2df93592275027e94b491148f52a57f55b4d4 { color:#ffffff;display:block;width:171px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15006;line-height:2;letter-spacing:0;top:78px;left:611px;height:244px;display:none; }
#q071b0157b04f32d156b658e0e580e8eb180ca39 { position:relative;display:none; }#q071b0157b04f32d156b658e0e580e8eb180ca39 { border-width: 0; border-radius: 0; }#q071b0157b04f32d156b658e0e580e8eb180ca39 > .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; }#q071b0157b04f32d156b658e0e580e8eb180ca39 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:36px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#d4c5510c03575b5c0772d3779ec5f798280002d4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#u4d1ca98c8060fea3fb6a39e66974c3fc7c99a99 { position:absolute;display:block;z-index:15003;height:31px;width:55px;top:0px;left:0px;display:none; }
#W0dc33df3afff9b1ccf3cc54d32c24ce21831e72 { color:#ffffff;display:block;width:171px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15008;line-height:2;letter-spacing:0;top:78px;left:861px;height:216px;display:none; }
#g178128924e0df0ee180c5283587a9b272a425c5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#g178128924e0df0ee180c5283587a9b272a425c5.adaptive-delivery-prevent-bg, #g178128924e0df0ee180c5283587a9b272a425c5.lazyload, #g178128924e0df0ee180c5283587a9b272a425c5.lazyloading { background-image: none; }#g178128924e0df0ee180c5283587a9b272a425c5 > .row .container { border-width: 0; border-radius: 0; }#g178128924e0df0ee180c5283587a9b272a425c5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g178128924e0df0ee180c5283587a9b272a425c5 > .row .container { font-size:14px;font-family:arial;height:88px;width:1200px;position:relative;display:none; }#ee65a1e65cb5eeb8146c490c57b9124ef1f78c8a { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:33px;top:27px;left:498px;overflow:hidden;display:block; }
#t334f079824e53dd2de73450ad67efbde7bb3854 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:33px;top:27px;left:541px;overflow:hidden;display:block; }
#d7757e98fb10a78249e0e4dc2d08d52726562166 { position:absolute;display:block;z-index:15011;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;height:33px;width:33px;top:27px;left:583px;overflow:hidden;display:block; }
#c773ad0fb1a1ae340dcf8976110a5e8f90133c09 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:33px;top:27px;left:668px;overflow:hidden;display:block; }
#g6a1cfb6aefa8242930fac0566515bbe7d17a4ba { 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;height:32px;width:33px;top:27px;left:626px;overflow:hidden;display:block; }
#a699663ab913a99675aec149ede388ef2622771d { 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;height:33px;width:33px;top:372px;left:712px;overflow:hidden;display:none; }
#Ff3d39ab460730c6879a011736b0823f6daaf690 { 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;height:33px;width:33px;top:372px;left:669px;overflow:hidden;display:none; }
#ea1734a4815b733528714830814e1f959241f763 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282a3a;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; }#ea1734a4815b733528714830814e1f959241f763 > .row .container { background-color: transparent; background-image: none; }#ea1734a4815b733528714830814e1f959241f763::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea1734a4815b733528714830814e1f959241f763 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea1734a4815b733528714830814e1f959241f763 > .row .container > .video-iframe-container { display: none; }#ea1734a4815b733528714830814e1f959241f763 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea1734a4815b733528714830814e1f959241f763 > .row > .video-iframe-container { display: none; }#ea1734a4815b733528714830814e1f959241f763 > .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); }#ea1734a4815b733528714830814e1f959241f763 > .row .container { border-width: 0; border-radius: 0; }#ea1734a4815b733528714830814e1f959241f763 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ea1734a4815b733528714830814e1f959241f763 > .row .container { font-size:14px;font-family:arial;height:40px;width:1200px;position:relative;display:block; }#eede23184749c2090f4ae40230422577f4544a0e { color:#ffffff;display:block;width:271px;position:absolute;font-family:arial;font-size:11px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.849975585938px;left:144px;height:14.3px;text-align:left;text-align-last:left;display:block; }
#I091e928bf89a4085c1c7ef44461c3530f5e3b69 { color:#ffffff;display:block;width:334px;position:absolute;font-family:arial;font-size:11px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.849975585938px;left:433px;height:14.3px;text-align:center;text-align-last:center;display:block; }
#DfJzRLZ5AEybFibsukFkZO5vUongOvgT { 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:none; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT > .row .container { border-width: 0; border-radius: 0; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT > .row .container { font-size:14px;font-family:arial;height:133px;width:1200px;position:relative;display:none; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0px;left:0px;right:0px;display:none; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r > .row .container { border-width: 0; border-radius: 0; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r > .row .container { font-size:14px;font-family:arial;height:133px;width:1200px;position:relative;display:none; }#oTMwoKAOcd6Uys7wMVQGCK7h8a0XzPyE { position:absolute;display:block;z-index:15000;height:123px;width:1200px;top:3px;left:10px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #r4eaf75012cc81d0f3ad70b0901303bda5b69334 { display:none; }#r4eaf75012cc81d0f3ad70b0901303bda5b69334 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f508ea759ee884b80cc9eb5975732ed1e682a8cb { width:19px;height:26px;display:none; }
 }@media only screen and (max-width: 763px) { #R331cb164577088bea2b25698d1e3753a502c121 { width:48px;height:49px;display:none; }
 }@media only screen and (max-width: 763px) { #e2be95a76a5134460ed908a9b9b53fafc6b8d4da { width:164px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #D093ad8df02442687cc6fd28a0a3679261030013 { display:none; }
 }@media only screen and (max-width: 763px) { #I1ddd51b8a6b2b725663713cedf457a80962c41e { display:none; }
 }@media only screen and (max-width: 763px) { #M7fed231ed1e8539e3f2bd5ff2a999a5a9204516 { display:none; }#M7fed231ed1e8539e3f2bd5ff2a999a5a9204516 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q8bcf9a38032793c1495fd201d2bac124692cd76 { top:36px;left:0px;width:200px;height:;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #Tce291d8cbf7210f987b0566744f8596c8713faf { display:none; }
 }@media only screen and (max-width: 763px) { #c70a62e131edd9da10c01c704cc9cdd7e5debd65 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #efb6896ec2e0bcd5ef616853d0b1c496eb3ebc47 { display:block; }
 }@media only screen and (max-width: 763px) { #e9d40cc15b99c1383c136cca4161f952beb64ae6 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #g30798839b35eb89952b89c04664d72e4fa807fc { display:block; }
 }@media only screen and (max-width: 763px) { #Kb5816708aeb80c3bcf983858ad517cc11a557e2 { top:88px;left:0px;width:200px;height:;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #Z359ac9a9294c6b241a7c0d57554d25e1a68e164 { display:none; }
 }@media only screen and (max-width: 763px) { #a652f29adaa51d20c80ee096b97d7e0ebb8ee157 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #D6c5b478e47bf1784772c09ca5b0eb9bc12937df { display:block; }
 }@media only screen and (max-width: 763px) { #c2af7a35ab524099cb7724a8b0081c7daffacbc5 { top:127px;left:0px;width:200px;height:;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #ed653000db8ea79ab22835ee8650a8d699704256 { display:none; }
 }@media only screen and (max-width: 763px) { #c27f2b82217584ecf0c4aefb8794e4cab7e9fbad { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #X8a58696addffbced4a8b42ea87365a408be5737 { display:block; }
 }@media only screen and (max-width: 763px) { #P34c8b017a6fa0ccd5c7947ddbbe83354964d28c { top:179px;left:0px;width:274px;height:19px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #l5c5787809fc91dde7b53537c20920a036d75eda { display:none; }
 }@media only screen and (max-width: 763px) { #bd2d45dd18c70573a361f81cd9844715d6344fef { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #c18b8a14381bc6acb1b78c25a3f9c9e5b9b08562 { display:block; }
 }@media only screen and (max-width: 763px) { #k17654f1efad3cb9f36299e5dafadeefaf6f6681 { top:232px;left:0px;width:274px;height:;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #c9f624f2e233635c1055b53a7c14b227807c35cb { display:none; }
 }@media only screen and (max-width: 763px) { #h7b9e5ab44d5da5dc0c0dc65306a97144b2dc092 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #f4772c2da482e65c9f14b71da0862b6f50755427 { display:block; }
 }@media only screen and (max-width: 763px) { #O258c8a61a727932cb7306fe2f8e93630cce9a31 { top:284px;left:0px;width:274px;height:;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #o285c9c88f32e13c4408e7bcef12e67c4bb641b9 { display:none; }
 }@media only screen and (max-width: 763px) { #n711190b265c032fb75b33d7c7c777f73bcaa1b2 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #d43595f6e69cc7361669f074ee798156e36a7909 { display:block; }
 }@media only screen and (max-width: 763px) { #w88de05885eb34c890fa95e944f3b18009e27bcb { display:none; }
 }@media only screen and (max-width: 763px) { #Z16e8429dc20ff1e2ab2f5c47e7cd856991578df { top:334px;left:0px;width:274px;height:;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #d00533c2bc3028ec7dfbeb8225098edde8835c3f { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #a47e848880b0a0e8db02de24dc0d7a7d52199ca3 { display:block; }
 }@media only screen and (max-width: 763px) { #f09a5ef6547a18b468ecb06365df2204a03f3aa6 { top:385px;left:0px;width:274px;height:;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #u7238adc1ae532b09c6c9957acdb2ae71610b512 { display:none; }
 }@media only screen and (max-width: 763px) { #f1c280eb6e498e62849ea07f8363db4c395c656f { top:0px;left:469px;width:292px;height:36px;display:none; }
 }@media only screen and (max-width: 763px) { #b18eaec92d2cbf2a498bdb6305e004cad875a4b9 { top:4px;left:738px;width:26px;height:26px;display:none; }
 }@media only screen and (max-width: 763px) { #ebe20f184616c746819dd9792c2cbbf66d95e879 { display:none; }#ebe20f184616c746819dd9792c2cbbf66d95e879 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u5b822faacc2d7899bf14f1512f7afd281ba1864 { top:215px;left:0px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #cefb1dfb65d7c59be271871fd3750ca3efa65137 { top:47px;left:0px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #gdf037a9e7a5bb1a81847e370241b0d565cecce0 { top:107px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #c48e75a7451cb2ba0f774deaa679dc4186da1f50 { top:131px;left:0px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #mde723cbadf33b9fe502546137c9ca88690a8d01 { top:160px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #ifc55d9eb9c91061ae70fc1697a1901d310dcc11 { top:188px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #Nae221e186881e3f39a92a3f58c74493d5f8a9fc { top:245px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #Q4e2ecf1f84b472721e189549e259a6f9ea537bc { top:273px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #T46f01b17cdd445c28b04444316d8c243bfaa0b4 { top:355px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #f59bfdf64d204aa955df3662cd56d0276e211c43 { top:410px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #Qe2d04fc2d78374cbfd8678fe755b3b10b3749d7 { top:437px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #eb784c6ee8c0ca1db6d6eeba73dae5da4ca37b4a { top:381px;left:547px;width:177px;height:17px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #Ufd105a088d8f7765a855644afb1885bc05049db { top:467px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #ib9e3851338c09b831b096891d608819ae9f22fe { top:496px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #ffd7bd14ebf83c91b93c242e9916a55676533cf5 { top:525px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #e87ef01fd7ce8c6f3ac0e6fca9f3034cfa1f7e32 { top:553px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #c241fe96ac7bf23faffcfe6d811636b038696c81 { top:584px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #vff630805bd86d70d495d2c28681169fa9a66421 { top:613px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #Gebc4fbcdc53fa664e01d3a0b7f843732acbfed5 { top:643px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #Qb66e5559c7d38ace6f1561cee121aac2bd6fd4e { top:673px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #offfbaa35008139c59f5d34a624f4bcb3297a699 { top:703px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #e952107d90a3826aeef1430a4932b1d0bd5896f2 { top:956px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #s9df9c5389560237bcddd839b90c2330c2ce585e { top:928px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #T8179bbb72dcec21ce2a1d2f019180233b03b6c6 { top:897px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #e0ed1b6d80ea643ce81680dd37cc79edec002044 { top:864px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #Jb935059c0f111bf8db26ec7078d34733a2745eb { top:832px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #c2000d982eb4e45d6a9bb0ed02e58aaa2ac629cb { top:734px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #beecfd8a1ac736294c5011f611e3048eb2e2ba83 { display:none; }
 }@media only screen and (max-width: 763px) { #bc0eb7b12f978c0f22b09726dc71b99cca15669d { display:none; }
 }@media only screen and (max-width: 763px) { #N81e8dc42bcf6b1ba1f898b10a2f159501f2d03a { display:none; }
 }@media only screen and (max-width: 763px) { #a737387c97056285e1d4c5b124eeb31a8d84f282 { display:none; }
 }@media only screen and (max-width: 763px) { #ecf483ba8846396c59d05475a1466791cea5713d { display:none; }
 }@media only screen and (max-width: 763px) { #V66f3db425ddacd2d7ebc3f0014a39dbf4f1e4e1 { display:none; }
 }@media only screen and (max-width: 763px) { #udb3603bd1b607ee8a5915b000877580c9a0faf8 { display:none; }
 }@media only screen and (max-width: 763px) { #A86180c8a2bcb5e619024de79b2a17dfa54d9f61 { display:none; }
 }@media only screen and (max-width: 763px) { #db84bc1e545a034c4c5cfd10280d4b6dde4a15b0 { display:none; }
 }@media only screen and (max-width: 763px) { #p18f20d5cd9ddd2f405582ea3ca8f7ef63707214 { display:none; }
 }@media only screen and (max-width: 763px) { #kf0892d9a2034ddbbf3b373bc6029b8d50cc68ee { display:none; }
 }@media only screen and (max-width: 763px) { #T37f2c12de83248ed96710108f61ea2312f27ae8 { display:none; }
 }@media only screen and (max-width: 763px) { #Qcf9b45c115264a41aa15c74db2a1e83eb371996 { display:none; }
 }@media only screen and (max-width: 763px) { #c5156929de9e59e051019fe645d9f9cb6f52e7d0 { display:none; }
 }@media only screen and (max-width: 763px) { #da9599951a2501ac2da3479137968829f233357e { display:none; }
 }@media only screen and (max-width: 763px) { #e5c0f7d1cfa21194ba08eb0f2cd9fd77ae531a49 { display:none; }
 }@media only screen and (max-width: 763px) { #n7765cdf984e6d2f7ad4555f9f45e60f3ec3835c { display:none; }
 }@media only screen and (max-width: 763px) { #Ie814ced530340d306eb7b6c6ff35a21232bbea2 { display:none; }
 }@media only screen and (max-width: 763px) { #d0380f759b76dd24cf749206a8906e4d5555a76a { display:none; }
 }@media only screen and (max-width: 763px) { #b465d297e44aebf40c4eee4b70befe84bf215d01 { display:none; }
 }@media only screen and (max-width: 763px) { #d66cf6936727acc06f6809c9b7207e2fb16732b9 { display:none; }
 }@media only screen and (max-width: 763px) { #a3347224aa4ddf91bb325f96e551044cd2733ee3 { display:none; }
 }@media only screen and (max-width: 763px) { #Zf16158590adf539ae75bb14cef0e3e6428681c9 { display:none; }
 }@media only screen and (max-width: 763px) { #S8d9947fab85c946dfe118a993a6cd374ae2f742 { display:none; }
 }@media only screen and (max-width: 763px) { #n467ddc928c1bb33c1050b40e779c5c420f191d2 { display:none; }
 }@media only screen and (max-width: 763px) { #af319944ee3fea42b925607d69cc26db8737c2e4 { display:none; }
 }@media only screen and (max-width: 763px) { #s68e70df9fab4e2235484bdd52176af26466605c { display:none; }
 }@media only screen and (max-width: 763px) { #e946406059f79f65c4e5e5729134a22345d52f65 { display:none; }
 }@media only screen and (max-width: 763px) { #d6fc278fd3b718ddfcf6d5b3ad21d3d1642a7919 { display:none; }
 }@media only screen and (max-width: 763px) { #f57c8f14222b2fc3181a79a90e585f69d2ceeb8f { display:none; }
 }@media only screen and (max-width: 763px) { #Ge9889ad5fb26a090ffbb5e14a32fce9a24a03e2 { top:640px;left:0px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #e5e5a6a02eb4d98beaeddf2c6fcce27ce791e7d0 { top:78px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #ac06ac09f7908aa2e453638423aa90bd3071b302 { display:none; }
 }@media only screen and (max-width: 763px) { #Gc693079aed1530a92ce54ab275b0fd2da561f41 { display:none; }#Gc693079aed1530a92ce54ab275b0fd2da561f41 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fb89cd83b8b5c63d1cb37a0a49ce285ab2848ec4 { display:none; }
 }@media only screen and (max-width: 763px) { #h78c4c958fb91a9421da7dc62a415f6c46545179 { display:none; }
 }@media only screen and (max-width: 763px) { #D944f09258982ba9bb91fdc44d596a70b8bc1899 { display:none; }
 }@media only screen and (max-width: 763px) { #fe5250ddf7b6e1781e7186c37e93b48d07021344 { display:none; }
 }@media only screen and (max-width: 763px) { #G3e75195142c2c432a4650174633769921ef871c { display:none; }
 }@media only screen and (max-width: 763px) { #d54195f42c49c5d49076cafe6ea1ddbec2bc58be { display:none; }
 }@media only screen and (max-width: 763px) { #ca6fdafa84e12fd9c0261b09476948d60d187828 { top:58px;left:559px;width:205px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #J8b309f53570be6cc872f62f699f515e693c6f49 { top:104px;left:559px;width:205px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #ta08ed0f0e008ad14eb5f6268390c7a0c659b55e { top:47px;left:0px;width:243px;height:;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #b40dda058466199eec10afd72b49f12d0879e8ee { top:191px;left:563px;width:201px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #K136644e5ec690599aac8a1ef6e9cd87603ca11b { display:block; }#K136644e5ec690599aac8a1ef6e9cd87603ca11b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xe6ce82e8694639bf1c52171754f0134e4944a9d { top:68px;left:94px;width:89px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #X19bea84049828f10331c45707615f2fbc3863b5 { top:58px;left:87px;width:101px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #cc59870b6b796a7d20deecd08dc5553351c97c52 { top:68px;left:247px;width:166px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #N9d4605c5c01ac0ae6758031e1731019fc48cc17 { top:57px;left:244px;width:172px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Rb3fd7d27ea6911624b63662deb0a28f8d00995c { top:68px;left:183px;width:71px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #m37d3d03e7b6b531ef38b93a761c555349806c79 { top:57px;left:178px;width:81px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #m1ef2eb9ff34907d70594ca865c8a7aab1bfa8a3 { top:57px;left:411px;width:106px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #aba2a390b80114aa83177499dd2b40896e3c878d { top:68px;left:497px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Oa87884c750487e410931f7e491e6c4de1603b58 { top:68px;left:497px;width:13px;height:13px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #ab5de6a4605be772943fa8d7c945af45413cda47 { top:68px;left:415px;width:89px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Za0377dc07f9d34913b870c813bc27eb6a7d5846 { top:57px;left:519px;width:138px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #R738178f7fd5c318330a9370d3b45f59c5cce9d6 { top:68px;left:634px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #N22b02ac2a741ea0fa7a075a423b41e462aedba5 { top:68px;left:524px;width:113px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #f8fc82d96b86f971062807b16a6d34ff88fa00c3 { top:68px;left:634px;width:13px;height:13px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #I03d33b88f8cb5a094f53475168846d952951daf { top:18px;left:0px;width:180px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #d974f1284c90994cf1e13fb25656eb564ea47aae { top:39px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #L215b701a85236d706d4c5ae0b7d84b2b283b841 { top:60px;left:687px;width:32px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #w49a0776f291b62e98c667ef11a86643685ca248 { top:16px;left:662px;width:102px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #e222083287ffc54b9ed5546278907e4c6b041bef { top:16px;left:690px;width:74px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #s95870bd6c7fd864258c8a9d0a2650112932bb6c { top:16px;left:647px;width:45px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Q7c64ecdd5c95701fb07c77f5822ba3726a4d23c { top:69px;left:660px;width:104px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #c77ca69d1e5ecdeaedc795f99f073e4029ece683 { top:57px;left:628px;width:134px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #b892ccac128a86a77140a0e901437244dfc5f59f { display:block; }#b892ccac128a86a77140a0e901437244dfc5f59f > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7457742fdd2a80365b86ccd9bfed79f97a294bd { top:4px;left:0px;width:762px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #e5d1c5ef8139255b11026f1ea38adbbc7742884d { top:0px;left:628px;width:134px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #e6a329cbcbaa9a34571ddd396960adfbead9ba8e { top:22px;left:0px;width:78px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #F66a33d229961d195c68293f5def3968227b0154 { top:23px;left:17.5px;width:80px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #C3d131c0bd948c6683157ac3776df4726bf29e0b { top:23px;left:110.5px;width:80px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ga616c2dcd1a7fa523ba9d23984e7bb170841c95 { top:24px;left:271.5px;width:89px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #b1daa07fd9faa52226df8b525ba1a288301ad848 { top:23px;left:379.5px;width:89px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #c9d7f417f4b712149cf63359518fa69925a2765c { top:23px;left:506.5px;width:133px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #e096ab023c93401691b6f7baa57155ecabcb12d0 { top:23px;left:675px;width:89px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #a8c0e63214bf8f462135b3e3c735cf6b055a787c { top:24px;left:716px;width:48px;height:13px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ef7eaf9709afab047d3b12c46430c14cbcf7ad42 { top:23px;left:185.5px;width:80px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #dff1168bc63844364d79f8fe38a6b9116aad10e1 { top:19px;left:698px;width:66px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #U3be8e42c52d2344f1f289960bbd26abaad9db26 { display:block; }#U3be8e42c52d2344f1f289960bbd26abaad9db26 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hf22d9be94d294694858f26eb5e1628bab230055 { top:0px;left:687px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #e81780e314ce3946aaed34bb91297bb8a8875516 { top:0px;left:385px;width:292px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #W1c17041b77ebf537cbf9e30ce033de836f22435 { top:4px;left:691px;width:26px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #f363fdd6e728b785f163f2e0cabab7045b010f7a { display:block; }#f363fdd6e728b785f163f2e0cabab7045b010f7a > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ee3225e1ce599032ae7b948c58713b6178c0d902 { top:7px;left:414px;width:246px;height:841px;display:block; }
 }@media only screen and (max-width: 763px) { #D3047b835edd5a036a2ea7eb452672aecca37bcb { top:547px;left:431px;width:177px;height:16px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #H06ccb3d437c9797daaa4e3966133b727368655c { top:542px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #d7414bf4a29491266390e0a4ebf854bd0e8d7124 { top:16px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #l1b74070e100395263e5cadb9e46a8b3944a9a68 { top:35px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #a7e810ca766db4dea7b671a30ead2bbc55380ffb { top:69px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #d15625ee9b9a8ee452f96ab9eb5394dd1607ca35 { top:90px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #R6b09681b8db958605021b5895232bcaad10323b { top:122px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #t05a36c32738fa46f9a96184e1fed1f3d7e27a66 { top:117px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #S8229730ec9440a3b75dae1ca62451cb4da00f2b { top:150px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #f8e1c713f575554188f81c478e07d6f36c96aad3 { top:145px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #U2431eee7496317c1795d0464c58947708162553 { top:171px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #J26e0b5c7b1cde7ae636bd0ff6383fdc3963de06 { top:204px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #f2fcb6bb4e26433927792a22958e77924f2dbf68 { top:199px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Ne2b7b05eca8dc463663232ee7736c82d2dffd51 { top:232px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #m2445ec447426eb51f8bb4db9cf22c11ed2df2a1 { top:227px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #b1b3b119bd3feb465d2a3d5de912079a6106604d { top:259px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #aa5adcb779f7d135bf48d5ddc3e217cd06874d87 { top:281px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Ecc6ea5e77c5936d951fc95c32724e2e152b7053 { top:314px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Xbb74cb764152cb4de2f200b957cfaef86c6729a { top:308px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Q61fdab5acaa65a1855f791e13376df9fd173f87 { top:341px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #fbd02e876a33726f7ea00357f3773a0367386538 { top:337px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #H5cbcdd321441bc7483e7505f5c78a2bffa22182 { top:371px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ef1cae06a615711c603e011afbda2c535c3a4d6a { top:366px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #he2be056705f6e37f4898caf6a1b4f70400d57fb { top:400px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #d6f778bd59f8076e68c9f43b4ef0d7ded8c9e23b { top:395px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #I00802e273dcc466ac499e8159b4bb834ff67745 { top:429px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #t849882df583968b5b440e4f56bdfd3c6dc24e97 { top:424px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #p8dd9d0d6f990b8619a578df9f7ecc4b16223d44 { top:457px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #J9ab252c327af7d005472c7d3a651e95f7534d8f { top:454px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Q70483312c5ba80529c0b0d327f1002abffa7e62 { top:488px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #a674842684ec7b7d53f07d8d424e5a3cd3757a09 { top:483px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #F3e641704d3d00e4250a6c7a273458bd2fc3af3f { top:517px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Vbee2bd1094740aea38ae728fbf3d5b8c982e422 { top:513px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #b26c3b640cbfef2a7462305076700cc128f62858 { top:575px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #p0fa7ee1a438cda99fb057120c78ccc46443934f { top:571px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #lf63a74f02668bfb802216b896923c3c1d9816ab { top:605px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zcff49f33835b6b5bd14f35064b984b0e6b80361 { top:601px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #ddd72c8e566f54eb8886027bf1e721c060fddc22 { top:635px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #k5a6712105d7ac2aa2403d0779f00cd1425674ba { top:632px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #aab797e0e0e7daf646517911b3bc2277107c3ed0 { top:822px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Hcff1b9aa065ea2000c8888fad5fb04ab07843f5 { top:794px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #f57d5f96a2a92573bfac0d087cbb161cb6caa98d { top:789px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #c5afb8f1c018c177c2c6879ef9f5c86607263be3 { top:763px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #v0a8b66addc84df04c2297f5938b40c77a53449b { top:759px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #f48dc26ad0747d2ad8711c8a90df51f6189acc17 { top:730px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #eb5fab1e8b4d493c8bf6184175d9a79b8094b767 { top:727px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #ca636e6a938fe45aec6bb582abcfd301255c21fc { top:698px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8e479a034c7fdc00488c2a0bb9880ba972249e { top:695px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #N7a427f4223404c0fab75cc9bb4da8683617fa41 { top:666px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #q47cb635ad646dac0fd4216f23452ca856282c18 { top:663px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #a08a5ad467cfa674b8faff232308c23aa7b5dd97 { top:95px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #J67e0d643397bcc429a78097d3fd6bc8736c3555 { top:63px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #be8a3fe2a7635d913a6647fcb575fd8044e3b37d { top:286px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #C77036220ff93f2135cbcbe6e5233f7d74f06f5e { top:254px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #cd35de8122c988cf6754ccf5155b0827e7ffdd5d { top:177px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Ldef7a49a2c69a3e2ee4ac3fe9ef0dd0839bdc73 { top:0px;left:406px;width:114px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Ad675f1d3e6b98544a404cb576c58a804f1f31ea { top:817px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #F3cfd99ad9d673a9895aa2a95aa740a56586493d { top:41px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #V8ed1b329bbb81e36e757bc8e5f0565df018e539 { display:block; }#V8ed1b329bbb81e36e757bc8e5f0565df018e539 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L804bbd4502889c308e5f4d4e936789b00a6831a { top:5px;left:197px;width:492px;height:198px;display:block; }
 }@media only screen and (max-width: 763px) { #H078febeeb4d26c7074e865ca54a9b2541574c96 { top:22px;left:226px;width:217px;height:163px;display:block; }
 }@media only screen and (max-width: 763px) { #bdc708364925aefaefe74489d3d1ef2e14f00b64 { top:157px;left:472px;width:205px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #edf3a4df98a30448f7f3ef163ebd3780898fd001 { top:142px;left:430px;width:237px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #bbb5c4117c6ad7960056af6e12458c00d842d886 { top:28px;left:472px;width:213px;height:;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #G14843cf273999bb44f6ae2da8c557e2c57257a7 { top:69px;left:472px;width:201px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #t43adcfb78267c81144633d310a709cf1acf4210 { top:0px;left:519px;width:149px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #c2e652922f977f08675663175d545149145f72c5 { top:109px;left:472px;width:205px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #W1FoiUsRKwuDM151nLusaSW1MGQy0w7b { display:block; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlCxIVaSWJCGLUdDz9nw2dKrreP0Ett6 { top:1002px;left:329.984375px;width:137px;height:21.833152654386px;display:block; }
 }@media only screen and (max-width: 763px) { #lwv92pqZ9r4KVtZey4cJRFAtU5ddy78s { top:1042px;left:86.4921875px;width:625px;height:349px;display:block; }
 }@media only screen and (max-width: 763px) { #xEKc8qko02wliKb6XTrQT3gAe6a54Hli { top:1508px;left:0px;width:764px;height:224px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #w8TtZWLCF9ULtq5ZWULMABdEE0BBMTKc { top:1772px;left:0px;width:764px;height:53px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #oyJ6pABxsZaa4pGrhWebsERmglPzCg79 { top:1847px;left:0px;width:764px;height:428.87116564417px;display:block; }
 }@media only screen and (max-width: 763px) { #TJimX1W62ZWvW4SybOJ9EVxOkVZHASHy { display:none; }
 }@media only screen and (max-width: 763px) { #mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR { display:block; }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNDLiT9c5MKb7JXRhP05ZhX0IJQmt6Gm { top:2729px;left:150.48010253906px;width:463px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #OXS5wvsyX1eypKuvFA8h85tsRQis3yHD { top:2572px;left:0px;width:764px;height:45px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gxePMTGdCn7wuDiK2wMTyqTwasZF4uPH { top:240px;left:0px;width:764px;height:227px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #LGRlHZ4ThgfLITyfUlAMw4EMHXnZXMaq { top:526px;left:0px;width:764px;height:1645.1961165049px;display:block; }
 }@media only screen and (max-width: 763px) { #gaC3Pe9PSGZDGqQ1PuxreqFtQL1xbdwm { top:611px;left:0px;width:764px;height:1770.0785804816px;display:block; }
 }@media only screen and (max-width: 763px) { #RpPdHOcq5Qb3WCBvbCe1tk14LkfZZLUr { top:526px;left:0px;width:764px;height:1802px;display:none; }
 }@media only screen and (max-width: 763px) { #P71ef009b6c030dbdc52e3a64b3775e7469dea3d { display:block; }#P71ef009b6c030dbdc52e3a64b3775e7469dea3d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dd07381300e8d49bb72754cc7ebcb14af678edcf { top:48px;left:15px;width:176px;height:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #o7252f56938852240f81ea48d4464dd33132b50b { top:78px;left:20px;width:171px;height:288px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #e49f55aaa73105824cb5aa047ff6b1add19b74d9 { top:0px;left:0px;width:55px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #P180a337b0eca2eb6bf520363794f85ea3d825f6 { top:78px;left:198.5px;width:171px;height:240px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #b0f938affc57bcbd2f62fe811ca0e8e519446ab6 { top:48px;left:198.5px;width:176px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m9afa480d9b0fd65f6bcd07ba2a12ed49fc67da9 { top:78px;left:382px;width:171px;height:192px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #g4bb69e4b2060f8e5ef0cd225d5e8dd2c454da88 { top:48px;left:382px;width:176px;height:;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #d0964c56140da98b9092486508d0aecf604feb0a { top:78px;left:258px;width:315px;height:216px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Febdca8c5255c517c46226f54025f95dd0b36979 { top:48px;left:397px;width:176px;height:;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #f139b4c0aa26ea02d4d1ca67ee101af95a13cc7f { top:372px;left:292.5px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #g7f5d27898afe2dec39f3bf2db98b63dcfa316b2 { top:372px;left:335.5px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #efaf888d7b179d7b2c1da5df191218395cb308a3 { top:372px;left:349px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #b695f4f8e8e0d35b6e1c6b185e5065c938e15025 { top:372px;left:382px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #c151be53ae6672b7a0a9225b6884d5e3cd82d239 { top:372px;left:349px;width:33px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #zdaaac5e85d0b28e318ff9e80dfb6b1fb3e2e404 { top:372px;left:396.5px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #e74f26547e36a7758d365dd9b8767fdef34bd0ca { top:372px;left:439.5px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #L629fda4bfc0f986600e56616a49c9f47f14385d { display:none; }#L629fda4bfc0f986600e56616a49c9f47f14385d > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ac0fabc7a5db7bb177fbee27c46e46cccfde2fa6 { top:48px;left:15px;width:176px;height:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ee21a9d222b986ec689627cd3e5779f59dc862a2 { top:52px;left:0px;width:183px;height:69px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #g799b446d71f6101c8bf13e5b1681bac1e076115 { top:0px;left:0px;width:55px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #D3c6598a79a53979040f0a75529d307a0e67203f { top:52px;left:57px;width:134px;height:46px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #c61df1bc17936d1c5a24e5ea0eacbed40f320b05 { top:48px;left:198.5px;width:176px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b4d6204bc7882c9ab58344606db5a6792afbfb43 { display:none; }
 }@media only screen and (max-width: 763px) { #m0d671603bf206dafb89ac5dfff8a6d2befa557b { display:none; }
 }@media only screen and (max-width: 763px) { #bed93d4ce655addb2363a54d561d4f8ef6761797 { top:52px;left:53.5px;width:134px;height:46px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #b4d839c574a212be568075dfbbd20888fa317f9b { display:none; }#b4d839c574a212be568075dfbbd20888fa317f9b > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d76a0a0aa300e717a4b33b2efb8bc07f836346fa { top:0px;left:0px;width:183px;height:138px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #a8cc7ea8c9de46155cda64a4effa8cdc0fd3ece3 { display:none; }
 }@media only screen and (max-width: 763px) { #e4d24b16dcc8d70e2dbec5c6e690dabad6d9dcc7 { top:0px;left:0px;width:55px;height:31px;display:none; }
 }@media only screen and (max-width: 763px) { #de012fe928b72c9f1b9b38a6f39e2d7c380d7207 { display:none; }#de012fe928b72c9f1b9b38a6f39e2d7c380d7207 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K1c7276f25ffe9fcf7da641b1a2a615f9ff7ae15 { top:2px;left:0px;width:134px;height:140px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #Ed588e21ebcbc9beaf29e5acfc5da2db6e379fa4 { display:none; }
 }@media only screen and (max-width: 763px) { #T67eee67ba9477f24aa7ac016585eea1d1c986a4 { top:0px;left:0px;width:55px;height:31px;display:none; }
 }@media only screen and (max-width: 763px) { #c52320450a0d2572303d7c4e8c5ec910a4fb6732 { display:none; }#c52320450a0d2572303d7c4e8c5ec910a4fb6732 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ace115d79021b5da3a81d072a885bc62b6d6b8fb { top:0px;left:0px;width:55px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #db5cfa3f3577527eed8ff067b97d8b960f75e7ab { top:39px;left:0px;width:176px;height:92px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #U011da6136d05da43662c4ee3cf57300d0244c41 { top:48px;left:382px;width:176px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #feb0b75bae17e17e8facbfb6613ec050fba62313 { top:39px;left:66px;width:131px;height:46px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #d1eac91c72657b402b33bd5dee6cabdc9d34be2a { top:48px;left:397px;width:176px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #c175024608e8daeb8ed3f824c7919d29f3cf9801 { display:none; }
 }@media only screen and (max-width: 763px) { #C408fb39a1a6f78a443308a0a2c9763d3dfaabf0 { display:none; }
 }@media only screen and (max-width: 763px) { #C7bd8e4483849eb31b9925dd56d2841da92c956c { top:45px;left:66px;width:131px;height:46px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #H19d1c55262b57da9bf970a20edce365f7469612 { display:none; }#H19d1c55262b57da9bf970a20edce365f7469612 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i6298a5dc89068c9ae400c1fef18ef4bf39cd3a0 { display:none; }
 }@media only screen and (max-width: 763px) { #aa5a9abac29eabaa06fff09ac542c21851b4606d { top:0px;left:0px;width:55px;height:31px;display:none; }
 }@media only screen and (max-width: 763px) { #efe2df93592275027e94b491148f52a57f55b4d4 { top:0px;left:0px;width:176px;height:46px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #q071b0157b04f32d156b658e0e580e8eb180ca39 { display:none; }#q071b0157b04f32d156b658e0e580e8eb180ca39 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d4c5510c03575b5c0772d3779ec5f798280002d4 { display:none; }
 }@media only screen and (max-width: 763px) { #u4d1ca98c8060fea3fb6a39e66974c3fc7c99a99 { top:0px;left:0px;width:55px;height:31px;display:none; }
 }@media only screen and (max-width: 763px) { #W0dc33df3afff9b1ccf3cc54d32c24ce21831e72 { top:6px;left:0px;width:125px;height:117px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #g178128924e0df0ee180c5283587a9b272a425c5 { display:none; }#g178128924e0df0ee180c5283587a9b272a425c5 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ee65a1e65cb5eeb8146c490c57b9124ef1f78c8a { top:27px;left:334.5px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #t334f079824e53dd2de73450ad67efbde7bb3854 { top:27px;left:349px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #d7757e98fb10a78249e0e4dc2d08d52726562166 { top:27px;left:349px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #c773ad0fb1a1ae340dcf8976110a5e8f90133c09 { top:27px;left:395.5px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #g6a1cfb6aefa8242930fac0566515bbe7d17a4ba { top:27px;left:382px;width:33px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #a699663ab913a99675aec149ede388ef2622771d { top:372px;left:439.5px;width:33px;height:33px;display:none; }
 }@media only screen and (max-width: 763px) { #Ff3d39ab460730c6879a011736b0823f6daaf690 { top:372px;left:396.5px;width:33px;height:33px;display:none; }
 }@media only screen and (max-width: 763px) { #ea1734a4815b733528714830814e1f959241f763 { display:block; }#ea1734a4815b733528714830814e1f959241f763 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eede23184749c2090f4ae40230422577f4544a0e { top:12px;left:0px;width:271px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #I091e928bf89a4085c1c7ef44461c3530f5e3b69 { top:12px;left:215px;width:334px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #DfJzRLZ5AEybFibsukFkZO5vUongOvgT { display:block; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r { display:block; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTMwoKAOcd6Uys7wMVQGCK7h8a0XzPyE { top:3px;left:0px;width:764px;height:123px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#a10300;background-image:url("https://images.assets-landingi.com/uc/acf95fcc-9aca-4412-9cbd-628d7c18a5c0/bg.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #r4eaf75012cc81d0f3ad70b0901303bda5b69334 { background-color:#fcfaf9;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; }#r4eaf75012cc81d0f3ad70b0901303bda5b69334 > .row .container { background-color: transparent; background-image: none; }#r4eaf75012cc81d0f3ad70b0901303bda5b69334::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4eaf75012cc81d0f3ad70b0901303bda5b69334 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4eaf75012cc81d0f3ad70b0901303bda5b69334 > .row .container > .video-iframe-container { display: none; }#r4eaf75012cc81d0f3ad70b0901303bda5b69334 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4eaf75012cc81d0f3ad70b0901303bda5b69334 > .row > .video-iframe-container { display: none; }#r4eaf75012cc81d0f3ad70b0901303bda5b69334 > .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); }#r4eaf75012cc81d0f3ad70b0901303bda5b69334 > .row .container { border-width: 0; border-radius: 0; }#r4eaf75012cc81d0f3ad70b0901303bda5b69334 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r4eaf75012cc81d0f3ad70b0901303bda5b69334 > .row .container { width:320px;height:58px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f508ea759ee884b80cc9eb5975732ed1e682a8cb { top:16px;left:5px;width:19px;height:26px;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R331cb164577088bea2b25698d1e3753a502c121 { top:15px;left:114px;width:28px;height:28px;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e2be95a76a5134460ed908a9b9b53fafc6b8d4da { top:14px;left:184px;width:23px;height:29px;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D093ad8df02442687cc6fd28a0a3679261030013 { top:17px;left:290px;width:25px;height:25px;z-index:15009;background-color:#c9232d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;display:block; }
 }@media only screen and (max-width: 763px) { #I1ddd51b8a6b2b725663713cedf457a80962c41e { top:18px;left:291px;width:22px;height:22px;z-index:15010;color:#ffffff;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #M7fed231ed1e8539e3f2bd5ff2a999a5a9204516 { background-color:#fcfaf9;background-image:none;display:block; }#M7fed231ed1e8539e3f2bd5ff2a999a5a9204516 > .row .container { background-color: transparent; background-image: none; }#M7fed231ed1e8539e3f2bd5ff2a999a5a9204516::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7fed231ed1e8539e3f2bd5ff2a999a5a9204516 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7fed231ed1e8539e3f2bd5ff2a999a5a9204516 > .row .container > .video-iframe-container { display: none; }#M7fed231ed1e8539e3f2bd5ff2a999a5a9204516 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7fed231ed1e8539e3f2bd5ff2a999a5a9204516 > .row > .video-iframe-container { display: none; }#M7fed231ed1e8539e3f2bd5ff2a999a5a9204516 > .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); }#M7fed231ed1e8539e3f2bd5ff2a999a5a9204516 > .row .container { width:320px;height:524px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8bcf9a38032793c1495fd201d2bac124692cd76 { width:200px;height:19.5px;top:36px;left:5px;font-size:15px;z-index:15042;font-family:futura-medium-01;display:block; }
 }@media only screen and (max-width: 763px) { #Tce291d8cbf7210f987b0566744f8596c8713faf { top:37px;left:302px;width:18px;height:18px;z-index:15123;color:#2c2d38;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #c70a62e131edd9da10c01c704cc9cdd7e5debd65 { top:25.5px;left:0px;width:320px;height:41px;z-index:15124;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #efb6896ec2e0bcd5ef616853d0b1c496eb3ebc47 { display:block; }
 }@media only screen and (max-width: 763px) { #e9d40cc15b99c1383c136cca4161f952beb64ae6 { top:77px;left:0px;width:320px;height:41px;z-index:15127;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #g30798839b35eb89952b89c04664d72e4fa807fc { display:block; }
 }@media only screen and (max-width: 763px) { #Kb5816708aeb80c3bcf983858ad517cc11a557e2 { width:200px;height:19.5px;top:87px;left:5px;font-size:15px;z-index:15045;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #Z359ac9a9294c6b241a7c0d57554d25e1a68e164 { top:88px;left:302px;width:18px;height:18px;z-index:15006;color:#2c2d38;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #a652f29adaa51d20c80ee096b97d7e0ebb8ee157 { top:128.25px;left:0px;width:320px;height:41px;z-index:15130;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #D6c5b478e47bf1784772c09ca5b0eb9bc12937df { display:block; }
 }@media only screen and (max-width: 763px) { #c2af7a35ab524099cb7724a8b0081c7daffacbc5 { width:274px;height:19.5px;top:139px;left:5px;font-size:15px;z-index:15048;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #ed653000db8ea79ab22835ee8650a8d699704256 { top:140px;left:302px;width:18px;height:18px;z-index:15005;color:#2c2d38;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #c27f2b82217584ecf0c4aefb8794e4cab7e9fbad { top:180.25px;left:0px;width:320px;height:41px;z-index:15133;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #X8a58696addffbced4a8b42ea87365a408be5737 { display:block; }
 }@media only screen and (max-width: 763px) { #P34c8b017a6fa0ccd5c7947ddbbe83354964d28c { width:274px;height:19.5px;top:191px;left:5px;font-size:15px;z-index:15051;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #l5c5787809fc91dde7b53537c20920a036d75eda { top:192px;left:302px;width:18px;height:18px;z-index:15004;color:#2c2d38;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #bd2d45dd18c70573a361f81cd9844715d6344fef { top:233.25px;left:0px;width:320px;height:41px;z-index:15136;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #c18b8a14381bc6acb1b78c25a3f9c9e5b9b08562 { display:block; }
 }@media only screen and (max-width: 763px) { #k17654f1efad3cb9f36299e5dafadeefaf6f6681 { width:274px;height:19.5px;top:244px;left:5px;font-size:15px;z-index:15054;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #c9f624f2e233635c1055b53a7c14b227807c35cb { top:245px;left:302px;width:18px;height:18px;z-index:15003;color:#2c2d38;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #h7b9e5ab44d5da5dc0c0dc65306a97144b2dc092 { top:284.5px;left:0px;width:320px;height:41px;z-index:15133;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #f4772c2da482e65c9f14b71da0862b6f50755427 { display:block; }
 }@media only screen and (max-width: 763px) { #O258c8a61a727932cb7306fe2f8e93630cce9a31 { width:274px;height:14.3px;top:295px;left:5px;font-size:11px;z-index:15051;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #o285c9c88f32e13c4408e7bcef12e67c4bb641b9 { top:296px;left:302px;width:18px;height:18px;z-index:15002;color:#2c2d38;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #n711190b265c032fb75b33d7c7c777f73bcaa1b2 { top:335.5px;left:0px;width:320px;height:41px;z-index:15136;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #d43595f6e69cc7361669f074ee798156e36a7909 { display:block; }
 }@media only screen and (max-width: 763px) { #w88de05885eb34c890fa95e944f3b18009e27bcb { top:347px;left:302px;width:18px;height:18px;z-index:15001;color:#2c2d38;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Z16e8429dc20ff1e2ab2f5c47e7cd856991578df { width:274px;height:14.3px;top:346px;left:5px;font-size:11px;z-index:15054;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #d00533c2bc3028ec7dfbeb8225098edde8835c3f { top:383.64999389648px;left:0px;width:320px;height:41px;z-index:15139;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #a47e848880b0a0e8db02de24dc0d7a7d52199ca3 { display:block; }
 }@media only screen and (max-width: 763px) { #f09a5ef6547a18b468ecb06365df2204a03f3aa6 { width:274px;height:14.3px;top:397px;left:5px;font-size:11px;z-index:15057;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #u7238adc1ae532b09c6c9957acdb2ae71610b512 { top:398px;left:302px;width:18px;height:18px;z-index:15000;color:#2c2d38;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #f1c280eb6e498e62849ea07f8363db4c395c656f { width:270px;height:36px;top:453px;left:25px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #b18eaec92d2cbf2a498bdb6305e004cad875a4b9 { width:26px;height:26px;top:459px;left:261px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ebe20f184616c746819dd9792c2cbbf66d95e879 { background-color:#fcfaf9;background-image:none;display:block; }#ebe20f184616c746819dd9792c2cbbf66d95e879 > .row .container { background-color: transparent; background-image: none; }#ebe20f184616c746819dd9792c2cbbf66d95e879::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebe20f184616c746819dd9792c2cbbf66d95e879 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebe20f184616c746819dd9792c2cbbf66d95e879 > .row .container > .video-iframe-container { display: none; }#ebe20f184616c746819dd9792c2cbbf66d95e879 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebe20f184616c746819dd9792c2cbbf66d95e879 > .row > .video-iframe-container { display: none; }#ebe20f184616c746819dd9792c2cbbf66d95e879 > .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); }#ebe20f184616c746819dd9792c2cbbf66d95e879 > .row .container { width:320px;height:889px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5b822faacc2d7899bf14f1512f7afd281ba1864 { width:177px;height:15.5938px;top:203px;left:5px;font-size:12px;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #cefb1dfb65d7c59be271871fd3750ca3efa65137 { width:177px;height:15.5938px;top:47px;left:5px;font-size:12px;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #gdf037a9e7a5bb1a81847e370241b0d565cecce0 { width:177px;height:15.5938px;top:93px;left:5px;font-size:12px;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #c48e75a7451cb2ba0f774deaa679dc4186da1f50 { width:177px;height:15.5938px;top:119px;left:5px;font-size:12px;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #mde723cbadf33b9fe502546137c9ca88690a8d01 { width:177px;height:15.5938px;top:146px;left:5px;font-size:12px;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #ifc55d9eb9c91061ae70fc1697a1901d310dcc11 { width:260px;height:15.5938px;top:174px;left:5px;font-size:12px;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #Nae221e186881e3f39a92a3f58c74493d5f8a9fc { width:177px;height:15.5938px;top:231px;left:5px;font-size:12px;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #Q4e2ecf1f84b472721e189549e259a6f9ea537bc { width:177px;height:15.5938px;top:259px;left:5px;font-size:12px;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #T46f01b17cdd445c28b04444316d8c243bfaa0b4 { width:177px;height:15.5938px;top:285px;left:5px;font-size:12px;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #f59bfdf64d204aa955df3662cd56d0276e211c43 { width:177px;height:15.5938px;top:340px;left:5px;font-size:12px;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #Qe2d04fc2d78374cbfd8678fe755b3b10b3749d7 { width:177px;height:15.5938px;top:367px;left:5px;font-size:12px;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #eb784c6ee8c0ca1db6d6eeba73dae5da4ca37b4a { width:177px;height:15.5938px;top:312px;left:5px;font-size:12px;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #Ufd105a088d8f7765a855644afb1885bc05049db { width:177px;height:15.5938px;top:397px;left:5px;font-size:12px;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #ib9e3851338c09b831b096891d608819ae9f22fe { width:177px;height:15.5938px;top:426px;left:5px;font-size:12px;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #ffd7bd14ebf83c91b93c242e9916a55676533cf5 { width:177px;height:15.5938px;top:455px;left:5px;font-size:12px;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #e87ef01fd7ce8c6f3ac0e6fca9f3034cfa1f7e32 { width:177px;height:15.5938px;top:483px;left:5px;font-size:12px;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #c241fe96ac7bf23faffcfe6d811636b038696c81 { width:177px;height:15.5938px;top:514px;left:5px;font-size:12px;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #vff630805bd86d70d495d2c28681169fa9a66421 { width:177px;height:15.5938px;top:543px;left:5px;font-size:12px;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #Gebc4fbcdc53fa664e01d3a0b7f843732acbfed5 { width:177px;height:15.5938px;top:600px;left:5px;font-size:12px;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #Qb66e5559c7d38ace6f1561cee121aac2bd6fd4e { width:177px;height:15.5938px;top:630px;left:5px;font-size:12px;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #offfbaa35008139c59f5d34a624f4bcb3297a699 { width:177px;height:15.5938px;top:660px;left:5px;font-size:12px;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #e952107d90a3826aeef1430a4932b1d0bd5896f2 { width:177px;height:15.5938px;top:848px;left:5px;font-size:12px;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #s9df9c5389560237bcddd839b90c2330c2ce585e { width:177px;height:15.5938px;top:820px;left:5px;font-size:12px;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #T8179bbb72dcec21ce2a1d2f019180233b03b6c6 { width:177px;height:15.5938px;top:789px;left:5px;font-size:12px;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #e0ed1b6d80ea643ce81680dd37cc79edec002044 { width:177px;height:15.5938px;top:756px;left:5px;font-size:12px;z-index:15117;display:block; }
 }@media only screen and (max-width: 763px) { #Jb935059c0f111bf8db26ec7078d34733a2745eb { width:177px;height:15.5938px;top:724px;left:5px;font-size:12px;z-index:15119;display:block; }
 }@media only screen and (max-width: 763px) { #c2000d982eb4e45d6a9bb0ed02e58aaa2ac629cb { width:177px;height:15.5938px;top:691px;left:5px;font-size:12px;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #beecfd8a1ac736294c5011f611e3048eb2e2ba83 { top:204px;left:306px;width:14px;height:14px;z-index:15126;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #bc0eb7b12f978c0f22b09726dc71b99cca15669d { top:48px;left:306px;width:14px;height:14px;z-index:15127;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #N81e8dc42bcf6b1ba1f898b10a2f159501f2d03a { top:94px;left:306px;width:14px;height:14px;z-index:15128;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #a737387c97056285e1d4c5b124eeb31a8d84f282 { top:120px;left:306px;width:14px;height:14px;z-index:15129;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #ecf483ba8846396c59d05475a1466791cea5713d { top:147px;left:306px;width:14px;height:14px;z-index:15130;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #V66f3db425ddacd2d7ebc3f0014a39dbf4f1e4e1 { top:175px;left:306px;width:14px;height:14px;z-index:15131;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #udb3603bd1b607ee8a5915b000877580c9a0faf8 { top:232px;left:306px;width:14px;height:14px;z-index:15133;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #A86180c8a2bcb5e619024de79b2a17dfa54d9f61 { top:260px;left:306px;width:14px;height:14px;z-index:15134;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #db84bc1e545a034c4c5cfd10280d4b6dde4a15b0 { top:286px;left:306px;width:14px;height:14px;z-index:15137;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #p18f20d5cd9ddd2f405582ea3ca8f7ef63707214 { top:313px;left:306px;width:14px;height:14px;z-index:15138;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #kf0892d9a2034ddbbf3b373bc6029b8d50cc68ee { top:341px;left:306px;width:14px;height:14px;z-index:15139;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #T37f2c12de83248ed96710108f61ea2312f27ae8 { top:368px;left:306px;width:14px;height:14px;z-index:15140;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #Qcf9b45c115264a41aa15c74db2a1e83eb371996 { top:398px;left:306px;width:14px;height:14px;z-index:15141;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #c5156929de9e59e051019fe645d9f9cb6f52e7d0 { top:427px;left:306px;width:14px;height:14px;z-index:15142;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #da9599951a2501ac2da3479137968829f233357e { top:456px;left:306px;width:14px;height:14px;z-index:15143;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #e5c0f7d1cfa21194ba08eb0f2cd9fd77ae531a49 { top:484px;left:306px;width:14px;height:14px;z-index:15144;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #n7765cdf984e6d2f7ad4555f9f45e60f3ec3835c { top:515px;left:306px;width:14px;height:14px;z-index:15145;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #Ie814ced530340d306eb7b6c6ff35a21232bbea2 { top:544px;left:306px;width:14px;height:14px;z-index:15146;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #d0380f759b76dd24cf749206a8906e4d5555a76a { top:601px;left:306px;width:14px;height:14px;z-index:15147;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #b465d297e44aebf40c4eee4b70befe84bf215d01 { top:631px;left:306px;width:14px;height:14px;z-index:15148;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #d66cf6936727acc06f6809c9b7207e2fb16732b9 { top:661px;left:306px;width:14px;height:14px;z-index:15149;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #a3347224aa4ddf91bb325f96e551044cd2733ee3 { top:692px;left:306px;width:14px;height:14px;z-index:15150;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #Zf16158590adf539ae75bb14cef0e3e6428681c9 { top:725px;left:306px;width:14px;height:14px;z-index:15153;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #S8d9947fab85c946dfe118a993a6cd374ae2f742 { top:757px;left:306px;width:14px;height:14px;z-index:15154;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #n467ddc928c1bb33c1050b40e779c5c420f191d2 { top:790px;left:306px;width:14px;height:14px;z-index:15155;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #af319944ee3fea42b925607d69cc26db8737c2e4 { top:849px;left:306px;width:14px;height:14px;z-index:15157;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #s68e70df9fab4e2235484bdd52176af26466605c { top:821px;left:306px;width:14px;height:14px;z-index:15156;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #e946406059f79f65c4e5e5729134a22345d52f65 { top:0px;left:290px;width:30px;height:30px;z-index:15158;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #d6fc278fd3b718ddfcf6d5b3ad21d3d1642a7919 { top:6px;left:302px;width:18px;height:18px;z-index:15159;color:#2c2d38;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #f57c8f14222b2fc3181a79a90e585f69d2ceeb8f { top:573px;left:306px;width:14px;height:14px;z-index:15128;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #Ge9889ad5fb26a090ffbb5e14a32fce9a24a03e2 { width:177px;height:15.5938px;top:572px;left:5px;font-size:12px;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #e5e5a6a02eb4d98beaeddf2c6fcce27ce791e7d0 { width:177px;height:15.5938px;top:70px;left:5px;font-size:12px;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #ac06ac09f7908aa2e453638423aa90bd3071b302 { top:70px;left:306px;width:14px;height:14px;z-index:15128;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #Gc693079aed1530a92ce54ab275b0fd2da561f41 { background-color:#fcfaf9;background-image:none;display:block; }#Gc693079aed1530a92ce54ab275b0fd2da561f41 > .row .container { background-color: transparent; background-image: none; }#Gc693079aed1530a92ce54ab275b0fd2da561f41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gc693079aed1530a92ce54ab275b0fd2da561f41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gc693079aed1530a92ce54ab275b0fd2da561f41 > .row .container > .video-iframe-container { display: none; }#Gc693079aed1530a92ce54ab275b0fd2da561f41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gc693079aed1530a92ce54ab275b0fd2da561f41 > .row > .video-iframe-container { display: none; }#Gc693079aed1530a92ce54ab275b0fd2da561f41 > .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); }#Gc693079aed1530a92ce54ab275b0fd2da561f41 > .row .container { width:320px;height:178px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fb89cd83b8b5c63d1cb37a0a49ce285ab2848ec4 { top:48px;left:306px;width:14px;height:14px;z-index:15126;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #h78c4c958fb91a9421da7dc62a415f6c46545179 { top:77px;left:306px;width:14px;height:14px;z-index:15127;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #D944f09258982ba9bb91fdc44d596a70b8bc1899 { top:106px;left:306px;width:14px;height:14px;z-index:15128;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #fe5250ddf7b6e1781e7186c37e93b48d07021344 { top:132px;left:306px;width:14px;height:14px;z-index:15129;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #G3e75195142c2c432a4650174633769921ef871c { top:0px;left:290px;width:30px;height:30px;z-index:15158;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #d54195f42c49c5d49076cafe6ea1ddbec2bc58be { top:6px;left:302px;width:18px;height:18px;z-index:15159;color:#2c2d38;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ca6fdafa84e12fd9c0261b09476948d60d187828 { width:222px;height:15.6px;top:105.19999694824px;left:5px;font-size:12px;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #J8b309f53570be6cc872f62f699f515e693c6f49 { width:264px;height:15.6px;top:131.19999694824px;left:5px;font-size:12px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ta08ed0f0e008ad14eb5f6268390c7a0c659b55e { width:243px;height:;top:47.199996948242px;left:5px;font-size:12px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #b40dda058466199eec10afd72b49f12d0879e8ee { width:236px;height:15.6px;top:76.199996948242px;left:5px;font-size:12px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #K136644e5ec690599aac8a1ef6e9cd87603ca11b { display:none; }#K136644e5ec690599aac8a1ef6e9cd87603ca11b > .row .container { width:320px;height:818px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xe6ce82e8694639bf1c52171754f0134e4944a9d { width:89px;height:14.3px;top:130px;left:115px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #X19bea84049828f10331c45707615f2fbc3863b5 { width:127px;height:35px;top:75px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #cc59870b6b796a7d20deecd08dc5553351c97c52 { width:136px;height:14.3px;top:209.65000610352px;left:90.5px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #N9d4605c5c01ac0ae6758031e1731019fc48cc17 { width:167px;height:35px;top:200.3px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #Rb3fd7d27ea6911624b63662deb0a28f8d00995c { width:71px;height:14.3px;top:320.3px;left:124px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #m37d3d03e7b6b531ef38b93a761c555349806c79 { width:96px;height:35px;top:310.3px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #m1ef2eb9ff34907d70594ca865c8a7aab1bfa8a3 { width:114px;height:35px;top:365.3px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #aba2a390b80114aa83177499dd2b40896e3c878d { width:16px;height:16px;top:375.3px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #Oa87884c750487e410931f7e491e6c4de1603b58 { width:13px;height:13px;top:375.3px;left:192px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #ab5de6a4605be772943fa8d7c945af45413cda47 { width:89px;height:14.3px;top:375.99999694824px;left:115px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Za0377dc07f9d34913b870c813bc27eb6a7d5846 { width:139px;height:35px;top:420.3px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #R738178f7fd5c318330a9370d3b45f59c5cce9d6 { width:16px;height:16px;top:430.3px;left:203px;display:block; }
 }@media only screen and (max-width: 763px) { #N22b02ac2a741ea0fa7a075a423b41e462aedba5 { width:113px;height:14.3px;top:431.3px;left:103px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #f8fc82d96b86f971062807b16a6d34ff88fa00c3 { width:13px;height:13px;top:430.3px;left:204px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #I03d33b88f8cb5a094f53475168846d952951daf { width:180px;height:80px;top:475.29992675781px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #d974f1284c90994cf1e13fb25656eb564ea47aae { width:320px;height:1px;top:680.29992675781px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #L215b701a85236d706d4c5ae0b7d84b2b283b841 { width:32px;height:32px;top:701.29992675781px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #w49a0776f291b62e98c667ef11a86643685ca248 { width:104px;height:0;top:645.29992675781px;left:108px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #e222083287ffc54b9ed5546278907e4c6b041bef { width:74px;height:0;top:610.29992675781px;left:123px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #s95870bd6c7fd864258c8a9d0a2650112932bb6c { width:45px;height:0;top:575.29992675781px;left:137px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Q7c64ecdd5c95701fb07c77f5822ba3726a4d23c { width:104px;height:28px;top:765.29992675781px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #c77ca69d1e5ecdeaedc795f99f073e4029ece683 { width:134px;height:44px;top:753.29992675781px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #b892ccac128a86a77140a0e901437244dfc5f59f { display:none; }#b892ccac128a86a77140a0e901437244dfc5f59f > .row .container { width:320px;height:202px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b7457742fdd2a80365b86ccd9bfed79f97a294bd { width:318px;height:54px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #e5d1c5ef8139255b11026f1ea38adbbc7742884d { width:134px;height:5px;top:96px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #e6a329cbcbaa9a34571ddd396960adfbead9ba8e { width:78px;height:0;top:38.899993896484px;left:27.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #F66a33d229961d195c68293f5def3968227b0154 { width:80px;height:0;top:39.899993896484px;left:123.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #C3d131c0bd948c6683157ac3776df4726bf29e0b { width:80px;height:0;top:39.899993896484px;left:216.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ga616c2dcd1a7fa523ba9d23984e7bb170841c95 { width:89px;height:0;top:40.199996948242px;left:231px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #b1daa07fd9faa52226df8b525ba1a288301ad848 { width:89px;height:0;top:39.899993896484px;left:231px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #c9d7f417f4b712149cf63359518fa69925a2765c { width:89px;height:0;top:39.899993896484px;left:231px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #e096ab023c93401691b6f7baa57155ecabcb12d0 { width:89px;height:0;top:39.899993896484px;left:231px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #a8c0e63214bf8f462135b3e3c735cf6b055a787c { width:48px;height:0;top:40px;left:272px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ef7eaf9709afab047d3b12c46430c14cbcf7ad42 { width:80px;height:0;top:121px;left:120px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #dff1168bc63844364d79f8fe38a6b9116aad10e1 { width:66px;height:25px;top:157px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #U3be8e42c52d2344f1f289960bbd26abaad9db26 { display:block; }#U3be8e42c52d2344f1f289960bbd26abaad9db26 > .row .container { width:320px;height:144px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hf22d9be94d294694858f26eb5e1628bab230055 { width:36px;height:36px;top:6px;left:284px;display:block; }
 }@media only screen and (max-width: 763px) { #e81780e314ce3946aaed34bb91297bb8a8875516 { width:300px;height:36px;top:42px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #W1c17041b77ebf537cbf9e30ce033de836f22435 { width:26px;height:26px;top:98px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #f363fdd6e728b785f163f2e0cabab7045b010f7a { display:none; }#f363fdd6e728b785f163f2e0cabab7045b010f7a > .row .container { width:320px;height:1141px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ee3225e1ce599032ae7b948c58713b6178c0d902 { width:230px;height:1049px;top:16px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #D3047b835edd5a036a2ea7eb452672aecca37bcb { width:177px;height:16px;top:683px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #H06ccb3d437c9797daaa4e3966133b727368655c { width:200px;height:1px;top:706px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #d7414bf4a29491266390e0a4ebf854bd0e8d7124 { width:177px;height:15.6px;top:32px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #l1b74070e100395263e5cadb9e46a8b3944a9a68 { width:200px;height:1px;top:53px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #a7e810ca766db4dea7b671a30ead2bbc55380ffb { width:177px;height:15.6px;top:60px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #d15625ee9b9a8ee452f96ab9eb5394dd1607ca35 { width:200px;height:1px;top:83px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #R6b09681b8db958605021b5895232bcaad10323b { width:177px;height:15.6px;top:122px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #t05a36c32738fa46f9a96184e1fed1f3d7e27a66 { width:200px;height:1px;top:145px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #S8229730ec9440a3b75dae1ca62451cb4da00f2b { width:177px;height:15.6px;top:154px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #f8e1c713f575554188f81c478e07d6f36c96aad3 { width:200px;height:1px;top:177px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #U2431eee7496317c1795d0464c58947708162553 { width:200px;height:1px;top:207px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #J26e0b5c7b1cde7ae636bd0ff6383fdc3963de06 { width:177px;height:15.6px;top:244px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #f2fcb6bb4e26433927792a22958e77924f2dbf68 { width:200px;height:1px;top:267px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Ne2b7b05eca8dc463663232ee7736c82d2dffd51 { width:177px;height:15.6px;top:276px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #m2445ec447426eb51f8bb4db9cf22c11ed2df2a1 { width:200px;height:1px;top:298px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #b1b3b119bd3feb465d2a3d5de912079a6106604d { width:177px;height:15.6px;top:371px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #aa5adcb779f7d135bf48d5ddc3e217cd06874d87 { width:200px;height:1px;top:423px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Ecc6ea5e77c5936d951fc95c32724e2e152b7053 { width:177px;height:15.6px;top:432px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Xbb74cb764152cb4de2f200b957cfaef86c6729a { width:200px;height:1px;top:455px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Q61fdab5acaa65a1855f791e13376df9fd173f87 { width:177px;height:15.6px;top:464px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #fbd02e876a33726f7ea00357f3773a0367386538 { width:200px;height:1px;top:487px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #H5cbcdd321441bc7483e7505f5c78a2bffa22182 { width:177px;height:15.6px;top:496px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ef1cae06a615711c603e011afbda2c535c3a4d6a { width:200px;height:1px;top:519px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #he2be056705f6e37f4898caf6a1b4f70400d57fb { width:177px;height:15.6px;top:528px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #d6f778bd59f8076e68c9f43b4ef0d7ded8c9e23b { width:200px;height:1px;top:551px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #I00802e273dcc466ac499e8159b4bb834ff67745 { width:177px;height:15.6px;top:559px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #t849882df583968b5b440e4f56bdfd3c6dc24e97 { width:200px;height:1px;top:582px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #p8dd9d0d6f990b8619a578df9f7ecc4b16223d44 { width:177px;height:15.6px;top:590px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #J9ab252c327af7d005472c7d3a651e95f7534d8f { width:200px;height:1px;top:613px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Q70483312c5ba80529c0b0d327f1002abffa7e62 { width:177px;height:15.6px;top:621px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #a674842684ec7b7d53f07d8d424e5a3cd3757a09 { width:200px;height:1px;top:642px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #F3e641704d3d00e4250a6c7a273458bd2fc3af3f { width:177px;height:15.6px;top:652px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Vbee2bd1094740aea38ae728fbf3d5b8c982e422 { width:200px;height:1px;top:675px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #b26c3b640cbfef2a7462305076700cc128f62858 { width:177px;height:15.6px;top:714px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #p0fa7ee1a438cda99fb057120c78ccc46443934f { width:200px;height:1px;top:736px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #lf63a74f02668bfb802216b896923c3c1d9816ab { width:177px;height:15.6px;top:744px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zcff49f33835b6b5bd14f35064b984b0e6b80361 { width:200px;height:1px;top:766px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #ddd72c8e566f54eb8886027bf1e721c060fddc22 { width:177px;height:15.6px;top:774px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #k5a6712105d7ac2aa2403d0779f00cd1425674ba { width:200px;height:1px;top:797px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #aab797e0e0e7daf646517911b3bc2277107c3ed0 { width:177px;height:15.6px;top:1027px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Hcff1b9aa065ea2000c8888fad5fb04ab07843f5 { width:177px;height:15.6px;top:999px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #f57d5f96a2a92573bfac0d087cbb161cb6caa98d { width:200px;height:1px;top:1020px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #c5afb8f1c018c177c2c6879ef9f5c86607263be3 { width:177px;height:15.6px;top:968px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #v0a8b66addc84df04c2297f5938b40c77a53449b { width:200px;height:1px;top:990px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #f48dc26ad0747d2ad8711c8a90df51f6189acc17 { width:177px;height:15.6px;top:935px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #eb5fab1e8b4d493c8bf6184175d9a79b8094b767 { width:200px;height:1px;top:958px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #ca636e6a938fe45aec6bb582abcfd301255c21fc { width:177px;height:15.6px;top:903px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8e479a034c7fdc00488c2a0bb9880ba972249e { width:200px;height:1px;top:926px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #N7a427f4223404c0fab75cc9bb4da8683617fa41 { width:177px;height:15.6px;top:805px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #q47cb635ad646dac0fd4216f23452ca856282c18 { width:200px;height:1px;top:828px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #a08a5ad467cfa674b8faff232308c23aa7b5dd97 { width:177px;height:15.6px;top:91px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #J67e0d643397bcc429a78097d3fd6bc8736c3555 { width:200px;height:1px;top:391.60000610352px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #be8a3fe2a7635d913a6647fcb575fd8044e3b37d { width:177px;height:15.6px;top:400px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #C77036220ff93f2135cbcbe6e5233f7d74f06f5e { width:200px;height:1px;top:115px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #cd35de8122c988cf6754ccf5155b0827e7ffdd5d { width:177px;height:15.6px;top:216px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Ldef7a49a2c69a3e2ee4ac3fe9ef0dd0839bdc73 { width:114px;height:35px;top:16px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Ad675f1d3e6b98544a404cb576c58a804f1f31ea { width:216px;height:1px;top:1120px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #F3cfd99ad9d673a9895aa2a95aa740a56586493d { width:177px;height:0;top:1085px;left:71px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #V8ed1b329bbb81e36e757bc8e5f0565df018e539 { display:none; }#V8ed1b329bbb81e36e757bc8e5f0565df018e539 > .row .container { width:320px;height:129px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L804bbd4502889c308e5f4d4e936789b00a6831a { width:320px;height:110px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #H078febeeb4d26c7074e865ca54a9b2541574c96 { width:108px;height:81px;top:21px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #bdc708364925aefaefe74489d3d1ef2e14f00b64 { width:187px;height:15.6px;top:96px;left:126px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #edf3a4df98a30448f7f3ef163ebd3780898fd001 { width:199px;height:29px;top:88px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #bbb5c4117c6ad7960056af6e12458c00d842d886 { width:155px;height:17px;top:24px;left:126px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #G14843cf273999bb44f6ae2da8c557e2c57257a7 { width:185px;height:15.6px;top:48.699996948242px;left:126px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #t43adcfb78267c81144633d310a709cf1acf4210 { width:139px;height:35px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #c2e652922f977f08675663175d545149145f72c5 { width:178px;height:15.6px;top:72px;left:126px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #W1FoiUsRKwuDM151nLusaSW1MGQy0w7b { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ea7f422b-1c3f-49f9-af6a-30097578e3c1/sekcja_koszyk_tiny.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b.adaptive-delivery-prevent-bg, #W1FoiUsRKwuDM151nLusaSW1MGQy0w7b.lazyload, #W1FoiUsRKwuDM151nLusaSW1MGQy0w7b.lazyloading { background-image: none; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container { background-color: transparent; background-image: none; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container > .video-iframe-container { display: none; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row > .video-iframe-container { display: none; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .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); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container { width:320px;height:600px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlCxIVaSWJCGLUdDz9nw2dKrreP0Ett6 { width:137px;height:21.833152654386px;top:1002px;left:91px;display:none; }
 }@media only screen and (max-width: 763px) { #lwv92pqZ9r4KVtZey4cJRFAtU5ddy78s { height:178.688px;width:320px;top:1042px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xEKc8qko02wliKb6XTrQT3gAe6a54Hli { width:320px;height:85.7812px;top:269.98577880859px;left:0px;font-size:22px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w8TtZWLCF9ULtq5ZWULMABdEE0BBMTKc { width:320px;height:23.7969px;top:370.96588134766px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #oyJ6pABxsZaa4pGrhWebsERmglPzCg79 { height:179.91836734694px;width:320px;top:531px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TJimX1W62ZWvW4SybOJ9EVxOkVZHASHy { height:180px;width:320px;top:417.65625px;left:0px;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f86471b6-59d3-470b-967f-c4a3f085205c/bg42.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR.adaptive-delivery-prevent-bg, #mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR.lazyload, #mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR.lazyloading { background-image: none; }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .row .container { background-color: transparent; background-image: none; }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .row .container > .video-iframe-container { display: none; }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .row > .video-iframe-container { display: none; }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .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); }#mNCsUQtJvdE20kTxRTMr3kBuTJQEgAgR > .row .container { width:320px;height:1513px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNDLiT9c5MKb7JXRhP05ZhX0IJQmt6Gm { width:320px;height:127.836px;top:1279.9765625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OXS5wvsyX1eypKuvFA8h85tsRQis3yHD { width:320px;height:90px;top:1125.96875px;left:0px;font-size:12px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gxePMTGdCn7wuDiK2wMTyqTwasZF4uPH { width:320px;height:246.953px;top:69.984375px;left:0px;font-size:19px;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #LGRlHZ4ThgfLITyfUlAMw4EMHXnZXMaq { width:320px;height:689px;top:396px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #gaC3Pe9PSGZDGqQ1PuxreqFtQL1xbdwm { width:282px;height:655px;top:379px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #RpPdHOcq5Qb3WCBvbCe1tk14LkfZZLUr { width:320px;height:762px;top:337px;left:0px;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P71ef009b6c030dbdc52e3a64b3775e7469dea3d { background-color:#1a1b24;background-image:none;display:none; }#P71ef009b6c030dbdc52e3a64b3775e7469dea3d > .row .container { width:320px;height:692px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dd07381300e8d49bb72754cc7ebcb14af678edcf { width:132px;height:20.8px;top:11px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #o7252f56938852240f81ea48d4464dd33132b50b { width:171px;height:233px;top:32px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #e49f55aaa73105824cb5aa047ff6b1add19b74d9 { width:55px;height:31px;top:512px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P180a337b0eca2eb6bf520363794f85ea3d825f6 { width:104px;height:220px;top:32px;left:171px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #b0f938affc57bcbd2f62fe811ca0e8e519446ab6 { width:121px;height:20.8px;top:12px;left:171px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m9afa480d9b0fd65f6bcd07ba2a12ed49fc67da9 { width:154px;height:224px;top:299px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #g4bb69e4b2060f8e5ef0cd225d5e8dd2c454da88 { width:133px;height:14.3px;top:278px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #d0964c56140da98b9092486508d0aecf604feb0a { width:125px;height:198px;top:299px;left:171px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Febdca8c5255c517c46226f54025f95dd0b36979 { width:105px;height:14.3px;top:277.69999694824px;left:171px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #f139b4c0aa26ea02d4d1ca67ee101af95a13cc7f { width:33px;height:33px;top:533px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #g7f5d27898afe2dec39f3bf2db98b63dcfa316b2 { width:33px;height:33px;top:533px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #efaf888d7b179d7b2c1da5df191218395cb308a3 { width:33px;height:33px;top:533px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #b695f4f8e8e0d35b6e1c6b185e5065c938e15025 { width:33px;height:33px;top:533px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #c151be53ae6672b7a0a9225b6884d5e3cd82d239 { width:33px;height:32px;top:534px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #zdaaac5e85d0b28e318ff9e80dfb6b1fb3e2e404 { width:33px;height:33px;top:586px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #e74f26547e36a7758d365dd9b8767fdef34bd0ca { width:33px;height:33px;top:639px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #L629fda4bfc0f986600e56616a49c9f47f14385d { background-color:#1a1b24;background-image:none;display:block; }#L629fda4bfc0f986600e56616a49c9f47f14385d > .row .container { background-color: transparent; background-image: none; }#L629fda4bfc0f986600e56616a49c9f47f14385d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L629fda4bfc0f986600e56616a49c9f47f14385d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L629fda4bfc0f986600e56616a49c9f47f14385d > .row .container > .video-iframe-container { display: none; }#L629fda4bfc0f986600e56616a49c9f47f14385d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L629fda4bfc0f986600e56616a49c9f47f14385d > .row > .video-iframe-container { display: none; }#L629fda4bfc0f986600e56616a49c9f47f14385d > .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); }#L629fda4bfc0f986600e56616a49c9f47f14385d > .row .container { width:320px;height:196px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ac0fabc7a5db7bb177fbee27c46e46cccfde2fa6 { width:132px;height:20.7969px;top:27px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ee21a9d222b986ec689627cd3e5779f59dc862a2 { width:183px;height:70.1952px;top:52px;left:0px;font-size:13px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #g799b446d71f6101c8bf13e5b1681bac1e076115 { width:55px;height:31px;top:0px;left:265px;display:block; }
 }@media only screen and (max-width: 763px) { #D3c6598a79a53979040f0a75529d307a0e67203f { width:134px;height:46.7968px;top:52px;left:186px;font-size:13px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #c61df1bc17936d1c5a24e5ea0eacbed40f320b05 { width:121px;height:20.7969px;top:27px;left:186px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b4d6204bc7882c9ab58344606db5a6792afbfb43 { top:119.19999694824px;left:-14px;width:50px;height:50px;z-index:15014;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m0d671603bf206dafb89ac5dfff8a6d2befa557b { top:137.1875px;left:173px;width:50px;height:50px;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bed93d4ce655addb2363a54d561d4f8ef6761797 { width:134px;height:33.7969px;top:102px;left:186px;font-size:13px;line-height:1.3;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #b4d839c574a212be568075dfbbd20888fa317f9b { background-color:#1a1b24;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; }#b4d839c574a212be568075dfbbd20888fa317f9b > .row .container { background-color: transparent; background-image: none; }#b4d839c574a212be568075dfbbd20888fa317f9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4d839c574a212be568075dfbbd20888fa317f9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4d839c574a212be568075dfbbd20888fa317f9b > .row .container > .video-iframe-container { display: none; }#b4d839c574a212be568075dfbbd20888fa317f9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4d839c574a212be568075dfbbd20888fa317f9b > .row > .video-iframe-container { display: none; }#b4d839c574a212be568075dfbbd20888fa317f9b > .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); }#b4d839c574a212be568075dfbbd20888fa317f9b > .row .container { border-width: 0; border-radius: 0; }#b4d839c574a212be568075dfbbd20888fa317f9b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b4d839c574a212be568075dfbbd20888fa317f9b > .row .container { width:320px;height:256px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d76a0a0aa300e717a4b33b2efb8bc07f836346fa { width:183px;height:202.188px;top:0px;left:0px;font-size:13px;line-height:1.8;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #a8cc7ea8c9de46155cda64a4effa8cdc0fd3ece3 { top:188px;left:-14px;width:50px;height:50px;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e4d24b16dcc8d70e2dbec5c6e690dabad6d9dcc7 { width:55px;height:31px;top:0px;left:265px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #de012fe928b72c9f1b9b38a6f39e2d7c380d7207 { background-color:#1a1b24;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; }#de012fe928b72c9f1b9b38a6f39e2d7c380d7207 > .row .container { background-color: transparent; background-image: none; }#de012fe928b72c9f1b9b38a6f39e2d7c380d7207::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de012fe928b72c9f1b9b38a6f39e2d7c380d7207 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de012fe928b72c9f1b9b38a6f39e2d7c380d7207 > .row .container > .video-iframe-container { display: none; }#de012fe928b72c9f1b9b38a6f39e2d7c380d7207 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de012fe928b72c9f1b9b38a6f39e2d7c380d7207 > .row > .video-iframe-container { display: none; }#de012fe928b72c9f1b9b38a6f39e2d7c380d7207 > .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); }#de012fe928b72c9f1b9b38a6f39e2d7c380d7207 > .row .container { border-width: 0; border-radius: 0; }#de012fe928b72c9f1b9b38a6f39e2d7c380d7207 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#de012fe928b72c9f1b9b38a6f39e2d7c380d7207 > .row .container { width:320px;height:217px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1c7276f25ffe9fcf7da641b1a2a615f9ff7ae15 { width:134px;height:163.7888px;top:0px;left:185.5px;font-size:13px;line-height:1.8;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Ed588e21ebcbc9beaf29e5acfc5da2db6e379fa4 { top:166.39999389648px;left:174.5px;width:50px;height:50px;z-index:15016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T67eee67ba9477f24aa7ac016585eea1d1c986a4 { width:55px;height:31px;top:0px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #c52320450a0d2572303d7c4e8c5ec910a4fb6732 { background-color:#1a1b24;background-image:none;display:block; }#c52320450a0d2572303d7c4e8c5ec910a4fb6732 > .row .container { background-color: transparent; background-image: none; }#c52320450a0d2572303d7c4e8c5ec910a4fb6732::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c52320450a0d2572303d7c4e8c5ec910a4fb6732 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c52320450a0d2572303d7c4e8c5ec910a4fb6732 > .row .container > .video-iframe-container { display: none; }#c52320450a0d2572303d7c4e8c5ec910a4fb6732 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c52320450a0d2572303d7c4e8c5ec910a4fb6732 > .row > .video-iframe-container { display: none; }#c52320450a0d2572303d7c4e8c5ec910a4fb6732 > .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); }#c52320450a0d2572303d7c4e8c5ec910a4fb6732 > .row .container { width:320px;height:183px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ace115d79021b5da3a81d072a885bc62b6d6b8fb { width:55px;height:31px;top:0px;left:265px;display:block; }
 }@media only screen and (max-width: 763px) { #db5cfa3f3577527eed8ff067b97d8b960f75e7ab { width:176px;height:93.5936px;top:39px;left:0px;font-size:13px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #U011da6136d05da43662c4ee3cf57300d0244c41 { width:133px;height:20.7969px;top:15px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #feb0b75bae17e17e8facbfb6613ec050fba62313 { width:131px;height:46.7968px;top:39px;left:186px;font-size:13px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #d1eac91c72657b402b33bd5dee6cabdc9d34be2a { width:124px;height:20.7969px;top:15px;left:186px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #c175024608e8daeb8ed3f824c7919d29f3cf9801 { top:130px;left:-14px;width:50px;height:50px;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C408fb39a1a6f78a443308a0a2c9763d3dfaabf0 { top:123.1875px;left:173px;width:50px;height:50px;z-index:15016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C7bd8e4483849eb31b9925dd56d2841da92c956c { width:131px;height:33.7969px;top:86px;left:186px;font-size:13px;line-height:1.3;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #H19d1c55262b57da9bf970a20edce365f7469612 { background-color:#1a1b24;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; }#H19d1c55262b57da9bf970a20edce365f7469612 > .row .container { background-color: transparent; background-image: none; }#H19d1c55262b57da9bf970a20edce365f7469612::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H19d1c55262b57da9bf970a20edce365f7469612 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H19d1c55262b57da9bf970a20edce365f7469612 > .row .container > .video-iframe-container { display: none; }#H19d1c55262b57da9bf970a20edce365f7469612 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H19d1c55262b57da9bf970a20edce365f7469612 > .row > .video-iframe-container { display: none; }#H19d1c55262b57da9bf970a20edce365f7469612 > .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); }#H19d1c55262b57da9bf970a20edce365f7469612 > .row .container { border-width: 0; border-radius: 0; }#H19d1c55262b57da9bf970a20edce365f7469612 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H19d1c55262b57da9bf970a20edce365f7469612 > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6298a5dc89068c9ae400c1fef18ef4bf39cd3a0 { top:95px;left:-14px;width:50px;height:50px;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aa5a9abac29eabaa06fff09ac542c21851b4606d { width:55px;height:31px;top:0px;left:265px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #efe2df93592275027e94b491148f52a57f55b4d4 { width:176px;height:91.7968px;top:0px;left:0px;font-size:13px;line-height:1.8;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #q071b0157b04f32d156b658e0e580e8eb180ca39 { background-color:#1a1b24;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; }#q071b0157b04f32d156b658e0e580e8eb180ca39 > .row .container { background-color: transparent; background-image: none; }#q071b0157b04f32d156b658e0e580e8eb180ca39::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q071b0157b04f32d156b658e0e580e8eb180ca39 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q071b0157b04f32d156b658e0e580e8eb180ca39 > .row .container > .video-iframe-container { display: none; }#q071b0157b04f32d156b658e0e580e8eb180ca39 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q071b0157b04f32d156b658e0e580e8eb180ca39 > .row > .video-iframe-container { display: none; }#q071b0157b04f32d156b658e0e580e8eb180ca39 > .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); }#q071b0157b04f32d156b658e0e580e8eb180ca39 > .row .container { border-width: 0; border-radius: 0; }#q071b0157b04f32d156b658e0e580e8eb180ca39 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q071b0157b04f32d156b658e0e580e8eb180ca39 > .row .container { width:320px;height:192px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4c5510c03575b5c0772d3779ec5f798280002d4 { top:141.40002441406px;left:174.5px;width:50px;height:50px;z-index:15016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u4d1ca98c8060fea3fb6a39e66974c3fc7c99a99 { width:55px;height:31px;top:0px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #W0dc33df3afff9b1ccf3cc54d32c24ce21831e72 { width:125px;height:140.3904px;top:0px;left:186px;font-size:13px;line-height:1.8;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #g178128924e0df0ee180c5283587a9b272a425c5 { background-color:#1a1b24;background-image:none;display:block; }#g178128924e0df0ee180c5283587a9b272a425c5 > .row .container { background-color: transparent; background-image: none; }#g178128924e0df0ee180c5283587a9b272a425c5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g178128924e0df0ee180c5283587a9b272a425c5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g178128924e0df0ee180c5283587a9b272a425c5 > .row .container > .video-iframe-container { display: none; }#g178128924e0df0ee180c5283587a9b272a425c5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g178128924e0df0ee180c5283587a9b272a425c5 > .row > .video-iframe-container { display: none; }#g178128924e0df0ee180c5283587a9b272a425c5 > .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); }#g178128924e0df0ee180c5283587a9b272a425c5 > .row .container { width:320px;height:121px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ee65a1e65cb5eeb8146c490c57b9124ef1f78c8a { width:33px;height:33px;top:35px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #t334f079824e53dd2de73450ad67efbde7bb3854 { width:33px;height:33px;top:35px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #d7757e98fb10a78249e0e4dc2d08d52726562166 { width:33px;height:33px;top:35px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #c773ad0fb1a1ae340dcf8976110a5e8f90133c09 { width:33px;height:33px;top:35px;left:185px;display:block; }
 }@media only screen and (max-width: 763px) { #g6a1cfb6aefa8242930fac0566515bbe7d17a4ba { width:33px;height:32px;top:36px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #a699663ab913a99675aec149ede388ef2622771d { width:33px;height:33px;top:35px;left:271px;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Ff3d39ab460730c6879a011736b0823f6daaf690 { width:33px;height:33px;top:35px;left:228px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ea1734a4815b733528714830814e1f959241f763 { display:block; }#ea1734a4815b733528714830814e1f959241f763 > .row .container { width:320px;height:57px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eede23184749c2090f4ae40230422577f4544a0e { width:320px;height:14.3px;top:21.349975585938px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I091e928bf89a4085c1c7ef44461c3530f5e3b69 { width:320px;height:0;top:59.3px;left:0px;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #DfJzRLZ5AEybFibsukFkZO5vUongOvgT { display:none; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT > .row .container { width:320px;height:65px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:none; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r > .row .container { width:320px;height:65px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oTMwoKAOcd6Uys7wMVQGCK7h8a0XzPyE { width:320px;height:51px;top:8.5px;left:0px;display:block; }
 }