.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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/07be6a19-ce17-458c-855b-20dbf6a4642f/bgtop.jpg");background-position:top center !important;background-repeat:no-repeat !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); }#Ld33c3728fb2882e298744c9f9938802dd15dca5 { position:relative;display:none; }#Ld33c3728fb2882e298744c9f9938802dd15dca5 { border-width: 0; border-radius: 0; }#Ld33c3728fb2882e298744c9f9938802dd15dca5 > .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; }#Ld33c3728fb2882e298744c9f9938802dd15dca5 > .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; }#ca4b8c2b5380fe7c24e97a67e0da63790a13b9f7 { 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; }
#o145be74d42a4f168f6d31910c3373166f71c514 { 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; }
#y4df6ff6b76a0c0ae46b4e91df89597ba39cb477 { 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; }
#L15b8da8efdcfbea01ff1a8be0c675c55d534b0a { 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; }
#c840e0c15150e52a7c466b13c8b0cc83f4185701 { 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; }
#dc9086cb2790322ee2dd6ac5f88bc7e3957ecf64 { 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; }#dc9086cb2790322ee2dd6ac5f88bc7e3957ecf64 > .row .container { border-width: 0; border-radius: 0; }#dc9086cb2790322ee2dd6ac5f88bc7e3957ecf64 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dc9086cb2790322ee2dd6ac5f88bc7e3957ecf64 > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:none; }#fa0837faa9796ea233d34780835840b0a35f0c49 { 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; }
#hd7effd9dc20dfccc0d0019db9292285c4fc9d66 { 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; }
#ddaf2018ef064b1e33ab71c2c8417258e9897cf4 { 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; }
#Rdda6cc2cb1e44560f7fcad41bfd862dc2ac1f31 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Cb63fdb6045a906f96085ca5642462b5d82790d1 { 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; }
#rfc2b28ac7e1a1c80bc61e5d6d511e6664de81b7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#i843786b922562520122029e9219528ac819d20d { 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; }
#Zde55a81be593938b11ecc655a915e8faeeca4bb { 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; }
#f59adb43440635141cae558ea59478d520c15110 { 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; }
#e781f5810d1a6309b2ad9db0ce64e23f9cd9b850 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#c17b02c1a5547b93bceb29081faad4a630bda6c4 { 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; }
#c1d318834d524de2c08a1cf8317068a5df7e0a50 { 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; }
#I7b874e8ecb23524137bbc802e2b068f923a26b1 { 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; }
#bf5f2f443ef93c6b592977045f82e808332fd2e9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#G86eb26f6367e03dfae7d5965bfe01f12950a26a { 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; }
#O782e865edf4e26360923757b814e8205ac9c9b3 { 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; }
#F7716ebdde3171ae8ff1746115d2284fe5f4daca { 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; }
#H6448190c29555f0b2a56df5aea1d27ea0214fc0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dafbf670c61ec29f02366724fd7b2e362032a722 { 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; }
#d3783158f4c8483cb8da4890c8dcdb84c66ec4d9 { 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; }
#z3538d905d2dc3fc90549e815d7a88138bc7650e { 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; }
#kcf37a713c586a0f44fa3a918499021b31c5dd61 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#f69e4533bd1741f70cc7837c90afe12aad61735d { 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; }
#f5235401d9fb60c535b2d792aadb378d87ffff20 { 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; }
#w10ba175c2298ae520eeda73c5e3b1d182c3a99f { 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; }
#Q22cf147c0bfea7224c26cac9b27bce510dc1211 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#S7fe91e390ae0a8ec7b4550df13d51af9535b368 { 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; }
#Saf589c814b4be7c5ee1d3afbf9ce3573b462a3b { 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; }
#Xbd2faf2e2dd839fe3c11e98641cd0421ccfc687 { 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; }
#d2081f966dab0eb5a9417b22cc9710275340b3ae { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hd6b56fa895717573360d67ad6b94224d2cc76ce { 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; }
#p696917be3d3915c477ec4017761353324db4560 { 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; }
#u414d24d1a09018a659c8ef209fbf5e3e0c2ea1c { position:absolute;display:block;z-index:15005;height:36px;width:292px;top:0px;left:748px;display:none; }
#xf891f97ed326c0b9a8df8acec6085d8384a72f6 { 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; }
#eb4288043965fba649e8e40a83e14cc9fc7c4577 { 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; }#eb4288043965fba649e8e40a83e14cc9fc7c4577 > .row .container { border-width: 0; border-radius: 0; }#eb4288043965fba649e8e40a83e14cc9fc7c4577 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eb4288043965fba649e8e40a83e14cc9fc7c4577 > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:none; }#v4662991133bfa3ebf79ca280319244162c8c47d { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#de8873a8e5a4920aafc58a6920ec253ba7c8138f { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#B3639719c0b3970e46d5c9d63b5ad82aa9bf253c { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#q2ef6647272b280306535065d7bde247dd4ade0b { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#bae5b9c6ee301c3076581c6a41906dbeaae84230 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#m77a654963a60fcfb98004d21aae0f6e489e37c8 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#p2d8f93340fdd6df288b04d29257f1082a94e3c5 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#e2b8f29fd2f326a96455ea962576d5a942942ea0 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#o2960939c069cf6da6b418a9cc56fca870a52606 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#wb3df93965028f1fb15a046b354d5e4526e250f3 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#F8595aebcc88ff9410fd3985670bdfee42790225 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#T9e8dfd1d58c607cddabf5a82086b489be351bbc { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#Q0981135d38f037da7cfcdd17f70f8392f657e32 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#b1702a8bb50dd98f3dfd0236dbc64a62470e9248 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#v771873255e4addde5153ab8825d40b8d539751f { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#T69e2dfc684fd5a6efe37b9830b35336be3ba267 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#a521162d9b2541fc7725560a96e25fba49f8ef8f { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#f317251e9b9ac5a1395d4483eaa212c4782b1c17 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#x98edcdea1241be1af72008f473c6b7e8d622164 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#e72e6613796f9126a271d71d1bc9b99647a01707 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#da6ad8c7bb6e22a679ed69c9d44eb547b74107ad { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#b4a7cb09245d0d5a36ed3768a79ca0e25083ccdf { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#f2cd5c992ad89ccecda15a08511597ea29912684 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#U93519ddb9fe18248950f5cc101ff2518b701a58 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#tb6150f2aec91ce7eedc8378e1de8d01cad07e21 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#nb752e347406a7fd2a4f0f1d7cfba74098eba78c { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#d42f776c988efb7720f0352313a94d97e70c0543 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#L650c783186bfacc691ee27317a68e7dced36d72 { 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; }
#e4394d4b057179a54b9187955424c35a70a88ed5 { 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; }
#ea63e2ff9e0aa0b2431178a21c30a68de21006ba { 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; }
#r30a067802290900da88949b65df171a86482942 { 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; }
#T234321377f66576ef00a2dc6134828b225fa79d { 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; }
#R7fa9eb7316197beabf92e9250a58638e6de10bb { 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; }
#yb6d97cf9e35b3c9804de54a7ccfc8b563060140 { 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; }
#c461035dda6c9d0d216ad6d7c6d8894202072188 { 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; }
#v6d1ff15bc4b2219d867d3999234919ead260f8a { 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; }
#C04fdb69a6880c35f240526e043b6a04dec41917 { 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; }
#a68e0df150a9e34bf3fbdade7884314b1b433c9f { 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; }
#Ue97316faadcb41a1986260fb50236239f0e494f { 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; }
#bad4da4f7484ea87eb3fca7692540e0d8b926aea { 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; }
#ta396327a7973cbfc4384699bc4deb4e74840022 { 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; }
#b469dc84085264d01fb3b32637bc752536a31d25 { 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; }
#Sea240aa2644589094e981c604e9f903e650fe96 { 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; }
#G9e7d21b9a8b1bcb2362f28c316f4052f1acd436 { 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; }
#b515a05d32fd9e57bb1e77c9df858f16f72049f1 { 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; }
#F34f9ee3fc17bd967d5b0056e5f602d78d93ea0a { 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; }
#d59e9fef552c2df8a9c364c00626d7903569154d { 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; }
#xf119d644e5db64e5374676ed564d1521abec842 { 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; }
#B3644e7afcedb9365ac67c421694da6aee8e3567 { 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; }
#d19e77de31fade327f6b0ce8ea40ef634de2307e { 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; }
#k4c43e3f67d0d0c854b749f4501b29456f423e6a { 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; }
#eb630f892fb8f294e1f1f685666bb9db12074e01 { 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; }
#a6b6d936ad20a643f5e9eeb213e391fabdd2db59 { 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; }
#fbc115d46b7a3efb3a77131c3e475625073ad287 { 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; }
#ec768fbecbb01ab7181dc45381cb9f56ee31597c { 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; }
#e29e799ac1d828f207143b6d37a6afb7c3740e90 { 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; }
#aa456a0d532e74a3a5f1286c0bb01753d85e5c77 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";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; }
#S82d4d419d2fd9b3cf37d289b3404ee3d9d35fe5 { 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; }
#u5b1fc98042e12d33eb366bc83d46c7711f8ae27 { 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; }#u5b1fc98042e12d33eb366bc83d46c7711f8ae27 > .row .container { border-width: 0; border-radius: 0; }#u5b1fc98042e12d33eb366bc83d46c7711f8ae27 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u5b1fc98042e12d33eb366bc83d46c7711f8ae27 > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:none; }#d3128a111d2e6dcb1b317131bad5f1616a3352d2 { 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; }
#e71d8e55c9230825c1da774c50684823563b281d { 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; }
#cedc931162c95164ca16ca64ef2df9258f6fa68d { 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; }
#J97feea2f703fd8c1040f5504b41935a835dcbc0 { 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; }
#b73b437f0c1fbbb4793d853526d71453f4eeab1d { 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; }
#b155888bd6367be9df232ba41e66c07905e947e1 { 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; }
#hf5c1229977a3bf32d9daea2acf65de0e52460a7 { color:#ffffff;display:block;width:205px;position:absolute;font-family:"open sans";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; }
#Cc7df434f90722411d3013a251e2abe79e972cd7 { color:#ffffff;display:block;width:205px;position:absolute;font-family:"open sans";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; }
#R794b47e3719cd65724977909169b5d25b9bc445 { color:#ffffff;display:block;width:213px;position:absolute;font-family:"open sans";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; }
#b47db84f1a2cbf06c3ca53bfaa249b7bd5043853 { color:#ffffff;display:block;width:201px;position:absolute;font-family:"open sans";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; }
#d0844bddf472aa9b4a1749b355ab39200614a03e { 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; }#d0844bddf472aa9b4a1749b355ab39200614a03e > .row .container { background-color: transparent; background-image: none; }#d0844bddf472aa9b4a1749b355ab39200614a03e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0844bddf472aa9b4a1749b355ab39200614a03e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0844bddf472aa9b4a1749b355ab39200614a03e > .row .container > .video-iframe-container { display: none; }#d0844bddf472aa9b4a1749b355ab39200614a03e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0844bddf472aa9b4a1749b355ab39200614a03e > .row > .video-iframe-container { display: none; }#d0844bddf472aa9b4a1749b355ab39200614a03e > .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); }#d0844bddf472aa9b4a1749b355ab39200614a03e > .row .container { border-width: 0; border-radius: 0; }#d0844bddf472aa9b4a1749b355ab39200614a03e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d0844bddf472aa9b4a1749b355ab39200614a03e > .row .container { font-size:14px;font-family:arial;height:102px;width:1200px;position:relative;display:block; }#aa5e2fe2e6cbc3147e04e671992e4b0695a5ff5a { color:#ffffff;display:block;width:89px;position:absolute;font-family:"open sans";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; }
#Ie76503baac5cb3c70d2b2f1d630843e85bbae4e { 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; }
#la575fb64326af1c166ff8b7dc531ced4e1cfe5d { color:#3e3f49;display:block;width:166px;position:absolute;font-family:"open sans";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; }
#md86f4b30284d2f365533887545e7ff16ffd4a03 { 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; }
#bd0ed5612cd3bdc0972fef3079f2c5cce0a37975 { color:#ffffff;display:block;width:71px;position:absolute;font-family:"open sans";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; }
#U6a978dc11719e61c9929dbfc81409b75316b2f5 { 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; }
#r3769159e8f5820fdc4a92b635c6daf25fec858a { 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; }
#fd8c484dcc775bd0768e8ce3d83999dfd27183c6 { 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; }
#L6b08500ff15cd8eb3782c9bbf5437f591561b31 { 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; }
#n2f4706034f561865f12359a4dce01969851885d { color:#3e3f49;display:block;width:89px;position:absolute;font-family:"open sans";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; }
#d3dcaf184bd7ccb5cb4d85f24d264e0c5ada827b { 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; }
#Naa24f8ff9974713ae53a39f3bd27e9a8eca737b { 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; }
#a261a477116badf77aaf8706679d365c26b41832 { color:#3e3f49;display:block;width:113px;position:absolute;font-family:"open sans";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; }
#o619c18c0ff1299c21b2dfee8c95052268f23c8f { 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; }
#ea3a4b607fddf574e7b2df960c9ad52b0390e53c { 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; }
#dfbdd6ec630b5f93164290025af07af3063e6380 { 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; }
#a1fac6f167ebb62e8329f9c9dd2035a375b28e55 { 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; }
#Ta5311a5bd8e7d041cf21f75e07ed89a83fb44de { color:#000000;display:block;width:102px;position:absolute;font-family:"open sans";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; }
#g16ea7a03999749ff6aa295f394256a04cf430b4 { color:#000000;display:block;width:74px;position:absolute;font-family:"open sans";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; }
#W19e3c29a2920c5c989357cccd0c9eae73cb094f { color:#000000;display:block;width:45px;position:absolute;font-family:"open sans";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; }
#f60b06315a3836a2da2d6211bb6a1a3c4bb5714a { 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; }
#R529008d563cf2a33726bb8f1045467ab817c527 { 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; }
#ea81abd254091c9c31ea85bacbe0d0f92d802b1c { 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; }#ea81abd254091c9c31ea85bacbe0d0f92d802b1c > .row .container { background-color: transparent; background-image: none; }#ea81abd254091c9c31ea85bacbe0d0f92d802b1c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea81abd254091c9c31ea85bacbe0d0f92d802b1c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea81abd254091c9c31ea85bacbe0d0f92d802b1c > .row .container > .video-iframe-container { display: none; }#ea81abd254091c9c31ea85bacbe0d0f92d802b1c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea81abd254091c9c31ea85bacbe0d0f92d802b1c > .row > .video-iframe-container { display: none; }#ea81abd254091c9c31ea85bacbe0d0f92d802b1c > .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); }#ea81abd254091c9c31ea85bacbe0d0f92d802b1c > .row .container { border-width: 0; border-radius: 0; }#ea81abd254091c9c31ea85bacbe0d0f92d802b1c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ea81abd254091c9c31ea85bacbe0d0f92d802b1c > .row .container { font-size:14px;font-family:arial;height:71px;width:1200px;position:relative;display:block; }#J16348fce0d16d73df646d32487f880e170af40d { 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; }
#ye5fc177f069642a89212473ab2224f3f24d7b12 { 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; }
#f6214290459d1dac0967884c787e54295a46866b { color:#ffffff;display:block;width:78px;position:absolute;font-family:"open sans";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; }
#P62c2c9b3af4b8838046e52eaa907aa640fc8efc { color:#ffffff;display:block;width:80px;position:absolute;font-family:"open sans";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; }
#p45a8b50b9f9622c6280db20d7ff8d2a0e41f3b6 { color:#ffffff;display:block;width:89px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:14992;line-height:1.3;letter-spacing:0;top:24.199996948242px;left:490px;height:16.9px;display:block; }
#y81071ae48e6263ddd3f9ce9dfc40f8c9fc57668 { color:#ffffff;display:block;width:89px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:23.899993896484px;left:598px;height:16.9px;display:block; }
#ea06dd91626ebb41dafddb7c7ecb35eb8172145c { color:#ffffff;display:block;width:89px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:23.899993896484px;left:896px;height:16.9px;display:block; }
#Eb5bbb6fa630e08b392cd5592ebee49294036ac6 { color:#ffffff;display:block;width:80px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:14992;line-height:1.3;letter-spacing:0;top:24px;left:329px;height:16.9px;display:block; }
#b641a6aa2cedc8c56128d98bd7cab4dd0979410e { color:#ffffff;display:block;width:80px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:23.550003051758px;left:404px;height:16.9px;display:block; }
#ta050936e1fdf45fc1867defc61152693b7d309d { color:#ffffff;display:block;width:133px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:14995;line-height:1.3;letter-spacing:0;top:23.899993896484px;left:725px;height:16.9px;display:block; }
#cd0a2aea85b40c373e2ee2dd3ea3330331b35a98 { position:absolute;display:block;z-index:15027;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:20px;left:983px;display:block; }
#a6473b1ad593e5c591c61a9067cc22f7537b5330 { color:#ffffff;display:block;width:63px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:25px;left:993px;height:16.9px;display:block; }
#p84b1aa8abaa6b9779a7f6c79f6a190bd7a1f96d { position:relative;display:block; }#p84b1aa8abaa6b9779a7f6c79f6a190bd7a1f96d { background-color: transparent; background-image: none; }#p84b1aa8abaa6b9779a7f6c79f6a190bd7a1f96d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p84b1aa8abaa6b9779a7f6c79f6a190bd7a1f96d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p84b1aa8abaa6b9779a7f6c79f6a190bd7a1f96d > .row .container > .video-iframe-container { display: none; }#p84b1aa8abaa6b9779a7f6c79f6a190bd7a1f96d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p84b1aa8abaa6b9779a7f6c79f6a190bd7a1f96d > .row > .video-iframe-container { display: none; }#p84b1aa8abaa6b9779a7f6c79f6a190bd7a1f96d > .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); }#p84b1aa8abaa6b9779a7f6c79f6a190bd7a1f96d { border-width: 0; border-radius: 0; }#p84b1aa8abaa6b9779a7f6c79f6a190bd7a1f96d > .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; }#p84b1aa8abaa6b9779a7f6c79f6a190bd7a1f96d > .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; }#N688b3c224ebbf38092ae5feb8f952b154bdb9b8 { 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; }
#fc095fd5c834b68b92d9941eef746a327ab68892 { position:absolute;display:block;z-index:15005;height:36px;width:292px;top:0px;left:603px;display:block; }
#u8e770bd080d50a2b312b50468bdd805dae87e83 { 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; }
#b708bc126e0d9812a3222282df95802dc503e32f { position:relative;display:block; }#b708bc126e0d9812a3222282df95802dc503e32f { background-color: transparent; background-image: none; }#b708bc126e0d9812a3222282df95802dc503e32f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b708bc126e0d9812a3222282df95802dc503e32f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b708bc126e0d9812a3222282df95802dc503e32f > .row .container > .video-iframe-container { display: none; }#b708bc126e0d9812a3222282df95802dc503e32f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b708bc126e0d9812a3222282df95802dc503e32f > .row > .video-iframe-container { display: none; }#b708bc126e0d9812a3222282df95802dc503e32f > .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); }#b708bc126e0d9812a3222282df95802dc503e32f { border-width: 0; border-radius: 0; }#b708bc126e0d9812a3222282df95802dc503e32f > .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; }#b708bc126e0d9812a3222282df95802dc503e32f > .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:861px;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; }#i1daad5fd9b795311752c78e4fe2f6052d0d681c { 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:824px;width:246px;top:7px;left:632px;display:block; }
#c3a03b9d61835080275ac21e43b541a34309c3d5 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:151px;left:649px;height:15.6px;display:block; }
#g2ba047a1d678fb1eb6a78c6f74222d675721e00 { 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:171px;left:647px;display:block; }
#da8a10565fbccb0d49da967ab7ae21e05f841910 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14px;left:649px;height:15.6px;display:block; }
#l2a54bff1292d8f1570fede731bb2791aa63c159 { 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; }
#Pe623c54c161264aa79a27cfbdc993869d2d82e2 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:43px;left:649px;height:15.6px;display:block; }
#p10f32d3f63363834e87e2d91be85bded4f872aa { 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; }
#T891b6c6fab20b99dc913abc8516a1e8264a2f30 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:96px;left:649px;height:15.6px;display:block; }
#s1621d1a8d82c03d066fd51cc652e2d68ffcf8ca { 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; }
#M8575dda4118e686d9e487db186096f72a5a3098 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:124px;left:649px;height:15.6px;display:block; }
#b260d900718dee7b1989c67cd5308f082268b7a6 { 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; }
#Qf767bd0a0d728d9dcb9bed2ca15a8889204df5a { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:178px;left:649px;height:15.6px;display:block; }
#ec99a07f44840732d59e5528f729885649c29807 { 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; }
#D33ea771b7a918a9e9feec189eb33ab33d44ef28 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:206px;left:649px;height:15.6px;display:block; }
#p243ba0f78d6e05673ec18813189e6690aa82536 { 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; }
#fa1f6759194ad0387762eaba7f928b7f04f2e88e { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:233px;left:649px;height:15.6px;display:block; }
#v9d5d7c58c938e7eb40826b3b1dc7937c10229bf { 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; }
#T99716b2de09476d48d10b3bcdc4765600e66d5f { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:288px;left:649px;height:15.6px;display:block; }
#H108349bc614c749010b352084b44e395030ea4a { 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; }
#f34f52a27e7d84d3107fd6fc355d4de80dedc382 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:315px;left:649px;height:15.6px;display:block; }
#w2d1e52a486d9059aef48f17b19db41614299c66 { 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; }
#Fc1c1b5a410b97363e079176c2e62bc76da0105e { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:345px;left:649px;height:15.6px;display:block; }
#X9032a10bdb95278e57835db06d4ecb909fd60de { 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; }
#hae7250f227420bc37269c58d23dfbfec8801aaa { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:374px;left:649px;height:15.6px;display:block; }
#E703242c629c9ae91be50af5437e5fdc5c58049d { 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; }
#e3ea67201038863664052819543bef70699a0f50 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:403px;left:649px;height:15.6px;display:block; }
#U8bb39b724f97046deb5c1b0e658dd2dbaa0fc1c { 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; }
#c63a3315a19f4095519999ab66c9152cf22b099d { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:431px;left:649px;height:15.6px;display:block; }
#D373919c8aef8be26749c046561006f490734448 { 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; }
#V3ba335c931ebfb5665f2b15fabfea39bff7ec0f { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:462px;left:649px;height:15.6px;display:block; }
#na974d708318b25547e1a7ed52e94ea586349bf7 { 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; }
#fcafd4a75daab77b2135f8bbae0dbf7ac29c9ee2 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:491px;left:649px;height:15.6px;display:block; }
#qc7ce481b8d340711b8d840072142a4e837ea70b { 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; }
#bddace693de18143e43371cb9be7ab3c3c76f788 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:549px;left:649px;height:15.6px;display:block; }
#c01c015126b0f52755e23c64810f2ff21276351b { 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; }
#ifc736d73f166af65c820971b38ec3e8f8a6f3b4 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:579px;left:649px;height:15.6px;display:block; }
#xd7c51d780c83559542b96c5af3aef08deec4ce0 { 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; }
#s48ab374b7204ee1c939d15f3d185d862cabf5f9 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:609px;left:649px;height:15.6px;display:block; }
#d67b83615a92d8d1dde77a04f51b5dfe1e08308e { 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; }
#xc5f4aa85e7192861e3b6665e0eca6912fb58580 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:796px;left:649px;height:15.6px;display:block; }
#h80f185a75299d64812fce0c4693331ded4cabf7 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:768px;left:649px;height:15.6px;display:block; }
#d01aca432f76551aac186158fab29ec0755fbc7b { 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; }
#b5c01d2160388cf8ed3c8413029d1ab193a3e75b { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:737px;left:649px;height:15.6px;display:block; }
#Nfe40de39194f49740cca8662e3193e750eaf019 { 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; }
#Fb0470379f2b07acb4646876569aac0b932a03e8 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:704px;left:649px;height:15.6px;display:block; }
#Iba8db4b0a5a035fdb9c478f824b481333d242c6 { 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; }
#tdd9a1f247fad3bb82099c18f3467e50efb3b7cf { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:672px;left:649px;height:15.6px;display:block; }
#N8d926f3cbe8a4fefaab8616b7a0d2b92b0d3c02 { 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; }
#Oa6aaf089aa3db1ff56873145bc73aecc9b368bc { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:640px;left:649px;height:15.6px;display:block; }
#C981830d810428c77fe6b3397414acd5316ff902 { 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; }
#Obd8042206922545cceb2788e5908225ed8873c8 { position:absolute;display:block;z-index:15063;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; }
#A484ff6090c393edac0fc88c67f2c31b02c20886 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:69px;left:649px;height:15.6px;display:block; }
#P8e84429eec933be01293c766898ea2093e65c7d { 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; }
#X08e57b65da0a058fdfa70cfc84673f73caeabd1 { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:260px;left:649px;height:15.6px;display:block; }
#Tcc321377a52452ce789d2bcf8ef8747b54e2475 { 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; }
#Hbfc5c0e47680c18dab9b6aa04788ad3e8104fcb { color:#ffffff;display:block;width:177px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:521px;left:649px;height:15.6px;display:block; }
#e0d0d47f2a18ce8263e897ce66e13b9cf4823cc7 { 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:542px;left:647px;display:block; }
#d8416d9c63f0c1ab26f0344de6592e187d63f6df { position:relative;display:block; }#d8416d9c63f0c1ab26f0344de6592e187d63f6df { background-color: transparent; background-image: none; }#d8416d9c63f0c1ab26f0344de6592e187d63f6df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8416d9c63f0c1ab26f0344de6592e187d63f6df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8416d9c63f0c1ab26f0344de6592e187d63f6df > .row .container > .video-iframe-container { display: none; }#d8416d9c63f0c1ab26f0344de6592e187d63f6df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8416d9c63f0c1ab26f0344de6592e187d63f6df > .row > .video-iframe-container { display: none; }#d8416d9c63f0c1ab26f0344de6592e187d63f6df > .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); }#d8416d9c63f0c1ab26f0344de6592e187d63f6df { border-width: 0; border-radius: 0; }#d8416d9c63f0c1ab26f0344de6592e187d63f6df > .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; }#d8416d9c63f0c1ab26f0344de6592e187d63f6df > .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; }#A2ae85c0f54fa282b76cd32af3e40fab1dfc7e84 { 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; }
#ed67f7dcdd3b7563541518af33d2be06a818dbc4 { 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; }
#rb4fbb7189e0c5fd4494dcf430157985ffff74f5 { color:#ffffff;display:block;width:205px;position:absolute;font-family:"open sans";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; }
#N8f641dcf4a1098c327997554a1aff0cc88b5058 { 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; }
#ub8dc04507be628edc9a820047ed3b26b183f3f0 { color:#ffffff;display:block;width:213px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28px;left:690px;height:15.6px;text-align:left;text-align-last:left;display:block; }
#N30de9cfc9a420dddaf27d6daa185cf32460532a { color:#ffffff;display:block;width:201px;position:absolute;font-family:"open sans";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; }
#U374ba653b1f9e39669766ae2a995a93bdfa4e21 { 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; }
#O1b816f2ca482ac241e63f20af7e1908a486630f { color:#ffffff;display:block;width:205px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:110px;left:690px;height:15.6px;text-align:left;text-align-last:left;display:block; }
#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 { position:relative;display:block; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 { background-color: transparent; background-image: none; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .row .container > .video-iframe-container { display: none; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .row > .video-iframe-container { display: none; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .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); }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 { border-width: 0; border-radius: 0; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .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; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .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:132px;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; }#vVIZtuOxLozXTk2rAFNUUanX1bWFtTRc { color:#ffffff;display:block;width:72px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.25);top:56px;left:115.5px;height:18.1953px;display:block; }
#axT5Ugo4a1RbBzM5MFdiUXmBCTT838VG { color:#ffffff;display:block;width:25px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.25);top:56px;left:152.5px;height:18.1953px;text-align:center;text-align-last:center;display:block; }
#PfLuSUyZxhWUc7skwHbMzMEGotDSezBJ { color:#ffffff;display:block;width:904px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.25);top:56px;left:179.5px;height:18.1953px;font-style:normal;display:block; }
#m6odRNQVGrTu02SDIFFmaBvOPfFZsJTa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:199px;width:199px;top:123px;left:0px;overflow:hidden;display:block; }
#J6W7fFGbVJMHBEWrKzrhwgRMC4f8RktA { position:absolute;display:block;z-index:15007;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:78px;width:226px;top:27px;left:862px;overflow:hidden;display:block; }
#szfe4hwi2BDVSEkpRpSaOCETNlbC4VbK { 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: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:88px;height:23px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:54.5px;left:90.5px;display:block; }
#t1IrEc9KeurWPlmx6ugDNFCCwceTKr77 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2593dae2-9fd7-4fad-b5af-389901f920a0/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.adaptive-delivery-prevent-bg, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyload, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyloading { background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { border-width: 0; border-radius: 0; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { font-size:14px;font-family:arial;height:1687px;width:1200px;position:relative;display:block; }#Zeqx5FfbuCTZrEk2EISW791OsmMU5spd { color:#ffffff;display:block;width:131px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:27px;left:1057px;height:79.2px;text-align:center;text-align-last:center;display:block; }
#qoJCBtAQP1SNapWZeVLgoTix0PrOlp1v { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 020px rgba(0,0,0,0.19) ;height:388px;width:388px;top:80.799987792969px;left:0px;display:block; }
#WvrI2291qCLxlBHb5Ttn0ugR7U1VLXK8 { position:absolute;display:block;z-index:15002;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:234px;width:234px;top:157.80000305176px;left:77px;overflow:hidden;display:block; }
#T0Pd1NaITwrMUbbyiqRSC6MO7uhaO2zm { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 020px rgba(0,0,0,0.19) ;height:118px;width:118px;top:487px;left:136px;display:block; }
#WXdPElr1Is0Fv4A5VsuR4Dr4JTUJfV3s { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 020px rgba(0,0,0,0.19) ;height:118px;width:118px;top:487px;left:271px;display:block; }
#isoOsAD23RsrvyVh0dUE3Jukc8WOiIBv { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 020px rgba(0,0,0,0.19) ;height:118px;width:118px;top:487px;left:0px;display:block; }
#GJOghpz5BhqS4os2XxTUfdWWKl9Po9lQ { 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:38px;width:162px;top:80.800003051758px;left:447.5px;overflow:hidden;display:block; }
#QLToAwSE6Nn1GpnDBFX1ZCLNPiPuzZrx { color:#004067;display:block;width:688px;position:absolute;font-family:"open sans";font-size:48px;font-weight:normal;z-index:15021;line-height:.8;letter-spacing:0;top:130px;left:447.5px;height:76.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rdvvCf3T9BkTTWqxqCyiFMmu7KA7bkf6 { color:#004067;display:block;width:268px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:333px;left:448px;height:20.7969px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i7kETxsAdlFw8tTddMp6tgElErfD6Uqh { position:absolute;display:block;z-index:15023;background-color:rgba(221,221,221,0.37);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:30px;width:407px;top:368px;left:448px;display:block; }
#zqcnDXKa6Rzmdiq5xaZ1Au7rml8cQgHz { color:#004067;display:block;width:194px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15023;line-height:2;letter-spacing:0;top:368px;left:448px;height:330px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#plwKJkFpswTpaZb2L3eFoseVPmTDJkZT { color:#004067;display:block;width:351px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15024;line-height:2;letter-spacing:0;top:368px;left:657px;height:330px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mZfoC7Z60z6KxGV6GrIcNxhGBWLEr9NA { position:absolute;display:block;z-index:14999;background-color:rgba(221,221,221,0.37);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:30px;width:407px;top:428px;left:448px;display:block; }
#nBEIaoFhtATL1KXNyEdi0Rur2PoTEzRf { position:absolute;display:block;z-index:15000;background-color:rgba(221,221,221,0.37);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:30px;width:407px;top:489px;left:448px;display:block; }
#PqELfVLHLs71CPURoVsa5XqyIpy6cgfA { position:absolute;display:block;z-index:15001;background-color:rgba(221,221,221,0.37);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:30px;width:407px;top:549px;left:448px;display:block; }
#laZ6abMxmnUlwnr6sgpRwE0JQvvG5l2I { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:159px;width:205px;top:368px;left:995px;overflow:hidden;display:block; }
#PEdBQBuu3xoC0Zeo4JaCuDqe1V3IX3t3 { color:#004067;display:block;width:745px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:791px;left:455px;height:256px;font-style:normal;display:block; }
#T8xwJshhwd4WMBlgR4MK7nLHTKwEN7aV { color:#004067;display:block;width:268px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:1079px;left:447.5px;height:20.7969px;font-style:normal;display:block; }
#CVfwy71Wx3UA6tr5pZT6a6EBUGH2iqkH { position:absolute;display:block;z-index:15024;background-color:rgba(221,221,221,0.37);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:478px;width:356px;top:1124px;left:448px;display:block; }
#eA2hqy2dcHSrVarM4fMSFZeH0O3kBT91 { position:absolute;display:block;z-index:15026;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:40px;width:40px;top:1149px;left:487px;overflow:hidden;display:block; }
#QTxILqKdmOUXi8vw2byJzbriVrrH05F7 { color:#004067;display:block;width:288px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:1199px;left:487px;height:127.5px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PgdJTAwTPAyxGyfxxr9QDnDlsSSfhD9I { position:absolute;display:block;z-index:15027;background-color:rgba(221,221,221,0.37);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:478px;width:356px;top:1124px;left:844px;display:block; }
#RWu7GiWHlLZBr4SsZkXHo6fPc6eHT91w { color:#004067;display:block;width:278px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:1227px;left:883px;height:280px;font-style:normal;text-align:left;text-align-last:left;display:block; }#RWu7GiWHlLZBr4SsZkXHo6fPc6eHT91w li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#RWu7GiWHlLZBr4SsZkXHo6fPc6eHT91w li:before{  }
#qRKnBcvOrfNVMqgpgT65dKDr9bXtrhDh { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40px;width:40px;top:1175px;left:883px;overflow:hidden;display:block; }
#MS3nPHDuHVlnb3hsWz8qym6CKncypAom { background-color:#006fa5;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;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:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:243px;height:50px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:818.5px;left:0px;display:block; }
#Rcf24syaA1heBcNMWz1XcMeuOaNoxqon { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pzysBTUzO56Eq8QDptTUyuKJ9T5G16M1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:199px;width:199px;top:123px;left:0px;overflow:hidden;display:none; }
#DRb8nHTxcnT41IkcaRehOFasAAzxVa1d { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:117px;width:156px;top:0px;left:1044px;overflow:hidden;display:block; }
#vxfumTvOwk7CesWOK7PyMcGm86VMS79h { position:absolute;display:block;z-index:15002;background-color:rgba(221,221,221,0.37);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:30px;width:407px;top:609px;left:448px;display:block; }
#QQswczBvBQ9H6LJnOhcLLsDMMtGnpJfT { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:118px;width:118px;top:487px;left:0px;overflow:hidden;display:block; }
#uKf5t1LwfbVUaTAsduhAT6ZEhHkbMJP9 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:118px;width:118px;top:487px;left:135px;overflow:hidden;display:block; }
#EV5wzfUZMKmc4s5Hmudtrxy2QEDXy2KR { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:118px;width:118px;top:487px;left:271px;overflow:hidden;display:block; }
#a5TZTZg1HEwvfHuTq35gs6KqDqhoisKU { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f8c3eaa8-7c63-41aa-8a50-9123ff13f003/button1.png");background-position:center right !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;box-sizing:border-box;color:#e68f16;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:32px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:270px;height:50px;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:240px;left:446.5px;display:block; }#a5TZTZg1HEwvfHuTq35gs6KqDqhoisKU.adaptive-delivery-prevent-bg, #a5TZTZg1HEwvfHuTq35gs6KqDqhoisKU.lazyload, #a5TZTZg1HEwvfHuTq35gs6KqDqhoisKU.lazyloading { background-image: none; }
#dBk0ADC3AtbkktZBC7W2fu2RtgttSWrX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eGHIOCGklTgffcRS5k5C5zrhFawSVT0d { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 020px rgba(0,0,0,0.19) ;height:118px;width:118px;top:623px;left:136px;display:block; }
#hIszC7qnATCBkPgqa882HEVpGkhwOR0V { position:absolute;display:block;z-index:15036;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:100px;width:100px;top:632px;left:144px;overflow:hidden;display:block; }
#SoehCouWpmQNqkspzpkc0yeSZtGRzpHA { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 020px rgba(0,0,0,0.19) ;height:118px;width:118px;top:623px;left:1px;display:block; }
#K7gS5F21D1QaDLNHr5uhFsuIVL2VJhtd { position:absolute;display:block;z-index:15035;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:100px;width:100px;top:632px;left:9px;overflow:hidden;display:block; }
#y1CshTdZrqT6xJO4I2kQD0EILwfTrEP4 { color:#004067;display:block;width:194px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15023;line-height:2;letter-spacing:0;top:368px;left:448px;height:330px;font-style:normal;text-align:right;text-align-last:right;display:none; }
#stXw9CnLBUyCwipm07JH5QxV3rPx7hbu { position:absolute;display:block;z-index:15003;background-color:rgba(221,221,221,0.37);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:30px;width:407px;top:669px;left:447.5px;display:block; }
#hJ9rFxaBImp48Lro3vT5wWdlItonnt4y { position:absolute;display:block;z-index:15003;background-color:rgba(221,221,221,0.37);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:30px;width:407px;top:669px;left:447.5px;display:none; }
#orJoXNxm0c6GfitJx2T4yfVgBrFNOX2t { position:absolute;display:block;z-index:14997;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:72px;width:292px;top:229px;left:437px;overflow:hidden;display:block; }
#mxhT7GAbBCnNpkNwuuEqS2Epx5ZA2xd0 { color:#004067;display:block;width:268px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:756.203125px;left:447.5px;height:20.7969px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qymduzQWdfDCTAPPb67PBalBMXDbo67o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row .container { background-color: transparent; background-image: none; }#qymduzQWdfDCTAPPb67PBalBMXDbo67o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row .container > .video-iframe-container { display: none; }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row > .video-iframe-container { display: none; }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .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); }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row .container { border-width: 0; border-radius: 0; }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row .container { font-size:14px;font-family:arial;height:140px;width:1200px;position:relative;display:block; }#R8vTp155xWiiOhVGBMoUSPmqm35w2kkf { color:#ffffff;display:block;width:109px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:56.899993896484px;left:111.5px;height:20.7969px;display:block; }
#AHu8hisyTEzwxq0knccBc5ml9r4LGpuM { background-color:#e68f16;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;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:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:198px;height:50px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:45px;left:888.5px;display:block; }
#yJTtnTa7S9TEuwzmFoQX8kbq1DTkdK67 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bab4266d05e91de93dd840e13e57b1e0d3bc6838 { 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; }#bab4266d05e91de93dd840e13e57b1e0d3bc6838.adaptive-delivery-prevent-bg, #bab4266d05e91de93dd840e13e57b1e0d3bc6838.lazyload, #bab4266d05e91de93dd840e13e57b1e0d3bc6838.lazyloading { background-image: none; }#bab4266d05e91de93dd840e13e57b1e0d3bc6838 > .row .container { background-color: transparent; background-image: none; }#bab4266d05e91de93dd840e13e57b1e0d3bc6838::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bab4266d05e91de93dd840e13e57b1e0d3bc6838 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bab4266d05e91de93dd840e13e57b1e0d3bc6838 > .row .container > .video-iframe-container { display: none; }#bab4266d05e91de93dd840e13e57b1e0d3bc6838 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bab4266d05e91de93dd840e13e57b1e0d3bc6838 > .row > .video-iframe-container { display: none; }#bab4266d05e91de93dd840e13e57b1e0d3bc6838 > .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); }#bab4266d05e91de93dd840e13e57b1e0d3bc6838 > .row .container { border-width: 0; border-radius: 0; }#bab4266d05e91de93dd840e13e57b1e0d3bc6838 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bab4266d05e91de93dd840e13e57b1e0d3bc6838 > .row .container { font-size:14px;font-family:arial;height:488px;width:1200px;position:relative;display:block; }#be6a3f56e54e73410c3165a2fba52447f96b5a40 { 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; }
#e4c38fcd67e95e0b62afc05373002f3ef82a0bf6 { 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:278px;display:block; }
#lb0520286fca3dd4dd51cd682969fdcb786dc960 { position:absolute;display:block;z-index:15003;height:31px;width:55px;top:0px;left:0px;display:block; }
#Cf358e9c4502ee02b35da30662a3735e811a3f0f { 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; }
#Q918956eb2c9e37f280db57656c9d79ce8818789 { 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; }
#E8b9c8762111e2307fe46b9725569ad854127b0c { 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:220px;display:block; }
#d214860fb4991f3cce56fc8f46e6ce99a8dff588 { 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; }
#df8ad1c69cc0a6c1bbc81082fc3be767ce917291 { 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:block; }
#M16fbe6e359bde0db4b98092ce2ccaad2a27141f { 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; }
#L55394cb1b08b0942bb6c3f2c8331e999789ce58 { 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; }
#bf399a97c952d32386435a2ae274f2b55f312849 { 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; }
#Xc53d2b4bc803a4fadb5cf278ffa15cc1fee9474 { 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; }
#T7042ba18393b69c3a7957dc1ae1c7544db4eaba { 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; }
#P2770d8ca702587520a1ae25e75d1c8c1b6d8e57 { 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; }
#y2e03e7ae8b220be18eae746846cbf3e32ae3b90 { 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:33px;width:33px;top:372px;left:712px;overflow:hidden;display:block; }
#fcd5be3df3722dabbcfc91c07dc23f35ed17fc40 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:33px;top:372px;left:669px;overflow:hidden;display:block; }
#b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae { 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; }#b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae.adaptive-delivery-prevent-bg, #b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae.lazyload, #b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae.lazyloading { background-image: none; }#b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae > .row .container { border-width: 0; border-radius: 0; }#b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae > .row .container { font-size:14px;font-family:arial;height:200px;width:1200px;position:relative;display:none; }#v29e8dd25bae7bd1866a50107575a1fe5e6d47fa { 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; }
#fc8795f530bab207531e1f22f20ada482773c4f7 { 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; }
#s267fea8e242ade0dafd858532b83dc991ec5659 { position:absolute;display:block;z-index:15003;height:31px;width:55px;top:0px;left:0px;display:block; }
#fe018c575e8957f1f009579a58032bce7b0cf2c0 { 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; }
#T8e7eeb67ad43298e070be2061015b19796882d6 { 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; }
#b956636e533741c38f3690bcbd0dc28b304d49bf { 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; }
#ec59dd6e618fc313e8583cadd756ff1f7db69971 { 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; }
#e31114fed812d5ef3317d92e5864b772df2c0c10 { position:relative;display:none; }#e31114fed812d5ef3317d92e5864b772df2c0c10 { border-width: 0; border-radius: 0; }#e31114fed812d5ef3317d92e5864b772df2c0c10 > .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; }#e31114fed812d5ef3317d92e5864b772df2c0c10 > .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; }#Xd588eb32b76bab0cacb9b68bf1f41db42d2b608 { 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; }
#b7bd380e5c8bc9364b6cd304b10f7015010254b4 { 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; }
#X0180538535086f968d0ce610253bf721d9a5fa1 { position:absolute;display:block;z-index:15003;height:31px;width:55px;top:0px;left:0px;display:none; }
#b89b827833a6dc42a9eb2e323ce82cec16314374 { position:relative;display:none; }#b89b827833a6dc42a9eb2e323ce82cec16314374 { border-width: 0; border-radius: 0; }#b89b827833a6dc42a9eb2e323ce82cec16314374 > .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; }#b89b827833a6dc42a9eb2e323ce82cec16314374 > .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; }#d0dbe8dc7cd670b45f5fdf3278f5bd962f9e4de1 { 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; }
#Rb32ccd2d65ce3f561e653a2b290a744cd8cc653 { 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; }
#b3c08b2ea8c6dd5a1a24e4169b2f1e466772da91 { position:absolute;display:block;z-index:15003;height:31px;width:55px;top:0px;left:0px;display:none; }
#ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a { 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; }#ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a.adaptive-delivery-prevent-bg, #ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a.lazyload, #ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a.lazyloading { background-image: none; }#ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a > .row .container { border-width: 0; border-radius: 0; }#ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a > .row .container { font-size:14px;font-family:arial;height:196px;width:1200px;position:relative;display:none; }#Fa647dec8eec0517d6f8cf2e08a03da09734c8d2 { position:absolute;display:block;z-index:15003;height:31px;width:55px;top:0px;left:0px;display:block; }
#c49b7e722915004ee38cd645b648a9603208be13 { 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; }
#a75106ccc7c87c92684b35261dc79c4c1967c9f1 { 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; }
#Jbbbe186dff9c4d35fb06a419691090fccbab039 { 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; }
#c9b8f5effbbc2b4271f35cd3f9a8bc9736ef410d { 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; }
#d9475c5fd47eda50498c1c5132a1c3e0af3661f4 { 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; }
#H7d82b5be6a8cd44bc59856e61115eda46d32537 { 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; }
#d83a39ffe060d822a5c7d8bda10376650592bcc7 { position:relative;display:none; }#d83a39ffe060d822a5c7d8bda10376650592bcc7 { border-width: 0; border-radius: 0; }#d83a39ffe060d822a5c7d8bda10376650592bcc7 > .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; }#d83a39ffe060d822a5c7d8bda10376650592bcc7 > .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; }#b92a5c7678bafe68ac3547b921a798e2dcb59b20 { 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; }
#cb9f4fbea8d135bb74296a58e6dbe0b59f429f8a { position:absolute;display:block;z-index:15003;height:31px;width:55px;top:0px;left:0px;display:none; }
#u178510c3e8bfa3056c8270bf9b1977f03dc232f { 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; }
#ed3b659b878c659424c50909bee87e35730366ce { position:relative;display:none; }#ed3b659b878c659424c50909bee87e35730366ce { border-width: 0; border-radius: 0; }#ed3b659b878c659424c50909bee87e35730366ce > .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; }#ed3b659b878c659424c50909bee87e35730366ce > .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; }#c7cc7f2753528d7b11dbea327b059941c8587f0f { 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; }
#b28b9da63b5dd743c39ade46bd44458c2e45563c { position:absolute;display:block;z-index:15003;height:31px;width:55px;top:0px;left:0px;display:none; }
#Rde536cdefba9f8786bb42b40ca4b7fbe36a894a { 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; }
#a8809382a5adbbc1d203ef0d85b84f0e01fcb42c { 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; }#a8809382a5adbbc1d203ef0d85b84f0e01fcb42c.adaptive-delivery-prevent-bg, #a8809382a5adbbc1d203ef0d85b84f0e01fcb42c.lazyload, #a8809382a5adbbc1d203ef0d85b84f0e01fcb42c.lazyloading { background-image: none; }#a8809382a5adbbc1d203ef0d85b84f0e01fcb42c > .row .container { border-width: 0; border-radius: 0; }#a8809382a5adbbc1d203ef0d85b84f0e01fcb42c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8809382a5adbbc1d203ef0d85b84f0e01fcb42c > .row .container { font-size:14px;font-family:arial;height:88px;width:1200px;position:relative;display:none; }#I5ec97c337b84d9e72c3f6fabf8473a72aac2df4 { 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; }
#e41c2067d049b8afdb80f790d29cbe88aa705469 { 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; }
#I8495305c2d5fa1785c02b7389791a8695d57759 { 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; }
#V9ab4fa50357cede0d4e834f76650d4a72b0a42a { 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; }
#X3046ac2ba68ccf6c2595de34b6a2c5829a6eeca { 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; }
#Sa5d53ebe8f0fe8bca5d2fa2ba07424e93f9b62f { 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; }
#u3ffc402753948aebcf66960eb19e51dc218a1cc { 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; }
#db563e1330d3ab5197160dde05bf058ece8cf505 { 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; }#db563e1330d3ab5197160dde05bf058ece8cf505 > .row .container { background-color: transparent; background-image: none; }#db563e1330d3ab5197160dde05bf058ece8cf505::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#db563e1330d3ab5197160dde05bf058ece8cf505 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#db563e1330d3ab5197160dde05bf058ece8cf505 > .row .container > .video-iframe-container { display: none; }#db563e1330d3ab5197160dde05bf058ece8cf505 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#db563e1330d3ab5197160dde05bf058ece8cf505 > .row > .video-iframe-container { display: none; }#db563e1330d3ab5197160dde05bf058ece8cf505 > .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); }#db563e1330d3ab5197160dde05bf058ece8cf505 > .row .container { border-width: 0; border-radius: 0; }#db563e1330d3ab5197160dde05bf058ece8cf505 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#db563e1330d3ab5197160dde05bf058ece8cf505 > .row .container { font-size:14px;font-family:arial;height:40px;width:1200px;position:relative;display:block; }#b299bd6f65ce8f93bb4b855a9cd78dd667b55b32 { 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; }
#Q86c2b55730409f19a7c487278bc1eac5ab2baa3 { 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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ld33c3728fb2882e298744c9f9938802dd15dca5 { display:none; }#Ld33c3728fb2882e298744c9f9938802dd15dca5 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ca4b8c2b5380fe7c24e97a67e0da63790a13b9f7 { width:19px;height:26px;display:none; }
 }@media only screen and (max-width: 763px) { #o145be74d42a4f168f6d31910c3373166f71c514 { width:48px;height:49px;display:none; }
 }@media only screen and (max-width: 763px) { #y4df6ff6b76a0c0ae46b4e91df89597ba39cb477 { width:164px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #L15b8da8efdcfbea01ff1a8be0c675c55d534b0a { display:none; }
 }@media only screen and (max-width: 763px) { #c840e0c15150e52a7c466b13c8b0cc83f4185701 { display:none; }
 }@media only screen and (max-width: 763px) { #dc9086cb2790322ee2dd6ac5f88bc7e3957ecf64 { display:none; }#dc9086cb2790322ee2dd6ac5f88bc7e3957ecf64 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fa0837faa9796ea233d34780835840b0a35f0c49 { top:36px;left:0px;width:200px;height:;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #hd7effd9dc20dfccc0d0019db9292285c4fc9d66 { display:none; }
 }@media only screen and (max-width: 763px) { #ddaf2018ef064b1e33ab71c2c8417258e9897cf4 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Rdda6cc2cb1e44560f7fcad41bfd862dc2ac1f31 { display:block; }
 }@media only screen and (max-width: 763px) { #Cb63fdb6045a906f96085ca5642462b5d82790d1 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #rfc2b28ac7e1a1c80bc61e5d6d511e6664de81b7 { display:block; }
 }@media only screen and (max-width: 763px) { #i843786b922562520122029e9219528ac819d20d { top:88px;left:0px;width:200px;height:;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #Zde55a81be593938b11ecc655a915e8faeeca4bb { display:none; }
 }@media only screen and (max-width: 763px) { #f59adb43440635141cae558ea59478d520c15110 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #e781f5810d1a6309b2ad9db0ce64e23f9cd9b850 { display:block; }
 }@media only screen and (max-width: 763px) { #c17b02c1a5547b93bceb29081faad4a630bda6c4 { top:127px;left:0px;width:200px;height:;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #c1d318834d524de2c08a1cf8317068a5df7e0a50 { display:none; }
 }@media only screen and (max-width: 763px) { #I7b874e8ecb23524137bbc802e2b068f923a26b1 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #bf5f2f443ef93c6b592977045f82e808332fd2e9 { display:block; }
 }@media only screen and (max-width: 763px) { #G86eb26f6367e03dfae7d5965bfe01f12950a26a { top:179px;left:0px;width:274px;height:19px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #O782e865edf4e26360923757b814e8205ac9c9b3 { display:none; }
 }@media only screen and (max-width: 763px) { #F7716ebdde3171ae8ff1746115d2284fe5f4daca { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #H6448190c29555f0b2a56df5aea1d27ea0214fc0 { display:block; }
 }@media only screen and (max-width: 763px) { #dafbf670c61ec29f02366724fd7b2e362032a722 { top:232px;left:0px;width:274px;height:;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #d3783158f4c8483cb8da4890c8dcdb84c66ec4d9 { display:none; }
 }@media only screen and (max-width: 763px) { #z3538d905d2dc3fc90549e815d7a88138bc7650e { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #kcf37a713c586a0f44fa3a918499021b31c5dd61 { display:block; }
 }@media only screen and (max-width: 763px) { #f69e4533bd1741f70cc7837c90afe12aad61735d { top:284px;left:0px;width:274px;height:;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #f5235401d9fb60c535b2d792aadb378d87ffff20 { display:none; }
 }@media only screen and (max-width: 763px) { #w10ba175c2298ae520eeda73c5e3b1d182c3a99f { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Q22cf147c0bfea7224c26cac9b27bce510dc1211 { display:block; }
 }@media only screen and (max-width: 763px) { #S7fe91e390ae0a8ec7b4550df13d51af9535b368 { display:none; }
 }@media only screen and (max-width: 763px) { #Saf589c814b4be7c5ee1d3afbf9ce3573b462a3b { top:334px;left:0px;width:274px;height:;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #Xbd2faf2e2dd839fe3c11e98641cd0421ccfc687 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #d2081f966dab0eb5a9417b22cc9710275340b3ae { display:block; }
 }@media only screen and (max-width: 763px) { #hd6b56fa895717573360d67ad6b94224d2cc76ce { top:385px;left:0px;width:274px;height:;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #p696917be3d3915c477ec4017761353324db4560 { display:none; }
 }@media only screen and (max-width: 763px) { #u414d24d1a09018a659c8ef209fbf5e3e0c2ea1c { top:0px;left:469px;width:292px;height:36px;display:none; }
 }@media only screen and (max-width: 763px) { #xf891f97ed326c0b9a8df8acec6085d8384a72f6 { top:4px;left:738px;width:26px;height:26px;display:none; }
 }@media only screen and (max-width: 763px) { #eb4288043965fba649e8e40a83e14cc9fc7c4577 { display:none; }#eb4288043965fba649e8e40a83e14cc9fc7c4577 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v4662991133bfa3ebf79ca280319244162c8c47d { top:215px;left:0px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #de8873a8e5a4920aafc58a6920ec253ba7c8138f { top:78px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #B3639719c0b3970e46d5c9d63b5ad82aa9bf253c { top:107px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #q2ef6647272b280306535065d7bde247dd4ade0b { top:131px;left:0px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #bae5b9c6ee301c3076581c6a41906dbeaae84230 { top:160px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #m77a654963a60fcfb98004d21aae0f6e489e37c8 { top:188px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #p2d8f93340fdd6df288b04d29257f1082a94e3c5 { top:245px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #e2b8f29fd2f326a96455ea962576d5a942942ea0 { top:273px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #o2960939c069cf6da6b418a9cc56fca870a52606 { top:355px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #wb3df93965028f1fb15a046b354d5e4526e250f3 { top:410px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #F8595aebcc88ff9410fd3985670bdfee42790225 { top:437px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #T9e8dfd1d58c607cddabf5a82086b489be351bbc { top:381px;left:547px;width:177px;height:17px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #Q0981135d38f037da7cfcdd17f70f8392f657e32 { top:467px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #b1702a8bb50dd98f3dfd0236dbc64a62470e9248 { top:496px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #v771873255e4addde5153ab8825d40b8d539751f { top:525px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #T69e2dfc684fd5a6efe37b9830b35336be3ba267 { top:553px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #a521162d9b2541fc7725560a96e25fba49f8ef8f { top:584px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #f317251e9b9ac5a1395d4483eaa212c4782b1c17 { top:613px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #x98edcdea1241be1af72008f473c6b7e8d622164 { top:643px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #e72e6613796f9126a271d71d1bc9b99647a01707 { top:673px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #da6ad8c7bb6e22a679ed69c9d44eb547b74107ad { top:703px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #b4a7cb09245d0d5a36ed3768a79ca0e25083ccdf { top:956px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #f2cd5c992ad89ccecda15a08511597ea29912684 { top:928px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #U93519ddb9fe18248950f5cc101ff2518b701a58 { top:897px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #tb6150f2aec91ce7eedc8378e1de8d01cad07e21 { top:864px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #nb752e347406a7fd2a4f0f1d7cfba74098eba78c { top:832px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #d42f776c988efb7720f0352313a94d97e70c0543 { top:734px;left:547px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #L650c783186bfacc691ee27317a68e7dced36d72 { display:none; }
 }@media only screen and (max-width: 763px) { #e4394d4b057179a54b9187955424c35a70a88ed5 { display:none; }
 }@media only screen and (max-width: 763px) { #ea63e2ff9e0aa0b2431178a21c30a68de21006ba { display:none; }
 }@media only screen and (max-width: 763px) { #r30a067802290900da88949b65df171a86482942 { display:none; }
 }@media only screen and (max-width: 763px) { #T234321377f66576ef00a2dc6134828b225fa79d { display:none; }
 }@media only screen and (max-width: 763px) { #R7fa9eb7316197beabf92e9250a58638e6de10bb { display:none; }
 }@media only screen and (max-width: 763px) { #yb6d97cf9e35b3c9804de54a7ccfc8b563060140 { display:none; }
 }@media only screen and (max-width: 763px) { #c461035dda6c9d0d216ad6d7c6d8894202072188 { display:none; }
 }@media only screen and (max-width: 763px) { #v6d1ff15bc4b2219d867d3999234919ead260f8a { display:none; }
 }@media only screen and (max-width: 763px) { #C04fdb69a6880c35f240526e043b6a04dec41917 { display:none; }
 }@media only screen and (max-width: 763px) { #a68e0df150a9e34bf3fbdade7884314b1b433c9f { display:none; }
 }@media only screen and (max-width: 763px) { #Ue97316faadcb41a1986260fb50236239f0e494f { display:none; }
 }@media only screen and (max-width: 763px) { #bad4da4f7484ea87eb3fca7692540e0d8b926aea { display:none; }
 }@media only screen and (max-width: 763px) { #ta396327a7973cbfc4384699bc4deb4e74840022 { display:none; }
 }@media only screen and (max-width: 763px) { #b469dc84085264d01fb3b32637bc752536a31d25 { display:none; }
 }@media only screen and (max-width: 763px) { #Sea240aa2644589094e981c604e9f903e650fe96 { display:none; }
 }@media only screen and (max-width: 763px) { #G9e7d21b9a8b1bcb2362f28c316f4052f1acd436 { display:none; }
 }@media only screen and (max-width: 763px) { #b515a05d32fd9e57bb1e77c9df858f16f72049f1 { display:none; }
 }@media only screen and (max-width: 763px) { #F34f9ee3fc17bd967d5b0056e5f602d78d93ea0a { display:none; }
 }@media only screen and (max-width: 763px) { #d59e9fef552c2df8a9c364c00626d7903569154d { display:none; }
 }@media only screen and (max-width: 763px) { #xf119d644e5db64e5374676ed564d1521abec842 { display:none; }
 }@media only screen and (max-width: 763px) { #B3644e7afcedb9365ac67c421694da6aee8e3567 { display:none; }
 }@media only screen and (max-width: 763px) { #d19e77de31fade327f6b0ce8ea40ef634de2307e { display:none; }
 }@media only screen and (max-width: 763px) { #k4c43e3f67d0d0c854b749f4501b29456f423e6a { display:none; }
 }@media only screen and (max-width: 763px) { #eb630f892fb8f294e1f1f685666bb9db12074e01 { display:none; }
 }@media only screen and (max-width: 763px) { #a6b6d936ad20a643f5e9eeb213e391fabdd2db59 { display:none; }
 }@media only screen and (max-width: 763px) { #fbc115d46b7a3efb3a77131c3e475625073ad287 { display:none; }
 }@media only screen and (max-width: 763px) { #ec768fbecbb01ab7181dc45381cb9f56ee31597c { display:none; }
 }@media only screen and (max-width: 763px) { #e29e799ac1d828f207143b6d37a6afb7c3740e90 { display:none; }
 }@media only screen and (max-width: 763px) { #aa456a0d532e74a3a5f1286c0bb01753d85e5c77 { top:641px;left:0px;width:177px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #S82d4d419d2fd9b3cf37d289b3404ee3d9d35fe5 { display:none; }
 }@media only screen and (max-width: 763px) { #u5b1fc98042e12d33eb366bc83d46c7711f8ae27 { display:none; }#u5b1fc98042e12d33eb366bc83d46c7711f8ae27 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d3128a111d2e6dcb1b317131bad5f1616a3352d2 { display:none; }
 }@media only screen and (max-width: 763px) { #e71d8e55c9230825c1da774c50684823563b281d { display:none; }
 }@media only screen and (max-width: 763px) { #cedc931162c95164ca16ca64ef2df9258f6fa68d { display:none; }
 }@media only screen and (max-width: 763px) { #J97feea2f703fd8c1040f5504b41935a835dcbc0 { display:none; }
 }@media only screen and (max-width: 763px) { #b73b437f0c1fbbb4793d853526d71453f4eeab1d { display:none; }
 }@media only screen and (max-width: 763px) { #b155888bd6367be9df232ba41e66c07905e947e1 { display:none; }
 }@media only screen and (max-width: 763px) { #hf5c1229977a3bf32d9daea2acf65de0e52460a7 { top:58px;left:559px;width:205px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #Cc7df434f90722411d3013a251e2abe79e972cd7 { top:104px;left:559px;width:205px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #R794b47e3719cd65724977909169b5d25b9bc445 { top:47px;left:0px;width:243px;height:;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #b47db84f1a2cbf06c3ca53bfaa249b7bd5043853 { top:191px;left:563px;width:201px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #d0844bddf472aa9b4a1749b355ab39200614a03e { display:block; }#d0844bddf472aa9b4a1749b355ab39200614a03e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aa5e2fe2e6cbc3147e04e671992e4b0695a5ff5a { top:68px;left:94px;width:89px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Ie76503baac5cb3c70d2b2f1d630843e85bbae4e { top:58px;left:87px;width:101px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #la575fb64326af1c166ff8b7dc531ced4e1cfe5d { top:68px;left:247px;width:166px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #md86f4b30284d2f365533887545e7ff16ffd4a03 { top:57px;left:244px;width:172px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #bd0ed5612cd3bdc0972fef3079f2c5cce0a37975 { top:68px;left:183px;width:71px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #U6a978dc11719e61c9929dbfc81409b75316b2f5 { top:57px;left:178px;width:81px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #r3769159e8f5820fdc4a92b635c6daf25fec858a { top:57px;left:411px;width:106px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #fd8c484dcc775bd0768e8ce3d83999dfd27183c6 { top:68px;left:497px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #L6b08500ff15cd8eb3782c9bbf5437f591561b31 { top:68px;left:497px;width:13px;height:13px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #n2f4706034f561865f12359a4dce01969851885d { top:68px;left:415px;width:89px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #d3dcaf184bd7ccb5cb4d85f24d264e0c5ada827b { top:57px;left:519px;width:138px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Naa24f8ff9974713ae53a39f3bd27e9a8eca737b { top:68px;left:634px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #a261a477116badf77aaf8706679d365c26b41832 { top:68px;left:524px;width:113px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #o619c18c0ff1299c21b2dfee8c95052268f23c8f { top:68px;left:634px;width:13px;height:13px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #ea3a4b607fddf574e7b2df960c9ad52b0390e53c { top:18px;left:0px;width:180px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #dfbdd6ec630b5f93164290025af07af3063e6380 { top:39px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #a1fac6f167ebb62e8329f9c9dd2035a375b28e55 { top:60px;left:687px;width:32px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Ta5311a5bd8e7d041cf21f75e07ed89a83fb44de { top:16px;left:662px;width:102px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #g16ea7a03999749ff6aa295f394256a04cf430b4 { top:16px;left:690px;width:74px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #W19e3c29a2920c5c989357cccd0c9eae73cb094f { top:16px;left:647px;width:45px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #f60b06315a3836a2da2d6211bb6a1a3c4bb5714a { top:69px;left:660px;width:104px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #R529008d563cf2a33726bb8f1045467ab817c527 { top:57px;left:628px;width:134px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #ea81abd254091c9c31ea85bacbe0d0f92d802b1c { display:block; }#ea81abd254091c9c31ea85bacbe0d0f92d802b1c > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J16348fce0d16d73df646d32487f880e170af40d { top:4px;left:0px;width:762px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #ye5fc177f069642a89212473ab2224f3f24d7b12 { top:0px;left:628px;width:134px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #f6214290459d1dac0967884c787e54295a46866b { top:22px;left:0px;width:78px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #P62c2c9b3af4b8838046e52eaa907aa640fc8efc { top:23px;left:17.5px;width:80px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #p45a8b50b9f9622c6280db20d7ff8d2a0e41f3b6 { top:24px;left:272px;width:89px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #y81071ae48e6263ddd3f9ce9dfc40f8c9fc57668 { top:24px;left:380px;width:89px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ea06dd91626ebb41dafddb7c7ecb35eb8172145c { top:24px;left:675px;width:89px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Eb5bbb6fa630e08b392cd5592ebee49294036ac6 { top:24px;left:111px;width:80px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #b641a6aa2cedc8c56128d98bd7cab4dd0979410e { top:24px;left:186px;width:80px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ta050936e1fdf45fc1867defc61152693b7d309d { top:23px;left:507px;width:133px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #cd0a2aea85b40c373e2ee2dd3ea3330331b35a98 { top:20px;left:698px;width:66px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #a6473b1ad593e5c591c61a9067cc22f7537b5330 { top:25px;left:701px;width:63px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #p84b1aa8abaa6b9779a7f6c79f6a190bd7a1f96d { display:block; }#p84b1aa8abaa6b9779a7f6c79f6a190bd7a1f96d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N688b3c224ebbf38092ae5feb8f952b154bdb9b8 { top:0px;left:687px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #fc095fd5c834b68b92d9941eef746a327ab68892 { top:0px;left:385px;width:292px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #u8e770bd080d50a2b312b50468bdd805dae87e83 { top:4px;left:691px;width:26px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #b708bc126e0d9812a3222282df95802dc503e32f { display:block; }#b708bc126e0d9812a3222282df95802dc503e32f > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1daad5fd9b795311752c78e4fe2f6052d0d681c { top:7px;left:414px;width:246px;height:824px;display:block; }
 }@media only screen and (max-width: 763px) { #c3a03b9d61835080275ac21e43b541a34309c3d5 { top:151px;left:431px;width:177px;height:16px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #g2ba047a1d678fb1eb6a78c6f74222d675721e00 { top:171px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #da8a10565fbccb0d49da967ab7ae21e05f841910 { top:14px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #l2a54bff1292d8f1570fede731bb2791aa63c159 { top:35px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Pe623c54c161264aa79a27cfbdc993869d2d82e2 { top:43px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #p10f32d3f63363834e87e2d91be85bded4f872aa { top:90px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #T891b6c6fab20b99dc913abc8516a1e8264a2f30 { top:96px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #s1621d1a8d82c03d066fd51cc652e2d68ffcf8ca { top:117px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #M8575dda4118e686d9e487db186096f72a5a3098 { top:124px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #b260d900718dee7b1989c67cd5308f082268b7a6 { top:145px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Qf767bd0a0d728d9dcb9bed2ca15a8889204df5a { top:178px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ec99a07f44840732d59e5528f729885649c29807 { top:199px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #D33ea771b7a918a9e9feec189eb33ab33d44ef28 { top:206px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #p243ba0f78d6e05673ec18813189e6690aa82536 { top:227px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #fa1f6759194ad0387762eaba7f928b7f04f2e88e { top:233px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #v9d5d7c58c938e7eb40826b3b1dc7937c10229bf { top:281px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #T99716b2de09476d48d10b3bcdc4765600e66d5f { top:288px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #H108349bc614c749010b352084b44e395030ea4a { top:308px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #f34f52a27e7d84d3107fd6fc355d4de80dedc382 { top:315px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #w2d1e52a486d9059aef48f17b19db41614299c66 { top:337px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Fc1c1b5a410b97363e079176c2e62bc76da0105e { top:345px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #X9032a10bdb95278e57835db06d4ecb909fd60de { top:366px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #hae7250f227420bc37269c58d23dfbfec8801aaa { top:374px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #E703242c629c9ae91be50af5437e5fdc5c58049d { top:395px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #e3ea67201038863664052819543bef70699a0f50 { top:403px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #U8bb39b724f97046deb5c1b0e658dd2dbaa0fc1c { top:424px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #c63a3315a19f4095519999ab66c9152cf22b099d { top:431px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #D373919c8aef8be26749c046561006f490734448 { top:454px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #V3ba335c931ebfb5665f2b15fabfea39bff7ec0f { top:462px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #na974d708318b25547e1a7ed52e94ea586349bf7 { top:483px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #fcafd4a75daab77b2135f8bbae0dbf7ac29c9ee2 { top:491px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qc7ce481b8d340711b8d840072142a4e837ea70b { top:513px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #bddace693de18143e43371cb9be7ab3c3c76f788 { top:549px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #c01c015126b0f52755e23c64810f2ff21276351b { top:571px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #ifc736d73f166af65c820971b38ec3e8f8a6f3b4 { top:579px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #xd7c51d780c83559542b96c5af3aef08deec4ce0 { top:601px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #s48ab374b7204ee1c939d15f3d185d862cabf5f9 { top:609px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #d67b83615a92d8d1dde77a04f51b5dfe1e08308e { top:632px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #xc5f4aa85e7192861e3b6665e0eca6912fb58580 { top:796px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #h80f185a75299d64812fce0c4693331ded4cabf7 { top:768px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #d01aca432f76551aac186158fab29ec0755fbc7b { top:789px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #b5c01d2160388cf8ed3c8413029d1ab193a3e75b { top:737px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Nfe40de39194f49740cca8662e3193e750eaf019 { top:759px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Fb0470379f2b07acb4646876569aac0b932a03e8 { top:704px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Iba8db4b0a5a035fdb9c478f824b481333d242c6 { top:727px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #tdd9a1f247fad3bb82099c18f3467e50efb3b7cf { top:672px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #N8d926f3cbe8a4fefaab8616b7a0d2b92b0d3c02 { top:695px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Oa6aaf089aa3db1ff56873145bc73aecc9b368bc { top:640px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #C981830d810428c77fe6b3397414acd5316ff902 { top:663px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Obd8042206922545cceb2788e5908225ed8873c8 { top:0px;left:406px;width:114px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #A484ff6090c393edac0fc88c67f2c31b02c20886 { top:69px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #P8e84429eec933be01293c766898ea2093e65c7d { top:63px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #X08e57b65da0a058fdfa70cfc84673f73caeabd1 { top:260px;left:431px;width:177px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Tcc321377a52452ce789d2bcf8ef8747b54e2475 { top:254px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Hbfc5c0e47680c18dab9b6aa04788ad3e8104fcb { top:521px;left:431px;width:177px;height:16px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #e0d0d47f2a18ce8263e897ce66e13b9cf4823cc7 { top:542px;left:429px;width:216px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #d8416d9c63f0c1ab26f0344de6592e187d63f6df { display:block; }#d8416d9c63f0c1ab26f0344de6592e187d63f6df > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2ae85c0f54fa282b76cd32af3e40fab1dfc7e84 { top:5px;left:197px;width:492px;height:198px;display:block; }
 }@media only screen and (max-width: 763px) { #ed67f7dcdd3b7563541518af33d2be06a818dbc4 { top:22px;left:226px;width:217px;height:163px;display:block; }
 }@media only screen and (max-width: 763px) { #rb4fbb7189e0c5fd4494dcf430157985ffff74f5 { top:157px;left:472px;width:205px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #N8f641dcf4a1098c327997554a1aff0cc88b5058 { top:142px;left:430px;width:237px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #ub8dc04507be628edc9a820047ed3b26b183f3f0 { top:28px;left:472px;width:213px;height:;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #N30de9cfc9a420dddaf27d6daa185cf32460532a { top:69px;left:472px;width:201px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #U374ba653b1f9e39669766ae2a995a93bdfa4e21 { top:0px;left:519px;width:149px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #O1b816f2ca482ac241e63f20af7e1908a486630f { top:110px;left:472px;width:205px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 { display:block; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVIZtuOxLozXTk2rAFNUUanX1bWFtTRc { top:56px;left:0px;width:72px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #axT5Ugo4a1RbBzM5MFdiUXmBCTT838VG { top:56px;left:0px;width:25px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PfLuSUyZxhWUc7skwHbMzMEGotDSezBJ { top:56px;left:0px;width:764px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #m6odRNQVGrTu02SDIFFmaBvOPfFZsJTa { top:123px;left:0px;width:199px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #J6W7fFGbVJMHBEWrKzrhwgRMC4f8RktA { top:27px;left:538px;width:226px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #szfe4hwi2BDVSEkpRpSaOCETNlbC4VbK { width:88px;height:23px;top:54px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #t1IrEc9KeurWPlmx6ugDNFCCwceTKr77 { display:block; }
 }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zeqx5FfbuCTZrEk2EISW791OsmMU5spd { top:27px;left:633px;width:131px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qoJCBtAQP1SNapWZeVLgoTix0PrOlp1v { top:80px;left:0px;width:388px;height:388px;display:block; }
 }@media only screen and (max-width: 763px) { #WvrI2291qCLxlBHb5Ttn0ugR7U1VLXK8 { top:157px;left:0px;width:234px;height:234px;display:block; }
 }@media only screen and (max-width: 763px) { #T0Pd1NaITwrMUbbyiqRSC6MO7uhaO2zm { top:487px;left:0px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #WXdPElr1Is0Fv4A5VsuR4Dr4JTUJfV3s { top:487px;left:53px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #isoOsAD23RsrvyVh0dUE3Jukc8WOiIBv { top:487px;left:0px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #GJOghpz5BhqS4os2XxTUfdWWKl9Po9lQ { top:80px;left:229.5px;width:162px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #QLToAwSE6Nn1GpnDBFX1ZCLNPiPuzZrx { top:130px;left:76px;width:688px;height:76px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #rdvvCf3T9BkTTWqxqCyiFMmu7KA7bkf6 { top:333px;left:230px;width:268px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #i7kETxsAdlFw8tTddMp6tgElErfD6Uqh { top:368px;left:230px;width:407px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zqcnDXKa6Rzmdiq5xaZ1Au7rml8cQgHz { top:368px;left:230px;width:194px;height:330px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #plwKJkFpswTpaZb2L3eFoseVPmTDJkZT { top:368px;left:413px;width:351px;height:330px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mZfoC7Z60z6KxGV6GrIcNxhGBWLEr9NA { top:428px;left:230px;width:407px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #nBEIaoFhtATL1KXNyEdi0Rur2PoTEzRf { top:489px;left:230px;width:407px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #PqELfVLHLs71CPURoVsa5XqyIpy6cgfA { top:549px;left:230px;width:407px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #laZ6abMxmnUlwnr6sgpRwE0JQvvG5l2I { top:368px;left:559px;width:205px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #PEdBQBuu3xoC0Zeo4JaCuDqe1V3IX3t3 { top:791px;left:19px;width:745px;height:255px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #T8xwJshhwd4WMBlgR4MK7nLHTKwEN7aV { top:1079px;left:229.5px;width:268px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CVfwy71Wx3UA6tr5pZT6a6EBUGH2iqkH { top:1124px;left:230px;width:356px;height:478px;display:block; }
 }@media only screen and (max-width: 763px) { #eA2hqy2dcHSrVarM4fMSFZeH0O3kBT91 { top:1149px;left:269px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #QTxILqKdmOUXi8vw2byJzbriVrrH05F7 { top:1199px;left:269px;width:288px;height:153px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PgdJTAwTPAyxGyfxxr9QDnDlsSSfhD9I { top:1124px;left:408px;width:356px;height:478px;display:block; }
 }@media only screen and (max-width: 763px) { #RWu7GiWHlLZBr4SsZkXHo6fPc6eHT91w { top:1227px;left:486px;width:278px;height:331px;font-size:12px;display:block; }#RWu7GiWHlLZBr4SsZkXHo6fPc6eHT91w li:before{  }
 }@media only screen and (max-width: 763px) { #qRKnBcvOrfNVMqgpgT65dKDr9bXtrhDh { top:1175px;left:665px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #MS3nPHDuHVlnb3hsWz8qym6CKncypAom { width:243px;height:50px;top:818px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Rcf24syaA1heBcNMWz1XcMeuOaNoxqon { display:block; }
 }@media only screen and (max-width: 763px) { #pzysBTUzO56Eq8QDptTUyuKJ9T5G16M1 { top:123px;left:0px;width:199px;height:199px;display:none; }
 }@media only screen and (max-width: 763px) { #DRb8nHTxcnT41IkcaRehOFasAAzxVa1d { top:0px;left:608px;width:156px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #vxfumTvOwk7CesWOK7PyMcGm86VMS79h { top:609px;left:230px;width:407px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QQswczBvBQ9H6LJnOhcLLsDMMtGnpJfT { top:487px;left:0px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #uKf5t1LwfbVUaTAsduhAT6ZEhHkbMJP9 { top:487px;left:0px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #EV5wzfUZMKmc4s5Hmudtrxy2QEDXy2KR { top:487px;left:53px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #a5TZTZg1HEwvfHuTq35gs6KqDqhoisKU { width:270px;height:50px;top:240px;left:228.5px;display:block; }
 }@media only screen and (max-width: 763px) { #dBk0ADC3AtbkktZBC7W2fu2RtgttSWrX { display:block; }
 }@media only screen and (max-width: 763px) { #eGHIOCGklTgffcRS5k5C5zrhFawSVT0d { top:623px;left:0px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #hIszC7qnATCBkPgqa882HEVpGkhwOR0V { top:632px;left:0px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #SoehCouWpmQNqkspzpkc0yeSZtGRzpHA { top:623px;left:0px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #K7gS5F21D1QaDLNHr5uhFsuIVL2VJhtd { top:632px;left:0px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #y1CshTdZrqT6xJO4I2kQD0EILwfTrEP4 { top:679px;left:0px;width:155px;height:338px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #stXw9CnLBUyCwipm07JH5QxV3rPx7hbu { top:669px;left:229.5px;width:407px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #hJ9rFxaBImp48Lro3vT5wWdlItonnt4y { top:669px;left:229.5px;width:407px;height:30px;display:none; }
 }@media only screen and (max-width: 763px) { #orJoXNxm0c6GfitJx2T4yfVgBrFNOX2t { top:229px;left:219px;width:292px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #mxhT7GAbBCnNpkNwuuEqS2Epx5ZA2xd0 { top:756px;left:229.5px;width:268px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qymduzQWdfDCTAPPb67PBalBMXDbo67o { display:block; }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8vTp155xWiiOhVGBMoUSPmqm35w2kkf { top:56px;left:0px;width:109px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #AHu8hisyTEzwxq0knccBc5ml9r4LGpuM { width:198px;height:50px;top:45px;left:566px;display:block; }
 }@media only screen and (max-width: 763px) { #yJTtnTa7S9TEuwzmFoQX8kbq1DTkdK67 { display:block; }
 }@media only screen and (max-width: 763px) { #bab4266d05e91de93dd840e13e57b1e0d3bc6838 { display:block; }#bab4266d05e91de93dd840e13e57b1e0d3bc6838 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #be6a3f56e54e73410c3165a2fba52447f96b5a40 { top:48px;left:15px;width:176px;height:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e4c38fcd67e95e0b62afc05373002f3ef82a0bf6 { top:78px;left:20px;width:171px;height:240px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #lb0520286fca3dd4dd51cd682969fdcb786dc960 { top:0px;left:0px;width:55px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Cf358e9c4502ee02b35da30662a3735e811a3f0f { top:78px;left:198.5px;width:171px;height:240px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Q918956eb2c9e37f280db57656c9d79ce8818789 { top:48px;left:198.5px;width:176px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E8b9c8762111e2307fe46b9725569ad854127b0c { top:78px;left:382px;width:171px;height:144px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #d214860fb4991f3cce56fc8f46e6ce99a8dff588 { top:48px;left:382px;width:176px;height:;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #df8ad1c69cc0a6c1bbc81082fc3be767ce917291 { top:78px;left:402px;width:171px;height:216px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #M16fbe6e359bde0db4b98092ce2ccaad2a27141f { top:48px;left:397px;width:176px;height:;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #L55394cb1b08b0942bb6c3f2c8331e999789ce58 { top:372px;left:292.5px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #bf399a97c952d32386435a2ae274f2b55f312849 { top:372px;left:335.5px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #Xc53d2b4bc803a4fadb5cf278ffa15cc1fee9474 { top:372px;left:349px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #T7042ba18393b69c3a7957dc1ae1c7544db4eaba { top:372px;left:382px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #P2770d8ca702587520a1ae25e75d1c8c1b6d8e57 { top:372px;left:349px;width:33px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #y2e03e7ae8b220be18eae746846cbf3e32ae3b90 { top:372px;left:439.5px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #fcd5be3df3722dabbcfc91c07dc23f35ed17fc40 { top:372px;left:396.5px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae { display:none; }#b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v29e8dd25bae7bd1866a50107575a1fe5e6d47fa { top:48px;left:15px;width:176px;height:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fc8795f530bab207531e1f22f20ada482773c4f7 { top:36px;left:0px;width:183px;height:70px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #s267fea8e242ade0dafd858532b83dc991ec5659 { top:0px;left:0px;width:55px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #fe018c575e8957f1f009579a58032bce7b0cf2c0 { top:36px;left:57px;width:134px;height:70px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #T8e7eeb67ad43298e070be2061015b19796882d6 { top:48px;left:198.5px;width:176px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b956636e533741c38f3690bcbd0dc28b304d49bf { display:none; }
 }@media only screen and (max-width: 763px) { #ec59dd6e618fc313e8583cadd756ff1f7db69971 { display:none; }
 }@media only screen and (max-width: 763px) { #e31114fed812d5ef3317d92e5864b772df2c0c10 { display:none; }#e31114fed812d5ef3317d92e5864b772df2c0c10 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xd588eb32b76bab0cacb9b68bf1f41db42d2b608 { top:0px;left:0px;width:183px;height:140px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #b7bd380e5c8bc9364b6cd304b10f7015010254b4 { display:none; }
 }@media only screen and (max-width: 763px) { #X0180538535086f968d0ce610253bf721d9a5fa1 { top:0px;left:0px;width:55px;height:31px;display:none; }
 }@media only screen and (max-width: 763px) { #b89b827833a6dc42a9eb2e323ce82cec16314374 { display:none; }#b89b827833a6dc42a9eb2e323ce82cec16314374 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d0dbe8dc7cd670b45f5fdf3278f5bd962f9e4de1 { top:2px;left:0px;width:134px;height:140px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #Rb32ccd2d65ce3f561e653a2b290a744cd8cc653 { display:none; }
 }@media only screen and (max-width: 763px) { #b3c08b2ea8c6dd5a1a24e4169b2f1e466772da91 { top:0px;left:0px;width:55px;height:31px;display:none; }
 }@media only screen and (max-width: 763px) { #ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a { display:none; }#ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fa647dec8eec0517d6f8cf2e08a03da09734c8d2 { top:0px;left:0px;width:55px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #c49b7e722915004ee38cd645b648a9603208be13 { top:36px;left:0px;width:176px;height:70px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #a75106ccc7c87c92684b35261dc79c4c1967c9f1 { top:48px;left:382px;width:176px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Jbbbe186dff9c4d35fb06a419691090fccbab039 { top:39px;left:66px;width:125px;height:70px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #c9b8f5effbbc2b4271f35cd3f9a8bc9736ef410d { top:48px;left:397px;width:176px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d9475c5fd47eda50498c1c5132a1c3e0af3661f4 { display:none; }
 }@media only screen and (max-width: 763px) { #H7d82b5be6a8cd44bc59856e61115eda46d32537 { display:none; }
 }@media only screen and (max-width: 763px) { #d83a39ffe060d822a5c7d8bda10376650592bcc7 { display:none; }#d83a39ffe060d822a5c7d8bda10376650592bcc7 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b92a5c7678bafe68ac3547b921a798e2dcb59b20 { display:none; }
 }@media only screen and (max-width: 763px) { #cb9f4fbea8d135bb74296a58e6dbe0b59f429f8a { top:0px;left:0px;width:55px;height:31px;display:none; }
 }@media only screen and (max-width: 763px) { #u178510c3e8bfa3056c8270bf9b1977f03dc232f { top:0px;left:0px;width:176px;height:46px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #ed3b659b878c659424c50909bee87e35730366ce { display:none; }#ed3b659b878c659424c50909bee87e35730366ce > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c7cc7f2753528d7b11dbea327b059941c8587f0f { display:none; }
 }@media only screen and (max-width: 763px) { #b28b9da63b5dd743c39ade46bd44458c2e45563c { top:0px;left:0px;width:55px;height:31px;display:none; }
 }@media only screen and (max-width: 763px) { #Rde536cdefba9f8786bb42b40ca4b7fbe36a894a { top:6px;left:0px;width:125px;height:117px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #a8809382a5adbbc1d203ef0d85b84f0e01fcb42c { display:none; }#a8809382a5adbbc1d203ef0d85b84f0e01fcb42c > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I5ec97c337b84d9e72c3f6fabf8473a72aac2df4 { top:27px;left:334.5px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #e41c2067d049b8afdb80f790d29cbe88aa705469 { top:27px;left:349px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #I8495305c2d5fa1785c02b7389791a8695d57759 { top:27px;left:349px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #V9ab4fa50357cede0d4e834f76650d4a72b0a42a { top:27px;left:395.5px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #X3046ac2ba68ccf6c2595de34b6a2c5829a6eeca { top:27px;left:382px;width:33px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Sa5d53ebe8f0fe8bca5d2fa2ba07424e93f9b62f { top:372px;left:439.5px;width:33px;height:33px;display:none; }
 }@media only screen and (max-width: 763px) { #u3ffc402753948aebcf66960eb19e51dc218a1cc { top:372px;left:396.5px;width:33px;height:33px;display:none; }
 }@media only screen and (max-width: 763px) { #db563e1330d3ab5197160dde05bf058ece8cf505 { display:block; }#db563e1330d3ab5197160dde05bf058ece8cf505 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b299bd6f65ce8f93bb4b855a9cd78dd667b55b32 { top:12px;left:0px;width:271px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Q86c2b55730409f19a7c487278bc1eac5ab2baa3 { top:12px;left:215px;width:334px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ld33c3728fb2882e298744c9f9938802dd15dca5 { 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; }#Ld33c3728fb2882e298744c9f9938802dd15dca5 > .row .container { background-color: transparent; background-image: none; }#Ld33c3728fb2882e298744c9f9938802dd15dca5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld33c3728fb2882e298744c9f9938802dd15dca5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld33c3728fb2882e298744c9f9938802dd15dca5 > .row .container > .video-iframe-container { display: none; }#Ld33c3728fb2882e298744c9f9938802dd15dca5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld33c3728fb2882e298744c9f9938802dd15dca5 > .row > .video-iframe-container { display: none; }#Ld33c3728fb2882e298744c9f9938802dd15dca5 > .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); }#Ld33c3728fb2882e298744c9f9938802dd15dca5 > .row .container { border-width: 0; border-radius: 0; }#Ld33c3728fb2882e298744c9f9938802dd15dca5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ld33c3728fb2882e298744c9f9938802dd15dca5 > .row .container { width:320px;height:58px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ca4b8c2b5380fe7c24e97a67e0da63790a13b9f7 { top:16px;left:5px;width:19px;height:26px;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o145be74d42a4f168f6d31910c3373166f71c514 { top:15px;left:114px;width:28px;height:28px;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y4df6ff6b76a0c0ae46b4e91df89597ba39cb477 { top:14px;left:184px;width:23px;height:29px;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L15b8da8efdcfbea01ff1a8be0c675c55d534b0a { 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) { #c840e0c15150e52a7c466b13c8b0cc83f4185701 { 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) { #dc9086cb2790322ee2dd6ac5f88bc7e3957ecf64 { background-color:#fcfaf9;background-image:none;display:block; }#dc9086cb2790322ee2dd6ac5f88bc7e3957ecf64 > .row .container { background-color: transparent; background-image: none; }#dc9086cb2790322ee2dd6ac5f88bc7e3957ecf64::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc9086cb2790322ee2dd6ac5f88bc7e3957ecf64 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc9086cb2790322ee2dd6ac5f88bc7e3957ecf64 > .row .container > .video-iframe-container { display: none; }#dc9086cb2790322ee2dd6ac5f88bc7e3957ecf64 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc9086cb2790322ee2dd6ac5f88bc7e3957ecf64 > .row > .video-iframe-container { display: none; }#dc9086cb2790322ee2dd6ac5f88bc7e3957ecf64 > .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); }#dc9086cb2790322ee2dd6ac5f88bc7e3957ecf64 > .row .container { width:320px;height:524px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fa0837faa9796ea233d34780835840b0a35f0c49 { 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) { #hd7effd9dc20dfccc0d0019db9292285c4fc9d66 { 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) { #ddaf2018ef064b1e33ab71c2c8417258e9897cf4 { 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) { #Rdda6cc2cb1e44560f7fcad41bfd862dc2ac1f31 { display:block; }
 }@media only screen and (max-width: 763px) { #Cb63fdb6045a906f96085ca5642462b5d82790d1 { 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) { #rfc2b28ac7e1a1c80bc61e5d6d511e6664de81b7 { display:block; }
 }@media only screen and (max-width: 763px) { #i843786b922562520122029e9219528ac819d20d { 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) { #Zde55a81be593938b11ecc655a915e8faeeca4bb { 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) { #f59adb43440635141cae558ea59478d520c15110 { 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) { #e781f5810d1a6309b2ad9db0ce64e23f9cd9b850 { display:block; }
 }@media only screen and (max-width: 763px) { #c17b02c1a5547b93bceb29081faad4a630bda6c4 { 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) { #c1d318834d524de2c08a1cf8317068a5df7e0a50 { 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) { #I7b874e8ecb23524137bbc802e2b068f923a26b1 { 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) { #bf5f2f443ef93c6b592977045f82e808332fd2e9 { display:block; }
 }@media only screen and (max-width: 763px) { #G86eb26f6367e03dfae7d5965bfe01f12950a26a { 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) { #O782e865edf4e26360923757b814e8205ac9c9b3 { 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) { #F7716ebdde3171ae8ff1746115d2284fe5f4daca { 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) { #H6448190c29555f0b2a56df5aea1d27ea0214fc0 { display:block; }
 }@media only screen and (max-width: 763px) { #dafbf670c61ec29f02366724fd7b2e362032a722 { 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) { #d3783158f4c8483cb8da4890c8dcdb84c66ec4d9 { 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) { #z3538d905d2dc3fc90549e815d7a88138bc7650e { 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) { #kcf37a713c586a0f44fa3a918499021b31c5dd61 { display:block; }
 }@media only screen and (max-width: 763px) { #f69e4533bd1741f70cc7837c90afe12aad61735d { 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) { #f5235401d9fb60c535b2d792aadb378d87ffff20 { 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) { #w10ba175c2298ae520eeda73c5e3b1d182c3a99f { 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) { #Q22cf147c0bfea7224c26cac9b27bce510dc1211 { display:block; }
 }@media only screen and (max-width: 763px) { #S7fe91e390ae0a8ec7b4550df13d51af9535b368 { 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) { #Saf589c814b4be7c5ee1d3afbf9ce3573b462a3b { 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) { #Xbd2faf2e2dd839fe3c11e98641cd0421ccfc687 { 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) { #d2081f966dab0eb5a9417b22cc9710275340b3ae { display:block; }
 }@media only screen and (max-width: 763px) { #hd6b56fa895717573360d67ad6b94224d2cc76ce { 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) { #p696917be3d3915c477ec4017761353324db4560 { 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) { #u414d24d1a09018a659c8ef209fbf5e3e0c2ea1c { width:270px;height:36px;top:453px;left:25px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xf891f97ed326c0b9a8df8acec6085d8384a72f6 { width:26px;height:26px;top:459px;left:261px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eb4288043965fba649e8e40a83e14cc9fc7c4577 { background-color:#fcfaf9;background-image:none;display:block; }#eb4288043965fba649e8e40a83e14cc9fc7c4577 > .row .container { background-color: transparent; background-image: none; }#eb4288043965fba649e8e40a83e14cc9fc7c4577::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb4288043965fba649e8e40a83e14cc9fc7c4577 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb4288043965fba649e8e40a83e14cc9fc7c4577 > .row .container > .video-iframe-container { display: none; }#eb4288043965fba649e8e40a83e14cc9fc7c4577 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb4288043965fba649e8e40a83e14cc9fc7c4577 > .row > .video-iframe-container { display: none; }#eb4288043965fba649e8e40a83e14cc9fc7c4577 > .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); }#eb4288043965fba649e8e40a83e14cc9fc7c4577 > .row .container { width:320px;height:875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4662991133bfa3ebf79ca280319244162c8c47d { width:177px;height:15.6px;top:186px;left:5px;font-size:12px;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #de8873a8e5a4920aafc58a6920ec253ba7c8138f { width:177px;height:15.6px;top:47px;left:5px;font-size:12px;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #B3639719c0b3970e46d5c9d63b5ad82aa9bf253c { width:177px;height:15.6px;top:76px;left:5px;font-size:12px;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #q2ef6647272b280306535065d7bde247dd4ade0b { width:177px;height:15.6px;top:102px;left:5px;font-size:12px;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #bae5b9c6ee301c3076581c6a41906dbeaae84230 { width:177px;height:15.6px;top:129px;left:5px;font-size:12px;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #m77a654963a60fcfb98004d21aae0f6e489e37c8 { width:260px;height:15.6px;top:157px;left:5px;font-size:12px;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #p2d8f93340fdd6df288b04d29257f1082a94e3c5 { width:177px;height:15.6px;top:214px;left:5px;font-size:12px;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #e2b8f29fd2f326a96455ea962576d5a942942ea0 { width:177px;height:15.6px;top:242px;left:5px;font-size:12px;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #o2960939c069cf6da6b418a9cc56fca870a52606 { width:177px;height:15.6px;top:268px;left:5px;font-size:12px;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #wb3df93965028f1fb15a046b354d5e4526e250f3 { width:177px;height:15.6px;top:323px;left:5px;font-size:12px;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #F8595aebcc88ff9410fd3985670bdfee42790225 { width:177px;height:15.6px;top:350px;left:5px;font-size:12px;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #T9e8dfd1d58c607cddabf5a82086b489be351bbc { width:177px;height:15.6px;top:295px;left:5px;font-size:12px;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #Q0981135d38f037da7cfcdd17f70f8392f657e32 { width:177px;height:15.6px;top:380px;left:5px;font-size:12px;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #b1702a8bb50dd98f3dfd0236dbc64a62470e9248 { width:177px;height:15.6px;top:409px;left:5px;font-size:12px;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #v771873255e4addde5153ab8825d40b8d539751f { width:177px;height:15.6px;top:438px;left:5px;font-size:12px;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #T69e2dfc684fd5a6efe37b9830b35336be3ba267 { width:177px;height:15.6px;top:466px;left:5px;font-size:12px;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #a521162d9b2541fc7725560a96e25fba49f8ef8f { width:177px;height:15.6px;top:497px;left:5px;font-size:12px;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #f317251e9b9ac5a1395d4483eaa212c4782b1c17 { width:177px;height:15.6px;top:526px;left:5px;font-size:12px;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #x98edcdea1241be1af72008f473c6b7e8d622164 { width:177px;height:15.6px;top:583px;left:5px;font-size:12px;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #e72e6613796f9126a271d71d1bc9b99647a01707 { width:177px;height:15.6px;top:613px;left:5px;font-size:12px;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #da6ad8c7bb6e22a679ed69c9d44eb547b74107ad { width:177px;height:15.6px;top:643px;left:5px;font-size:12px;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #b4a7cb09245d0d5a36ed3768a79ca0e25083ccdf { width:177px;height:15.6px;top:831px;left:5px;font-size:12px;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #f2cd5c992ad89ccecda15a08511597ea29912684 { width:177px;height:15.6px;top:803px;left:5px;font-size:12px;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #U93519ddb9fe18248950f5cc101ff2518b701a58 { width:177px;height:15.6px;top:772px;left:5px;font-size:12px;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #tb6150f2aec91ce7eedc8378e1de8d01cad07e21 { width:177px;height:15.6px;top:739px;left:5px;font-size:12px;z-index:15117;display:block; }
 }@media only screen and (max-width: 763px) { #nb752e347406a7fd2a4f0f1d7cfba74098eba78c { width:177px;height:15.6px;top:707px;left:5px;font-size:12px;z-index:15119;display:block; }
 }@media only screen and (max-width: 763px) { #d42f776c988efb7720f0352313a94d97e70c0543 { width:177px;height:15.6px;top:674px;left:5px;font-size:12px;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #L650c783186bfacc691ee27317a68e7dced36d72 { top:187px;left:306px;width:14px;height:14px;z-index:15126;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #e4394d4b057179a54b9187955424c35a70a88ed5 { 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) { #ea63e2ff9e0aa0b2431178a21c30a68de21006ba { top:77px;left:306px;width:14px;height:14px;z-index:15128;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #r30a067802290900da88949b65df171a86482942 { top:103px;left:306px;width:14px;height:14px;z-index:15129;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #T234321377f66576ef00a2dc6134828b225fa79d { top:130px;left:306px;width:14px;height:14px;z-index:15130;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #R7fa9eb7316197beabf92e9250a58638e6de10bb { top:158px;left:306px;width:14px;height:14px;z-index:15131;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #yb6d97cf9e35b3c9804de54a7ccfc8b563060140 { top:215px;left:306px;width:14px;height:14px;z-index:15133;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #c461035dda6c9d0d216ad6d7c6d8894202072188 { top:243px;left:306px;width:14px;height:14px;z-index:15134;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #v6d1ff15bc4b2219d867d3999234919ead260f8a { top:269px;left:306px;width:14px;height:14px;z-index:15137;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #C04fdb69a6880c35f240526e043b6a04dec41917 { top:296px;left:306px;width:14px;height:14px;z-index:15138;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #a68e0df150a9e34bf3fbdade7884314b1b433c9f { top:324px;left:306px;width:14px;height:14px;z-index:15139;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #Ue97316faadcb41a1986260fb50236239f0e494f { top:351px;left:306px;width:14px;height:14px;z-index:15140;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #bad4da4f7484ea87eb3fca7692540e0d8b926aea { top:381px;left:306px;width:14px;height:14px;z-index:15141;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #ta396327a7973cbfc4384699bc4deb4e74840022 { top:410px;left:306px;width:14px;height:14px;z-index:15142;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #b469dc84085264d01fb3b32637bc752536a31d25 { top:439px;left:306px;width:14px;height:14px;z-index:15143;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #Sea240aa2644589094e981c604e9f903e650fe96 { top:467px;left:306px;width:14px;height:14px;z-index:15144;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #G9e7d21b9a8b1bcb2362f28c316f4052f1acd436 { top:498px;left:306px;width:14px;height:14px;z-index:15145;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #b515a05d32fd9e57bb1e77c9df858f16f72049f1 { top:527px;left:306px;width:14px;height:14px;z-index:15146;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #F34f9ee3fc17bd967d5b0056e5f602d78d93ea0a { top:584px;left:306px;width:14px;height:14px;z-index:15147;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #d59e9fef552c2df8a9c364c00626d7903569154d { top:614px;left:306px;width:14px;height:14px;z-index:15148;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #xf119d644e5db64e5374676ed564d1521abec842 { top:644px;left:306px;width:14px;height:14px;z-index:15149;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #B3644e7afcedb9365ac67c421694da6aee8e3567 { top:675px;left:306px;width:14px;height:14px;z-index:15150;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #d19e77de31fade327f6b0ce8ea40ef634de2307e { top:708px;left:306px;width:14px;height:14px;z-index:15153;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #k4c43e3f67d0d0c854b749f4501b29456f423e6a { top:740px;left:306px;width:14px;height:14px;z-index:15154;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #eb630f892fb8f294e1f1f685666bb9db12074e01 { top:773px;left:306px;width:14px;height:14px;z-index:15155;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #a6b6d936ad20a643f5e9eeb213e391fabdd2db59 { top:832px;left:306px;width:14px;height:14px;z-index:15157;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #fbc115d46b7a3efb3a77131c3e475625073ad287 { top:804px;left:306px;width:14px;height:14px;z-index:15156;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #ec768fbecbb01ab7181dc45381cb9f56ee31597c { 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) { #e29e799ac1d828f207143b6d37a6afb7c3740e90 { 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) { #aa456a0d532e74a3a5f1286c0bb01753d85e5c77 { width:177px;height:15.6px;top:556px;left:5px;font-size:12px;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #S82d4d419d2fd9b3cf37d289b3404ee3d9d35fe5 { top:557px;left:306px;width:14px;height:14px;z-index:15149;color:#2c2d38;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #u5b1fc98042e12d33eb366bc83d46c7711f8ae27 { background-color:#fcfaf9;background-image:none;display:block; }#u5b1fc98042e12d33eb366bc83d46c7711f8ae27 > .row .container { background-color: transparent; background-image: none; }#u5b1fc98042e12d33eb366bc83d46c7711f8ae27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5b1fc98042e12d33eb366bc83d46c7711f8ae27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5b1fc98042e12d33eb366bc83d46c7711f8ae27 > .row .container > .video-iframe-container { display: none; }#u5b1fc98042e12d33eb366bc83d46c7711f8ae27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5b1fc98042e12d33eb366bc83d46c7711f8ae27 > .row > .video-iframe-container { display: none; }#u5b1fc98042e12d33eb366bc83d46c7711f8ae27 > .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); }#u5b1fc98042e12d33eb366bc83d46c7711f8ae27 > .row .container { width:320px;height:178px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3128a111d2e6dcb1b317131bad5f1616a3352d2 { 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) { #e71d8e55c9230825c1da774c50684823563b281d { 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) { #cedc931162c95164ca16ca64ef2df9258f6fa68d { 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) { #J97feea2f703fd8c1040f5504b41935a835dcbc0 { 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) { #b73b437f0c1fbbb4793d853526d71453f4eeab1d { 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) { #b155888bd6367be9df232ba41e66c07905e947e1 { 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) { #hf5c1229977a3bf32d9daea2acf65de0e52460a7 { 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) { #Cc7df434f90722411d3013a251e2abe79e972cd7 { 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) { #R794b47e3719cd65724977909169b5d25b9bc445 { width:243px;height:;top:47.199996948242px;left:5px;font-size:12px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #b47db84f1a2cbf06c3ca53bfaa249b7bd5043853 { 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) { #d0844bddf472aa9b4a1749b355ab39200614a03e { display:none; }#d0844bddf472aa9b4a1749b355ab39200614a03e > .row .container { width:320px;height:818px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aa5e2fe2e6cbc3147e04e671992e4b0695a5ff5a { width:89px;height:14.3px;top:130px;left:115px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Ie76503baac5cb3c70d2b2f1d630843e85bbae4e { width:127px;height:35px;top:75px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #la575fb64326af1c166ff8b7dc531ced4e1cfe5d { width:136px;height:14.3px;top:209.65000610352px;left:90.5px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #md86f4b30284d2f365533887545e7ff16ffd4a03 { width:167px;height:35px;top:200.3px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #bd0ed5612cd3bdc0972fef3079f2c5cce0a37975 { width:71px;height:14.3px;top:320.3px;left:124px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #U6a978dc11719e61c9929dbfc81409b75316b2f5 { width:96px;height:35px;top:310.3px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #r3769159e8f5820fdc4a92b635c6daf25fec858a { width:114px;height:35px;top:365.3px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #fd8c484dcc775bd0768e8ce3d83999dfd27183c6 { width:16px;height:16px;top:375.3px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #L6b08500ff15cd8eb3782c9bbf5437f591561b31 { width:13px;height:13px;top:375.3px;left:192px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #n2f4706034f561865f12359a4dce01969851885d { width:89px;height:14.3px;top:375.99999694824px;left:115px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #d3dcaf184bd7ccb5cb4d85f24d264e0c5ada827b { width:139px;height:35px;top:420.3px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #Naa24f8ff9974713ae53a39f3bd27e9a8eca737b { width:16px;height:16px;top:430.3px;left:203px;display:block; }
 }@media only screen and (max-width: 763px) { #a261a477116badf77aaf8706679d365c26b41832 { width:113px;height:14.3px;top:431.3px;left:103px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #o619c18c0ff1299c21b2dfee8c95052268f23c8f { width:13px;height:13px;top:430.3px;left:204px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #ea3a4b607fddf574e7b2df960c9ad52b0390e53c { width:180px;height:80px;top:475.29992675781px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #dfbdd6ec630b5f93164290025af07af3063e6380 { width:320px;height:1px;top:680.29992675781px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a1fac6f167ebb62e8329f9c9dd2035a375b28e55 { width:32px;height:32px;top:701.29992675781px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #Ta5311a5bd8e7d041cf21f75e07ed89a83fb44de { width:104px;height:0;top:645.29992675781px;left:108px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #g16ea7a03999749ff6aa295f394256a04cf430b4 { width:74px;height:0;top:610.29992675781px;left:123px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #W19e3c29a2920c5c989357cccd0c9eae73cb094f { width:45px;height:0;top:575.29992675781px;left:137px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #f60b06315a3836a2da2d6211bb6a1a3c4bb5714a { width:104px;height:28px;top:765.29992675781px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #R529008d563cf2a33726bb8f1045467ab817c527 { width:134px;height:44px;top:753.29992675781px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #ea81abd254091c9c31ea85bacbe0d0f92d802b1c { display:none; }#ea81abd254091c9c31ea85bacbe0d0f92d802b1c > .row .container { width:320px;height:121px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J16348fce0d16d73df646d32487f880e170af40d { width:318px;height:54px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ye5fc177f069642a89212473ab2224f3f24d7b12 { width:134px;height:5px;top:96px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #f6214290459d1dac0967884c787e54295a46866b { width:78px;height:0;top:38.899993896484px;left:27.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #P62c2c9b3af4b8838046e52eaa907aa640fc8efc { width:80px;height:0;top:39.899993896484px;left:123.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #p45a8b50b9f9622c6280db20d7ff8d2a0e41f3b6 { width:89px;height:0;top:40.199996948242px;left:231px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #y81071ae48e6263ddd3f9ce9dfc40f8c9fc57668 { width:89px;height:0;top:39.899993896484px;left:231px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ea06dd91626ebb41dafddb7c7ecb35eb8172145c { width:89px;height:0;top:39.899993896484px;left:231px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Eb5bbb6fa630e08b392cd5592ebee49294036ac6 { width:80px;height:0;top:40px;left:217px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #b641a6aa2cedc8c56128d98bd7cab4dd0979410e { width:80px;height:0;top:39.550003051758px;left:240px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ta050936e1fdf45fc1867defc61152693b7d309d { width:133px;height:0;top:39.899993896484px;left:187px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #cd0a2aea85b40c373e2ee2dd3ea3330331b35a98 { width:66px;height:25px;top:36px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #a6473b1ad593e5c591c61a9067cc22f7537b5330 { width:48px;height:0;top:41px;left:264px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #p84b1aa8abaa6b9779a7f6c79f6a190bd7a1f96d { display:block; }#p84b1aa8abaa6b9779a7f6c79f6a190bd7a1f96d > .row .container { width:320px;height:144px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N688b3c224ebbf38092ae5feb8f952b154bdb9b8 { width:36px;height:36px;top:6px;left:284px;display:block; }
 }@media only screen and (max-width: 763px) { #fc095fd5c834b68b92d9941eef746a327ab68892 { width:300px;height:36px;top:42px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #u8e770bd080d50a2b312b50468bdd805dae87e83 { width:26px;height:26px;top:98px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #b708bc126e0d9812a3222282df95802dc503e32f { display:none; }#b708bc126e0d9812a3222282df95802dc503e32f > .row .container { width:320px;height:1224px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i1daad5fd9b795311752c78e4fe2f6052d0d681c { width:230px;height:958px;top:75px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #c3a03b9d61835080275ac21e43b541a34309c3d5 { width:177px;height:15.6px;top:89px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #g2ba047a1d678fb1eb6a78c6f74222d675721e00 { width:200px;height:1px;top:112px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #da8a10565fbccb0d49da967ab7ae21e05f841910 { width:177px;height:15.6px;top:119px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #l2a54bff1292d8f1570fede731bb2791aa63c159 { width:200px;height:1px;top:140px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Pe623c54c161264aa79a27cfbdc993869d2d82e2 { width:177px;height:15.6px;top:147px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #p10f32d3f63363834e87e2d91be85bded4f872aa { width:200px;height:1px;top:170px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #T891b6c6fab20b99dc913abc8516a1e8264a2f30 { width:177px;height:15.6px;top:179px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #s1621d1a8d82c03d066fd51cc652e2d68ffcf8ca { width:200px;height:1px;top:202px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #M8575dda4118e686d9e487db186096f72a5a3098 { width:177px;height:15.6px;top:211px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #b260d900718dee7b1989c67cd5308f082268b7a6 { width:200px;height:1px;top:234px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Qf767bd0a0d728d9dcb9bed2ca15a8889204df5a { width:177px;height:15.6px;top:273px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ec99a07f44840732d59e5528f729885649c29807 { width:200px;height:1px;top:296px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #D33ea771b7a918a9e9feec189eb33ab33d44ef28 { width:177px;height:15.6px;top:305px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #p243ba0f78d6e05673ec18813189e6690aa82536 { width:200px;height:1px;top:327px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #fa1f6759194ad0387762eaba7f928b7f04f2e88e { width:177px;height:15.6px;top:400px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #v9d5d7c58c938e7eb40826b3b1dc7937c10229bf { width:200px;height:1px;top:423px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #T99716b2de09476d48d10b3bcdc4765600e66d5f { width:177px;height:15.6px;top:432px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #H108349bc614c749010b352084b44e395030ea4a { width:200px;height:1px;top:455px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #f34f52a27e7d84d3107fd6fc355d4de80dedc382 { width:177px;height:15.6px;top:464px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #w2d1e52a486d9059aef48f17b19db41614299c66 { width:200px;height:1px;top:487px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Fc1c1b5a410b97363e079176c2e62bc76da0105e { width:177px;height:15.6px;top:496px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #X9032a10bdb95278e57835db06d4ecb909fd60de { width:200px;height:1px;top:519px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #hae7250f227420bc37269c58d23dfbfec8801aaa { width:177px;height:15.6px;top:528px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #E703242c629c9ae91be50af5437e5fdc5c58049d { width:200px;height:1px;top:551px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #e3ea67201038863664052819543bef70699a0f50 { width:177px;height:15.6px;top:559px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #U8bb39b724f97046deb5c1b0e658dd2dbaa0fc1c { width:200px;height:1px;top:582px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #c63a3315a19f4095519999ab66c9152cf22b099d { width:177px;height:15.6px;top:590px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #D373919c8aef8be26749c046561006f490734448 { width:200px;height:1px;top:613px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #V3ba335c931ebfb5665f2b15fabfea39bff7ec0f { width:177px;height:15.6px;top:621px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #na974d708318b25547e1a7ed52e94ea586349bf7 { width:200px;height:1px;top:642px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #fcafd4a75daab77b2135f8bbae0dbf7ac29c9ee2 { width:177px;height:15.6px;top:652px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qc7ce481b8d340711b8d840072142a4e837ea70b { width:200px;height:1px;top:675px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #bddace693de18143e43371cb9be7ab3c3c76f788 { width:177px;height:15.6px;top:683px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #c01c015126b0f52755e23c64810f2ff21276351b { width:200px;height:1px;top:705px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #ifc736d73f166af65c820971b38ec3e8f8a6f3b4 { width:177px;height:15.6px;top:713px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #xd7c51d780c83559542b96c5af3aef08deec4ce0 { width:200px;height:1px;top:735px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #s48ab374b7204ee1c939d15f3d185d862cabf5f9 { width:177px;height:15.6px;top:743px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #d67b83615a92d8d1dde77a04f51b5dfe1e08308e { width:200px;height:1px;top:766px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #xc5f4aa85e7192861e3b6665e0eca6912fb58580 { width:177px;height:15.6px;top:996px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #h80f185a75299d64812fce0c4693331ded4cabf7 { width:177px;height:15.6px;top:968px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #d01aca432f76551aac186158fab29ec0755fbc7b { width:200px;height:1px;top:989px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #b5c01d2160388cf8ed3c8413029d1ab193a3e75b { width:177px;height:15.6px;top:937px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Nfe40de39194f49740cca8662e3193e750eaf019 { width:200px;height:1px;top:959px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Fb0470379f2b07acb4646876569aac0b932a03e8 { width:177px;height:15.6px;top:904px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Iba8db4b0a5a035fdb9c478f824b481333d242c6 { width:200px;height:1px;top:927px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #tdd9a1f247fad3bb82099c18f3467e50efb3b7cf { width:177px;height:15.6px;top:872px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #N8d926f3cbe8a4fefaab8616b7a0d2b92b0d3c02 { width:200px;height:1px;top:895px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Oa6aaf089aa3db1ff56873145bc73aecc9b368bc { width:177px;height:15.6px;top:774px;left:62px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #C981830d810428c77fe6b3397414acd5316ff902 { width:200px;height:1px;top:797px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Obd8042206922545cceb2788e5908225ed8873c8 { width:114px;height:35px;top:20px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #A484ff6090c393edac0fc88c67f2c31b02c20886 { width:177px;height:15.6px;top:1074px;left:71px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #P8e84429eec933be01293c766898ea2093e65c7d { width:216px;height:1px;top:1053px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #X08e57b65da0a058fdfa70cfc84673f73caeabd1 { width:177px;height:0;top:1132px;left:71px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Tcc321377a52452ce789d2bcf8ef8747b54e2475 { width:216px;height:1px;top:1111px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #Hbfc5c0e47680c18dab9b6aa04788ad3e8104fcb { width:177px;height:0;top:1146px;left:54px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #e0d0d47f2a18ce8263e897ce66e13b9cf4823cc7 { width:216px;height:1px;top:1167px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #d8416d9c63f0c1ab26f0344de6592e187d63f6df { display:none; }#d8416d9c63f0c1ab26f0344de6592e187d63f6df > .row .container { width:320px;height:399px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A2ae85c0f54fa282b76cd32af3e40fab1dfc7e84 { width:320px;height:268px;top:75px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ed67f7dcdd3b7563541518af33d2be06a818dbc4 { width:137px;height:103px;top:75px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #rb4fbb7189e0c5fd4494dcf430157985ffff74f5 { width:213px;height:15.6px;top:203px;left:61px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #N8f641dcf4a1098c327997554a1aff0cc88b5058 { width:230px;height:29px;top:198px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #ub8dc04507be628edc9a820047ed3b26b183f3f0 { width:213px;height:15.6px;top:247px;left:53px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #N30de9cfc9a420dddaf27d6daa185cf32460532a { width:213px;height:15.6px;top:305px;left:53px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #U374ba653b1f9e39669766ae2a995a93bdfa4e21 { width:139px;height:35px;top:20px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #O1b816f2ca482ac241e63f20af7e1908a486630f { width:205px;height:15.6px;top:363px;left:57px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 { display:block; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .row .container { width:320px;height:148px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVIZtuOxLozXTk2rAFNUUanX1bWFtTRc { width:72px;height:18.2px;top:25px;left:4px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #axT5Ugo4a1RbBzM5MFdiUXmBCTT838VG { width:25px;height:18.2px;top:25px;left:44px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PfLuSUyZxhWUc7skwHbMzMEGotDSezBJ { width:309px;height:36.3906px;top:49.399993896484px;left:3.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #m6odRNQVGrTu02SDIFFmaBvOPfFZsJTa { width:199px;height:199px;top:134.6px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #J6W7fFGbVJMHBEWrKzrhwgRMC4f8RktA { width:226px;height:78px;top:131.7333px;left:47px;display:none; }
 }@media only screen and (max-width: 763px) { #szfe4hwi2BDVSEkpRpSaOCETNlbC4VbK { width:88px;height:23px;top:105.79990234375px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #t1IrEc9KeurWPlmx6ugDNFCCwceTKr77 { display:block; }
 }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2593dae2-9fd7-4fad-b5af-389901f920a0/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.adaptive-delivery-prevent-bg, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyload, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyloading { background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:320px;height:2658px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zeqx5FfbuCTZrEk2EISW791OsmMU5spd { width:101px;height:44px;top:19px;left:207px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qoJCBtAQP1SNapWZeVLgoTix0PrOlp1v { width:312px;height:295px;top:186.5px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #WvrI2291qCLxlBHb5Ttn0ugR7U1VLXK8 { width:242px;height:242px;top:213px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #T0Pd1NaITwrMUbbyiqRSC6MO7uhaO2zm { width:50px;height:50px;top:496px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #WXdPElr1Is0Fv4A5VsuR4Dr4JTUJfV3s { width:50px;height:50px;top:496px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #isoOsAD23RsrvyVh0dUE3Jukc8WOiIBv { width:50px;height:50px;top:496px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #GJOghpz5BhqS4os2XxTUfdWWKl9Po9lQ { width:116px;height:26px;top:17px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #QLToAwSE6Nn1GpnDBFX1ZCLNPiPuzZrx { width:201px;height:78.2812px;top:54px;left:4px;font-size:29px;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #rdvvCf3T9BkTTWqxqCyiFMmu7KA7bkf6 { width:268px;height:19.5px;top:648px;left:4px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #i7kETxsAdlFw8tTddMp6tgElErfD6Uqh { width:312px;height:26px;top:679px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #zqcnDXKa6Rzmdiq5xaZ1Au7rml8cQgHz { width:162px;height:0;top:679px;left:0px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #plwKJkFpswTpaZb2L3eFoseVPmTDJkZT { width:157px;height:338px;top:679px;left:163px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mZfoC7Z60z6KxGV6GrIcNxhGBWLEr9NA { width:312px;height:26px;top:731px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #nBEIaoFhtATL1KXNyEdi0Rur2PoTEzRf { width:312px;height:26px;top:784px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #PqELfVLHLs71CPURoVsa5XqyIpy6cgfA { width:312px;height:26px;top:836px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #laZ6abMxmnUlwnr6sgpRwE0JQvvG5l2I { width:103px;height:80px;top:1048px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #PEdBQBuu3xoC0Zeo4JaCuDqe1V3IX3t3 { width:312px;height:528px;top:1210px;left:4px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #T8xwJshhwd4WMBlgR4MK7nLHTKwEN7aV { width:268px;height:20.7969px;top:1771px;left:4px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CVfwy71Wx3UA6tr5pZT6a6EBUGH2iqkH { width:154px;height:582px;top:1895px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #eA2hqy2dcHSrVarM4fMSFZeH0O3kBT91 { width:32px;height:32px;top:1923px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QTxILqKdmOUXi8vw2byJzbriVrrH05F7 { width:128px;height:191.953px;top:1965px;left:14px;font-size:12px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PgdJTAwTPAyxGyfxxr9QDnDlsSSfhD9I { width:154px;height:582px;top:1895px;left:162px;display:block; }
 }@media only screen and (max-width: 763px) { #RWu7GiWHlLZBr4SsZkXHo6fPc6eHT91w { width:121px;height:485.688px;top:1965px;left:178px;font-size:12px;line-height:1.6;display:block; }#RWu7GiWHlLZBr4SsZkXHo6fPc6eHT91w li:before{  }
 }@media only screen and (max-width: 763px) { #qRKnBcvOrfNVMqgpgT65dKDr9bXtrhDh { width:32px;height:32px;top:1923px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #MS3nPHDuHVlnb3hsWz8qym6CKncypAom { width:154px;height:45px;top:1819px;left:4px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Rcf24syaA1heBcNMWz1XcMeuOaNoxqon { display:block; }
 }@media only screen and (max-width: 763px) { #pzysBTUzO56Eq8QDptTUyuKJ9T5G16M1 { width:121px;height:121px;top:132.29998779297px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DRb8nHTxcnT41IkcaRehOFasAAzxVa1d { width:127px;height:95px;top:0px;left:193px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #vxfumTvOwk7CesWOK7PyMcGm86VMS79h { width:312px;height:26px;top:887px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #QQswczBvBQ9H6LJnOhcLLsDMMtGnpJfT { width:50px;height:50px;top:496px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #uKf5t1LwfbVUaTAsduhAT6ZEhHkbMJP9 { width:50px;height:50px;top:496px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #EV5wzfUZMKmc4s5Hmudtrxy2QEDXy2KR { width:50px;height:50px;top:496px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #a5TZTZg1HEwvfHuTq35gs6KqDqhoisKU { width:270px;height:50px;top:577px;left:25px;font-size:32px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f8c3eaa8-7c63-41aa-8a50-9123ff13f003/button1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#a5TZTZg1HEwvfHuTq35gs6KqDqhoisKU.adaptive-delivery-prevent-bg, #a5TZTZg1HEwvfHuTq35gs6KqDqhoisKU.lazyload, #a5TZTZg1HEwvfHuTq35gs6KqDqhoisKU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dBk0ADC3AtbkktZBC7W2fu2RtgttSWrX { display:block; }
 }@media only screen and (max-width: 763px) { #eGHIOCGklTgffcRS5k5C5zrhFawSVT0d { width:50px;height:50px;top:496px;left:266px;display:block; }
 }@media only screen and (max-width: 763px) { #hIszC7qnATCBkPgqa882HEVpGkhwOR0V { width:38px;height:38px;top:502px;left:272px;display:block; }
 }@media only screen and (max-width: 763px) { #SoehCouWpmQNqkspzpkc0yeSZtGRzpHA { width:50px;height:50px;top:496px;left:201px;display:block; }
 }@media only screen and (max-width: 763px) { #K7gS5F21D1QaDLNHr5uhFsuIVL2VJhtd { width:38px;height:38px;top:502px;left:207px;display:block; }
 }@media only screen and (max-width: 763px) { #y1CshTdZrqT6xJO4I2kQD0EILwfTrEP4 { width:155px;height:338px;top:679.00001525879px;left:0px;font-size:13px;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #stXw9CnLBUyCwipm07JH5QxV3rPx7hbu { width:316px;height:26px;top:939px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #hJ9rFxaBImp48Lro3vT5wWdlItonnt4y { width:316px;height:26px;top:992px;left:2px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #orJoXNxm0c6GfitJx2T4yfVgBrFNOX2t { width:292px;height:72px;top:566px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mxhT7GAbBCnNpkNwuuEqS2Epx5ZA2xd0 { width:268px;height:19.5px;top:1187px;left:4px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qymduzQWdfDCTAPPb67PBalBMXDbo67o { display:block; }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8vTp155xWiiOhVGBMoUSPmqm35w2kkf { width:109px;height:18.2px;top:33px;left:4px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #AHu8hisyTEzwxq0knccBc5ml9r4LGpuM { width:172px;height:45px;top:20px;left:144px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #yJTtnTa7S9TEuwzmFoQX8kbq1DTkdK67 { display:block; }
 }@media only screen and (max-width: 763px) { #bab4266d05e91de93dd840e13e57b1e0d3bc6838 { background-color:#1a1b24;background-image:none;display:none; }#bab4266d05e91de93dd840e13e57b1e0d3bc6838 > .row .container { width:320px;height:692px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #be6a3f56e54e73410c3165a2fba52447f96b5a40 { width:132px;height:20.8px;top:11px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e4c38fcd67e95e0b62afc05373002f3ef82a0bf6 { width:171px;height:233px;top:32px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #lb0520286fca3dd4dd51cd682969fdcb786dc960 { width:55px;height:31px;top:512px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Cf358e9c4502ee02b35da30662a3735e811a3f0f { width:104px;height:220px;top:32px;left:171px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Q918956eb2c9e37f280db57656c9d79ce8818789 { width:121px;height:20.8px;top:12px;left:171px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E8b9c8762111e2307fe46b9725569ad854127b0c { width:154px;height:224px;top:299px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #d214860fb4991f3cce56fc8f46e6ce99a8dff588 { width:133px;height:14.3px;top:278px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #df8ad1c69cc0a6c1bbc81082fc3be767ce917291 { width:125px;height:198px;top:299px;left:171px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #M16fbe6e359bde0db4b98092ce2ccaad2a27141f { width:105px;height:14.3px;top:277.69999694824px;left:171px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #L55394cb1b08b0942bb6c3f2c8331e999789ce58 { width:33px;height:33px;top:533px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #bf399a97c952d32386435a2ae274f2b55f312849 { width:33px;height:33px;top:533px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #Xc53d2b4bc803a4fadb5cf278ffa15cc1fee9474 { width:33px;height:33px;top:533px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #T7042ba18393b69c3a7957dc1ae1c7544db4eaba { width:33px;height:33px;top:533px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #P2770d8ca702587520a1ae25e75d1c8c1b6d8e57 { width:33px;height:32px;top:534px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #y2e03e7ae8b220be18eae746846cbf3e32ae3b90 { width:33px;height:33px;top:639px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #fcd5be3df3722dabbcfc91c07dc23f35ed17fc40 { width:33px;height:33px;top:586px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae { background-color:#1a1b24;background-image:none;display:block; }#b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae > .row .container { background-color: transparent; background-image: none; }#b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae > .row .container > .video-iframe-container { display: none; }#b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae > .row > .video-iframe-container { display: none; }#b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae > .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); }#b0907f9f49d1a5b8b3af30ba29a0ebcad9cff8ae > .row .container { width:320px;height:173px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v29e8dd25bae7bd1866a50107575a1fe5e6d47fa { width:132px;height:20.8px;top:27px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fc8795f530bab207531e1f22f20ada482773c4f7 { width:183px;height:70.2px;top:52px;left:0px;font-size:13px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #s267fea8e242ade0dafd858532b83dc991ec5659 { width:55px;height:31px;top:0px;left:265px;display:block; }
 }@media only screen and (max-width: 763px) { #fe018c575e8957f1f009579a58032bce7b0cf2c0 { width:134px;height:70.2px;top:52px;left:186px;font-size:13px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #T8e7eeb67ad43298e070be2061015b19796882d6 { width:121px;height:20.8px;top:27px;left:186px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b956636e533741c38f3690bcbd0dc28b304d49bf { top:119.19999694824px;left:-14px;width:50px;height:50px;z-index:15014;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ec59dd6e618fc313e8583cadd756ff1f7db69971 { top:122.19999694824px;left:173px;width:50px;height:50px;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e31114fed812d5ef3317d92e5864b772df2c0c10 { 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; }#e31114fed812d5ef3317d92e5864b772df2c0c10 > .row .container { background-color: transparent; background-image: none; }#e31114fed812d5ef3317d92e5864b772df2c0c10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e31114fed812d5ef3317d92e5864b772df2c0c10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e31114fed812d5ef3317d92e5864b772df2c0c10 > .row .container > .video-iframe-container { display: none; }#e31114fed812d5ef3317d92e5864b772df2c0c10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e31114fed812d5ef3317d92e5864b772df2c0c10 > .row > .video-iframe-container { display: none; }#e31114fed812d5ef3317d92e5864b772df2c0c10 > .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); }#e31114fed812d5ef3317d92e5864b772df2c0c10 > .row .container { border-width: 0; border-radius: 0; }#e31114fed812d5ef3317d92e5864b772df2c0c10 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e31114fed812d5ef3317d92e5864b772df2c0c10 > .row .container { width:320px;height:238px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xd588eb32b76bab0cacb9b68bf1f41db42d2b608 { width:183px;height:140.4px;top:0px;left:0px;font-size:13px;line-height:1.8;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #b7bd380e5c8bc9364b6cd304b10f7015010254b4 { top:188px;left:-14px;width:50px;height:50px;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X0180538535086f968d0ce610253bf721d9a5fa1 { width:55px;height:31px;top:0px;left:265px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #b89b827833a6dc42a9eb2e323ce82cec16314374 { 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; }#b89b827833a6dc42a9eb2e323ce82cec16314374 > .row .container { background-color: transparent; background-image: none; }#b89b827833a6dc42a9eb2e323ce82cec16314374::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b89b827833a6dc42a9eb2e323ce82cec16314374 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b89b827833a6dc42a9eb2e323ce82cec16314374 > .row .container > .video-iframe-container { display: none; }#b89b827833a6dc42a9eb2e323ce82cec16314374 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b89b827833a6dc42a9eb2e323ce82cec16314374 > .row > .video-iframe-container { display: none; }#b89b827833a6dc42a9eb2e323ce82cec16314374 > .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); }#b89b827833a6dc42a9eb2e323ce82cec16314374 > .row .container { border-width: 0; border-radius: 0; }#b89b827833a6dc42a9eb2e323ce82cec16314374 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b89b827833a6dc42a9eb2e323ce82cec16314374 > .row .container { width:320px;height:217px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0dbe8dc7cd670b45f5fdf3278f5bd962f9e4de1 { width:134px;height:163.8px;top:0px;left:185.5px;font-size:13px;line-height:1.8;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Rb32ccd2d65ce3f561e653a2b290a744cd8cc653 { top:166.39999389648px;left:174.5px;width:50px;height:50px;z-index:15016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #b3c08b2ea8c6dd5a1a24e4169b2f1e466772da91 { width:55px;height:31px;top:0px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a { background-color:#1a1b24;background-image:none;display:block; }#ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a > .row .container { background-color: transparent; background-image: none; }#ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a > .row .container > .video-iframe-container { display: none; }#ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a > .row > .video-iframe-container { display: none; }#ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a > .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); }#ed5a02231e0bf53fc60f1ab3f949fd329ddc1b3a > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa647dec8eec0517d6f8cf2e08a03da09734c8d2 { width:55px;height:31px;top:0px;left:265px;display:block; }
 }@media only screen and (max-width: 763px) { #c49b7e722915004ee38cd645b648a9603208be13 { width:176px;height:70.2px;top:39px;left:0px;font-size:13px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #a75106ccc7c87c92684b35261dc79c4c1967c9f1 { width:133px;height:20.8px;top:15px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Jbbbe186dff9c4d35fb06a419691090fccbab039 { width:125px;height:70.2px;top:39px;left:186px;font-size:13px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #c9b8f5effbbc2b4271f35cd3f9a8bc9736ef410d { width:124px;height:20.8px;top:15px;left:186px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d9475c5fd47eda50498c1c5132a1c3e0af3661f4 { top:109.20001220703px;left:-14px;width:50px;height:50px;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H7d82b5be6a8cd44bc59856e61115eda46d32537 { top:109.19999694824px;left:173px;width:50px;height:50px;z-index:15016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d83a39ffe060d822a5c7d8bda10376650592bcc7 { 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; }#d83a39ffe060d822a5c7d8bda10376650592bcc7 > .row .container { background-color: transparent; background-image: none; }#d83a39ffe060d822a5c7d8bda10376650592bcc7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d83a39ffe060d822a5c7d8bda10376650592bcc7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d83a39ffe060d822a5c7d8bda10376650592bcc7 > .row .container > .video-iframe-container { display: none; }#d83a39ffe060d822a5c7d8bda10376650592bcc7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d83a39ffe060d822a5c7d8bda10376650592bcc7 > .row > .video-iframe-container { display: none; }#d83a39ffe060d822a5c7d8bda10376650592bcc7 > .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); }#d83a39ffe060d822a5c7d8bda10376650592bcc7 > .row .container { border-width: 0; border-radius: 0; }#d83a39ffe060d822a5c7d8bda10376650592bcc7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d83a39ffe060d822a5c7d8bda10376650592bcc7 > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b92a5c7678bafe68ac3547b921a798e2dcb59b20 { top:95px;left:-14px;width:50px;height:50px;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cb9f4fbea8d135bb74296a58e6dbe0b59f429f8a { width:55px;height:31px;top:0px;left:265px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #u178510c3e8bfa3056c8270bf9b1977f03dc232f { width:176px;height:138.6px;top:0px;left:0px;font-size:13px;line-height:1.8;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ed3b659b878c659424c50909bee87e35730366ce { 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; }#ed3b659b878c659424c50909bee87e35730366ce > .row .container { background-color: transparent; background-image: none; }#ed3b659b878c659424c50909bee87e35730366ce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed3b659b878c659424c50909bee87e35730366ce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed3b659b878c659424c50909bee87e35730366ce > .row .container > .video-iframe-container { display: none; }#ed3b659b878c659424c50909bee87e35730366ce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed3b659b878c659424c50909bee87e35730366ce > .row > .video-iframe-container { display: none; }#ed3b659b878c659424c50909bee87e35730366ce > .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); }#ed3b659b878c659424c50909bee87e35730366ce > .row .container { border-width: 0; border-radius: 0; }#ed3b659b878c659424c50909bee87e35730366ce > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ed3b659b878c659424c50909bee87e35730366ce > .row .container { width:320px;height:192px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7cc7f2753528d7b11dbea327b059941c8587f0f { top:141.40002441406px;left:174.5px;width:50px;height:50px;z-index:15016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #b28b9da63b5dd743c39ade46bd44458c2e45563c { width:55px;height:31px;top:0px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Rde536cdefba9f8786bb42b40ca4b7fbe36a894a { width:125px;height:140.4px;top:0px;left:186px;font-size:13px;line-height:1.8;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #a8809382a5adbbc1d203ef0d85b84f0e01fcb42c { background-color:#1a1b24;background-image:none;display:block; }#a8809382a5adbbc1d203ef0d85b84f0e01fcb42c > .row .container { background-color: transparent; background-image: none; }#a8809382a5adbbc1d203ef0d85b84f0e01fcb42c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8809382a5adbbc1d203ef0d85b84f0e01fcb42c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8809382a5adbbc1d203ef0d85b84f0e01fcb42c > .row .container > .video-iframe-container { display: none; }#a8809382a5adbbc1d203ef0d85b84f0e01fcb42c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8809382a5adbbc1d203ef0d85b84f0e01fcb42c > .row > .video-iframe-container { display: none; }#a8809382a5adbbc1d203ef0d85b84f0e01fcb42c > .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); }#a8809382a5adbbc1d203ef0d85b84f0e01fcb42c > .row .container { width:320px;height:121px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5ec97c337b84d9e72c3f6fabf8473a72aac2df4 { width:33px;height:33px;top:35px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #e41c2067d049b8afdb80f790d29cbe88aa705469 { width:33px;height:33px;top:35px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #I8495305c2d5fa1785c02b7389791a8695d57759 { width:33px;height:33px;top:35px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #V9ab4fa50357cede0d4e834f76650d4a72b0a42a { width:33px;height:33px;top:35px;left:185px;display:block; }
 }@media only screen and (max-width: 763px) { #X3046ac2ba68ccf6c2595de34b6a2c5829a6eeca { width:33px;height:32px;top:36px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #Sa5d53ebe8f0fe8bca5d2fa2ba07424e93f9b62f { width:33px;height:33px;top:35px;left:271px;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #u3ffc402753948aebcf66960eb19e51dc218a1cc { width:33px;height:33px;top:35px;left:228px;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #db563e1330d3ab5197160dde05bf058ece8cf505 { display:block; }#db563e1330d3ab5197160dde05bf058ece8cf505 > .row .container { width:320px;height:57px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b299bd6f65ce8f93bb4b855a9cd78dd667b55b32 { 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) { #Q86c2b55730409f19a7c487278bc1eac5ab2baa3 { width:320px;height:0;top:59.3px;left:0px;font-size:11px;display:none; }
 }